Skip to content

Commit

Permalink
Merge pull request #206 from ksandermann/2023-12-22_automation
Browse files Browse the repository at this point in the history
Release 2023-12-22
  • Loading branch information
kilianjrk authored Dec 22, 2023
2 parents 11eaeb2 + b8e383d commit d387c50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ 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=2023-12-18_base
latest=2023-12-22_base

project=2023-12-18_base
project=2023-12-22_base

complete=2023-12-18_complete
complete=2023-12-22_complete


| RELEASE | UBUNTU | DOCKER | KUBECTL | HELM | TERRAFORM | AZ CLI | OPENSSH | CRICTL | VELERO | SENTINEL | STERN | KUBELOGIN | OC CLI | AWS CLI | GCLOUD CLI | ANSIBLE | JINJA2 | VAULT |
Expand Down
4 changes: 2 additions & 2 deletions args_base.args
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ UBUNTU_VERSION=20.04
#https://github.com/moby/moby/releases
DOCKER_VERSION=24.0.7
#https://github.com/kubernetes/kubernetes/releases
KUBECTL_VERSION=1.29.0
KUBECTL_VERSION=1.28.5
#https://github.com/helm/helm/releases
HELM_VERSION=3.13.3
#https://github.com/hashicorp/terraform/releases
TERRAFORM_VERSION=1.6.6
#https://pypi.org/project/azure-cli/
AZ_CLI_VERSION=2.55.0
#https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/
OPENSSH_VERSION=9.5p1
OPENSSH_VERSION=9.6p1
#https://github.com/kubernetes-sigs/cri-tools/releases
CRICTL_VERSION=1.29.0
#https://github.com/vmware-tanzu/velero/releases
Expand Down
4 changes: 2 additions & 2 deletions args_optional.args
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/
OC_CLI_VERSION=4.14.6
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.32.2
AWS_CLI_VERSION=1.32.6
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=455.0.0
#https://pypi.org/project/ansible/
ANSIBLE_VERSION=6.7.0
ANSIBLE_VERSION=9.1.0
#https://pypi.org/project/Jinja2/
JINJA_VERSION=3.1.2
#https://github.com/hashicorp/vault/releases
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="2023-12-18"
IMAGE_TAG="2023-12-22"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit d387c50

Please sign in to comment.