Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Upgrade toolset images
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Nov 8, 2023
1 parent 4fecd87 commit 39210d3
Show file tree
Hide file tree
Showing 22 changed files with 122 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-harbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install Carvel tools
run: |
KAPP_VERSION=0.58.0
KAPP_VERSION=0.59.1
wget -O kapp https://github.com/vmware-tanzu/carvel-kapp/releases/download/v${KAPP_VERSION}/kapp-linux-amd64
chmod +x kapp
sudo mv kapp /usr/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-jfrog-container-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install Carvel tools
run: |
KAPP_VERSION=0.58.0
KAPP_VERSION=0.59.1
wget -O kapp https://github.com/vmware-tanzu/carvel-kapp/releases/download/v${KAPP_VERSION}/kapp-linux-amd64
chmod +x kapp
sudo mv kapp /usr/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-harbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install Carvel tools
run: |
KAPP_VERSION=0.58.0
KAPP_VERSION=0.59.1
wget -O kapp https://github.com/vmware-tanzu/carvel-kapp/releases/download/v${KAPP_VERSION}/kapp-linux-amd64
chmod +x kapp
sudo mv kapp /usr/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/google-harbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Carvel tools
run: |
KAPP_VERSION=0.58.0
KAPP_VERSION=0.59.1
wget -O kapp https://github.com/vmware-tanzu/carvel-kapp/releases/download/v${KAPP_VERSION}/kapp-linux-amd64
chmod +x kapp
sudo mv kapp /usr/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/google-jfrog-container-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install Carvel tools
run: |
KAPP_VERSION=0.58.0
KAPP_VERSION=0.59.1
wget -O kapp https://github.com/vmware-tanzu/carvel-kapp/releases/download/v${KAPP_VERSION}/kapp-linux-amd64
chmod +x kapp
sudo mv kapp /usr/bin
Expand Down
12 changes: 6 additions & 6 deletions docker/actions/aws/tanzu-cli-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/aws/tanzu-cli-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
VENDIR_VERSION=0.35.0 \
YQ_VERSION=4.35.1 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/aws/tanzu-runsh-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
VENDIR_VERSION=0.35.0 \
YQ_VERSION=4.35.1 \
Expand Down
12 changes: 6 additions & 6 deletions docker/actions/aws/tanzu-runsh-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/aws/tanzu-runsh-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
LEFTOVERS_VERSION=0.62.0 \
VENDIR_VERSION=0.35.0 \
Expand Down
12 changes: 6 additions & 6 deletions docker/actions/azure/tanzu-cli-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/azure/tanzu-cli-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
LEFTOVERS_VERSION=0.62.0 \
VENDIR_VERSION=0.35.0 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/azure/tanzu-runsh-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
VENDIR_VERSION=0.35.0 \
YQ_VERSION=4.35.1 \
Expand Down
12 changes: 6 additions & 6 deletions docker/actions/azure/tanzu-runsh-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/azure/tanzu-runsh-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
LEFTOVERS_VERSION=0.62.0 \
VENDIR_VERSION=0.35.0 \
Expand Down
12 changes: 6 additions & 6 deletions docker/actions/google/tanzu-cli-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/aws/tanzu-cli-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
VENDIR_VERSION=0.35.0 \
YQ_VERSION=4.35.1 \
Expand Down
12 changes: 6 additions & 6 deletions docker/actions/google/tanzu-runsh-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/aws/tanzu-runsh-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
LEFTOVERS_VERSION=0.62.0 \
VENDIR_VERSION=0.35.0 \
Expand Down
12 changes: 6 additions & 6 deletions docker/actions/tanzu-cli-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/tanzu-cli-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
VENDIR_VERSION=0.35.0 \
YQ_VERSION=4.35.1 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/tanzu-obtain-workload-cluster-kubeconfig"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV KUBECTL_VERSION=1.26.6 \
ENV KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
YQ_VERSION=4.35.1

Expand Down
12 changes: 6 additions & 6 deletions docker/actions/tanzu-runsh-setup-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ LABEL "com.github.actions.color"="blue"
LABEL "repository"="https://github.com/pacphi/gha-workflows-with-gitops-for-tanzu-application-platform/docker/actions/tanzu-runsh-setup-action"
LABEL "maintainer"="Chris Phillipson <cphillipson@vmware.com>"

ENV HELM_VERSION=3.13.0 \
IMGPKG_VERSION=0.38.0 \
KAPP_VERSION=0.58.0 \
KBLD_VERSION=0.38.0 \
KCTRL_VERSION=0.48.1 \
KUBECTL_VERSION=1.26.6 \
ENV HELM_VERSION=3.13.1 \
IMGPKG_VERSION=0.39.0 \
KAPP_VERSION=0.59.1 \
KBLD_VERSION=0.38.1 \
KCTRL_VERSION=0.48.2 \
KUBECTL_VERSION=1.26.10 \
MKPCLI_VERSION=0.15.0 \
VENDIR_VERSION=0.35.0 \
YQ_VERSION=4.35.1 \
Expand Down
46 changes: 23 additions & 23 deletions docker/toolset-image/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,38 @@ main() {
# Manage software versions installed here
TZ=America/Los_Angeles
AGE_VERSION=1.1.1
ARGO_VERSION=3.4.11
ARGOCD_VERSION=2.8.4
BOSH_VERSION=7.4.0
CF_VERSION=8.7.2
CREDHUB_VERSION=2.9.20
HELM_VERSION=3.13.0
HELMFILE_VERSION=0.157.0
ARGO_VERSION=3.4.13
ARGOCD_VERSION=2.9.0
BOSH_VERSION=7.4.1
CF_VERSION=8.7.4
CREDHUB_VERSION=2.9.22
HELM_VERSION=3.13.1
HELMFILE_VERSION=0.158.1
AWS_IAM_AUTHENTICATOR_VERSION=0.6.11
IMGPKG_VERSION=0.38.0
K9S_VERSION=0.27.4
KAPP_VERSION=0.58.0
KBLD_VERSION=0.38.0
KCTRL_VERSION=0.48.1
IMGPKG_VERSION=0.39.0
K9S_VERSION=0.28.0
KAPP_VERSION=0.59.1
KBLD_VERSION=0.38.1
KCTRL_VERSION=0.48.2
KIND_VERSION=0.20.0
KPACK_CLI_VERSION=0.12.0
KPACK_CLI_VERSION=0.12.1
KWT_VERSION=0.0.8
KUBECTL_VERSION=1.26.6
KNATIVE_VERSION=1.11.0
KUBECTL_VERSION=1.26.10
KNATIVE_VERSION=1.11.2
LEFTOVERS_VERSION=0.62.0
OCI_CLI_VERSION=3.33.2
OCI_CLI_VERSION=3.36.1
OM_VERSION=7.9.0
MKPCLI_VERSION=0.15.1
PINNIPED_VERSION=0.25.0
PIVNET_VERSION=3.0.1
RELOK8S_VERSION=0.5.3
SOPS_VERSION=3.8.0
TEKTONCD_VERSION=0.32.0
PINNIPED_VERSION=0.27.0
PIVNET_VERSION=4.1.1
RELOK8S_VERSION=0.5.4
SOPS_VERSION=3.8.1
TEKTONCD_VERSION=0.32.2
TERRAFORM_VERSION=1.5.7
TERRAFORM_DOCS_VERSION=0.16.0
TMC_VERSION=0.5.4-a97cb9fb
VELERO_VERSION=1.11.1
VENDIR_VERSION=0.35.0
VELERO_VERSION=1.12.1
VENDIR_VERSION=0.37.0
YTT_VERSION=0.46.0

# Place ourselves in a temporary directory; don't clutter user.home directory w/ downloaded artifacts
Expand Down
2 changes: 1 addition & 1 deletion scripts/fetch-and-install-oci-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Install Oracle CLI
if [ "x${OCI_CLI_VERSION}" == "x" ]; then
OCI_CLI_VERSION=3.33.2
OCI_CLI_VERSION=3.36.1
fi

curl -LO https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
Expand Down
6 changes: 3 additions & 3 deletions scripts/fetch-tap-gitops-ri-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ fi
if ! command -v pivnet &> /dev/null
then
echo "Downloading pivnet CLI..."
curl -LO https://github.com/pivotal-cf/pivnet-cli/releases/download/v3.0.1/pivnet-linux-amd64-3.0.1
chmod +x pivnet-linux-amd64-3.0.1
sudo mv pivnet-linux-amd64-3.0.1 /usr/local/bin/pivnet
curl -LO https://github.com/pivotal-cf/pivnet-cli/releases/download/v4.1.1/pivnet-linux-amd64-4.1.1
chmod +x pivnet-linux-amd64-4.1.1
sudo mv pivnet-linux-amd64-4.1.1 /usr/local/bin/pivnet
fi


Expand Down
6 changes: 3 additions & 3 deletions scripts/fetch-tap-vscode-extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ fi
if ! command -v pivnet &> /dev/null
then
echo "Downloading pivnet CLI..."
curl -LO https://github.com/pivotal-cf/pivnet-cli/releases/download/v3.0.1/pivnet-linux-amd64-3.0.1
chmod +x pivnet-linux-amd64-3.0.1
sudo mv pivnet-linux-amd64-3.0.1 /usr/local/bin/pivnet
curl -LO https://github.com/pivotal-cf/pivnet-cli/releases/download/v4.1.1/pivnet-linux-amd64-4.1.1
chmod +x pivnet-linux-amd64-4.1.1
sudo mv pivnet-linux-amd64-4.1.1 /usr/local/bin/pivnet
fi


Expand Down
Loading

0 comments on commit 39210d3

Please sign in to comment.