Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update homebrew formula and install instructions to v1.0.0-beta.34 #3975

Merged
merged 2 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/kpt.rb
Expand Up @@ -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.33.tar.gz"
sha256 "09eda658350c13f0cb11bf2b0d812d9fdecea693a2f24c257862b7a07b1e778f"
url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.34.tar.gz"
sha256 "e818076405b8c79c653aa63f009908bb3568e235c837f4614c0c1fb2084b8ed5"

depends_on "go" => :build

Expand Down
12 changes: 6 additions & 6 deletions site/installation/kpt-cli.md
Expand Up @@ -103,15 +103,15 @@ Use one of the kpt docker images.
### `kpt`

```shell
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.33 version
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.34 version
```

### `kpt-gcloud`

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.33 version
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.34 version
```

## Source
Expand All @@ -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.33/kpt_linux_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.34/kpt_linux_amd64
[linux-arm64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.33/kpt_linux_arm64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.34/kpt_linux_arm64
[darwin-amd64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.33/kpt_darwin_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.34/kpt_darwin_amd64
[darwin-arm64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.33/kpt_darwin_arm64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.34/kpt_darwin_arm64
[migration guide]: /installation/migration
[bash-completion]: https://github.com/scop/bash-completion#installation