chore(deps): update helm release eck-operator to v3.5.0 - #213
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update helm release eck-operator to v3.5.0#213renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
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.
This PR contains the following updates:
3.4.1→3.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
elastic/cloud-on-k8s (eck-operator)
v3.5.0Compare Source
Elastic Cloud on Kubernetes 3.5.0
Quickstart guide
Release Highlights
Dynamic namespaces
ECK now supports label-selector-based namespace scoping as an alternative to the static list of managed namespaces. When
namespaceSelectoris configured, the operator evaluates a Kubernetes label selector against namespace labels at runtime: when a namespace gains matching labels it is on-boarded immediately and the operator begins managing its Elastic resources; when a namespace's labels no longer match, it is off-boarded and the operator stops reconciling its resources. Both transitions happen live — no operator restart is required. This makes it straightforward to grow or shrink the set of managed namespaces by relabeling them, without any operator configuration changes. Dynamic namespace handling is an Enterprise feature. For more details, refer to the dynamic namespace handling documentation. For more details, refer to the dynamic namespace handling documentationPause orchestration annotation for maintenance windows
ECK now supports a
eck.k8s.elastic.co/pause-orchestrationannotation that temporarily suspends spec-driven orchestration on any ECK-managed resource. This is useful during maintenance windows — such as draining Kubernetes nodes or applying infrastructure changes — where you want to prevent ECK from applying spec changes while keeping essential housekeeping running. Unlike the existingeck.k8s.elastic.co/managed: "false"annotation (which stops all reconciliation entirely and is now deprecated), pausing orchestration keeps certificate rotation, service reconciliation, user and secret management, and health monitoring active, avoiding cluster degradation during extended pauses. The annotation is supported on all ECK-managed resource types, and its value is validated by the webhook. When orchestration is paused, ECK sets anOrchestrationPausedcondition on the resource status; on resume, any pending spec changes are applied immediately. For more details, refer to the pause orchestration documentation.Mutual TLS expansion across all Stack components
All Stack components that connect to elasticsearch — APM Server, Beats, Enterprise Search, Elastic Maps Server, Logstash, Elastic Agent (standalone), and Fleet Server — now automatically receive ECK-managed client certificates and present them when connecting to elasticsearch. For fleet-managed agents, Fleet Server propagates the client certificate information to all connected agents automatically, with no additional configuration required. For more details, refer to the elasticsearch client certificate authentication documentation.
Beyond securing connections to elasticsearch, Fleet Server can also be configured to require client certificates from the Elastic Agents connecting to it. This is an Enterprise feature. For more details, refer to the Fleet Server client certificate authentication documentation.
AutoOps agent collector configuration
The
AutoOpsAgentPolicyresource now exposesspec.configandspec.configReffields for tuning the AutoOps agent's collector configuration directly from the CRD, without manually editing configuration files. This gives you control over which metricsets are collected and at what interval. For more details, refer to the AutoOps data collection documentation.Hot-reload of secure settings without pod restarts
For elasticsearch 9.5 and later, ECK now supports an opt-in file-based delivery mechanism for
spec.secureSettingsthat eliminates the rolling restart previously required on every secret update. Enable it by adding theeck.k8s.elastic.co/file-based-secure-settings: "true"annotation to your elasticsearch resource; ECK then writes secrets directly into the elasticsearch file-based settings path and elasticsearch reloads them in place. For more details, refer to the secure settings documentation.elasticsearch role definitions in StackConfigPolicy
The new
securityRolesfield inStackConfigPolicylets you define custom elasticsearch roles declaratively within a policy and apply them consistently across all targeted clusters. ECK merges the definitions into theroles.ymlfile mounted on each elasticsearch pod and elasticsearch hot-reloads them without a pod restart. For more details, refer to the StackConfigPolicy documentation.Dynamic substitution variables in StackConfigPolicy
The new
variablesFromfield inStackConfigPolicylets you load key-value pairs from ConfigMaps and Secrets as substitution variables, referenced as${VAR}or${VAR:-default}expressions in the policy'selasticsearchandkibanafields, so a single policy definition can be reused across environments with different values. ECK watches all referenced sources and reconciles automatically when they change. StackConfigPolicy documentation.Reduced operator memory footprint
ECK 3.5 ships two complementary improvements to reduce the operator's memory usage in large clusters. The controller-runtime cache is now automatically scoped to only watch core workload resources (Pods, StatefulSets, Deployments, DaemonSets, PodDisruptionBudgets) that carry the ECK type label, avoiding the cost of caching unrelated workloads running in the same cluster. An additional opt-in flag,
--restrict-watched-resources, further narrows the cache for Secrets, Services, and ConfigMaps to those explicitly labelled witheck.k8s.elastic.co/watched=true, which significantly reduces memory and API server load in clusters with large numbers of user-managed resources of those types.Features and enhancements
pause-orchestrationannotation support for elasticsearch #9330annotator.shscript for theeck.k8s.elastic.co/pause-orchestrationannotation #9354pause-orchestrationannotation support for Elastic Agent, and Beats (boilerplate) #9417pause-orchestrationannotation support for Elastic Agent, and Beats #9398pause-orchestrationannotation #9474pause-orchestrationannotation support for Logstash #9484pause-orchestrationannotation support for AutoOps #9477--restrict-watched-resourcesflag to narrow cache for Secrets, Services, and ConfigMaps #9359spec.config/spec.configRef#9507extraObjectsin Helm charts #9478common/v1alpha1tocommon/v1#9408Fixes
ca.crtovertls.crtfor elasticsearch TLS verification #9463set-default-security-contextoperator flag #9551FLEET_SERVER_SERVICE_TOKENin Secret instead of plaintext pod env var #9626Updated dependencies
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.