From e4f39d1c5d25fb0a045c74a006c962d876f8a8f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:10:55 +0200 Subject: [PATCH] Release 2024-08-09 (#301) Co-authored-by: github-actions[bot] --- README.md | 7 ++++--- args_base.args | 8 ++++---- args_optional.args | 8 ++++---- build.sh | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1518f79..f0a99ce 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-05_base +latest=2024-08-09_base -project=2024-08-05_base +project=2024-08-09_base -complete=2024-08-05_complete +complete=2024-08-09_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-09_complete | 22.04 | 27.1.1 | 1.30.3 | 3.15.3 | 1.9.4 | 2.63.0 | 9.8p1 | 1.31.0 | 1.14.0 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.5 | 1.33.39 | 487.0.0 | 9.8.0 | 3.1.4 | 1.17.3 | | 2024-08-05_complete | 22.04 | 27.1.1 | 1.30.3 | 3.15.3 | 1.9.3 | 2.62.0 | 9.8p1 | 1.30.1 | 1.14.0 | 0.26.3 | 1.30.0 | 0.1.4 | 4.16.4 | 1.33.35 | 486.0.0 | 9.8.0 | 3.1.4 | 1.17.2 | | 2024-08-02_complete | 22.04 | 27.1.1 | 1.30.3 | 3.15.3 | 1.9.3 | 2.62.0 | 9.8p1 | 1.30.1 | 1.14.0 | 0.26.3 | 1.30.0 | 0.1.4 | 4.16.4 | 1.33.34 | 486.0.0 | 9.8.0 | 3.1.4 | 1.17.2 | | 2024-07-08_complete | 22.04 | 27.0.3 | 1.30.2 | 3.15.2 | 1.9.1 | 2.61.0 | 9.8p1 | 1.30.0 | 1.14.0 | 0.26.2 | 1.30.0 | 0.1.4 | 4.16.0 | 1.33.22 | 483.0.0 | 9.7.0 | 3.1.4 | 1.17.1 | diff --git a/args_base.args b/args_base.args index 705efaa..26425bc 100644 --- a/args_base.args +++ b/args_base.args @@ -7,17 +7,17 @@ KUBECTL_VERSION=1.30.3 #https://github.com/helm/helm/releases HELM_VERSION=3.15.3 #https://github.com/hashicorp/terraform/releases -TERRAFORM_VERSION=1.9.3 +TERRAFORM_VERSION=1.9.4 #https://pypi.org/project/azure-cli/ -AZ_CLI_VERSION=2.62.0 +AZ_CLI_VERSION=2.63.0 #https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/ OPENSSH_VERSION=9.8p1 #https://github.com/kubernetes-sigs/cri-tools/releases -CRICTL_VERSION=1.30.1 +CRICTL_VERSION=1.31.0 #https://github.com/vmware-tanzu/velero/releases VELERO_VERSION=1.14.0 #https://docs.hashicorp.com/sentinel/changelog -SENTINEL_VERSION=0.26.3 +SENTINEL_VERSION=0.27.0 #https://github.com/stern/stern/releases STERN_VERSION=1.30.0 #https://github.com/Azure/kubelogin/releases diff --git a/args_optional.args b/args_optional.args index 88ad048..839c19d 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.4 +OC_CLI_VERSION=4.16.5 #https://pypi.org/project/awscli/ -AWS_CLI_VERSION=1.33.35 +AWS_CLI_VERSION=1.33.39 #https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects -GCLOUD_VERSION=486.0.0 +GCLOUD_VERSION=487.0.0 #https://pypi.org/project/ansible/ ANSIBLE_VERSION=9.8.0 #https://pypi.org/project/Jinja2/ JINJA_VERSION=3.1.4 #https://github.com/hashicorp/vault/releases -VAULT_VERSION=1.17.2 \ No newline at end of file +VAULT_VERSION=1.17.3 \ No newline at end of file diff --git a/build.sh b/build.sh index b5f9cc8..1347356 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -euo pipefail IFS=$'\n\t' -IMAGE_TAG="2024-08-05" +IMAGE_TAG="2024-08-09" TAG_PREFIX_COMPLETE="complete" TAG_PREFIX_BASE="latest" TAG_PREFIX_BASE2="project"