Skip to content

Commit

Permalink
Release 2023-10-06 (#176)
Browse files Browse the repository at this point in the history
* Release 2023-10-06

bumped gloud to 449.0.0
bumped terraform to 1.6.0
bumped openssh to 9.5p1 

* release

---------

Co-authored-by: github-actions[bot] <[email protected]>
Co-authored-by: sn1ce <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2023
1 parent baed582 commit 095d52b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,17 @@ 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-09-29_base
latest=2023-10-06_base

project=2023-09-29_base
project=2023-10-06_base

complete=2023-09-29_complete
complete=2023-10-06_complete


| RELEASE | UBUNTU | DOCKER | KUBECTL | HELM | TERRAFORM | AZ CLI | OPENSSH | CRICTL | VELERO | SENTINEL | STERN | KUBELOGIN | OC CLI | AWS CLI | GCLOUD CLI | ANSIBLE | JINJA2 | VAULT |
|---------------------|--------|----------|---------|--------|-----------|--------|---------|--------|--------|----------|--------|-----------|---------|---------|------------|---------|---------|--------|
| 2023-09-29_complete | 20.04 | 24.0.6 | 1.28.2 | 3.13.0 | 1.5.7 | 2.53.0 | 9.4p1 | 1.28.0 | 1.12.0 | 0.23.0 | 1.26.0 | 0.0.32 | 4.13.12 | 1.29.29 | 447.0.0 | 6.7.0 | 3.1.2 | 1.13.3 |
| 2023-10-06_complete | 20.04 | 24.0.6 | 1.28.2 | 3.13.0 | 1.6.0 | 2.53.0 | 9.5p1 | 1.28.0 | 1.12.0 | 0.23.0 | 1.26.0 | 0.0.32 | 4.13.12 | 1.29.29 | 449.0.0 | 6.7.0 | 3.1.2 | 1.13.3 |
| 2023-09-29_complete | 20.04 | 24.0.6 | 1.28.2 | 3.13.0 | 1.5.7 | 2.53.0 | 9.4p1 | 1.28.0 | 1.12.0 | 0.23.0 | 1.26.0 | 0.0.32 | 4.13.12 | 1.29.29 | 448.0.0 | 6.7.0 | 3.1.2 | 1.13.3 |
| 2023-09-25_complete | 20.04 | 24.0.6 | 1.28.2 | 3.12.3 | 1.5.7 | 2.52.0 | 9.4p1 | 1.28.0 | 1.12.0 | 0.23.0 | 1.26.0 | 0.0.32 | 4.13.12 | 1.29.29 | 447.0.0 | 6.7.0 | 3.1.2 | 1.13.3 |
| 2023-09-22_complete | 20.04 | 24.0.6 | 1.28.1 | 3.12.3 | 1.5.7 | 2.52.0 | 9.4p1 | 1.28.0 | 1.11.1 | 0.23.0 | 1.26.0 | 0.0.32 | 4.13.12 | 1.29.29 | 447.0.0 | 6.7.0 | 3.1.2 | 1.13.3 |
| 2023-09-11_complete | 20.04 | 24.0.6 | 1.28.1 | 3.12.3 | 1.5.7 | 2.52.0 | 9.4p1 | 1.28.0 | 1.11.1 | 0.23.0 | 1.26.0 | 0.0.32 | 4.13.10 | 1.29.29 | 445.0.0 | 6.7.0 | 3.1.2 | 1.13.3 |
Expand Down
4 changes: 2 additions & 2 deletions args_base.args
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ KUBECTL_VERSION=1.28.2
#https://github.com/helm/helm/releases
HELM_VERSION=3.13.0
#https://github.com/hashicorp/terraform/releases
TERRAFORM_VERSION=1.5.7
TERRAFORM_VERSION=1.6.0
#https://pypi.org/project/azure-cli/
AZ_CLI_VERSION=2.53.0
#https://mirror.exonetric.net/pub/OpenBSD/OpenSSH/portable/
OPENSSH_VERSION=9.4p1
OPENSSH_VERSION=9.5p1
#https://github.com/kubernetes-sigs/cri-tools/releases
CRICTL_VERSION=1.28.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,9 +1,9 @@
#https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/
OC_CLI_VERSION=4.13.13
#https://pypi.org/project/awscli/
AWS_CLI_VERSION=1.29.57
AWS_CLI_VERSION=1.29.61
#https://console.cloud.google.com/storage/browser/cloud-sdk-release;tab=objects
GCLOUD_VERSION=448.0.0
GCLOUD_VERSION=449.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="2023-09-29"
IMAGE_TAG="2023-10-06"
TAG_PREFIX_COMPLETE="complete"
TAG_PREFIX_BASE="latest"
TAG_PREFIX_BASE2="project"
Expand Down

0 comments on commit 095d52b

Please sign in to comment.