Skip to content

Commit

Permalink
Release 2025-01-27 (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <kevin.sandermann@gmail.com>
  • Loading branch information
github-actions[bot] and ksandermann authored Jan 27, 2025
1 parent e447900 commit 838fdd4
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=2025-01-17_base
latest=2025-01-27_base

project=2025-01-17_base
project=2025-01-27_base

complete=2025-01-17_complete
complete=2025-01-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 |
|---------------------|--------|----------|---------|--------|-----------|--------|---------|--------|--------|----------|--------|-----------|---------|----------|------------|---------|--------|--------|
| 2025-01-27_complete | 22.04 | 27.5.1 | 1.32.1 | 3.17.0 | 1.10.5 | 2.68.0 | 9.9p1 | 1.32.0 | 1.15.2 | 0.29.0 | 1.32.0 | 0.1.6 | 4.17.12 | 1.37.6 | 2024.08.30 | 9.9.0 | 3.1.5 | 1.18.3 |
| 2025-01-17_complete | 22.04 | 27.5.0 | 1.32.1 | 3.17.0 | 1.10.4 | 2.68.0 | 9.9p1 | 1.32.0 | 1.15.2 | 0.29.0 | 1.31.0 | 0.1.6 | 4.17.11 | 1.37.1 | 2024.08.30 | 9.9.0 | 3.1.5 | 1.18.3 |
| 2025-01-06_complete | 22.04 | 27.4.1 | 1.32.0 | 3.16.4 | 1.10.3 | 2.67.0 | 9.9p1 | 1.32.0 | 1.15.1 | 0.29.0 | 1.31.0 | 0.1.6 | 4.17.9 | 1.36.33 | 2024.08.30 | 9.9.0 | 3.1.5 | 1.18.3 |
| 2025-01-03_complete | 22.04 | 27.4.1 | 1.32.0 | 3.16.4 | 1.10.3 | 2.67.0 | 9.9p1 | 1.32.0 | 1.15.1 | 0.29.0 | 1.31.0 | 0.1.6 | 4.17.9 | 1.36.32 | 2024.08.30 | 9.9.0 | 3.1.5 | 1.18.3 |
Expand Down
6 changes: 3 additions & 3 deletions args_base.args
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MULTISTAGE_BUILDER_VERSION=2022-12-21
UBUNTU_VERSION=22.04
#https://github.com/moby/moby/releases
DOCKER_VERSION=27.5.0
DOCKER_VERSION=27.5.1
#https://github.com/kubernetes/kubernetes/releases
KUBECTL_VERSION=1.32.1
#https://github.com/helm/helm/releases
HELM_VERSION=3.17.0
#https://github.com/hashicorp/terraform/releases
TERRAFORM_VERSION=1.10.4
TERRAFORM_VERSION=1.10.5
#https://pypi.org/project/azure-cli/
AZ_CLI_VERSION=2.68.0
#https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/
Expand All @@ -19,7 +19,7 @@ VELERO_VERSION=1.15.2
#https://docs.hashicorp.com/sentinel/changelog
SENTINEL_VERSION=0.29.0
#https://github.com/stern/stern/releases
STERN_VERSION=1.31.0
STERN_VERSION=1.32.0
#https://github.com/Azure/kubelogin/releases
KUBELOGIN_VERSION=0.1.6
#apt-get update && apt-cache madison zsh | head -n 1
Expand Down
4 changes: 2 additions & 2 deletions 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.17.11
OC_CLI_VERSION=4.17.12
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.37.1
AWS_CLI_VERSION=1.37.6
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=2024.08.30
#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="2025-01-17"
IMAGE_TAG="2025-01-27"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 838fdd4

Please sign in to comment.