Skip to content

Commit

Permalink
Merge pull request #246 from ksandermann/2024-04-08_automation
Browse files Browse the repository at this point in the history
Release 2024-04-08
  • Loading branch information
kilianjrk authored Apr 8, 2024
2 parents 7261725 + 3b5affd commit 04fb0a3
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-03-25_base
latest=2024-04-08_base

project=2024-03-25_base
project=2024-04-08_base

complete=2024-03-25_complete
complete=2024-04-08_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-04-08_complete | 20.04 | 26.0.0 | 1.29.3 | 3.14.3 | 1.7.5 | 2.59.0 | 9.7p1 | 1.29.0 | 1.13.1 | 0.24.4 | 1.28.0 | 0.1.1 | 4.15.5 | 1.32.79 | 471.0.0 | 6.7.0 | 3.1.3 | 1.16.1 |
| 2024-03-25_complete | 20.04 | 26.0.0 | 1.29.3 | 3.14.3 | 1.7.5 | 2.58.0 | 9.7p1 | 1.29.0 | 1.13.1 | 0.24.4 | 1.28.0 | 0.1.1 | 4.15.3 | 1.32.72 | 470.0.0 | 6.7.0 | 3.1.3 | 1.15.6 |
| 2024-03-11_complete | 20.04 | 25.0.4 | 1.29.2 | 3.14.2 | 1.7.4 | 2.58.0 | 9.6p1 | 1.29.0 | 1.13.0 | 0.24.3 | 1.28.0 | 0.1.1 | 4.15.0 | 1.32.58 | 467.0.0 | 6.7.0 | 3.1.3 | 1.15.6 |
| 2024-03-08_complete | 20.04 | 25.0.4 | 1.29.2 | 3.14.2 | 1.7.4 | 2.58.0 | 9.6p1 | 1.29.0 | 1.13.0 | 0.24.3 | 1.28.0 | 0.1.1 | 4.15.0 | 1.32.58 | 467.0.0 | 6.7.0 | 3.1.3 | 1.15.6 |
Expand Down
2 changes: 1 addition & 1 deletion args_base.args
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HELM_VERSION=3.14.3
#https://github.com/hashicorp/terraform/releases
TERRAFORM_VERSION=1.7.5
#https://pypi.org/project/azure-cli/
AZ_CLI_VERSION=2.58.0
AZ_CLI_VERSION=2.59.0
#https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/
OPENSSH_VERSION=9.7p1
#https://github.com/kubernetes-sigs/cri-tools/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.15.3
OC_CLI_VERSION=4.15.5
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.32.72
AWS_CLI_VERSION=1.32.79
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=470.0.0
GCLOUD_VERSION=471.0.0
#https://pypi.org/project/ansible/
ANSIBLE_VERSION=6.7.0
#https://pypi.org/project/Jinja2/
JINJA_VERSION=3.1.3
#https://github.com/hashicorp/vault/releases
VAULT_VERSION=1.15.6
VAULT_VERSION=1.16.1
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-03-25"
IMAGE_TAG="2024-04-08"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 04fb0a3

Please sign in to comment.