File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments