Skip to content

Commit

Permalink
feat: (IAC-1194) Update dependencies to resolve security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Dec 7, 2023
1 parent a847fa7 commit b300ffe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$kubect

# Installation
FROM baseline
ARG helm_version=3.12.2
ARG helm_version=3.13.2
ARG aws_cli_version=2.13.33
ARG gcp_cli_version=440.0.0-0

Expand Down
4 changes: 2 additions & 2 deletions docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following list details our dependencies and versions (~ indicates multiple p
| ~ | rsync | any |
| ~ | kubectl | 1.25 - 1.27 |
| ~ | Helm | 3 |
| pip3 | ansible | 8.0.0 |
| pip3 | ansible | 8.6.0 |
| pip3 | openshift | 0.13.1 |
| pip3 | kubernetes | 26.1.0 |
| pip3 | dnspython | 2.3.0 |
Expand Down Expand Up @@ -48,7 +48,7 @@ As described in the [Docker Installation](./DockerUsage.md) section add addition
```bash
# Override kubectl version
docker build \
--build-arg kubectl_version=1.26.8 \
--build-arg kubectl_version=1.26.10 \
-t viya4-deployment .
```

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible==8.0.0 # 2.10.7
ansible==8.6.0 # 2.10.7
openshift==0.13.1 # 0.12.0
kubernetes==26.1.0 # 12.0.1
dnspython==2.3.0 # 2.1.0
docker==6.1.3
docker==5.0.3
2 changes: 1 addition & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ collections:
- name: community.docker
version: 2.7.0
- name: kubernetes.core
version: 2.4.0
version: 2.3.2

0 comments on commit b300ffe

Please sign in to comment.