Skip to content

Commit 724ca71

Browse files
authored
docs: updated installation guides to use kpt v1.0.0-beta.15 version (#3137)
1 parent 449b3e3 commit 724ca71

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
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.13.tar.gz"
19-
sha256 "d98a95f1de38fc8c7dee861ec249874ea3ddf03f5a28ae7fc4a0364d3578667b"
18+
url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.15.tar.gz"
19+
sha256 "5e3a73f9eb2d6db02ecdb237972cd1b618a5ab784dae85949768680573d272e3"
2020

2121
depends_on "go" => :build
2222

site/installation/kpt-cli.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
Users can get kpt CLI in a variety of ways:
44

5-
?> If you are migrating from kpt CLI `v0.39`, please follow the [migration guide] to
6-
kpt `v1.0+` binary.
7-
85
## Binaries
96

107
Download pre-compiled binaries:
@@ -93,15 +90,15 @@ Use one of the kpt docker images.
9390
### `kpt`
9491

9592
```shell
96-
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.13 version
93+
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.15 version
9794
```
9895

9996
### `kpt-gcloud`
10097

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

103100
```shell
104-
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.13 version
101+
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.15 version
105102
```
106103

107104
## Source
@@ -124,8 +121,8 @@ $ kpt version
124121
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
125122
[cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker
126123
[linux]:
127-
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.13/kpt_linux_amd64
124+
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.15/kpt_linux_amd64
128125
[darwin]:
129-
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.13/kpt_darwin_amd64
126+
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.15/kpt_darwin_amd64
130127
[migration guide]: /installation/migration
131128
[bash-completion]: https://github.com/scop/bash-completion#installation

0 commit comments

Comments
 (0)