From 06f96ab1aa548304fa4b2f068a6a6a696109d33b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:32:13 +0100 Subject: [PATCH] Release 2025-01-06 (#349) Co-authored-by: github-actions[bot] --- README.md | 7 ++++--- args_optional.args | 2 +- build.sh | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 072d320..615caa1 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=2025-01-03_base +latest=2025-01-06_base -project=2025-01-03_base +project=2025-01-06_base -complete=2025-01-03_complete +complete=2025-01-06_complete | RELEASE | UBUNTU | DOCKER | KUBECTL | HELM | TERRAFORM | AZ CLI | OPENSSH | CRICTL | VELERO | SENTINEL | STERN | KUBELOGIN | OC CLI | AWS CLI | GCLOUD CLI | ANSIBLE | JINJA2 | VAULT | |---------------------|--------|----------|---------|--------|-----------|--------|---------|--------|--------|----------|--------|-----------|---------|----------|------------|---------|--------|--------| +| 2025-01-06_complete | 22.04 | 27.4.1 | 1.32.0 | 3.16.4 | 1.10.3 | 2.67.0 | 9.9p1 | 1.32.0 | 1.15.1 | 0.29.0 | 1.31.0 | 0.1.6 | 4.17.9 | 1.36.33 | 2024.08.30 | 9.9.0 | 3.1.5 | 1.18.3 | | 2025-01-03_complete | 22.04 | 27.4.1 | 1.32.0 | 3.16.4 | 1.10.3 | 2.67.0 | 9.9p1 | 1.32.0 | 1.15.1 | 0.29.0 | 1.31.0 | 0.1.6 | 4.17.9 | 1.36.32 | 2024.08.30 | 9.9.0 | 3.1.5 | 1.18.3 | | 2024-12-16_complete | 22.04 | 27.4.0 | 1.32.0 | 3.16.3 | 1.10.2 | 2.67.0 | 9.9p1 | 1.32.0 | 1.15.0 | 0.29.0 | 1.31.0 | 0.1.6 | 4.17.7 | 1.36.22 | 503.0.0 | 9.9.0 | 3.1.4 | 1.18.2 | | 2024-12-09_complete | 22.04 | 27.3.1 | 1.31.3 | 3.16.3 | 1.10.1 | 2.67.0 | 9.9p1 | 1.31.1 | 1.15.0 | 0.29.0 | 1.31.0 | 0.1.5 | 4.17.6 | 1.36.17 | 502.0.0 | 9.9.0 | 3.1.4 | 1.18.2 | diff --git a/args_optional.args b/args_optional.args index a906d3d..5367650 100644 --- a/args_optional.args +++ b/args_optional.args @@ -1,7 +1,7 @@ #https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/ OC_CLI_VERSION=4.17.9 #https://pypi.org/project/awscli/ -AWS_CLI_VERSION=1.36.32 +AWS_CLI_VERSION=1.36.33 #https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects GCLOUD_VERSION=2024.08.30 #https://pypi.org/project/ansible/ diff --git a/build.sh b/build.sh index 1df6fb1..4960d5f 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -IMAGE_TAG="2025-01-03" +IMAGE_TAG="2025-01-06" TAG_PREFIX_COMPLETE="complete" TAG_PREFIX_BASE="latest" TAG_PREFIX_BASE2="project"