Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update wrangler to fix owner reference bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Daishan committed Nov 11, 2019
1 parent 969baf2 commit dec9ef3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ require (
github.com/rancher/gitwatcher v0.4.1
github.com/rancher/norman v0.0.0-20191030191625-ebecbda5fbe3
github.com/rancher/rdns-server v0.5.7-0.20190927164127-7128efe7d065
github.com/rancher/wrangler v0.2.1-0.20191104064538-22e063a2a843
github.com/rancher/wrangler v0.2.1-0.20191109002915-2a833f7e410d
github.com/rancher/wrangler-api v0.2.1-0.20191025043713-b1ca9c21825a
github.com/sclevine/spec v1.3.0
github.com/sirupsen/logrus v1.4.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,8 @@ github.com/rancher/wrangler v0.1.4/go.mod h1:EYP7cqpg42YqElaCm+U9ieSrGQKAXxUH5xs
github.com/rancher/wrangler v0.1.7-0.20190824203417-e7b6ecb74e90/go.mod h1:TLc4vXF21FWz2MYNHny5zDwFwBqvgBViU5n9CHrJRQ0=
github.com/rancher/wrangler v0.2.1-0.20191015042916-f2a6ecca4f20/go.mod h1:w9jivI6vlBZmqzizNQM0Li/ZwoNTBeDpIv+NtBoFiMI=
github.com/rancher/wrangler v0.2.1-0.20191025041946-1fd360590735/go.mod h1:zmXTOSzU0vhumCyl0+Acq2FEP5WJOJRqnCQDegknyWA=
github.com/rancher/wrangler v0.2.1-0.20191104064538-22e063a2a843 h1:wA/G3cxg2kPf7TkznuU3J6OY+yFwu5r/2cwitL9mse0=
github.com/rancher/wrangler v0.2.1-0.20191104064538-22e063a2a843/go.mod h1:zmXTOSzU0vhumCyl0+Acq2FEP5WJOJRqnCQDegknyWA=
github.com/rancher/wrangler v0.2.1-0.20191109002915-2a833f7e410d h1:lz9Aef0JEy2xmJhbU0jMfQ3Mh3pUFM9AP00pgUsQAlk=
github.com/rancher/wrangler v0.2.1-0.20191109002915-2a833f7e410d/go.mod h1:zmXTOSzU0vhumCyl0+Acq2FEP5WJOJRqnCQDegknyWA=
github.com/rancher/wrangler-api v0.1.4/go.mod h1:Mc8bNN5rNxpQ7am2orUbonahw4xJ6ztF+fUTSku8KnE=
github.com/rancher/wrangler-api v0.2.1-0.20191025043713-b1ca9c21825a h1:dH3D71jzKuYRY7qLe9AKuwz8DKO6G9PCfkeafETMmZo=
github.com/rancher/wrangler-api v0.2.1-0.20191025043713-b1ca9c21825a/go.mod h1:U4nfgObQ7EERMwljGhCfQIbh2ql/t8suINX8/VfWiko=
Expand Down
27 changes: 19 additions & 8 deletions vendor/github.com/rancher/wrangler/pkg/apply/desiredset_process.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ github.com/rancher/norman/pkg/types/values
# github.com/rancher/rdns-server v0.5.7-0.20190927164127-7128efe7d065
github.com/rancher/rdns-server/client
github.com/rancher/rdns-server/model
# github.com/rancher/wrangler v0.2.1-0.20191104064538-22e063a2a843
# github.com/rancher/wrangler v0.2.1-0.20191109002915-2a833f7e410d
github.com/rancher/wrangler/pkg/apply
github.com/rancher/wrangler/pkg/apply/injectors
github.com/rancher/wrangler/pkg/cleanup
Expand Down

0 comments on commit dec9ef3

Please sign in to comment.