Skip to content

Commit

Permalink
Merge pull request #1254 from Gregory-Pereira/bump_kubernetes_module_…
Browse files Browse the repository at this point in the history
…for_cve_2020_1747

bump kubernetes version for common image
  • Loading branch information
sesheta authored Apr 28, 2022
2 parents 2d2053f + 898a361 commit 2d65951
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 53 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ argo-workflows = ">=3.5,<4"
daiquiri = "*"
requests = "*"
sentry-sdk = "*"
kubernetes = "~=11.0.0" # required pyyaml>=3.12
openshift = "==0.11.0"
kubernetes = ">=12.0.1" # required pyyaml>=5.3.1
openshift = "~=0.12.0"
attrs = "*"
pyyaml = ">=3.12"
pyyaml = ">=5.3.1"
flexmock = "*"
jsonformatter = "*"

Expand Down
88 changes: 40 additions & 48 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jsonformatter
attrs
pyyaml
requests
kubernetes ~= 11.0.0
openshift==0.11.0
kubernetes >=12.0.1
openshift~=0.12.0
argo-workflows >=3.5,<4

0 comments on commit 2d65951

Please sign in to comment.