We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7015e96 commit dfa4bc2Copy full SHA for dfa4bc2
2 files changed
.version
@@ -1 +1 @@
1
-0.22.0
+0.23.0
CHANGELOG.md
@@ -1,5 +1,15 @@
# CHANGELOG
2
3
+## 0.23.0
4
+
5
+### Improvements
6
7
+- Add warning in CLI when using an ambiguous 2-part environment ref
8
+ [#622](https://github.com/pulumi/esc/pull/622)
9
10
+- Add support for `fn::final` built-in function that marks values as final and unable to be overwritten.
11
+ [#621](https://github.com/pulumi/esc/pull/621)
12
13
## 0.22.0
14
15
### Improvements
0 commit comments