diff --git a/README.md b/README.md index 7c338c3..ca0e68d 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Releases are automatically built and pushed to Ansible Galaxy for any new tag. B b. This README's `requirements.yml` example c. The `DOWNSTREAM_VERSION` in `ci/downstream.sh` d. The `VERSION` in `Makefile` + e. The version in `requirements.yml` 1. Update the CHANGELOG: 1. Make sure you have [`antsibull-changelog`](https://pypi.org/project/antsibull-changelog/) installed. 1. Make sure there are fragments for all known changes in `changelogs/fragments`. diff --git a/requirements.yml b/requirements.yml index 985c0f9..1ef9568 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,3 +1,3 @@ collections: - name: kubernetes.core - version: '>=2.1.0,<2.3.0' + version: '>=2.1.0,<2.4.0'