Skip to content

Commit 4b8e043

Browse files
authored
Updated kpt version to v1.0.0-beta.16 (#3257)
1 parent 4bec45f commit 4b8e043

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

2121
depends_on "go" => :build
2222

site/installation/kpt-cli.md

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

9595
```shell
96-
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.15 version
96+
$ docker run gcr.io/kpt-dev/kpt:v1.0.0-beta.16 version
9797
```
9898

9999
### `kpt-gcloud`
100100

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

103103
```shell
104-
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.15 version
104+
$ docker run gcr.io/kpt-dev/kpt-gcloud:v1.0.0-beta.16 version
105105
```
106106

107107
## Source
@@ -124,8 +124,8 @@ $ kpt version
124124
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
125125
[cloud-sdk]: https://github.com/GoogleCloudPlatform/cloud-sdk-docker
126126
[linux]:
127-
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.15/kpt_linux_amd64
127+
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.16/kpt_linux_amd64
128128
[darwin]:
129-
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.15/kpt_darwin_amd64
129+
https://github.com/GoogleContainerTools/kpt/releases/download/v1.0.0-beta.16/kpt_darwin_amd64
130130
[migration guide]: /installation/migration
131131
[bash-completion]: https://github.com/scop/bash-completion#installation

0 commit comments

Comments
 (0)