Release 2.1.0 (#150)

This commit is contained in:
Mike Graves
2021-06-24 07:49:00 -04:00
committed by GitHub
parent 2eca446f09
commit 8280bb78c0
7 changed files with 21 additions and 9 deletions

View File

@@ -413,3 +413,12 @@ releases:
- 129-k8s-fix-apply-array-with-empty-dict.yml
- 135-rename-apply-function.yml
release_date: '2021-06-16'
2.1.0:
changes:
minor_changes:
- remove cloud.common as default dependency (https://github.com/ansible-collections/kubernetes.core/pull/148).
- temporarily disable turbo mode (https://github.com/ansible-collections/kubernetes.core/pull/149).
fragments:
- 148-remove-cloud-common-dependency.yaml
- 149-disable-turbo-mode.yaml
release_date: '2021-06-23'

View File

@@ -1,3 +0,0 @@
---
minor_changes:
- remove cloud.common as default dependency (https://github.com/ansible-collections/kubernetes.core/pull/148).

View File

@@ -1,3 +0,0 @@
---
minor_changes:
- temporarily disable turbo mode (https://github.com/ansible-collections/kubernetes.core/pull/149).