Skip to content

Commit

Permalink
chore: CHANGELOG for v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller authored and seanyeh committed Sep 12, 2024
1 parent 328d320 commit fb63a34
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
28 changes: 23 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,40 @@ CHANGELOG
=========

## 0.10.0

### Improvements

- Add commands to manage environment tags.
[#345](https://github.com/pulumi/esc/pull/345)

- 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)

- Add support for projects.
[#369](https://github.com/pulumi/esc/pull/369)

- Deprecate legacy environment name format (<org>/<env> or <env>) in favor of <project>/<env> or <org>/<project>/<env>
- Add deprecation warning for legacy environment name format (<org>/<env> or <env>) in favor of <project>/<env> or <org>/<project>/<env>.
[#375](https://github.com/pulumi/esc/pull/375)

- Add command to clone environments.
- Add clone environment command.
[#376](https://github.com/pulumi/esc/pull/376)

- Add project filter flag to env ls command.
[#382](https://github.com/pulumi/esc/pull/382)

## 0.9.2

- Add commands to manage environment tags.
[#345](https://github.com/pulumi/esc/pull/345)
### 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)

## 0.9.1

Expand Down
12 changes: 0 additions & 12 deletions CHANGELOG_PENDING.md
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)

0 comments on commit fb63a34

Please sign in to comment.