From 06e17a2692362183fc389b6094a41d9cbd1691c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Oct 2024 04:23:19 +0000 Subject: [PATCH] Release 2024-10-07 --- README.md | 7 ++++--- args_base.args | 2 +- args_optional.args | 6 +++--- build.sh | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b26ab36..2245b06 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,16 @@ For a list of tooling available in version *complete*, but not in *base*, please Version *minimal* is built on top of alpine and contains a minimal set of tools, meant to be used within automation with minimal vulnerabilities. ## version history -latest=2024-09-30_base +latest=2024-10-07_base -project=2024-09-30_base +project=2024-10-07_base -complete=2024-09-30_complete +complete=2024-10-07_complete | RELEASE | UBUNTU | DOCKER | KUBECTL | HELM | TERRAFORM | AZ CLI | OPENSSH | CRICTL | VELERO | SENTINEL | STERN | KUBELOGIN | OC CLI | AWS CLI | GCLOUD CLI | ANSIBLE | JINJA2 | VAULT | |---------------------|--------|----------|---------|--------|-----------|--------|---------|--------|--------|----------|--------|-----------|---------|----------|------------|---------|--------|--------| +| 2024-10-07_complete | 22.04 | 27.3.1 | 1.31.1 | 3.16.1 | 1.9.7 | 2.64.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.28.0 | 1.30.0 | 0.1.4 | 4.17.0 | 1.35.0 | 495.0.0 | 9.9.0 | 3.1.4 | 1.17.6 | | 2024-09-30_complete | 22.04 | 27.3.1 | 1.31.1 | 3.16.1 | 1.9.6 | 2.64.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.28.0 | 1.30.0 | 0.1.4 | 4.16.13 | 1.34.29 | 494.0.0 | 9.9.0 | 3.1.4 | 1.17.6 | | 2024-09-27_complete | 22.04 | 27.3.1 | 1.31.1 | 3.16.1 | 1.9.6 | 2.64.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.28.0 | 1.30.0 | 0.1.4 | 4.16.13 | 1.34.28 | 494.0.0 | 9.9.0 | 3.1.4 | 1.17.6 | | 2024-09-23_complete | 22.04 | 27.3.1 | 1.31.1 | 3.16.1 | 1.9.6 | 2.64.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.11 | 1.34.24 | 493.0.0 | 9.9.0 | 3.1.4 | 1.17.5 | diff --git a/args_base.args b/args_base.args index 08e27d0..03951d3 100644 --- a/args_base.args +++ b/args_base.args @@ -7,7 +7,7 @@ KUBECTL_VERSION=1.31.1 #https://github.com/helm/helm/releases HELM_VERSION=3.16.1 #https://github.com/hashicorp/terraform/releases -TERRAFORM_VERSION=1.9.6 +TERRAFORM_VERSION=1.9.7 #https://pypi.org/project/azure-cli/ AZ_CLI_VERSION=2.64.0 #https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/ diff --git a/args_optional.args b/args_optional.args index 70957ef..6ed9fdb 100644 --- a/args_optional.args +++ b/args_optional.args @@ -1,9 +1,9 @@ #https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/ -OC_CLI_VERSION=4.16.13 +OC_CLI_VERSION=4.17.0 #https://pypi.org/project/awscli/ -AWS_CLI_VERSION=1.34.29 +AWS_CLI_VERSION=1.35.0 #https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects -GCLOUD_VERSION=494.0.0 +GCLOUD_VERSION=495.0.0 #https://pypi.org/project/ansible/ ANSIBLE_VERSION=9.9.0 #https://pypi.org/project/Jinja2/ diff --git a/build.sh b/build.sh index d984e7e..d0da83c 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -IMAGE_TAG="2024-09-30" +IMAGE_TAG="2024-10-07" TAG_PREFIX_COMPLETE="complete" TAG_PREFIX_BASE="latest" TAG_PREFIX_BASE2="project"