chore(deps): update helm release eck-operator to v3.4.1 - #41
Open
github-actions[bot] wants to merge 1 commit into
Open
chore(deps): update helm release eck-operator to v3.4.1#41github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
renovate/eck-operator-3.x
branch
from
June 22, 2026 19:16
dcabefc to
e23a174
Compare
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.3.2->3.4.1Release Notes
elastic/cloud-on-k8s (eck-operator)
v3.4.1Compare Source
Elastic Cloud on Kubernetes 3.4.1
Dependency updates
v3.4.0Compare Source
Elastic Cloud on Kubernetes 3.4.0
Release Highlights
Elasticsearch client certificate authentication support
ECK now supports configuring Elasticsearch to require client certificates for authentication. This allows you to enforce mutual TLS (mTLS) between clients and Elasticsearch, strengthening security by requiring both the client and server to present valid certificates. Currently, Elasticsearch and Kibana support this feature - Kibana can be configured to present client certificates when connecting to Elasticsearch. Support for the remaining components that connect to Elasticsearch (Beats, Elastic Agent, APM Server, Logstash, and so on) will follow in future releases. For more details, refer to the client certificate authentication documentation.
Rolling restarts of Elasticsearch clusters
ECK now supports triggering rolling restarts of Elasticsearch clusters through a new annotation-based mechanism. This enables operators to gracefully restart all nodes in a cluster without manual intervention, useful for troubleshooting. The rolling restart documentation provides more details.
Simplified zone awareness configuration
ECK simplifies the configuration of zone awareness for Elasticsearch clusters, reducing the amount of boilerplate configuration needed to set up topology-aware allocation. For more details, refer to the zone awareness documentation.
ECK container image signing
ECK container images are now signed using Sigstore cosign. This allows users to verify the authenticity and integrity of ECK operator images before deployment, strengthening the supply chain security of their Kubernetes clusters.
Automatic password-protected keystore for Elasticsearch in FIPS mode
ECK now automatically manages a password-protected keystore for Elasticsearch when FIPS mode is enabled. When
xpack.security.fips_mode.enabledis set totruein the Elasticsearch configuration, the operator generates, stores, and configures a password-protected keystore — eliminating the need for manualpodTemplateoverrides. This feature activates for Elasticsearch 9.4.0+ and respects any existing user-provided keystore password configuration. For more details, refer to the Elasticsearch FIPS keystore password documentation.Features and enhancements
extraObjectssupport to ECK Helm charts #9069kubeAPIServerPortconfiguration option to Helm chart #8980seccompProfiletoRuntimeDefault#9012runAsNonRoottrue for recent versions of EPR #8974Fixes
require_started_replicapredicate #9188TrafficDistribution#8994UpdateReconciledwith Deployment reconciler #9256 (issue: #9246)Documentation improvements
PodTopologyLabelsAdmissionin Elasticsearch sample #9035Dependency updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Renovate Bot.