Skip to content

Commit 8648046

Browse files
authored
chore: freeze 0.12.0 (#460)
1 parent 8373b19 commit 8648046

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.1
1+
0.12.0

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
CHANGELOG
22
=========
33

4+
## 0.12.0
5+
6+
### Improvements
7+
8+
- Fix diagnostic messages when updating environment with invalid definition
9+
[#422](https://github.com/pulumi/esc/pull/422)
10+
- Introduce support for rotating static credentials via `fn::rotate` providers [432](https://github.com/pulumi/esc/pull/432)
11+
- Add the `rotate` CLI command
12+
[#433](https://github.com/pulumi/esc/pull/433)
13+
- Add ability to pass specific paths to rotate with the `rotate` CLI command
14+
[#440](https://github.com/pulumi/esc/pull/440)
15+
- Introduce inline environment reference syntax
16+
[#443](https://github.com/pulumi/esc/pull/443)
17+
- Introduce rotateOnly inputs
18+
[#444](https://github.com/pulumi/esc/pull/444)
19+
- Release rotate environment CLI command
20+
[#459](https://github.com/pulumi/esc/pull/459)
21+
422
## 0.11.1
523

624
### Improvements

0 commit comments

Comments
 (0)