Skip to content

Commit

Permalink
released 2020-11-4 (#33)
Browse files Browse the repository at this point in the history
* released 2020-11-4

* updated to latest tag
  • Loading branch information
ksandermann authored Nov 14, 2020
1 parent 1fe53df commit 609c15b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
ARG UBUNTU_VERSION=18.04

ARG DOCKER_VERSION="19.03.13"
ARG KUBECTL_VERSION="1.19.3"
ARG KUBECTL_VERSION="1.19.4"
ARG OC_CLI_VERSION="4.6"
ARG HELM_VERSION="2.17.0"
ARG HELM3_VERSION="3.4.0"
ARG HELM3_VERSION="3.4.1"
ARG TERRAFORM_VERSION="0.12.29"
ARG TERRAFORM13_VERSION="0.13.5"
ARG AWS_CLI_VERSION="1.18.165"
ARG AZ_CLI_VERSION="2.14.0-1~bionic"
ARG GCLOUD_VERSION="316.0.0-0"
ARG AWS_CLI_VERSION="1.18.178"
ARG AZ_CLI_VERSION="2.14.2-1~bionic"
ARG GCLOUD_VERSION="318.0.0-0"
ARG KOPS_VERSION="1.18.2"
ARG ANSIBLE_VERSION="2.10.1"
ARG ANSIBLE_VERSION="2.10.3"
ARG JINJA_VERSION="2.11.2"
ARG OPENSSH_VERSION="8.4p1"
ARG CRICTL_VERSION="1.19.0"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ Other versions of a date can contain version combinations of the toolchain and w
below.

## version history
latest -> 2020-10-27_01
latest -> 2020-11-14_01

project -> 2020-10-27_02
project -> 2020-11-14_02


| RELEASE | UBUNTU | DOCKER | KUBECTL | OC CLI | HELM | HELM3 | TERRAFORM | TERRAFORM13 | AWS CLI | AZ CLI | GCLOUD SDK | KOPS | ANSIBLE | JINJA2 | OPENSSH | CRICTL |
|---------------|--------|----------|----------|--------|---------|---------|-----------|---------------|----------|--------|------------|--------|---------|--------|---------|--------|
| 2020-11-14_01 | 18.04 | 19.03.13 | 1.19.4 | 4.6 | 2.17.0 | 3.4.1 | 0.12.29 | 0.13.5 | 1.18.178 | 2.14.2 | 318.0.0 | 1.18.2 | 2.10.3 | 2.11.2 | 8.4p1 | 1.19.0 |
| 2020-11-14_02 | 18.04 | 19.03.13 | 1.18.12 | 4.6 | 2.17.0 | 3.4.1 | 0.12.29 | 0.13.5 | 1.18.178 | 2.14.2 | 318.0.0 | 1.18.2 | 2.10.3 | 2.11.2 | 8.4p1 | 1.19.0 |
| 2020-10-27_01 | 18.04 | 19.03.13 | 1.19.3 | 4.6 | 2.17.0 | 3.4.0 | 0.12.29 | 0.13.5 | 1.18.165 | 2.14.0 | 316.0.0 | 1.18.2 | 2.10.1 | 2.11.2 | 8.4p1 | 1.19.0 |
| 2020-10-27_02 | 18.04 | 19.03.13 | 1.18.10 | 4.6 | 2.17.0 | 3.4.0 | 0.12.29 | 0.13.5 | 1.18.165 | 2.14.0 | 316.0.0 | 1.18.2 | 2.10.1 | 2.11.2 | 8.4p1 | 1.19.0 |
| 2020-10-02_01 | 18.04 | 19.03.13 | 1.19.2 | 4.6 | 2.16.12 | 3.3.4 | 0.12.29 | 0.13.4 | 1.18.151 | 2.12.1 | 312.0.0 | 1.18.1 | 2.10.0 | 2.11.2 | 8.4p1 | 1.19.0 |
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="2020-10-27_01"
IMAGE_TAG="2020-11-14_01"
UPSTREAM_TAG="latest"

docker build \
Expand Down

0 comments on commit 609c15b

Please sign in to comment.