Skip to content
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

chore: freeze 0.10.0 #384

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.10.0
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)
Loading