Skip to content

Commit 3c9edad

Browse files
committed
Bump python and ansible dependencies
Regenerate samples Add changelog Signed-off-by: Fabian von Feilitzsch <fabian@fabianism.us>
1 parent 5082552 commit 3c9edad

File tree

5 files changed

+92
-51
lines changed

5 files changed

+92
-51
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
Update dependencies for Ansible-based Operators. Pulls in 0.12 of the
6+
openshift Python client, 12.0.1 of the kubernetes Python client, 0.2.0
7+
of the operator_sdk.util Ansible collection, and 1.2.1 of the
8+
community.kubernetes Ansible collection.
9+
10+
kind: "change"
11+
12+
breaking: false

images/ansible-operator/Pipfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
ansible-runner = "==1.4.6"
7+
ansible-runner = "~=1.4.7"
88
ansible-runner-http = "==1.0.0"
9-
ipaddress = "==1.0.23"
10-
openshift = "==0.11.2"
11-
ansible = "==2.9.15"
9+
openshift = "~=0.12.0"
10+
ansible = "~=2.9.15"
1211
jmespath = "==0.10.0"
1312

1413
[dev-packages]

images/ansible-operator/Pipfile.lock

Lines changed: 73 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/plugins/ansible/v1/scaffolds/internal/templates/requirements.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (f *RequirementsYml) SetTemplateDefaults() error {
3636
const requirementsYmlTmpl = `---
3737
collections:
3838
- name: community.kubernetes
39-
version: "==1.1.1"
39+
version: "1.2.1"
4040
- name: operator_sdk.util
41-
version: "0.1.0"
41+
version: "0.2.0"
4242
`
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
collections:
33
- name: community.kubernetes
4-
version: "==1.1.1"
4+
version: "1.2.1"
55
- name: operator_sdk.util
6-
version: "0.1.0"
6+
version: "0.2.0"

0 commit comments

Comments
 (0)