Skip to content

Commit

Permalink
bump versions to resolve security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Jan 12, 2024
1 parent 925b713 commit 1704003
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get upgrade -y --no-install-recommends \
FROM baseline as tool_builder
ARG HELM_VERSION=3.13.2
ARG KUBECTL_VERSION=1.27.9
ARG TERRAFORM_VERSION=1.6.3-*
ARG TERRAFORM_VERSION=1.6.6-*

WORKDIR /build

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ 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.6.3
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) - v2.15.6
- [Terraform](https://www.terraform.io/downloads) - v1.6.6
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) - v2.16.1
- [Docker](https://docs.docker.com/engine/install/) - v20.10.17
- [Helm](https://helm.sh/docs/intro/install/) - v3.13.2

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

| Application | Minimum Version |
| ---: | ---: |
| [Ansible](https://www.ansible.com/) | Core 2.15.6 |
| [Terraform](https://www.terraform.io/) | 1.6.3 |
| [Ansible](https://www.ansible.com/) | Core 2.16.1 |
| [Terraform](https://www.terraform.io/) | 1.6.6 |
| [Docker](https://www.docker.com/) | 20.10.17 |
| [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.6.0 # 8.0.0 # 6.4.0 # 5.5.0 # 2.10.7
ansible==9.1.0 # 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
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.5.1"
version = "2.6.1"
}
local = {
source = "hashicorp/local"
version = "2.4.0"
version = "2.4.1"
}
}
}

0 comments on commit 1704003

Please sign in to comment.