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

Upgrade to controller-runtime 0.19.0 #8020

Merged
merged 20 commits into from
Aug 26, 2024
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
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
agents:
image: docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:02c746a1
cpu: "4"
memory: "2G"
memory: "4G"

- group: tests
steps:
Expand Down
574 changes: 427 additions & 147 deletions NOTICE.txt

Large diffs are not rendered by default.

165 changes: 40 additions & 125 deletions config/crds/v1/all-crds.yaml

Large diffs are not rendered by default.

952 changes: 440 additions & 512 deletions config/crds/v1/bases/agent.k8s.elastic.co_agents.yaml

Large diffs are not rendered by default.

600 changes: 273 additions & 327 deletions config/crds/v1/bases/apm.k8s.elastic.co_apmservers.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.1
name: elasticsearchautoscalers.autoscaling.k8s.elastic.co
spec:
group: autoscaling.k8s.elastic.co
Expand Down Expand Up @@ -230,6 +230,7 @@ spec:
the Elasticsearch autoscaling API.
type: string
required:
- elasticsearchRef
- policies
type: object
status:
Expand Down
601 changes: 275 additions & 326 deletions config/crds/v1/bases/beat.k8s.elastic.co_beats.yaml

Large diffs are not rendered by default.

680 changes: 311 additions & 369 deletions config/crds/v1/bases/elasticsearch.k8s.elastic.co_elasticsearches.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

600 changes: 273 additions & 327 deletions config/crds/v1/bases/kibana.k8s.elastic.co_kibanas.yaml

Large diffs are not rendered by default.

335 changes: 159 additions & 176 deletions config/crds/v1/bases/logstash.k8s.elastic.co_logstashes.yaml

Large diffs are not rendered by default.

301 changes: 137 additions & 164 deletions config/crds/v1/bases/maps.k8s.elastic.co_elasticmapsservers.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.1
name: stackconfigpolicies.stackconfigpolicy.k8s.elastic.co
spec:
group: stackconfigpolicy.k8s.elastic.co
Expand Down
165 changes: 40 additions & 125 deletions deploy/eck-operator/charts/eck-operator-crds/templates/all-crds.yaml

Large diffs are not rendered by default.

69 changes: 36 additions & 33 deletions docs/reference/dependencies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/magiconair/properties[$$github.com/magiconair/properties$$] | v1.8.7 | BSD-2-Clause
| link:https://github.com/pkg/errors[$$github.com/pkg/errors$$] | v0.9.1 | BSD-2-Clause
| link:https://github.com/pmezard/go-difflib[$$github.com/pmezard/go-difflib$$] | v1.0.1-0.20181226105442-5d4384ee4fb2 | BSD-3-Clause
| link:https://github.com/prometheus/client_golang[$$github.com/prometheus/client_golang$$] | v1.19.1 | Apache-2.0
| link:https://github.com/prometheus/client_golang[$$github.com/prometheus/client_golang$$] | v1.20.0 | Apache-2.0
| link:https://github.com/prometheus/common[$$github.com/prometheus/common$$] | v0.55.0 | Apache-2.0
| link:https://github.com/sethvargo/go-password[$$github.com/sethvargo/go-password$$] | v0.3.1 | MIT
| link:https://github.com/spf13/cobra[$$github.com/spf13/cobra$$] | v1.8.1 | Apache-2.0
Expand All @@ -51,16 +51,16 @@ This page lists the third-party dependencies used to build {n}.
| link:https://go.elastic.co/apm/v2[$$go.elastic.co/apm/v2$$] | v2.6.0 | Apache-2.0
| link:https://go.uber.org/automaxprocs[$$go.uber.org/automaxprocs$$] | v1.5.3 | MIT
| link:https://go.uber.org/zap[$$go.uber.org/zap$$] | v1.27.0 | MIT
| link:https://golang.org/x/crypto[$$golang.org/x/crypto$$] | v0.25.0 | BSD-3-Clause
| link:https://golang.org/x/exp[$$golang.org/x/exp$$] | v0.0.0-20240506185415-9bf2ced13842 | BSD-3-Clause
| link:https://golang.org/x/crypto[$$golang.org/x/crypto$$] | v0.26.0 | BSD-3-Clause
| link:https://golang.org/x/exp[$$golang.org/x/exp$$] | v0.0.0-20240808152545-0cdaa3abc0fa | BSD-3-Clause
| link:https://gopkg.in/yaml.v3[$$gopkg.in/yaml.v3$$] | v3.0.1 | MIT
| link:https://github.com/kubernetes/api[$$k8s.io/api$$] | v0.30.3 | Apache-2.0
| link:https://github.com/kubernetes/apimachinery[$$k8s.io/apimachinery$$] | v0.30.3 | Apache-2.0
| link:https://github.com/kubernetes/client-go[$$k8s.io/client-go$$] | v0.30.3 | Apache-2.0
| link:https://github.com/kubernetes/api[$$k8s.io/api$$] | v0.31.0 | Apache-2.0
| link:https://github.com/kubernetes/apimachinery[$$k8s.io/apimachinery$$] | v0.31.0 | Apache-2.0
| link:https://github.com/kubernetes/client-go[$$k8s.io/client-go$$] | v0.31.0 | Apache-2.0
| link:https://github.com/kubernetes/klog[$$k8s.io/klog/v2$$] | v2.130.1 | Apache-2.0
| link:https://github.com/kubernetes/utils[$$k8s.io/utils$$] | v0.0.0-20240502163921-fe8a2dddb1d0 | Apache-2.0
| link:https://sigs.k8s.io/controller-runtime[$$sigs.k8s.io/controller-runtime$$] | v0.18.4 | Apache-2.0
| link:https://sigs.k8s.io/controller-tools[$$sigs.k8s.io/controller-tools$$] | v0.15.0 | Apache-2.0
| link:https://github.com/kubernetes/utils[$$k8s.io/utils$$] | v0.0.0-20240711033017-18e509b52bc8 | Apache-2.0
| link:https://sigs.k8s.io/controller-runtime[$$sigs.k8s.io/controller-runtime$$] | v0.19.0 | Apache-2.0
| link:https://sigs.k8s.io/controller-tools[$$sigs.k8s.io/controller-tools$$] | v0.16.1 | Apache-2.0
|===


Expand Down Expand Up @@ -90,13 +90,14 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/docker/go-units[$$github.com/docker/go-units$$] | v0.5.0 | Apache-2.0
| link:https://github.com/elastic/go-sysinfo[$$github.com/elastic/go-sysinfo$$] | v1.13.1 | Apache-2.0
| link:https://github.com/elastic/go-windows[$$github.com/elastic/go-windows$$] | v1.0.1 | Apache-2.0
| link:https://github.com/emicklei/go-restful[$$github.com/emicklei/go-restful/v3$$] | v3.12.0 | MIT
| link:https://github.com/emicklei/go-restful[$$github.com/emicklei/go-restful/v3$$] | v3.12.1 | MIT
| link:https://github.com/evanphx/json-patch[$$github.com/evanphx/json-patch$$] | v5.6.0+incompatible | BSD-3-Clause
| link:https://github.com/evanphx/json-patch[$$github.com/evanphx/json-patch/v5$$] | v5.9.0 | BSD-3-Clause
| link:https://github.com/fatih/color[$$github.com/fatih/color$$] | v1.16.0 | MIT
| link:https://github.com/fatih/color[$$github.com/fatih/color$$] | v1.17.0 | MIT
| link:https://github.com/felixge/httpsnoop[$$github.com/felixge/httpsnoop$$] | v1.0.4 | MIT
| link:https://github.com/frankban/quicktest[$$github.com/frankban/quicktest$$] | v1.14.6 | MIT
| link:https://github.com/fsnotify/fsnotify[$$github.com/fsnotify/fsnotify$$] | v1.7.0 | BSD-3-Clause
| link:https://github.com/fxamacker/cbor[$$github.com/fxamacker/cbor/v2$$] | v2.7.0 | MIT
| link:https://github.com/gkampitakis/ciinfo[$$github.com/gkampitakis/ciinfo$$] | v0.3.0 | MIT
| link:https://github.com/gkampitakis/go-diff[$$github.com/gkampitakis/go-diff$$] | v1.3.2 | MIT
| link:https://github.com/go-jose/go-jose[$$github.com/go-jose/go-jose/v4$$] | v4.0.1 | Apache-2.0
Expand All @@ -105,14 +106,13 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/go-openapi/jsonpointer[$$github.com/go-openapi/jsonpointer$$] | v0.21.0 | Apache-2.0
| link:https://github.com/go-openapi/jsonreference[$$github.com/go-openapi/jsonreference$$] | v0.21.0 | Apache-2.0
| link:https://github.com/go-openapi/swag[$$github.com/go-openapi/swag$$] | v0.23.0 | Apache-2.0
| link:https://github.com/go-task/slim-sprig[$$github.com/go-task/slim-sprig$$] | v0.0.0-20230315185526-52ccab3ef572 | MIT
| link:https://github.com/go-task/slim-sprig[$$github.com/go-task/slim-sprig/v3$$] | v3.0.0 | MIT
| link:https://github.com/gogo/protobuf[$$github.com/gogo/protobuf$$] | v1.3.2 | BSD-3-Clause
| link:https://github.com/golang/groupcache[$$github.com/golang/groupcache$$] | v0.0.0-20210331224755-41bb18bfe9da | Apache-2.0
| link:https://github.com/golang/protobuf[$$github.com/golang/protobuf$$] | v1.5.4 | BSD-3-Clause
| link:https://github.com/google/gnostic-models[$$github.com/google/gnostic-models$$] | v0.6.8 | Apache-2.0
| link:https://github.com/google/gofuzz[$$github.com/google/gofuzz$$] | v1.2.0 | Apache-2.0
| link:https://github.com/google/pprof[$$github.com/google/pprof$$] | v0.0.0-20240424215950-a892ee059fd6 | Apache-2.0
| link:https://github.com/google/pprof[$$github.com/google/pprof$$] | v0.0.0-20240727154555-813a5fbdbec8 | Apache-2.0
| link:https://github.com/gorilla/websocket[$$github.com/gorilla/websocket$$] | v1.5.0 | BSD-2-Clause
| link:https://github.com/hashicorp/errwrap[$$github.com/hashicorp/errwrap$$] | v1.1.0 | MPL-2.0
| link:https://github.com/hashicorp/go-cleanhttp[$$github.com/hashicorp/go-cleanhttp$$] | v0.5.2 | MPL-2.0
Expand All @@ -129,9 +129,10 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/joeshaw/multierror[$$github.com/joeshaw/multierror$$] | v0.0.0-20140124173710-69b34d4ec901 | MIT
| link:https://github.com/josharian/intern[$$github.com/josharian/intern$$] | v1.0.0 | MIT
| link:https://github.com/json-iterator/go[$$github.com/json-iterator/go$$] | v1.1.12 | MIT
| link:https://github.com/klauspost/compress[$$github.com/klauspost/compress$$] | v1.17.2 | Apache-2.0
| link:https://github.com/klauspost/compress[$$github.com/klauspost/compress$$] | v1.17.9 | Apache-2.0
| link:https://github.com/kr/pretty[$$github.com/kr/pretty$$] | v0.3.1 | MIT
| link:https://github.com/kr/text[$$github.com/kr/text$$] | v0.2.0 | MIT
| link:https://github.com/kylelemons/godebug[$$github.com/kylelemons/godebug$$] | v1.1.0 | Apache-2.0
| link:https://github.com/mailru/easyjson[$$github.com/mailru/easyjson$$] | v0.7.7 | MIT
| link:https://github.com/maruel/natural[$$github.com/maruel/natural$$] | v1.1.1 | Apache-2.0
| link:https://github.com/mattn/go-colorable[$$github.com/mattn/go-colorable$$] | v0.1.13 | MIT
Expand All @@ -141,15 +142,15 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/mitchellh/mapstructure[$$github.com/mitchellh/mapstructure$$] | v1.5.0 | MIT
| link:https://github.com/mitchellh/reflectwalk[$$github.com/mitchellh/reflectwalk$$] | v1.0.0 | MIT
| link:https://github.com/moby/docker-image-spec[$$github.com/moby/docker-image-spec$$] | v1.3.1 | Apache-2.0
| link:https://github.com/moby/spdystream[$$github.com/moby/spdystream$$] | v0.2.0 | Apache-2.0
| link:https://github.com/moby/spdystream[$$github.com/moby/spdystream$$] | v0.4.0 | Apache-2.0
| link:https://github.com/modern-go/concurrent[$$github.com/modern-go/concurrent$$] | v0.0.0-20180306012644-bacd9c7ef1dd | Apache-2.0
| link:https://github.com/modern-go/reflect2[$$github.com/modern-go/reflect2$$] | v1.0.2 | Apache-2.0
| link:https://github.com/munnerz/goautoneg[$$github.com/munnerz/goautoneg$$] | v0.0.0-20191010083416-a7dc8b61c822 | BSD-3-Clause
| link:https://github.com/mxk/go-flowrate[$$github.com/mxk/go-flowrate$$] | v0.0.0-20140419014527-cca7078d478f | BSD-3-Clause
| link:https://github.com/nxadm/tail[$$github.com/nxadm/tail$$] | v1.4.8 | MIT
| link:https://github.com/onsi/ginkgo[$$github.com/onsi/ginkgo$$] | v1.16.5 | MIT
| link:https://github.com/onsi/ginkgo[$$github.com/onsi/ginkgo/v2$$] | v2.17.2 | MIT
| link:https://github.com/onsi/gomega[$$github.com/onsi/gomega$$] | v1.33.1 | MIT
| link:https://github.com/onsi/ginkgo[$$github.com/onsi/ginkgo/v2$$] | v2.20.0 | MIT
| link:https://github.com/onsi/gomega[$$github.com/onsi/gomega$$] | v1.34.1 | MIT
| link:https://github.com/opencontainers/go-digest[$$github.com/opencontainers/go-digest$$] | v1.0.0 | Apache-2.0
| link:https://github.com/opencontainers/image-spec[$$github.com/opencontainers/image-spec$$] | v1.1.0-rc3 | Apache-2.0
| link:https://github.com/pelletier/go-toml[$$github.com/pelletier/go-toml/v2$$] | v2.2.2 | MIT
Expand All @@ -161,7 +162,7 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/sagikazarmark/locafero[$$github.com/sagikazarmark/locafero$$] | v0.4.0 | MIT
| link:https://github.com/sagikazarmark/slog-shim[$$github.com/sagikazarmark/slog-shim$$] | v0.1.0 | BSD-3-Clause
| link:https://github.com/shopspring/decimal[$$github.com/shopspring/decimal$$] | v1.2.0 | MIT
| link:https://github.com/sirupsen/logrus[$$github.com/sirupsen/logrus$$] | v1.9.1 | MIT
| link:https://github.com/sirupsen/logrus[$$github.com/sirupsen/logrus$$] | v1.9.3 | MIT
| link:https://github.com/sourcegraph/conc[$$github.com/sourcegraph/conc$$] | v0.3.0 | MIT
| link:https://github.com/spf13/afero[$$github.com/spf13/afero$$] | v1.11.0 | Apache-2.0
| link:https://github.com/spf13/cast[$$github.com/spf13/cast$$] | v1.6.0 | MIT
Expand All @@ -171,33 +172,35 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/tidwall/pretty[$$github.com/tidwall/pretty$$] | v1.2.1 | MIT
| link:https://github.com/tidwall/sjson[$$github.com/tidwall/sjson$$] | v1.2.5 | MIT
| link:https://github.com/vbatts/tar-split[$$github.com/vbatts/tar-split$$] | v0.11.3 | BSD-3-Clause
| link:https://github.com/x448/float16[$$github.com/x448/float16$$] | v0.8.4 | MIT
| link:https://go.elastic.co/fastjson[$$go.elastic.co/fastjson$$] | v1.3.0 | MIT
| link:https://go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp[$$go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp$$] | v0.49.0 | Apache-2.0
| link:https://go.opentelemetry.io/otel[$$go.opentelemetry.io/otel$$] | v1.24.0 | Apache-2.0
| link:https://go.opentelemetry.io/otel/metric[$$go.opentelemetry.io/otel/metric$$] | v1.24.0 | Apache-2.0
| link:https://go.opentelemetry.io/otel/trace[$$go.opentelemetry.io/otel/trace$$] | v1.24.0 | Apache-2.0
| link:https://go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp[$$go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp$$] | v0.53.0 | Apache-2.0
| link:https://go.opentelemetry.io/otel[$$go.opentelemetry.io/otel$$] | v1.28.0 | Apache-2.0
| link:https://go.opentelemetry.io/otel/metric[$$go.opentelemetry.io/otel/metric$$] | v1.28.0 | Apache-2.0
| link:https://go.opentelemetry.io/otel/trace[$$go.opentelemetry.io/otel/trace$$] | v1.28.0 | Apache-2.0
| link:https://go.uber.org/goleak[$$go.uber.org/goleak$$] | v1.3.0 | MIT
| link:https://go.uber.org/multierr[$$go.uber.org/multierr$$] | v1.11.0 | MIT
| link:https://golang.org/x/mod[$$golang.org/x/mod$$] | v0.17.0 | BSD-3-Clause
| link:https://golang.org/x/net[$$golang.org/x/net$$] | v0.26.0 | BSD-3-Clause
| link:https://golang.org/x/oauth2[$$golang.org/x/oauth2$$] | v0.21.0 | BSD-3-Clause
| link:https://golang.org/x/sync[$$golang.org/x/sync$$] | v0.7.0 | BSD-3-Clause
| link:https://golang.org/x/sys[$$golang.org/x/sys$$] | v0.22.0 | BSD-3-Clause
| link:https://golang.org/x/term[$$golang.org/x/term$$] | v0.22.0 | BSD-3-Clause
| link:https://golang.org/x/text[$$golang.org/x/text$$] | v0.16.0 | BSD-3-Clause
| link:https://golang.org/x/time[$$golang.org/x/time$$] | v0.5.0 | BSD-3-Clause
| link:https://golang.org/x/tools[$$golang.org/x/tools$$] | v0.21.1-0.20240508182429-e35e4ccd0d2d | BSD-3-Clause
| link:https://golang.org/x/mod[$$golang.org/x/mod$$] | v0.20.0 | BSD-3-Clause
| link:https://golang.org/x/net[$$golang.org/x/net$$] | v0.28.0 | BSD-3-Clause
| link:https://golang.org/x/oauth2[$$golang.org/x/oauth2$$] | v0.22.0 | BSD-3-Clause
| link:https://golang.org/x/sync[$$golang.org/x/sync$$] | v0.8.0 | BSD-3-Clause
| link:https://golang.org/x/sys[$$golang.org/x/sys$$] | v0.24.0 | BSD-3-Clause
| link:https://golang.org/x/term[$$golang.org/x/term$$] | v0.23.0 | BSD-3-Clause
| link:https://golang.org/x/text[$$golang.org/x/text$$] | v0.17.0 | BSD-3-Clause
| link:https://golang.org/x/time[$$golang.org/x/time$$] | v0.6.0 | BSD-3-Clause
| link:https://golang.org/x/tools[$$golang.org/x/tools$$] | v0.24.0 | BSD-3-Clause
| link:https://gomodules.xyz/jsonpatch/v2[$$gomodules.xyz/jsonpatch/v2$$] | v2.4.0 | Apache-2.0
| link:https://google.golang.org/protobuf[$$google.golang.org/protobuf$$] | v1.34.2 | BSD-3-Clause
| link:https://gopkg.in/check.v1[$$gopkg.in/check.v1$$] | v1.0.0-20201130134442-10cb98267c6c | BSD-2-Clause
| link:https://gopkg.in/evanphx/json-patch.v4[$$gopkg.in/evanphx/json-patch.v4$$] | v4.12.0 | BSD-3-Clause
| link:https://gopkg.in/inf.v0[$$gopkg.in/inf.v0$$] | v0.9.1 | BSD-3-Clause
| link:https://gopkg.in/ini.v1[$$gopkg.in/ini.v1$$] | v1.67.0 | Apache-2.0
| link:https://gopkg.in/tomb.v1[$$gopkg.in/tomb.v1$$] | v1.0.0-20141024135613-dd632973f1e7 | BSD-3-Clause
| link:https://gopkg.in/yaml.v2[$$gopkg.in/yaml.v2$$] | v2.4.0 | Apache-2.0
| link:https://gotest.tools/v3[$$gotest.tools/v3$$] | v3.4.0 | Apache-2.0
| link:https://gitlab.howett.net/go/plist[$$howett.net/plist$$] | v1.0.1 | BSD-2-Clause
| link:https://github.com/kubernetes/apiextensions-apiserver[$$k8s.io/apiextensions-apiserver$$] | v0.30.1 | Apache-2.0
| link:https://github.com/kubernetes/kube-openapi[$$k8s.io/kube-openapi$$] | v0.0.0-20240430033511-f0e62f92d13f | Apache-2.0
| link:https://github.com/kubernetes/apiextensions-apiserver[$$k8s.io/apiextensions-apiserver$$] | v0.31.0 | Apache-2.0
| link:https://github.com/kubernetes/kube-openapi[$$k8s.io/kube-openapi$$] | v0.0.0-20240816214639-573285566f34 | Apache-2.0
| link:https://sigs.k8s.io/json[$$sigs.k8s.io/json$$] | v0.0.0-20221116044647-bc3834ca7abd | Apache-2.0
| link:https://sigs.k8s.io/structured-merge-diff/v4[$$sigs.k8s.io/structured-merge-diff/v4$$] | v4.4.1 | Apache-2.0
| link:https://sigs.k8s.io/yaml[$$sigs.k8s.io/yaml$$] | v1.4.0 | Apache-2.0
Expand Down
Loading