Skip to content

Commit

Permalink
feat: (IAC-1193) Update Dependencies to Resolve Security Issues (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat authored Nov 13, 2023
1 parent c4e0de5 commit e5ebbf5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ RUN apt-get update && apt-get upgrade -y --no-install-recommends \

# Layers used for building/downloading/installing tools
FROM baseline as tool_builder
ARG HELM_VERSION=3.12.0
ARG KUBECTL_VERSION=1.26.7
ARG TERRAFORM_VERSION=1.4.5-*
ARG HELM_VERSION=3.13.2
ARG KUBECTL_VERSION=1.26.10
ARG TERRAFORM_VERSION=1.6.3-*

WORKDIR /build

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ This project supports the following options for running the scripts in this repo

The following software is required in order to run the SAS Viya IaC tools here on your local system:

- [Terraform](https://www.terraform.io/downloads) - v1.4.5
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) - v2.13.4
- [Terraform](https://www.terraform.io/downloads) - v1.6.3
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) - v2.15.6
- [Docker](https://docs.docker.com/engine/install/) - v20.10.17
- [Helm](https://helm.sh/docs/intro/install/) - v3.12.0
- [Helm](https://helm.sh/docs/intro/install/) - v3.13.2

#### Docker Requirements

Expand Down
6 changes: 3 additions & 3 deletions docs/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ The third-party applications that are listed in the following table are supporte

| Application | Minimum Version |
| ---: | ---: |
| [Ansible](https://www.ansible.com/) | Core 2.13.4 |
| [Terraform](https://www.terraform.io/) | 1.4.5 |
| [Ansible](https://www.ansible.com/) | Core 2.15.6 |
| [Terraform](https://www.terraform.io/) | 1.6.3 |
| [Docker](https://www.docker.com/) | 20.10.17 |
| [Helm](https://helm.sh/) | 3.12.0 |
| [Helm](https://helm.sh/) | 3.13.2 |
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Reference : pypi.org
#
ansible==8.0.0 # 6.4.0 # 5.5.0 # 2.10.7
ansible==8.6.0 # 8.0.0 # 6.4.0 # 5.5.0 # 2.10.7
openshift==0.13.1 # 0.12.0
kubernetes==26.1.0 # 24.2.0 # 23.3.0 # 12.0.1
dnspython==2.3.0 # 2.2.1 # 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes/common/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0

---
helm_version: 3.12.0
helm_version: 3.13.2
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.2.0"
version = "2.5.1"
}
local = {
source = "hashicorp/local"
version = ">= 2.2.3"
version = "2.4.0"
}
}
}

0 comments on commit e5ebbf5

Please sign in to comment.