diff --git a/Dockerfile b/Dockerfile index 9cbc1fc..c9612c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index cb44c4d..419a0d3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/REQUIREMENTS.md b/docs/REQUIREMENTS.md index 7444378..749db94 100644 --- a/docs/REQUIREMENTS.md +++ b/docs/REQUIREMENTS.md @@ -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 | diff --git a/requirements.txt b/requirements.txt index 3f69aa8..ee93d96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/versions.tf b/versions.tf index b56bbbd..6fa9ff1 100644 --- a/versions.tf +++ b/versions.tf @@ -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" } } }