[release-v1.42] Bump ECK operator 2.16.0 -> 3.4.0#4966
Open
vara2504 wants to merge 2 commits into
Open
Conversation
Pins ComponentECKElasticsearchOperator to 3.4.0 on release-v1.42 (the operator branch for Calico Enterprise v3.23), matching calico-private release-calient-v3.23 (tigera/calico-private#12443). - config/enterprise_versions.yml: eck-elasticsearch-operator -> 3.4.0 - pkg/components/enterprise.go: regenerated via gen-versions Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Add RBAC for ECK v3.3.0 AutoOps and PackageRegistry CRDs ECK operator v3.3.0 registers controllers for two new CRD types (autoops.k8s.elastic.co and packageregistry.k8s.elastic.co) on startup. The controllers set up informers that require RBAC permissions to list/watch these resources. Without these permissions, the ECK operator fails to start and enters a restart loop, preventing Elasticsearch from being created. Add read-only (get/list/watch) RBAC rules for both new API groups. Full write permissions are not needed since these features are not currently used. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Update ECK CRDs --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> (cherry picked from commit 1e1d9c6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release note:
Description
Pins
ComponentECKElasticsearchOperatorto3.4.0onrelease-v1.42(operator branch for CE v3.23), matching calico-private tigera/calico-private#12443.config/enterprise_versions.yml:eck-elasticsearch-operator-> 3.4.0pkg/components/enterprise.go: regenerated viagen-versionsType