Release 1.2.1 (#406)

This commit is contained in:
Mike Graves
2021-04-01 08:53:03 -04:00
committed by GitHub
parent 0432fe6a51
commit f5eb0625d6
6 changed files with 22 additions and 4 deletions

View File

@@ -312,3 +312,12 @@ releases:
- 368-helm_template.yaml
- handle_valueerror.yml
release_date: '2021-02-17'
1.2.1:
changes:
bugfixes:
- fix missing requirements.txt file in kubernetes.core (https://github.com/ansible-collections/community.kubernetes/pull/401).
- pin molecule version to <3.3.0 to fix breaking changes (https://github.com/ansible-collections/community.kubernetes/pull/403).
fragments:
- 401-requirements_file.yaml
- 403-pin-molecule.yaml
release_date: '2021-03-31'