Skip to content

Commit

Permalink
Updated release links to v1.0.0-beta23 version (#3647)
Browse files Browse the repository at this point in the history
* release: updated homebrew to v1.0.0-beta.23

* release: updated installation instructions to v1.0.0-beta.23
  • Loading branch information
droot committed Nov 2, 2022
1 parent 3f3fbb8 commit 5ab223b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.21.tar.gz"
sha256 "ceb5f4523bd1f7d5574652d4d97f92f6028d8f59302cd69ba6b3b1fa62e56295"
url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.23.tar.gz"
sha256 "45c34e7f6fb8246dbe1b35769d988fe18c64d668b2fba747d45fd1e22eacf99b"

depends_on "go" => :build

Expand Down
12 changes: 6 additions & 6 deletions site/installation/kpt-cli.md
Original file line number Diff line number Diff line change
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.21 version
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.23 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.21 version
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.23 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.21/kpt_linux_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.23/kpt_linux_amd64
[linux-arm64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.21/kpt_linux_arm64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.23/kpt_linux_arm64
[darwin-amd64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.21/kpt_darwin_amd64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.23/kpt_darwin_amd64
[darwin-arm64]:
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.21/kpt_darwin_arm64
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.23/kpt_darwin_arm64
[migration guide]: /installation/migration
[bash-completion]: https://github.com/scop/bash-completion#installation

0 comments on commit 5ab223b

Please sign in to comment.