From 6110116d744314baba3dce2b12c6df947ba99678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:05:14 +0100 Subject: [PATCH] Release 2024-12-02 (#339) Co-authored-by: github-actions[bot] --- README.md | 7 ++++--- args_base.args | 4 ++-- args_optional.args | 4 ++-- build.sh | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 225ca03..d511e20 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-11-22_base +latest=2024-12-02_base -project=2024-11-22_base +project=2024-12-02_base -complete=2024-11-22_complete +complete=2024-12-02_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-12-02_complete | 22.04 | 27.3.1 | 1.31.3 | 3.16.3 | 1.10.0 | 2.67.0 | 9.9p1 | 1.31.1 | 1.15.0 | 0.29.0 | 1.31.0 | 0.1.4 | 4.17.5 | 1.36.12 | 502.0.0 | 9.9.0 | 3.1.4 | 1.18.2 | | 2024-11-22_complete | 22.04 | 27.3.1 | 1.31.3 | 3.16.3 | 1.9.8 | 2.67.0 | 9.9p1 | 1.31.1 | 1.15.0 | 0.28.0 | 1.31.0 | 0.1.4 | 4.17.4 | 1.36.8 | 502.0.0 | 9.9.0 | 3.1.4 | 1.18.2 | | 2024-11-18_complete | 22.04 | 27.3.1 | 1.31.2 | 3.16.3 | 1.9.8 | 2.66.0 | 9.9p1 | 1.31.1 | 1.15.0 | 0.28.0 | 1.31.0 | 0.1.4 | 4.17.3 | 1.36.4 | 501.0.0 | 9.9.0 | 3.1.4 | 1.18.1 | | 2024-11-11_complete | 22.04 | 27.3.1 | 1.31.2 | 3.16.2 | 1.9.8 | 2.66.0 | 9.9p1 | 1.31.1 | 1.15.0 | 0.28.0 | 1.31.0 | 0.1.4 | 4.17.3 | 1.35.23 | 500.0.0 | 9.9.0 | 3.1.4 | 1.18.1 | diff --git a/args_base.args b/args_base.args index 4338ba2..2148070 100644 --- a/args_base.args +++ b/args_base.args @@ -7,7 +7,7 @@ KUBECTL_VERSION=1.31.3 #https://github.com/helm/helm/releases HELM_VERSION=3.16.3 #https://github.com/hashicorp/terraform/releases -TERRAFORM_VERSION=1.9.8 +TERRAFORM_VERSION=1.10.0 #https://pypi.org/project/azure-cli/ AZ_CLI_VERSION=2.67.0 #https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/ @@ -17,7 +17,7 @@ CRICTL_VERSION=1.31.1 #https://github.com/vmware-tanzu/velero/releases VELERO_VERSION=1.15.0 #https://docs.hashicorp.com/sentinel/changelog -SENTINEL_VERSION=0.28.0 +SENTINEL_VERSION=0.29.0 #https://github.com/stern/stern/releases STERN_VERSION=1.31.0 #https://github.com/Azure/kubelogin/releases diff --git a/args_optional.args b/args_optional.args index 05ffa64..2ccf3bb 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.4 +OC_CLI_VERSION=4.17.5 #https://pypi.org/project/awscli/ -AWS_CLI_VERSION=1.36.8 +AWS_CLI_VERSION=1.36.12 #https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects GCLOUD_VERSION=502.0.0 #https://pypi.org/project/ansible/ diff --git a/build.sh b/build.sh index c9a694b..04a09cd 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -IMAGE_TAG="2024-11-22" +IMAGE_TAG="2024-12-02" TAG_PREFIX_COMPLETE="complete" TAG_PREFIX_BASE="latest" TAG_PREFIX_BASE2="project"