Skip to content

Commit

Permalink
update kpt installation instructions and homebrew for kpt v1.0.0-beta…
Browse files Browse the repository at this point in the history
….32 (#3947)
  • Loading branch information
mortent authored May 10, 2023
1 parent 190dc23 commit 1f6fc43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Formula/kpt.rb
Original file line number Diff line number Diff line change
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.31.tar.gz"
sha256 "49919291f39f6cc15a6ef502d2330e5a5f584aeeb7da2818fa9a831d9495092a"
url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.32.tar.gz"
sha256 "1df3498287a339442c63edadc4b0e7e58e3de5b7bd92376efdaf37aa88160f3f"

depends_on "go" => :build

Expand Down
14 changes: 7 additions & 7 deletions site/installation/kpt-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,20 @@ Use one of the kpt docker images.
### `kpt`

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

## Source

Install by compiling the source. This requires having Go version 1.19+:
Install by compiling the source. This requires having Go version 1.20+:

```shell
$ go install -v github.com/GoogleContainerTools/kpt@main
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.30/kpt_linux_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_linux_amd64
[linux-arm64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.30/kpt_linux_arm64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_linux_arm64
[darwin-amd64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.30/kpt_darwin_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_darwin_amd64
[darwin-arm64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.30/kpt_darwin_arm64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.32/kpt_darwin_arm64
[migration guide]: /installation/migration
[bash-completion]: https://github.com/scop/bash-completion#installation

0 comments on commit 1f6fc43

Please sign in to comment.