Skip to content

Commit

Permalink
bump to kuttl 0.2.1 release and adding darwin back to release for loc…
Browse files Browse the repository at this point in the history
…al testing (#1524)

Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed May 14, 2020
1 parent fdfe356 commit 900ca04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- id: "kubectl-kudo"
binary: kubectl-kudo
main: cmd/kubectl-kudo/main.go
Expand All @@ -39,9 +36,6 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
dockers:
# always push a docker image on release for the .Tag version
- dockerfile: Dockerfile.goreleaser
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/go-cmp v0.3.0
github.com/gosuri/uitable v0.0.4
github.com/huandu/xstrings v1.3.1 // indirect
github.com/kudobuilder/kuttl v0.2.0
github.com/kudobuilder/kuttl v0.2.1
github.com/manifoldco/promptui v0.6.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/onsi/ginkgo v1.12.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ github.com/kudobuilder/code-generator v0.17.4-beta.0.0.20200316162450-cc91a92014
github.com/kudobuilder/code-generator v0.17.4-beta.0.0.20200316162450-cc91a9201457/go.mod h1:l8BLVwASXQZTo2xamW5mQNFCe1XPiAesVq7Y1t7PiQQ=
github.com/kudobuilder/kuttl v0.2.0 h1:kU3FnFzhnKB57hPGetAAhsIenyD2R87ip65KCR2W7f8=
github.com/kudobuilder/kuttl v0.2.0/go.mod h1:h3TcBWcPKnspaq4DE3qFgYNO3mEVKq+0owUzlzxP0Bk=
github.com/kudobuilder/kuttl v0.2.1 h1:LT5Ow3q75FdU7zOfOlG0knS6yKM8pJR1RrP4jL0tMic=
github.com/kudobuilder/kuttl v0.2.1/go.mod h1:h3TcBWcPKnspaq4DE3qFgYNO3mEVKq+0owUzlzxP0Bk=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc=
Expand Down

0 comments on commit 900ca04

Please sign in to comment.