Skip to content

Commit

Permalink
Release 1.2.1 (ansible-collections#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravesm authored Apr 1, 2021
1 parent 0432fe6 commit f5eb062
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Kubernetes Collection Release Notes
.. contents:: Topics


v1.2.1
======

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).

v1.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 1.2.0
VERSION = 1.2.1

TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
---
collections:
- name: community.kubernetes
version: 1.2.0
version: 1.2.1
```
### Installing the OpenShift Python Library
Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tags:
- openshift
- okd
- cluster
version: 1.2.0
version: 1.2.1
build_ignore:
- .DS_Store
- '*.tar.gz'
2 changes: 1 addition & 1 deletion utils/downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - All functions are prefixed with f_ so it's obvious where they come
# from when in use throughout the script

DOWNSTREAM_VERSION="1.2.0"
DOWNSTREAM_VERSION="1.2.1"
KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}"


Expand Down

0 comments on commit f5eb062

Please sign in to comment.