From 73738128eca8fbf6ad75ef325f4e3662aaa23810 Mon Sep 17 00:00:00 2001 From: droot Date: Thu, 18 May 2023 17:01:55 +0000 Subject: [PATCH] cli: updated docs and homebrew forumla for 1.0.0-beta.33 --- Formula/kpt.rb | 4 ++-- site/installation/kpt-cli.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/kpt.rb b/Formula/kpt.rb index 8e1c94607..3a1dd5020 100644 --- a/Formula/kpt.rb +++ b/Formula/kpt.rb @@ -15,8 +15,8 @@ class Kpt < Formula desc "Toolkit to manage,and apply Kubernetes Resource config data files" homepage "https://googlecontainertools.github.io/kpt" - url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.32.tar.gz" - sha256 "1df3498287a339442c63edadc4b0e7e58e3de5b7bd92376efdaf37aa88160f3f" + url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.33.tar.gz" + sha256 "09eda658350c13f0cb11bf2b0d812d9fdecea693a2f24c257862b7a07b1e778f" depends_on "go" => :build diff --git a/site/installation/kpt-cli.md b/site/installation/kpt-cli.md index 2f11a9253..06f2b6506 100644 --- a/site/installation/kpt-cli.md +++ b/site/installation/kpt-cli.md @@ -103,7 +103,7 @@ Use one of the kpt docker images. ### `kpt` ```shell -$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.32 version +$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.33 version ``` ### `kpt-gcloud` @@ -111,7 +111,7 @@ $ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.32 version An image which includes kpt based upon the Google [cloud-sdk] alpine image. ```shell -$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.32 version +$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.33 version ``` ## Source @@ -134,12 +134,12 @@ $ kpt version https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30 [cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker [linux-amd64]: - https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_linux_amd64 + https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.33/kpt_linux_amd64 [linux-arm64]: - https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_linux_arm64 + https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.33/kpt_linux_arm64 [darwin-amd64]: - https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_darwin_amd64 + https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.33/kpt_darwin_amd64 [darwin-arm64]: - https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_darwin_arm64 + https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.33/kpt_darwin_arm64 [migration guide]: /installation/migration [bash-completion]: https://github.com/scop/bash-completion#installation