diff --git a/README.md b/README.md index c5c8c19..e6fde4e 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/args_base.args b/args_base.args index 947e3e3..7f5a0ff 100644 --- a/args_base.args +++ b/args_base.args @@ -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 diff --git a/args_optional.args b/args_optional.args index ed8ed7c..8adaf39 100644 --- a/args_optional.args +++ b/args_optional.args @@ -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 \ No newline at end of file +VAULT_VERSION=1.14.1 \ No newline at end of file diff --git a/build.sh b/build.sh index cb0baa7..2cc7f65 100755 --- a/build.sh +++ b/build.sh @@ -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"