Skip to content

Commit 2eaebc7

Browse files
authored
Merge pull request #40 from dweomer/wrangler/0.5.0
bump wrangler to v0.5.0
2 parents 32bb277 + a2715b8 commit 2eaebc7

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.13
55
require (
66
github.com/onsi/ginkgo v1.10.1
77
github.com/onsi/gomega v1.7.0
8-
github.com/rancher/wrangler v0.4.2-0.20200225192203-e5307acd8846
8+
github.com/rancher/wrangler v0.5.0
99
github.com/rancher/wrangler-api v0.2.1-0.20191025043713-b1ca9c21825a
1010
github.com/sirupsen/logrus v1.4.2
1111
github.com/urfave/cli v1.22.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,8 @@ github.com/rancher/kubernetes/staging/src/k8s.io/sample-apiserver v1.17.2-k3s1/g
601601
github.com/rancher/wrangler v0.2.1-0.20191025041946-1fd360590735/go.mod h1:zmXTOSzU0vhumCyl0+Acq2FEP5WJOJRqnCQDegknyWA=
602602
github.com/rancher/wrangler v0.4.2-0.20200225192203-e5307acd8846 h1:jiA0wj/6QAIW3w1bSC0jKHzRVA2lxybR9bgj2wFfPE8=
603603
github.com/rancher/wrangler v0.4.2-0.20200225192203-e5307acd8846/go.mod h1:txHSBkPtVgNH/0pUCvdP0Ak0HptAOc9ffBmFxQnL4z4=
604+
github.com/rancher/wrangler v0.5.0 h1:zTchAfY9DzchLvXpRpQuNB0PbNfl/HSuvFL1wHN6mDU=
605+
github.com/rancher/wrangler v0.5.0/go.mod h1:txHSBkPtVgNH/0pUCvdP0Ak0HptAOc9ffBmFxQnL4z4=
604606
github.com/rancher/wrangler-api v0.2.1-0.20191025043713-b1ca9c21825a h1:dH3D71jzKuYRY7qLe9AKuwz8DKO6G9PCfkeafETMmZo=
605607
github.com/rancher/wrangler-api v0.2.1-0.20191025043713-b1ca9c21825a/go.mod h1:U4nfgObQ7EERMwljGhCfQIbh2ql/t8suINX8/VfWiko=
606608
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=

pkg/generated/controllers/upgrade.cattle.io/v1/plan.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/rancher/wrangler/pkg/controller-gen/generators/type_go.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/rancher/wrangler/pkg/generic/controller.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ github.com/prometheus/common/model
118118
# github.com/prometheus/procfs v0.0.2
119119
github.com/prometheus/procfs
120120
github.com/prometheus/procfs/internal/fs
121-
# github.com/rancher/wrangler v0.4.2-0.20200225192203-e5307acd8846
121+
# github.com/rancher/wrangler v0.5.0
122122
github.com/rancher/wrangler/pkg/apply
123123
github.com/rancher/wrangler/pkg/apply/injectors
124124
github.com/rancher/wrangler/pkg/cleanup

0 commit comments

Comments
 (0)