File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
website/content/en/docs/building-operators/ansible Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ entries :
2
+ - description : >
3
+ For Ansible-based operators, the Python version has been updated
4
+ to a newer version, from 3.6 to 3.8 to take advantage of performance
5
+ improvements, language additions, security updates and generally
6
+ better availability for local development.
7
+
8
+ kind: change
9
+
10
+ # Is this a breaking change?
11
+ breaking: false
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV HOME=/opt/ansible \
15
15
# yum clean all && rm -rf /var/yum/cache/* first
16
16
RUN yum clean all && rm -rf /var/cache/yum/* \
17
17
&& yum -y update \
18
- && yum install -y libffi-devel openssl-devel python36 -devel gcc python3 -pip python3 -setuptools \
18
+ && yum install -y libffi-devel openssl-devel python38 -devel gcc python38 -pip python38 -setuptools \
19
19
&& pip3 install --no-cache-dir \
20
20
ansible-runner==1.3.4 \
21
21
ansible-runner-http==1.0.0 \
@@ -24,7 +24,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
24
24
openshift==0.10.3 \
25
25
ansible==2.9.15 \
26
26
jmespath==0.10.0 \
27
- && yum remove -y gcc libffi-devel openssl-devel python36 -devel \
27
+ && yum remove -y gcc libffi-devel openssl-devel python38 -devel \
28
28
&& yum clean all \
29
29
&& rm -rf /var/cache/yum
30
30
Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ weight: 1
9
9
Follow the steps in the [ installation guide] [ install-guide ] to learn how to install the ` operator-sdk ` CLI tool.
10
10
11
11
## Additional Prerequisites
12
-
12
+ - [ python ] [ python ] version 3.8.6+
13
13
- [ ansible] [ ansible ] version v2.9.0+
14
14
- [ ansible-runner] [ ansible-runner ] version v1.1.0+
15
15
- [ ansible-runner-http] [ ansible-runner-http-plugin ] version v1.0.0+
16
16
- [ openshift] [ openshift-module ] version v0.11.2+
17
17
18
18
19
19
[ install-guide ] :/docs/installation/
20
+ [ python ] :https://www.python.org/downloads/
20
21
[ ansible ] :https://docs.ansible.com/ansible/latest/index.html
21
22
[ ansible-runner ] :https://ansible-runner.readthedocs.io/en/latest/install.html
22
23
[ ansible-runner-http-plugin ] :https://github.com/ansible/ansible-runner-http
You can’t perform that action at this time.
0 commit comments