Skip to content

Commit 47a73e2

Browse files
[v1.4.1] bump cryptography dep (#4531)
Signed-off-by: varshaprasad96 <[email protected]>
1 parent a896444 commit 47a73e2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
Bump cryptography dependency in ansible-operator to 3.3.2. This will fix a potential security bug
6+
related to update() calls. Ref: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#332---2021-02-07.
7+
8+
# kind is one of:
9+
# - addition
10+
# - change
11+
# - deprecation
12+
# - removal
13+
# - bugfix
14+
kind: bugfix
15+
16+
# Is this a breaking change?
17+
breaking: false

images/ansible-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
1717
&& yum -y update \
1818
&& yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools \
1919
&& pip3 install --no-cache-dir \
20-
cryptography==3.3.1 \
20+
cryptography==3.3.2 \
2121
ansible-runner==1.3.4 \
2222
ansible-runner-http==1.0.0 \
2323
ipaddress==1.0.23 \

0 commit comments

Comments
 (0)