File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
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.13 .tar.gz"
19
- sha256 "d98a95f1de38fc8c7dee861ec249874ea3ddf03f5a28ae7fc4a0364d3578667b "
18
+ url "https://github.com/GoogleContainerTools/kpt/archive/v1.0.0-beta.15 .tar.gz"
19
+ sha256 "5e3a73f9eb2d6db02ecdb237972cd1b618a5ab784dae85949768680573d272e3 "
20
20
21
21
depends_on "go" => :build
22
22
Original file line number Diff line number Diff line change 2
2
3
3
Users can get kpt CLI in a variety of ways:
4
4
5
- ?> If you are migrating from kpt CLI ` v0.39 ` , please follow the [ migration guide] to
6
- kpt ` v1.0+ ` binary.
7
-
8
5
## Binaries
9
6
10
7
Download pre-compiled binaries:
@@ -93,15 +90,15 @@ Use one of the kpt docker images.
93
90
### ` kpt `
94
91
95
92
``` 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
97
94
```
98
95
99
96
### ` kpt-gcloud `
100
97
101
98
An image which includes kpt based upon the Google [ cloud-sdk] alpine image.
102
99
103
100
``` 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
105
102
```
106
103
107
104
## Source
@@ -124,8 +121,8 @@ $ kpt version
124
121
https://console.cloud.google.com/gcr/images/kpt-dev/GLOBAL/kpt-gcloud?gcrImageListsize=30
125
122
[ cloud-sdk ] : https://github.com/GoogleCloudPlatform/cloud-sdk-docker
126
123
[ 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
128
125
[ 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
130
127
[ migration guide ] : /installation/migration
131
128
[ bash-completion ] : https://github.com/scop/bash-completion#installation
You can’t perform that action at this time.
0 commit comments