Skip to content

Commit 98f0299

Browse files
author
Mengqi Yu
authored
update installation doc and Homebrew to use 1.0.0-beta.8 (#2578)
1 parent 3b42daa commit 98f0299

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Formula/kpt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
class Kpt < Formula
1616
desc "Toolkit to manage,and apply Kubernetes Resource config data files"
1717
homepage "https://googlecontainertools.github.io/kpt"
18-
url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.7.tar.gz"
19-
sha256 "e31e7ee63006150f730ed8a08e9063a2fb2faf9e617353e3649ef893bdf7c156"
18+
url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.8.tar.gz"
19+
sha256 "acee77648eda421f4b89041ec63c7170a31ba68070e159d5ad475e80d31284dc"
2020

2121
depends_on "go" => :build
2222

site/installation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ Use one of the kpt docker images.
7070
### `kpt`
7171

7272
```shell
73-
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.7 version
73+
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.8 version
7474
```
7575

7676
### `kpt-gcloud`
7777

7878
An image which includes kpt based upon the Google [cloud-sdk] alpine image.
7979

8080
```shell
81-
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.7 version
81+
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.8 version
8282
```
8383

8484
## Source
@@ -101,7 +101,7 @@ $ kpt version
101101
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
102102
[cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker
103103
[linux]:
104-
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.7/kpt_linux_amd64
104+
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.8/kpt_linux_amd64
105105
[darwin]:
106-
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.7/kpt_darwin_amd64
106+
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.8/kpt_darwin_amd64
107107
[migration guide]: /installation/migration

0 commit comments

Comments
 (0)