File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
class Kpt < Formula
16
16
desc "Toolkit to manage,and apply Kubernetes Resource config data files"
17
17
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 "
20
20
21
21
depends_on "go" => :build
22
22
Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ Use one of the kpt docker images.
93
93
### ` kpt `
94
94
95
95
``` 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
97
97
```
98
98
99
99
### ` kpt-gcloud `
100
100
101
101
An image which includes kpt based upon the Google [ cloud-sdk] alpine image.
102
102
103
103
``` 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
105
105
```
106
106
107
107
## Source
@@ -124,8 +124,8 @@ $ kpt version
124
124
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
125
125
[ cloud-sdk ] : https://github.com/GoogleCloudPlatform/cloud-sdk-docker
126
126
[ 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
128
128
[ 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
130
130
[ migration guide ] : /installation/migration
131
131
[ bash-completion ] : https://github.com/scop/bash-completion#installation
You can’t perform that action at this time.
0 commit comments