Skip to content

Commit 269cba3

Browse files
authored
Update CHANGELOG for v2.7.0 (#1514)
1 parent b5ea1ff commit 269cba3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.7.0 (Unreleased)
2+
3+
IMPROVEMENTS:
4+
* Add support for storage/v1
5+
* Add support for certificates/v1
6+
* Add support for networking/v1
7+
* Add support for policy/v1
8+
* Add `completion_mode` to job spec
9+
* Improve performance of `kubernetes_manifest` by reducing amount of API calls
10+
11+
BUG FIXES:
12+
* Fix crash when container env block is empty
13+
* Fix invalid allowedHostPaths PodSecurityPolicy patch
14+
* Fix handling of "null" values on fields of `kubernetes_manifest` (#1478)
15+
16+
This release introduces version suffixes to the names of resources and datasources. See our [documentation page](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/guides/versioned-resources) for more details on this convention and the motivation behind it.
17+
118
## 2.6.1 (October 22, 2021)
219

320
BUG FIXES:

0 commit comments

Comments
 (0)