Skip to content

Commit b61a816

Browse files
authored
kpt 0.39.1 brew (#1741)
1 parent 7c80674 commit b61a816

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/v0.38.1.tar.gz"
19-
sha256 "9313cc49a6957e294f560049d41765ee6ee8e56fe6cf62c2bbddb67777bac0df"
18+
url "https://github.com/GoogleContainerTools/kpt/archive/v0.39.1.tar.gz"
19+
sha256 "358640a523384a6fd110357721cf33373091793ea611dcaf3dabbde499be6940"
2020

2121
depends_on "go" => :build
2222

release/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To cut a new kpt release perform the following:
2121
- `git tag v0.MINOR.0`
2222
- `git push upstream v0.MINOR.0`
2323
- 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)
2525
- `git add . && git commit -m "update homebrew to v0.MINOR.0"`
2626
- create a PR for this change and merge it
2727
- [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:
119119
goreleaser release --skip-validate --skip-publish -f release/tag/goreleaser.yaml
120120
```
121121

122-
The resulting release artifacts will be stored in the `./dist` directory.
122+
The resulting release artifacts will be stored in the `./dist` directory.

0 commit comments

Comments
 (0)