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.7 .tar.gz"
19
- sha256 "e31e7ee63006150f730ed8a08e9063a2fb2faf9e617353e3649ef893bdf7c156 "
18
+ url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.8 .tar.gz"
19
+ sha256 "acee77648eda421f4b89041ec63c7170a31ba68070e159d5ad475e80d31284dc "
20
20
21
21
depends_on "go" => :build
22
22
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ Use one of the kpt docker images.
70
70
### ` kpt `
71
71
72
72
``` 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
74
74
```
75
75
76
76
### ` kpt-gcloud `
77
77
78
78
An image which includes kpt based upon the Google [ cloud-sdk] alpine image.
79
79
80
80
``` 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
82
82
```
83
83
84
84
## Source
@@ -101,7 +101,7 @@ $ kpt version
101
101
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
102
102
[ cloud-sdk ] : https://github.com/GoogleCloudPlatform/cloud-sdk-docker
103
103
[ 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
105
105
[ 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
107
107
[ migration guide ] : /installation/migration
You can’t perform that action at this time.
0 commit comments