Skip to content

Commit

Permalink
Merge pull request #236 from ksandermann/2024-03-08_automation
Browse files Browse the repository at this point in the history
Release 2024-03-08
  • Loading branch information
kilianjrk authored Mar 8, 2024
2 parents 5c8584d + a6bbad8 commit 863cefa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 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-01_base
latest=2024-03-08_base

project=2024-03-01_base
project=2024-03-08_base

complete=2024-03-01_complete
complete=2024-03-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-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 |
| 2024-03-01_complete | 20.04 | 25.0.3 | 1.29.2 | 3.14.2 | 1.7.4 | 2.57.0 | 9.6p1 | 1.29.0 | 1.13.0 | 0.24.3 | 1.28.0 | 0.1.1 | 4.15.0 | 1.32.53 | 466.0.0 | 6.7.0 | 3.1.3 | 1.15.6 |
| 2024-02-26_complete | 20.04 | 25.0.3 | 1.29.2 | 3.14.2 | 1.7.4 | 2.57.0 | 9.6p1 | 1.29.0 | 1.13.0 | 0.24.3 | 1.28.0 | 0.1.0 | 4.14.12 | 1.32.48 | 465.0.0 | 6.7.0 | 3.1.3 | 1.15.5 |
| 2024-02-23_complete | 20.04 | 25.0.3 | 1.29.2 | 3.14.2 | 1.7.4 | 2.57.0 | 9.6p1 | 1.29.0 | 1.13.0 | 0.24.3 | 1.28.0 | 0.1.0 | 4.14.12 | 1.32.48 | 465.0.0 | 6.7.0 | 3.1.3 | 1.15.5 |
Expand Down
4 changes: 2 additions & 2 deletions args_base.args
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MULTISTAGE_BUILDER_VERSION=2022-12-21
UBUNTU_VERSION=20.04
#https://github.com/moby/moby/releases
DOCKER_VERSION=25.0.3
DOCKER_VERSION=25.0.4
#https://github.com/kubernetes/kubernetes/releases
KUBECTL_VERSION=1.29.2
#https://github.com/helm/helm/releases
HELM_VERSION=3.14.2
#https://github.com/hashicorp/terraform/releases
TERRAFORM_VERSION=1.7.4
#https://pypi.org/project/azure-cli/
AZ_CLI_VERSION=2.57.0
AZ_CLI_VERSION=2.58.0
#https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/
OPENSSH_VERSION=9.6p1
#https://github.com/kubernetes-sigs/cri-tools/releases
Expand Down
4 changes: 2 additions & 2 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.15.0
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.32.53
AWS_CLI_VERSION=1.32.58
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=466.0.0
GCLOUD_VERSION=467.0.0
#https://pypi.org/project/ansible/
ANSIBLE_VERSION=6.7.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-03-01"
IMAGE_TAG="2024-03-08"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 863cefa

Please sign in to comment.