Skip to content

Commit

Permalink
Release 2024-08-05 (#300)
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 Aug 5, 2024
1 parent 2571e66 commit 59b32c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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-08-02_base
latest=2024-08-05_base

project=2024-08-02_base
project=2024-08-05_base

complete=2024-08-02_complete
complete=2024-08-05_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-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 |
| 2024-07-01_complete | 22.04 | 27.0.2 | 1.30.2 | 3.15.2 | 1.9.0 | 2.61.0 | 9.7p1 | 1.30.0 | 1.14.0 | 0.26.2 | 1.30.0 | 0.1.3 | 4.16.0 | 1.33.18 | 482.0.0 | 9.7.0 | 3.1.4 | 1.17.1 |
Expand Down
2 changes: 1 addition & 1 deletion args_optional.args
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/
OC_CLI_VERSION=4.16.4
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.33.34
AWS_CLI_VERSION=1.33.35
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=486.0.0
#https://pypi.org/project/ansible/
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-08-02"
IMAGE_TAG="2024-08-05"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 59b32c7

Please sign in to comment.