Skip to content

Commit

Permalink
Release 2023-08-14 (#161)
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 14, 2023
1 parent 4d450b0 commit 4ee7f43
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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-07-17_base
latest=2023-08-14_base

project=2023-07-17_base
project=2023-08-14_base

complete=2023-07-17_complete
complete=2023-08-14_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
16 changes: 8 additions & 8 deletions args_base.args
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
UBUNTU_VERSION=20.04
#https://github.com/moby/moby/releases
DOCKER_VERSION=24.0.4
DOCKER_VERSION=24.0.5
#https://github.com/kubernetes/kubernetes/releases
KUBECTL_VERSION=1.27.3
KUBECTL_VERSION=1.24.16
#https://github.com/helm/helm/releases
HELM_VERSION=3.12.2
HELM_VERSION=3.12.3
#https://github.com/hashicorp/terraform/releases
TERRAFORM_VERSION=1.5.3
TERRAFORM_VERSION=1.5.5
#https://pypi.org/project/azure-cli/
AZ_CLI_VERSION=2.50.0
AZ_CLI_VERSION=2.51.0
#https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/
OPENSSH_VERSION=9.3p1
OPENSSH_VERSION=9.4p1
#https://github.com/kubernetes-sigs/cri-tools/releases
CRICTL_VERSION=1.27.1
#https://github.com/vmware-tanzu/velero/releases
VELERO_VERSION=1.11.0
VELERO_VERSION=1.11.1
#https://docs.hashicorp.com/sentinel/changelog
SENTINEL_VERSION=0.22.1
#https://github.com/stern/stern/releases
STERN_VERSION=1.25.0
#https://github.com/Azure/kubelogin/releases
KUBELOGIN_VERSION=0.0.30
KUBELOGIN_VERSION=0.0.31
#apt-get update && apt-cache madison zsh | head -n 1
ZSH_VERSION=5.8-3ubuntu1.1
MULTISTAGE_BUILDER_VERSION=2022-12-21
6 changes: 3 additions & 3 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.13.4
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.29.3
AWS_CLI_VERSION=1.29.25
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=438.0.0
#https://pypi.org/project/ansible/
ANSIBLE_VERSION=6.7.0
ANSIBLE_VERSION=8.2.0
#https://pypi.org/project/Jinja2/
JINJA_VERSION=3.1.2
#https://github.com/hashicorp/vault/releases
VAULT_VERSION=1.14.0
VAULT_VERSION=1.14.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="2023-07-17"
IMAGE_TAG="2023-08-14"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 4ee7f43

Please sign in to comment.