Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module sigs.k8s.io/controller-tools to v0.6.2 #4697

Merged
merged 4 commits into from
Jul 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ GOBIN := $(or $(shell go env GOBIN 2>/dev/null), $(shell go env GOPATH 2>/dev/nu

# find or download controller-gen
controller-gen:
ifneq ($(shell controller-gen --version 2> /dev/null), Version: v0.6.1)
@(cd /tmp; GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.1)
ifneq ($(shell controller-gen --version 2> /dev/null), Version: v0.6.2)
@(cd /tmp; GO111MODULE=on go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.2)
CONTROLLER_GEN=$(GOBIN)/controller-gen
else
CONTROLLER_GEN=$(shell which controller-gen)
Expand Down
42 changes: 21 additions & 21 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4405,11 +4405,11 @@ Contents of probable licence file $GOMODCACHE/sigs.k8s.io/controller-runtime@v0.

--------------------------------------------------------------------------------
Module : sigs.k8s.io/controller-tools
Version : v0.6.1
Time : 2021-06-21T19:30:51Z
Version : v0.6.2
Time : 2021-07-27T14:52:46Z
Licence : Apache-2.0

Contents of probable licence file $GOMODCACHE/sigs.k8s.io/controller-tools@v0.6.1/LICENSE:
Contents of probable licence file $GOMODCACHE/sigs.k8s.io/controller-tools@v0.6.2/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -27765,11 +27765,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--------------------------------------------------------------------------------
Module : github.com/onsi/gomega
Version : v1.13.0
Time : 2021-05-27T01:22:04Z
Version : v1.14.0
Time : 2021-07-07T14:32:41Z
Licence : MIT

Contents of probable licence file $GOMODCACHE/github.com/onsi/gomega@v1.13.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/onsi/gomega@v1.14.0/LICENSE:

Copyright (c) 2013-2014 Onsi Fakhouri

Expand Down Expand Up @@ -32144,11 +32144,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Module : golang.org/x/tools
Version : v0.1.3
Time : 2021-06-09T21:40:20Z
Version : v0.1.5
Time : 2021-07-13T20:15:39Z
Licence : BSD-3-Clause

Contents of probable licence file $GOMODCACHE/golang.org/x/tools@v0.1.3/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/tools@v0.1.5/LICENSE:

Copyright (c) 2009 The Go Authors. All rights reserved.

Expand Down Expand Up @@ -34035,11 +34035,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Module : k8s.io/apiextensions-apiserver
Version : v0.21.2
Time : 2021-06-17T22:52:48Z
Version : v0.21.3
Time : 2021-07-16T03:15:41Z
Licence : Apache-2.0

Contents of probable licence file $GOMODCACHE/k8s.io/apiextensions-apiserver@v0.21.2/LICENSE:
Contents of probable licence file $GOMODCACHE/k8s.io/apiextensions-apiserver@v0.21.3/LICENSE:


Apache License
Expand Down Expand Up @@ -34247,11 +34247,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/apiextensions-apiserver@v0.

--------------------------------------------------------------------------------
Module : k8s.io/apiserver
Version : v0.21.2
Time : 2021-06-17T22:34:59Z
Version : v0.21.3
Time : 2021-07-16T02:58:33Z
Licence : Apache-2.0

Contents of probable licence file $GOMODCACHE/k8s.io/apiserver@v0.21.2/LICENSE:
Contents of probable licence file $GOMODCACHE/k8s.io/apiserver@v0.21.3/LICENSE:


Apache License
Expand Down Expand Up @@ -34459,11 +34459,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/apiserver@v0.21.2/LICENSE:

--------------------------------------------------------------------------------
Module : k8s.io/code-generator
Version : v0.21.2
Time : 2021-05-21T23:06:01Z
Version : v0.21.3
Time : 2021-07-12T06:05:16Z
Licence : Apache-2.0

Contents of probable licence file $GOMODCACHE/k8s.io/code-generator@v0.21.2/LICENSE:
Contents of probable licence file $GOMODCACHE/k8s.io/code-generator@v0.21.3/LICENSE:


Apache License
Expand Down Expand Up @@ -34671,11 +34671,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/code-generator@v0.21.2/LICE

--------------------------------------------------------------------------------
Module : k8s.io/component-base
Version : v0.21.2
Time : 2021-06-17T22:22:02Z
Version : v0.21.3
Time : 2021-07-16T02:46:29Z
Licence : Apache-2.0

Contents of probable licence file $GOMODCACHE/k8s.io/component-base@v0.21.2/LICENSE:
Contents of probable licence file $GOMODCACHE/k8s.io/component-base@v0.21.3/LICENSE:


Apache License
Expand Down
14 changes: 7 additions & 7 deletions config/crds/v1/all-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: agents.agent.k8s.elastic.co
spec:
Expand Down Expand Up @@ -834,7 +834,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: apmservers.apm.k8s.elastic.co
spec:
Expand Down Expand Up @@ -2068,7 +2068,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: beats.beat.k8s.elastic.co
spec:
Expand Down Expand Up @@ -2429,7 +2429,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticmapsservers.maps.k8s.elastic.co
spec:
Expand Down Expand Up @@ -3026,7 +3026,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticsearches.elasticsearch.k8s.elastic.co
spec:
Expand Down Expand Up @@ -5548,7 +5548,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: enterprisesearches.enterprisesearch.k8s.elastic.co
spec:
Expand Down Expand Up @@ -6715,7 +6715,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: kibanas.kibana.k8s.elastic.co
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crds/v1/bases/agent.k8s.elastic.co_agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: agents.agent.k8s.elastic.co
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crds/v1/bases/apm.k8s.elastic.co_apmservers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: apmservers.apm.k8s.elastic.co
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crds/v1/bases/beat.k8s.elastic.co_beats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: beats.beat.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticsearches.elasticsearch.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: enterprisesearches.enterprisesearch.k8s.elastic.co
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crds/v1/bases/kibana.k8s.elastic.co_kibanas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: kibanas.kibana.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticmapsservers.maps.k8s.elastic.co
spec:
Expand Down
14 changes: 7 additions & 7 deletions config/crds/v1beta1/all-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: agents.agent.k8s.elastic.co
spec:
Expand Down Expand Up @@ -780,7 +780,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: apmservers.apm.k8s.elastic.co
spec:
Expand Down Expand Up @@ -1402,7 +1402,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: beats.beat.k8s.elastic.co
spec:
Expand Down Expand Up @@ -1746,7 +1746,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticmapsservers.maps.k8s.elastic.co
spec:
Expand Down Expand Up @@ -2305,7 +2305,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticsearches.elasticsearch.k8s.elastic.co
spec:
Expand Down Expand Up @@ -3754,7 +3754,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: enterprisesearches.enterprisesearch.k8s.elastic.co
spec:
Expand Down Expand Up @@ -4317,7 +4317,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: kibanas.kibana.k8s.elastic.co
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crds/v1beta1/bases/agent.k8s.elastic.co_agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: agents.agent.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: apmservers.apm.k8s.elastic.co
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/crds/v1beta1/bases/beat.k8s.elastic.co_beats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: beats.beat.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticsearches.elasticsearch.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: enterprisesearches.enterprisesearch.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: kibanas.kibana.k8s.elastic.co
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: elasticmapsservers.maps.k8s.elastic.co
spec:
Expand Down
Loading