-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
### Improvements | ||
|
||
- Coerce non-string scalars passed to `esc env set --secret` to strings | ||
[#353](https://github.com/pulumi/esc/pull/353) | ||
|
||
- `esc env get --show-secrets` now shows secrets from imported environments. | ||
[#355](https://github.com/pulumi/esc/pull/355) | ||
|
||
### Bug Fixes | ||
|
||
- Fix a panic in fetching current credentials when the access key had expired. | ||
[#368](https://github.com/pulumi/esc/pull/368) | ||
|
||
### Breaking changes | ||
|
||
- The minimum Go version supported is now 1.21. | ||
[#379](https://github.com/pulumi/esc/pull/379) |