Skip to content

Commit

Permalink
kuttl v0.4.0 bump (#1545)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe authored Jun 2, 2020
1 parent 03edc91 commit daa7ac8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.4.0
github.com/gosuri/uitable v0.0.4
github.com/huandu/xstrings v1.3.1 // indirect
github.com/kudobuilder/kuttl v0.2.2
github.com/kudobuilder/kuttl v0.4.0
github.com/manifoldco/promptui v0.7.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/onsi/ginkgo v1.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kudobuilder/code-generator v0.17.4-beta.0.0.20200316162450-cc91a9201457 h1:f1H3Jw07meAETjS9uXbHwOW3m93ZRaweRR1hWerxS4k=
github.com/kudobuilder/code-generator v0.17.4-beta.0.0.20200316162450-cc91a9201457/go.mod h1:l8BLVwASXQZTo2xamW5mQNFCe1XPiAesVq7Y1t7PiQQ=
github.com/kudobuilder/kuttl v0.2.2 h1:Gs5SLMWP5Rw/0gr+trOYcAEew1nwe4RV8xfL96qaC2A=
github.com/kudobuilder/kuttl v0.2.2/go.mod h1:UmrVd7x+bNVKrpmKgTtfRiTKHZeNPcMjQproJ0vGwhE=
github.com/kudobuilder/kuttl v0.4.0 h1:axXLS3UhKynH2wNbU+ZVthyLt3Wgoh0iUJFfruy+VpQ=
github.com/kudobuilder/kuttl v0.4.0/go.mod h1:UmrVd7x+bNVKrpmKgTtfRiTKHZeNPcMjQproJ0vGwhE=
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
2 changes: 1 addition & 1 deletion pkg/kudoctl/cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ For more detailed documentation, visit: https://kudo.dev/docs/testing`,

// Load the configuration YAML into options.
if configPath != "" {
objects, err := testutils.LoadYAML(configPath)
objects, err := testutils.LoadYAMLFromFile(configPath)
if err != nil {
return err
}
Expand Down

0 comments on commit daa7ac8

Please sign in to comment.