Skip to content

Commit

Permalink
feat: (PSKD-349) OSS Tool Version Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Nov 8, 2024
1 parent 332fcc9 commit f2b4396
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.14.4
ARG KUBECTL_VERSION=1.29.7
ARG TERRAFORM_VERSION=1.8.5-*
ARG HELM_VERSION=3.16.2
ARG KUBECTL_VERSION=1.29.10
ARG TERRAFORM_VERSION=1.9.8-*

WORKDIR /build

Expand Down
4 changes: 2 additions & 2 deletions docs/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,6 @@ The third-party applications that are listed in the following table are supporte
| Application | Minimum Version |
| ---: | ---: |
| [Ansible](https://www.ansible.com/) | Core 2.16.1 |
| [Terraform](https://www.terraform.io/) | 1.8.5 |
| [Terraform](https://www.terraform.io/) | 1.9.8 |
| [Docker](https://www.docker.com/) | 20.10.17 |
| [Helm](https://helm.sh/) | 3.14.4 |
| [Helm](https://helm.sh/) | 3.16.2 |
4 changes: 2 additions & 2 deletions docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ For dependency installation instructions and sources, links have been provided i
|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
| ~ | [python](https://www.python.org/downloads/) | >=3.10 |
| ~ | [pip](https://packaging.python.org/en/latest/guides/installing-using-linux-tools/#installing-pip-setuptools-wheel-with-linux-package-managers) | >=22.0 |
| ~ | [terraform](https://www.terraform.io/downloads) | >=1.4.5 |
| ~ | [terraform](https://www.terraform.io/downloads) | >=1.9.8 |
| ~ | [docker](https://docs.docker.com/engine/install/) | >=20.10.17 |
| ~ | [helm](https://helm.sh/docs/intro/install/) | >=3 |
| ~ | [kubectl](https://kubernetes.io/docs/tasks/tools/) | 1.26 - 1.28 |
| ~ | [kubectl](https://kubernetes.io/docs/tasks/tools/) | 1.28 - 1.30 |
| ~ | [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) | any |
| ~ | [jq](https://jqlang.github.io/jq/download/) | >=1.6 |
| pip | ansible-core | 2.16.4 |
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

terraform {
required_version = ">= 1.4.5"
required_version = ">= 1.9.8"
required_providers {
vsphere = {
source = "hashicorp/vsphere"
Expand Down

0 comments on commit f2b4396

Please sign in to comment.