Skip to content

Commit

Permalink
Release 2024-11-11 (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
github-actions[bot] and ksandermann authored Nov 11, 2024
1 parent be0f327 commit 570971f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-04_base
latest=2024-11-11_base

project=2024-11-04_base
project=2024-11-11_base

complete=2024-11-04_complete
complete=2024-11-11_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-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 |
| 2024-11-04_complete | 22.04 | 27.3.1 | 1.31.2 | 3.16.2 | 1.9.8 | 2.65.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.28.0 | 1.31.0 | 0.1.4 | 4.17.2 | 1.35.20 | 499.0.0 | 9.9.0 | 3.1.4 | 1.18.1 |
| 2024-11-01_complete | 22.04 | 27.3.1 | 1.31.2 | 3.16.2 | 1.9.8 | 2.65.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.28.0 | 1.31.0 | 0.1.4 | 4.17.2 | 1.35.19 | 499.0.0 | 9.9.0 | 3.1.4 | 1.18.1 |
| 2024-10-28_complete | 22.04 | 27.3.1 | 1.31.2 | 3.16.2 | 1.9.8 | 2.65.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.28.0 | 1.31.0 | 0.1.4 | 4.17.1 | 1.35.15 | 498.0.0 | 9.9.0 | 3.1.4 | 1.18.0 |
Expand Down
4 changes: 2 additions & 2 deletions args_base.args
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ HELM_VERSION=3.16.2
#https://github.com/hashicorp/terraform/releases
TERRAFORM_VERSION=1.9.8
#https://pypi.org/project/azure-cli/
AZ_CLI_VERSION=2.65.0
AZ_CLI_VERSION=2.66.0
#https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/
OPENSSH_VERSION=9.9p1
#https://github.com/kubernetes-sigs/cri-tools/releases
CRICTL_VERSION=1.31.1
#https://github.com/vmware-tanzu/velero/releases
VELERO_VERSION=1.14.1
VELERO_VERSION=1.15.0
#https://docs.hashicorp.com/sentinel/changelog
SENTINEL_VERSION=0.28.0
#https://github.com/stern/stern/releases
Expand Down
6 changes: 3 additions & 3 deletions args_optional.args
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/
OC_CLI_VERSION=4.17.2
OC_CLI_VERSION=4.17.3
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.35.20
AWS_CLI_VERSION=1.35.23
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=499.0.0
GCLOUD_VERSION=500.0.0
#https://pypi.org/project/ansible/
ANSIBLE_VERSION=9.9.0
#https://pypi.org/project/Jinja2/
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
IFS=$'\n\t'

IMAGE_TAG="2024-11-04"
IMAGE_TAG="2024-11-11"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 570971f

Please sign in to comment.