From f3c043e498ce7b181b7a1e6eda6276f002a8d791 Mon Sep 17 00:00:00 2001 From: dschaller Date: Thu, 12 Sep 2024 08:43:59 -0500 Subject: [PATCH 1/2] chore: CHANGELOG for v0.10.0 --- CHANGELOG.md | 28 +++++++++++++++++++++++----- CHANGELOG_PENDING.md | 12 ------------ 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb04ba1..c1e57e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 (/ or ) in favor of / or // +- Add deprecation warning for legacy environment name format (/ or ) in favor of / or //. [#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 diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 22eff82b..5c2a5aa0 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -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) \ No newline at end of file From a85f0f98fcb8d482b01b9d10ec62f037dc1ec0b3 Mon Sep 17 00:00:00 2001 From: Sean Yeh <109418+seanyeh@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:43:59 -0500 Subject: [PATCH 2/2] chore: freeze 0.10.0 --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index f374f666..78bc1abd 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.9.1 +0.10.0