Skip to content

fix(deps): update k8s #8628

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

Merged
merged 11 commits into from
Apr 30, 2025
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 @@ -18,7 +18,7 @@ steps:
agents:
image: docker.elastic.co/ci-agent-images/cloud-k8s-operator/buildkite-agent:18bfe327
cpu: "4"
memory: "2G"
memory: "4G"

- label: ":go: checks"
commands:
Expand Down
360 changes: 283 additions & 77 deletions NOTICE.txt

Large diffs are not rendered by default.

182 changes: 82 additions & 100 deletions config/crds/v1/all-crds.yaml

Large diffs are not rendered by default.

183 changes: 103 additions & 80 deletions config/crds/v1/resources/agent.k8s.elastic.co_agents.yaml

Large diffs are not rendered by default.

128 changes: 71 additions & 57 deletions config/crds/v1/resources/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.17.2
controller-gen.kubebuilder.io/version: v0.17.3
name: elasticsearchautoscalers.autoscaling.k8s.elastic.co
spec:
group: autoscaling.k8s.elastic.co
Expand Down
114 changes: 65 additions & 49 deletions config/crds/v1/resources/beat.k8s.elastic.co_beats.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

128 changes: 71 additions & 57 deletions config/crds/v1/resources/kibana.k8s.elastic.co_kibanas.yaml

Large diffs are not rendered by default.

65 changes: 36 additions & 29 deletions config/crds/v1/resources/logstash.k8s.elastic.co_logstashes.yaml

Large diffs are not rendered by default.

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.17.2
controller-gen.kubebuilder.io/version: v0.17.3
name: stackconfigpolicies.stackconfigpolicy.k8s.elastic.co
spec:
group: stackconfigpolicy.k8s.elastic.co
Expand Down
8 changes: 8 additions & 0 deletions config/e2e/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ metadata:
labels:
test-run: {{ .TestRun }}
rules:
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
182 changes: 82 additions & 100 deletions deploy/eck-operator/charts/eck-operator-crds/templates/all-crds.yaml

Large diffs are not rendered by default.

29 changes: 15 additions & 14 deletions docs/reference/third-party-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ This page lists the third-party dependencies used to build {{eck}}.
| [golang.org/x/crypto](https://golang.org/x/crypto) | v0.36.0 | BSD-3-Clause |
| [golang.org/x/exp](https://golang.org/x/exp) | v0.0.0-20240808152545-0cdaa3abc0fa | BSD-3-Clause |
| [gopkg.in/yaml.v3](https://gopkg.in/yaml.v3) | v3.0.1 | MIT |
| [k8s.io/api](https://github.com/kubernetes/api) | v0.32.3 | Apache-2.0 |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | v0.32.3 | Apache-2.0 |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | v0.32.3 | Apache-2.0 |
| [k8s.io/api](https://github.com/kubernetes/api) | v0.33.0 | Apache-2.0 |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | v0.33.0 | Apache-2.0 |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | v0.33.0 | Apache-2.0 |
| [k8s.io/klog/v2](https://github.com/kubernetes/klog) | v2.130.1 | Apache-2.0 |
| [k8s.io/utils](https://github.com/kubernetes/utils) | v0.0.0-20241104100929-3ea5e8cea738 | Apache-2.0 |
| [sigs.k8s.io/controller-runtime](https://sigs.k8s.io/controller-runtime) | v0.20.4 | Apache-2.0 |
| [sigs.k8s.io/controller-tools](https://sigs.k8s.io/controller-tools) | v0.17.2 | Apache-2.0 |
| [sigs.k8s.io/controller-tools](https://sigs.k8s.io/controller-tools) | v0.17.3 | Apache-2.0 |


## Indirect dependencies [k8s-dependencies-indirect]
Expand Down Expand Up @@ -100,13 +100,12 @@ This page lists the third-party dependencies used to build {{eck}}.
| [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) | v2.2.1 | MIT |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | v1.15.13 | MIT |
| [github.com/gogo/protobuf](https://github.com/gogo/protobuf) | v1.3.2 | BSD-3-Clause |
| [github.com/golang/protobuf](https://github.com/golang/protobuf) | v1.5.4 | BSD-3-Clause |
| [github.com/google/btree](https://github.com/google/btree) | v1.1.3 | Apache-2.0 |
| [github.com/google/cel-go](https://github.com/google/cel-go) | v0.22.0 | Apache-2.0 |
| [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | v0.6.8 | Apache-2.0 |
| [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | v0.6.9 | Apache-2.0 |
| [github.com/google/gofuzz](https://github.com/google/gofuzz) | v1.2.0 | Apache-2.0 |
| [github.com/google/pprof](https://github.com/google/pprof) | v0.0.0-20241029153458-d1b30febd7db | Apache-2.0 |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | v1.5.0 | BSD-2-Clause |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | v1.5.4-0.20250319132907-e064f32e3674 | BSD-2-Clause |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | v2.20.0 | BSD-3-Clause |
| [github.com/hashicorp/errwrap](https://github.com/hashicorp/errwrap) | v1.1.0 | MPL-2.0 |
| [github.com/hashicorp/go-cleanhttp](https://github.com/hashicorp/go-cleanhttp) | v0.5.2 | MPL-2.0 |
Expand Down Expand Up @@ -157,6 +156,7 @@ This page lists the third-party dependencies used to build {{eck}}.
| [github.com/spf13/afero](https://github.com/spf13/afero) | v1.12.0 | Apache-2.0 |
| [github.com/spf13/cast](https://github.com/spf13/cast) | v1.7.1 | MIT |
| [github.com/stoewer/go-strcase](https://github.com/stoewer/go-strcase) | v1.3.0 | MIT |
| [github.com/stretchr/objx](https://github.com/stretchr/objx) | v0.5.2 | MIT |
| [github.com/subosito/gotenv](https://github.com/subosito/gotenv) | v1.6.0 | MIT |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | v1.18.0 | MIT |
| [github.com/tidwall/match](https://github.com/tidwall/match) | v1.1.1 | MIT |
Expand All @@ -178,12 +178,12 @@ This page lists the third-party dependencies used to build {{eck}}.
| [go.uber.org/multierr](https://go.uber.org/multierr) | v1.11.0 | MIT |
| [golang.org/x/mod](https://golang.org/x/mod) | v0.23.0 | BSD-3-Clause |
| [golang.org/x/net](https://golang.org/x/net) | v0.38.0 | BSD-3-Clause |
| [golang.org/x/oauth2](https://golang.org/x/oauth2) | v0.25.0 | BSD-3-Clause |
| [golang.org/x/oauth2](https://golang.org/x/oauth2) | v0.27.0 | BSD-3-Clause |
| [golang.org/x/sync](https://golang.org/x/sync) | v0.12.0 | BSD-3-Clause |
| [golang.org/x/sys](https://golang.org/x/sys) | v0.31.0 | BSD-3-Clause |
| [golang.org/x/term](https://golang.org/x/term) | v0.30.0 | BSD-3-Clause |
| [golang.org/x/text](https://golang.org/x/text) | v0.23.0 | BSD-3-Clause |
| [golang.org/x/time](https://golang.org/x/time) | v0.8.0 | BSD-3-Clause |
| [golang.org/x/time](https://golang.org/x/time) | v0.9.0 | BSD-3-Clause |
| [golang.org/x/tools](https://golang.org/x/tools) | v0.30.0 | BSD-3-Clause |
| [gomodules.xyz/jsonpatch/v2](https://gomodules.xyz/jsonpatch/v2) | v2.4.0 | Apache-2.0 |
| [google.golang.org/genproto/googleapis/api](https://google.golang.org/genproto/googleapis/api) | v0.0.0-20241209162323-e6fa225c2576 | Apache-2.0 |
Expand All @@ -197,12 +197,13 @@ This page lists the third-party dependencies used to build {{eck}}.
| [gopkg.in/yaml.v2](https://gopkg.in/yaml.v2) | v2.4.0 | Apache-2.0 |
| [gotest.tools/v3](https://gotest.tools/v3) | v3.0.3 | Apache-2.0 |
| [howett.net/plist](https://gitlab.howett.net/go/plist) | v1.0.1 | BSD-2-Clause |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | v0.32.1 | Apache-2.0 |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | v0.32.1 | Apache-2.0 |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | v0.32.1 | Apache-2.0 |
| [k8s.io/kube-openapi](https://github.com/kubernetes/kube-openapi) | v0.0.0-20241105132330-32ad38e42d3f | Apache-2.0 |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | v0.32.2 | Apache-2.0 |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | v0.32.2 | Apache-2.0 |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | v0.32.2 | Apache-2.0 |
| [k8s.io/kube-openapi](https://github.com/kubernetes/kube-openapi) | v0.0.0-20250318190949-c8a335a9a2ff | Apache-2.0 |
| [sigs.k8s.io/apiserver-network-proxy/konnectivity-client](https://sigs.k8s.io/apiserver-network-proxy/konnectivity-client) | v0.31.0 | Apache-2.0 |
| [sigs.k8s.io/json](https://sigs.k8s.io/json) | v0.0.0-20241010143419-9aa6b5e7a4b3 | Apache-2.0 |
| [sigs.k8s.io/structured-merge-diff/v4](https://sigs.k8s.io/structured-merge-diff/v4) | v4.4.2 | Apache-2.0 |
| [sigs.k8s.io/randfill](https://sigs.k8s.io/randfill) | v1.0.0 | Apache-2.0 |
| [sigs.k8s.io/structured-merge-diff/v4](https://sigs.k8s.io/structured-merge-diff/v4) | v4.6.0 | Apache-2.0 |
| [sigs.k8s.io/yaml](https://sigs.k8s.io/yaml) | v1.4.0 | Apache-2.0 |

33 changes: 17 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/elastic/cloud-on-k8s/v3

go 1.23.0
go 1.24.0

toolchain go1.24.2

require (
dario.cat/mergo v1.0.1
Expand Down Expand Up @@ -38,13 +40,13 @@ require (
golang.org/x/crypto v0.36.0
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.32.3
k8s.io/apimachinery v0.32.3
k8s.io/client-go v0.32.3
k8s.io/api v0.33.0
k8s.io/apimachinery v0.33.0
k8s.io/client-go v0.33.0
k8s.io/klog/v2 v2.130.1
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/controller-runtime v0.20.4
sigs.k8s.io/controller-tools v0.17.2
sigs.k8s.io/controller-tools v0.17.3
)

require (
Expand Down Expand Up @@ -81,12 +83,10 @@ require (
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
github.com/goccy/go-yaml v1.15.13 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/cel-go v0.22.0 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/google/gnostic-models v0.6.9 // indirect
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Expand Down Expand Up @@ -150,12 +150,12 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/oauth2 v0.25.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/time v0.8.0 // indirect
golang.org/x/time v0.9.0 // indirect
golang.org/x/tools v0.30.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
Expand All @@ -166,13 +166,14 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
howett.net/plist v1.0.1 // indirect
k8s.io/apiextensions-apiserver v0.32.1 // indirect
k8s.io/apiserver v0.32.1 // indirect
k8s.io/component-base v0.32.1 // indirect
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
k8s.io/apiextensions-apiserver v0.32.2 // indirect
k8s.io/apiserver v0.32.2 // indirect
k8s.io/component-base v0.32.2 // indirect
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

Expand Down
Loading