File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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/v0.38 .1.tar.gz"
19
- sha256 "9313cc49a6957e294f560049d41765ee6ee8e56fe6cf62c2bbddb67777bac0df "
18
+ url "https://github.com/GoogleContainerTools/kpt/archive/v0.39 .1.tar.gz"
19
+ sha256 "358640a523384a6fd110357721cf33373091793ea611dcaf3dabbde499be6940 "
20
20
21
21
depends_on "go" => :build
22
22
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ To cut a new kpt release perform the following:
21
21
- ` git tag v0.MINOR.0 `
22
22
- ` git push upstream v0.MINOR.0 `
23
23
- Update the Homebrew release
24
- - ` go run ./release/formula/main.go v0.MINOR.0 `
24
+ - ` go run ./release/formula/main.go v0.MINOR.0 ` (when running on a Mac you may need to ` brew install coreutils ` to get some of the required tools)
25
25
- ` git add . && git commit -m "update homebrew to v0.MINOR.0" `
26
26
- create a PR for this change and merge it
27
27
- [ example PR] ( https://github.com/GoogleContainerTools/kpt/pull/331/commits/baf33d8ed214f2c5e106ec6e963ad736e5ff4d98#diff-d69e3adb302ee3e84814136422cbf872 )
@@ -119,4 +119,4 @@ From the kpt directory you can run the following to validate your release:
119
119
goreleaser release --skip-validate --skip-publish -f release/tag/goreleaser.yaml
120
120
```
121
121
122
- The resulting release artifacts will be stored in the ` ./dist ` directory.
122
+ The resulting release artifacts will be stored in the ` ./dist ` directory.
You can’t perform that action at this time.
0 commit comments