db54f4697ec6f8aec30d7d1f184623fa69ac8d89
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 7c19a820a9 |
Update Helm release eck-operator to v3.2.0 (#1911)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `3.1.0` -> `3.2.0` | --- ### Release Notes <details> <summary>elastic/cloud-on-k8s (eck-operator)</summary> ### [`v3.2.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.2.0) [Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v3.1.0...v3.2.0) ### Elastic Cloud on Kubernetes 3.2.0 - [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart) ##### Release Highlights ##### Automatic pod disruption budget (Enterprise feature) ECK now offers better out-of-the-box PodDisruptionBudgets that automatically keep your cluster available as Pods move across nodes. The new policy calculates the number of Pods per tier that can sustain replacement and automatically generates a PodDisruptionBudget for each tier, enabling the Elasticsearch cluster to vacate Kubernetes nodes more quickly, while considering cluster health, without interruption. ##### User Password Generation (Enterprise feature) ECK will now generate longer passwords by default for the administrative user of each Elasticsearch cluster. The password is 24 characters in length by default (can be configured to a maximum of 72 characters), incorporating alphabetic and numeric characters, to make password complexity stronger. ##### Features and enhancements - Enable certificate reloading for stack monitoring Beats [#​8833](https://github.com/elastic/cloud-on-k8s/pull/8833) (issue: [#​5448](https://github.com/elastic/cloud-on-k8s/issues/5448)) - Allow configuration of file-based password character set and length [#​8817](https://github.com/elastic/cloud-on-k8s/pull/8817) (issues: [#​2795](https://github.com/elastic/cloud-on-k8s/issues/2795), [#​8693](https://github.com/elastic/cloud-on-k8s/issues/8693)) - Automatically set GOMEMLIMIT based on cgroups memory limits [#​8814](https://github.com/elastic/cloud-on-k8s/pull/8814) (issue: [#​8790](https://github.com/elastic/cloud-on-k8s/issues/8790)) - Introduce granular PodDisruptionBudgets based on node roles [#​8780](https://github.com/elastic/cloud-on-k8s/pull/8780) (issue: [#​2936](https://github.com/elastic/cloud-on-k8s/issues/2936)) ##### Fixes - Gate advanced Fleet config logic to Agent v8.13 and later [#​8869](https://github.com/elastic/cloud-on-k8s/pull/8869) - Ensure Agent configuration and state persist across restarts in Fleet mode [#​8856](https://github.com/elastic/cloud-on-k8s/pull/8856) (issue: [#​8819](https://github.com/elastic/cloud-on-k8s/issues/8819)) - Do not set credentials label on Kibana config secret [#​8852](https://github.com/elastic/cloud-on-k8s/pull/8852) (issue: [#​8839](https://github.com/elastic/cloud-on-k8s/issues/8839)) - Allow elasticsearchRef.secretName in Kibana helm validation [#​8822](https://github.com/elastic/cloud-on-k8s/pull/8822) (issue: [#​8816](https://github.com/elastic/cloud-on-k8s/issues/8816)) ##### Documentation improvements - Update Logstash recipes from to filestream input [#​8801](https://github.com/elastic/cloud-on-k8s/pull/8801) - Recipe for exposing Fleet server to outside of the Kubernetes cluster [#​8788](https://github.com/elastic/cloud-on-k8s/pull/8788) - Clarify secretName restrictions [#​8782](https://github.com/elastic/cloud-on-k8s/pull/8782) - Update ES\_JAVA\_OPTS comments and explain auto-heap behavior [#​8753](https://github.com/elastic/cloud-on-k8s/pull/8753) ##### Dependency updates - github.com/gkampitakis/go-snaps v0.5.13 => v0.5.15 - github.com/hashicorp/vault/api v1.20.0 => v1.22.0 - github.com/KimMachineGun/automemlimit => v0.7.4 - github.com/prometheus/client\_golang v1.22.0 => v1.23.2 - github.com/prometheus/common v0.65.0 => v0.67.1 - github.com/sethvargo/go-password v0.3.1 => REMOVED - github.com/spf13/cobra v1.9.1 => v1.10.1 - github.com/spf13/pflag v1.0.6 => v1.0.10 - github.com/spf13/viper v1.20.1 => v1.21.0 - github.com/stretchr/testify v1.10.0 => v1.11.1 - golang.org/x/crypto v0.40.0 => v0.43.0 - k8s.io/api v0.33.2 => v0.34.1 - k8s.io/apimachinery v0.33.2 => v0.34.1 - k8s.io/client-go v0.33.2 => v0.34.1 - k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 => v0.0.0-20250604170112-4c0f3b243397 - sigs.k8s.io/controller-runtime v0.21.0 => v0.22.2 - sigs.k8s.io/controller-tools v0.18.0 => v0.19.0 </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1911 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 432b9d269a |
Update Helm release eck-operator to v3.1.0 (#1057)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `3.0.0` -> `3.1.0` | --- ### Release Notes <details> <summary>elastic/cloud-on-k8s (eck-operator)</summary> ### [`v3.1.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.1.0) [Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v3.0.0...v3.1.0) ### Elastic Cloud on Kubernetes 3.1.0 - [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart) ##### Release Highlights - It is now possible to propagate metadata from the parent custom resource to the child resources created by the operator. If you add labels or annotations on an Elasticsearch, Kibana, or Agent resource, for example, these can be automatically propagated to the Pods, Services, and other resources created by the operator. Refer to the [Propagate Labels and Annotations](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md) page for examples and more details. - To reduce the attack surface and improve overall security UBI images are now based on the UBI micro base image. ##### Features and enhancements - UBI: Use micro image instead of minimal [#​8704](https://github.com/elastic/cloud-on-k8s/pull/8704) - Propagate metadata to children [#​8673](https://github.com/elastic/cloud-on-k8s/pull/8673) (issue: [#​2652](https://github.com/elastic/cloud-on-k8s/issues/2652)) - Allow advanced configuration for fleet-managed Elastic Agents [#​8623](https://github.com/elastic/cloud-on-k8s/pull/8623) (issue: [#​8619](https://github.com/elastic/cloud-on-k8s/issues/8619)) ##### Fixes - Set owner on service account Secret, update it when application is recreated [#​8716](https://github.com/elastic/cloud-on-k8s/pull/8716) - fix: Cannot disable TLS in Logstash [#​8706](https://github.com/elastic/cloud-on-k8s/pull/8706) (issue: [#​8600](https://github.com/elastic/cloud-on-k8s/issues/8600)) - Move from deprecated container input to filestream [#​8679](https://github.com/elastic/cloud-on-k8s/pull/8679) (issue: [#​8667](https://github.com/elastic/cloud-on-k8s/issues/8667)) - Add automated workaround for 9.0.0 maps issue [#​8665](https://github.com/elastic/cloud-on-k8s/pull/8665) (issue: [#​8655](https://github.com/elastic/cloud-on-k8s/issues/8655)) - Bump go.mod to v3 [#​8609](https://github.com/elastic/cloud-on-k8s/pull/8609) - Helm: Add support for missing `remoteClusterServer` value [#​8612](https://github.com/elastic/cloud-on-k8s/pull/8612) ##### Documentation improvements - \[Helm] Fix examples/logstash/basic-eck.yaml [#​8695](https://github.com/elastic/cloud-on-k8s/pull/8695) ##### Miscellaneous - Update Go version to 1.24.5 [#​8745](https://github.com/elastic/cloud-on-k8s/pull/8745) - chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.6-1750858477 [#​8711](https://github.com/elastic/cloud-on-k8s/pull/8711) - fix(deps): update k8s to v0.33.2 [#​8699](https://github.com/elastic/cloud-on-k8s/pull/8699) - fix(deps): update module cloud.google.com/go/storage to v1.52.0 [#​8629](https://github.com/elastic/cloud-on-k8s/pull/8629) - fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 [#​8631](https://github.com/elastic/cloud-on-k8s/pull/8631) - fix(deps): update module github.com/google/go-containerregistry to v0.20.6 [#​8672](https://github.com/elastic/cloud-on-k8s/pull/8672) - fix(deps): update module github.com/magiconair/properties to v1.8.10 [#​8625](https://github.com/elastic/cloud-on-k8s/pull/8625) - fix(deps): update module github.com/prometheus/common to v0.63.0 [#​8569](https://github.com/elastic/cloud-on-k8s/pull/8569) - fix(deps): update module github.com/spf13/viper to v1.20.1 [#​8570](https://github.com/elastic/cloud-on-k8s/pull/8570) - fix(deps): update module google.golang.org/api to v0.227.0 [#​8529](https://github.com/elastic/cloud-on-k8s/pull/8529) - fix(deps): update module helm.sh/helm/v3 to 3.17.3 [#​8598](https://github.com/elastic/cloud-on-k8s/pull/8598) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1057 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| face122fb0 | add elastic operator |