-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.43.0-RC1 #2826
Merged
Merged
Version 0.43.0-RC1 #2826
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Do not filter displayed choices based on what the user types.
Use `locale.Tr()` instead of `locale.Tl()` with an empty string.
Restore `field_*` constructed locale keys.
There was overlap in exe extension per OS.
Merge exeutils package into osutils.
Clean up GitHub Actions.
Restore preprocess step for propagate-pr action.
…fore anything else.
Headless commits are no longer a thing.
Not adorning them can easily cause confusion.
Removed unused binaries.
Remove `state pull --set-project`.
When determining the current project, prefer the activated project before anything else.
Emphasize named things in error messages.
Update state import to use the buildplanner
Cherry pick 1d98d7e and fix conflicts
# Conflicts: # internal/runners/packages/import.go # internal/testhelpers/e2e/session.go # test/integration/import_int_test.go # test/integration/package_int_test.go # version.txt
Set timestamp to default on import
Also ensure integration tests pass
Set default timestamp on package operations
Fix version requirements only having one value
Various fixes to `state publish`, mainly intended to facilitate revisions
Don't error out on raw namespace type
Fix timestamp not respected on `state install --ts`
Using `auth.Client()` without authentication causes a premature `os.Exit()` call, which keeps terminal echoing turned off on Linux.
This allows for turning terminal echo back on instead of exiting prematurely. Also, main can recover from panics and report them to Rollbar.
Fix commits failing
This reverts commit 85d6e24.
`state projects remote` checks for authentication
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
View 0.43.0-RC1 tickets on Jira