Skip to content

Commit

Permalink
Release 2024-09-27 (#320)
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 Sep 27, 2024
1 parent 83c69d4 commit 9640309
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-09-23_base
latest=2024-09-27_base

project=2024-09-23_base
project=2024-09-27_base

complete=2024-09-23_complete
complete=2024-09-27_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-09-27_complete | 22.04 | 27.3.1 | 1.31.1 | 3.16.1 | 1.9.6 | 2.64.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.28.0 | 1.30.0 | 0.1.4 | 4.16.13 | 1.34.28 | 494.0.0 | 9.9.0 | 3.1.4 | 1.17.6 |
| 2024-09-23_complete | 22.04 | 27.3.1 | 1.31.1 | 3.16.1 | 1.9.6 | 2.64.0 | 9.9p1 | 1.31.1 | 1.14.1 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.11 | 1.34.24 | 493.0.0 | 9.9.0 | 3.1.4 | 1.17.5 |
| 2024-09-16_complete | 22.04 | 27.2.1 | 1.31.1 | 3.16.1 | 1.9.5 | 2.64.0 | 9.8p1 | 1.31.1 | 1.14.1 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.10 | 1.34.19 | 492.0.0 | 9.9.0 | 3.1.4 | 1.17.5 |
| 2024-09-09_complete | 22.04 | 27.2.0 | 1.31.0 | 3.15.4 | 1.9.5 | 2.64.0 | 9.8p1 | 1.31.1 | 1.14.1 | 0.27.0 | 1.30.0 | 0.1.4 | 4.16.9 | 1.34.14 | 491.0.0 | 9.9.0 | 3.1.4 | 1.17.5 |
Expand Down
2 changes: 1 addition & 1 deletion args_base.args
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CRICTL_VERSION=1.31.1
#https://github.com/vmware-tanzu/velero/releases
VELERO_VERSION=1.14.1
#https://docs.hashicorp.com/sentinel/changelog
SENTINEL_VERSION=0.27.0
SENTINEL_VERSION=0.28.0
#https://github.com/stern/stern/releases
STERN_VERSION=1.30.0
#https://github.com/Azure/kubelogin/releases
Expand Down
8 changes: 4 additions & 4 deletions args_optional.args
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/
OC_CLI_VERSION=4.16.12
OC_CLI_VERSION=4.16.13
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.34.24
AWS_CLI_VERSION=1.34.28
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=493.0.0
GCLOUD_VERSION=494.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.5
VAULT_VERSION=1.17.6
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-09-23"
IMAGE_TAG="2024-09-27"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 9640309

Please sign in to comment.