Skip to content

Commit

Permalink
Bump python and ansible dependencies
Browse files Browse the repository at this point in the history
Regenerate samples

Add changelog

Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
  • Loading branch information
fabianvf committed Apr 8, 2021
1 parent 5082552 commit 3c9edad
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 51 deletions.
12 changes: 12 additions & 0 deletions changelog/fragments/ansible-dep-bump.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# entries is a list of entries to include in
# release notes and/or the migration guide
entries:
- description: >
Update dependencies for Ansible-based Operators. Pulls in 0.12 of the
openshift Python client, 12.0.1 of the kubernetes Python client, 0.2.0
of the operator_sdk.util Ansible collection, and 1.2.1 of the
community.kubernetes Ansible collection.
kind: "change"
breaking: false
7 changes: 3 additions & 4 deletions images/ansible-operator/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ verify_ssl = true
name = "pypi"

[packages]
ansible-runner = "==1.4.6"
ansible-runner = "~=1.4.7"
ansible-runner-http = "==1.0.0"
ipaddress = "==1.0.23"
openshift = "==0.11.2"
ansible = "==2.9.15"
openshift = "~=0.12.0"
ansible = "~=2.9.15"
jmespath = "==0.10.0"

[dev-packages]
Expand Down
116 changes: 73 additions & 43 deletions images/ansible-operator/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (f *RequirementsYml) SetTemplateDefaults() error {
const requirementsYmlTmpl = `---
collections:
- name: community.kubernetes
version: "==1.1.1"
version: "1.2.1"
- name: operator_sdk.util
version: "0.1.0"
version: "0.2.0"
`
4 changes: 2 additions & 2 deletions testdata/ansible/memcached-operator/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
collections:
- name: community.kubernetes
version: "==1.1.1"
version: "1.2.1"
- name: operator_sdk.util
version: "0.1.0"
version: "0.2.0"

0 comments on commit 3c9edad

Please sign in to comment.