Release 2.1.1 (#152)

This commit is contained in:
Mike Graves
2021-06-24 12:41:43 -04:00
committed by GitHub
parent 15799b2dd5
commit abcc3e884c
6 changed files with 18 additions and 6 deletions

View File

@@ -422,3 +422,10 @@ releases:
- 148-remove-cloud-common-dependency.yaml
- 149-disable-turbo-mode.yaml
release_date: '2021-06-23'
2.1.1:
changes:
bugfixes:
- check auth params for existence, not whether they are true (https://github.com/ansible-collections/kubernetes.core/pull/151).
fragments:
- 151-check-auth-params-for-existence.yaml
release_date: '2021-06-24'

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- check auth params for existence, not whether they are true (https://github.com/ansible-collections/kubernetes.core/pull/151).