From a3ebf55fe8cd6b834c39b9b2e276350d30c1ad9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:21:18 +0200 Subject: [PATCH] Release 2024-08-30 (#308) Co-authored-by: github-actions[bot] --- README.md | 7 ++++--- args_base.args | 4 ++-- args_optional.args | 8 ++++---- build.sh | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dc34d92..997e06d 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-08-26_base +latest=2024-08-30_base -project=2024-08-26_base +project=2024-08-30_base -complete=2024-08-26_complete +complete=2024-08-30_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-08-30_complete | 22.04 | 27.2.0 | 1.31.0 | 3.15.4 | 1.9.5 | 2.63.0 | 9.8p1 | 1.31.1 | 1.14.1 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.8 | 1.34.9 | 490.0.0 | 9.9.0 | 3.1.4 | 1.17.4 | | 2024-08-26_complete | 22.04 | 27.1.2 | 1.31.0 | 3.15.4 | 1.9.5 | 2.63.0 | 9.8p1 | 1.31.1 | 1.14.0 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.7 | 1.34.5 | 489.0.0 | 9.9.0 | 3.1.4 | 1.17.3 | | 2024-08-23_complete | 22.04 | 27.1.2 | 1.31.0 | 3.15.4 | 1.9.5 | 2.63.0 | 9.8p1 | 1.31.1 | 1.14.0 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.7 | 1.34.4 | 489.0.0 | 9.9.0 | 3.1.4 | 1.17.3 | | 2024-08-19_complete | 22.04 | 27.1.2 | 1.31.0 | 3.15.4 | 1.9.4 | 2.63.0 | 9.8p1 | 1.31.1 | 1.14.0 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.6 | 1.34.0 | 488.0.0 | 9.9.0 | 3.1.4 | 1.17.3 | diff --git a/args_base.args b/args_base.args index 4721040..abff0b7 100644 --- a/args_base.args +++ b/args_base.args @@ -1,7 +1,7 @@ MULTISTAGE_BUILDER_VERSION=2022-12-21 UBUNTU_VERSION=22.04 #https://github.com/moby/moby/releases -DOCKER_VERSION=27.1.2 +DOCKER_VERSION=27.2.0 #https://github.com/kubernetes/kubernetes/releases KUBECTL_VERSION=1.31.0 #https://github.com/helm/helm/releases @@ -15,7 +15,7 @@ OPENSSH_VERSION=9.8p1 #https://github.com/kubernetes-sigs/cri-tools/releases CRICTL_VERSION=1.31.1 #https://github.com/vmware-tanzu/velero/releases -VELERO_VERSION=1.14.0 +VELERO_VERSION=1.14.1 #https://docs.hashicorp.com/sentinel/changelog SENTINEL_VERSION=0.27.0 #https://github.com/stern/stern/releases diff --git a/args_optional.args b/args_optional.args index 1f1a66e..d1d4986 100644 --- a/args_optional.args +++ b/args_optional.args @@ -1,12 +1,12 @@ #https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/ -OC_CLI_VERSION=4.16.7 +OC_CLI_VERSION=4.16.8 #https://pypi.org/project/awscli/ -AWS_CLI_VERSION=1.34.5 +AWS_CLI_VERSION=1.34.9 #https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects -GCLOUD_VERSION=489.0.0 +GCLOUD_VERSION=490.0.0 #https://pypi.org/project/ansible/ ANSIBLE_VERSION=9.9.0 #https://pypi.org/project/Jinja2/ JINJA_VERSION=3.1.4 #https://github.com/hashicorp/vault/releases -VAULT_VERSION=1.17.3 \ No newline at end of file +VAULT_VERSION=1.17.4 \ No newline at end of file diff --git a/build.sh b/build.sh index 3e8847f..1614ced 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -IMAGE_TAG="2024-08-26" +IMAGE_TAG="2024-08-30" TAG_PREFIX_COMPLETE="complete" TAG_PREFIX_BASE="latest" TAG_PREFIX_BASE2="project"