Skip to content

Commit

Permalink
Release 2.2.2 (#305)
Browse files Browse the repository at this point in the history
Release 2.2.2

Reviewed-by: Abhijeet Kasurde <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
  • Loading branch information
gravesm committed Dec 7, 2021
1 parent bc168a5 commit d8538ff
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Kubernetes Collection Release Notes
.. contents:: Topics


v2.2.2
======

Bugfixes
--------

- remove binary file from k8s_cp test suite (https://github.com/ansible-collections/kubernetes.core/pull/298).

v2.2.1
======

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 = 2.2.1
VERSION = 2.2.2

TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
---
collections:
- name: kubernetes.core
version: 2.2.1
version: 2.2.2
```
### Installing the Kubernetes Python Library
Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,10 @@ releases:
- 0-copy_ignore_txt.yml
- _wait_for_label_selector_optional.yaml
release_date: '2021-10-18'
2.2.2:
changes:
bugfixes:
- remove binary file from k8s_cp test suite (https://github.com/ansible-collections/kubernetes.core/pull/298).
fragments:
- 298-remove-binary-file.yaml
release_date: '2021-12-07'
3 changes: 0 additions & 3 deletions changelogs/fragments/298-remove-binary-file.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tags:
- openshift
- okd
- cluster
version: 2.2.1
version: 2.2.2
build_ignore:
- .DS_Store
- '*.tar.gz'

0 comments on commit d8538ff

Please sign in to comment.