Skip to content

Commit

Permalink
Merge pull request #1946 from estroz/chore/update-dep
Browse files Browse the repository at this point in the history
✨ (go/v3) upgrade kubebuilder-declarative-pattern to k8s v1.19
  • Loading branch information
k8s-ci-robot committed Jan 13, 2021
2 parents 3ad354c + 9fd31f1 commit 1cd45e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/plugins/golang/v3/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
// KbDeclarativePatternVersion is the sigs.k8s.io/kubebuilder-declarative-pattern version
// (used only to gen api with --pattern=addon)
// TODO: remove this when a better solution for using addons is implemented.
KbDeclarativePatternVersion = "1cbf859290cab81ae8e73fc5caebe792280175d1"
KbDeclarativePatternVersion = "b84d99da021778217217885dd9582ed3cc879ebe"

// defaultCRDVersion is the default CRD API version to scaffold.
defaultCRDVersion = "v1"
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v3-addon/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ require (
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
sigs.k8s.io/controller-runtime v0.7.0
sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0-20201109180626-1cbf859290ca
sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0-20210113160450-b84d99da0217
)

0 comments on commit 1cd45e2

Please sign in to comment.