From 39210d3e21bce21220ad4d60936ef8aad54c76e8 Mon Sep 17 00:00:00 2001 From: Chris Phillipson Date: Wed, 8 Nov 2023 04:38:39 -0800 Subject: [PATCH] Upgrade toolset images --- .github/workflows/aws-harbor.yml | 2 +- .../aws-jfrog-container-registry.yml | 2 +- .github/workflows/azure-harbor.yml | 2 +- .github/workflows/google-harbor.yml | 2 +- .../google-jfrog-container-registry.yml | 2 +- .../aws/tanzu-cli-setup-action/Dockerfile | 12 ++--- .../Dockerfile | 12 ++--- .../aws/tanzu-runsh-setup-action/Dockerfile | 12 ++--- .../azure/tanzu-cli-setup-action/Dockerfile | 12 ++--- .../Dockerfile | 12 ++--- .../azure/tanzu-runsh-setup-action/Dockerfile | 12 ++--- .../google/tanzu-cli-setup-action/Dockerfile | 12 ++--- .../tanzu-runsh-setup-action/Dockerfile | 12 ++--- .../actions/tanzu-cli-setup-action/Dockerfile | 12 ++--- .../Dockerfile | 2 +- .../tanzu-runsh-setup-action/Dockerfile | 12 ++--- docker/toolset-image/init.sh | 46 +++++++++---------- scripts/fetch-and-install-oci-cli.sh | 2 +- scripts/fetch-tap-gitops-ri-install.sh | 6 +-- scripts/fetch-tap-vscode-extension.sh | 6 +-- scripts/init.sh | 46 +++++++++---------- scripts/install-tanzu-cluster-essentials.sh | 6 +-- 22 files changed, 122 insertions(+), 122 deletions(-) diff --git a/.github/workflows/aws-harbor.yml b/.github/workflows/aws-harbor.yml index 63de6b2..4607a9b 100644 --- a/.github/workflows/aws-harbor.yml +++ b/.github/workflows/aws-harbor.yml @@ -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 diff --git a/.github/workflows/aws-jfrog-container-registry.yml b/.github/workflows/aws-jfrog-container-registry.yml index b2b4f16..c317f02 100644 --- a/.github/workflows/aws-jfrog-container-registry.yml +++ b/.github/workflows/aws-jfrog-container-registry.yml @@ -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 diff --git a/.github/workflows/azure-harbor.yml b/.github/workflows/azure-harbor.yml index 604953a..dae7af8 100644 --- a/.github/workflows/azure-harbor.yml +++ b/.github/workflows/azure-harbor.yml @@ -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 diff --git a/.github/workflows/google-harbor.yml b/.github/workflows/google-harbor.yml index 537792b..72c57b2 100644 --- a/.github/workflows/google-harbor.yml +++ b/.github/workflows/google-harbor.yml @@ -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 diff --git a/.github/workflows/google-jfrog-container-registry.yml b/.github/workflows/google-jfrog-container-registry.yml index 9c8cfab..81fc964 100644 --- a/.github/workflows/google-jfrog-container-registry.yml +++ b/.github/workflows/google-jfrog-container-registry.yml @@ -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 diff --git a/docker/actions/aws/tanzu-cli-setup-action/Dockerfile b/docker/actions/aws/tanzu-cli-setup-action/Dockerfile index 4ce1604..11d390c 100644 --- a/docker/actions/aws/tanzu-cli-setup-action/Dockerfile +++ b/docker/actions/aws/tanzu-cli-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/aws/tanzu-create-management-cluster-action/Dockerfile b/docker/actions/aws/tanzu-create-management-cluster-action/Dockerfile index 2db11b3..965cfe2 100644 --- a/docker/actions/aws/tanzu-create-management-cluster-action/Dockerfile +++ b/docker/actions/aws/tanzu-create-management-cluster-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/aws/tanzu-runsh-setup-action/Dockerfile b/docker/actions/aws/tanzu-runsh-setup-action/Dockerfile index 510fe87..57f77fd 100644 --- a/docker/actions/aws/tanzu-runsh-setup-action/Dockerfile +++ b/docker/actions/aws/tanzu-runsh-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/azure/tanzu-cli-setup-action/Dockerfile b/docker/actions/azure/tanzu-cli-setup-action/Dockerfile index ea819fa..8120469 100644 --- a/docker/actions/azure/tanzu-cli-setup-action/Dockerfile +++ b/docker/actions/azure/tanzu-cli-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/azure/tanzu-create-management-cluster-action/Dockerfile b/docker/actions/azure/tanzu-create-management-cluster-action/Dockerfile index 0046498..146d234 100644 --- a/docker/actions/azure/tanzu-create-management-cluster-action/Dockerfile +++ b/docker/actions/azure/tanzu-create-management-cluster-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/azure/tanzu-runsh-setup-action/Dockerfile b/docker/actions/azure/tanzu-runsh-setup-action/Dockerfile index 9f91756..942bf38 100644 --- a/docker/actions/azure/tanzu-runsh-setup-action/Dockerfile +++ b/docker/actions/azure/tanzu-runsh-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/google/tanzu-cli-setup-action/Dockerfile b/docker/actions/google/tanzu-cli-setup-action/Dockerfile index 35f3171..a7108de 100644 --- a/docker/actions/google/tanzu-cli-setup-action/Dockerfile +++ b/docker/actions/google/tanzu-cli-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/google/tanzu-runsh-setup-action/Dockerfile b/docker/actions/google/tanzu-runsh-setup-action/Dockerfile index 51d5945..406b791 100644 --- a/docker/actions/google/tanzu-runsh-setup-action/Dockerfile +++ b/docker/actions/google/tanzu-runsh-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/tanzu-cli-setup-action/Dockerfile b/docker/actions/tanzu-cli-setup-action/Dockerfile index 1dc5581..4338c77 100644 --- a/docker/actions/tanzu-cli-setup-action/Dockerfile +++ b/docker/actions/tanzu-cli-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/actions/tanzu-obtain-workload-cluster-kubeconfig/Dockerfile b/docker/actions/tanzu-obtain-workload-cluster-kubeconfig/Dockerfile index 4ce0543..0f968e3 100644 --- a/docker/actions/tanzu-obtain-workload-cluster-kubeconfig/Dockerfile +++ b/docker/actions/tanzu-obtain-workload-cluster-kubeconfig/Dockerfile @@ -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 " -ENV KUBECTL_VERSION=1.26.6 \ +ENV KUBECTL_VERSION=1.26.10 \ MKPCLI_VERSION=0.15.0 \ YQ_VERSION=4.35.1 diff --git a/docker/actions/tanzu-runsh-setup-action/Dockerfile b/docker/actions/tanzu-runsh-setup-action/Dockerfile index b2101ab..53fac10 100644 --- a/docker/actions/tanzu-runsh-setup-action/Dockerfile +++ b/docker/actions/tanzu-runsh-setup-action/Dockerfile @@ -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 " -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 \ diff --git a/docker/toolset-image/init.sh b/docker/toolset-image/init.sh index 98be336..13c6bb6 100644 --- a/docker/toolset-image/init.sh +++ b/docker/toolset-image/init.sh @@ -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 diff --git a/scripts/fetch-and-install-oci-cli.sh b/scripts/fetch-and-install-oci-cli.sh index db7403c..e23e888 100755 --- a/scripts/fetch-and-install-oci-cli.sh +++ b/scripts/fetch-and-install-oci-cli.sh @@ -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 diff --git a/scripts/fetch-tap-gitops-ri-install.sh b/scripts/fetch-tap-gitops-ri-install.sh index 9a3f851..2bdb905 100755 --- a/scripts/fetch-tap-gitops-ri-install.sh +++ b/scripts/fetch-tap-gitops-ri-install.sh @@ -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 diff --git a/scripts/fetch-tap-vscode-extension.sh b/scripts/fetch-tap-vscode-extension.sh index 15dfc03..87b6dc6 100755 --- a/scripts/fetch-tap-vscode-extension.sh +++ b/scripts/fetch-tap-vscode-extension.sh @@ -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 diff --git a/scripts/init.sh b/scripts/init.sh index ad3bb1b..4338bc7 100755 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -7,38 +7,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 diff --git a/scripts/install-tanzu-cluster-essentials.sh b/scripts/install-tanzu-cluster-essentials.sh index 0203311..d71460f 100755 --- a/scripts/install-tanzu-cluster-essentials.sh +++ b/scripts/install-tanzu-cluster-essentials.sh @@ -38,9 +38,9 @@ esac 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 - mv pivnet-linux-amd64-3.0.1 /usr/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 + mv pivnet-linux-amd64-4.1.1 /usr/bin/pivnet fi TANZU_NETWORK_API_TOKEN="$1"