We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463f668 commit 052de7cCopy full SHA for 052de7c
changelog/fragments/urllib3-1.26.4.yaml
@@ -0,0 +1,5 @@
1
+entries:
2
+ - description: >
3
+ Bumped urllib3 in ansible-operator-base and ansible-operator images to 1.26.4
4
+ for a security fix.
5
+ kind: change
images/ansible-operator/base.Dockerfile
@@ -26,6 +26,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
26
openshift==0.10.3 \
27
ansible==2.9.15 \
28
jmespath==0.10.0 \
29
+ urllib3==1.26.4 \
30
&& yum remove -y gcc libffi-devel openssl-devel python38-devel \
31
&& yum clean all \
32
&& rm -rf /var/cache/yum
0 commit comments