chore(deps): update kubezero-operators-dependencies #25

Merged
stefan merged 1 commits from renovate/kubezero-operators-kubezero-operators-dependencies into main 2024-11-13 13:34:13 +00:00
Member

This PR contains the following updates:

Package Update Change
eck-operator minor 2.14.0 -> 2.15.0
opensearch-operator minor 2.6.1 -> 2.7.0

Release Notes

elastic/cloud-on-k8s (eck-operator)

v2.15.0

Compare Source

Elastic Cloud on Kubernetes 2.15.0

New features

This is a maintenance release with various enhancements, bug fixes, and dependency upgrades, including the transition to Wolfi-based images for improved security.

Enhancements

  • Log when k8s resources are created/updated/deleted successfully #​8094
  • More meaningful error in readiness script #​8091 (issue: #​8088)
  • Update Elastic Maps Server images to multi-arch #​8085 (issue: #​8034)
  • Add more metrics collected by stack monitoring #​8048 (issue: #​7277)
  • Move to Wolfi-based images #​7977

Bug fixes

  • Ensure Elasticsearch client is closed after each reconciliation #​8175 (issue: #​8174)
  • Fix resetting service type to default when not specified #​8165 (issue: #​8161)
  • Fix Logstash templating issue in Helm chart #​8087 (issue: #​8000)
  • Move ‘$leading_path’ variable definition in eck-operator Helm chart #​8075
  • Support Kibana basepath in associations #​8053 (issue: #​7909)
  • Fix eck-stack Kibana examples in Helm chart #​8041
  • Add watcher for StatefulSets in Elastic Agent controller #​8011
  • Add old readiness probe related ENVs #​8009 (issue: #​8006)

Documentation improvements

  • Clarify high availability recommendations in Elasticsearch orchestration docs #​8151
  • Add note on how to access generated Kibana encryptionKeys #​8150 (issue: #​8129)
  • Move Troubleshooting section to top level of ToC #​8145 (issue: #​8131)
  • Document manual steps for reconfiguring role mappings after upgrading to ECK 8.15.3 #​8112
  • Fix broken link to StatefulSet update strategies in documentation #​8084
  • Emphasize the importance of having snapshot #​8051

Misc

  • Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible #​7996
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1227.1726694542 #​8055
  • chore(deps): update wolfi/go to v1.23.2 and wolfi/static #​8083
  • fix(deps): update k8s controller libraries to v0.31.1 #​8056
  • fix(deps): update k8s controller tools #​8101
  • fix(deps): update module cloud.google.com/go/storage to v1.44.0 #​8103
  • fix(deps): update module dario.cat/mergo to v1.0.1 #​8013
  • fix(deps): update module github.com/gkampitakis/go-snaps to v0.5.7 #​7986
  • fix(deps): update module github.com/gobuffalo/flect to v1.0.3 #​8071
  • fix(deps): update module github.com/google/go-containerregistry to v0.20.2 #​7998
  • fix(deps): update module github.com/hashicorp/vault/api to v1.15.0 #​8104
  • fix(deps): update module github.com/masterminds/sprig/v3 to v3.3.0 #​8105
  • fix(deps): update module github.com/prometheus/client_golang to v1.20.4 #​8045
  • fix(deps): update module github.com/prometheus/common to v0.60.0 #​8106
  • fix(deps): update module go.elastic.co/apm/v2 to v2.6.2 #​8036
  • fix(deps): update module go.uber.org/automaxprocs to v1.6.0 #​8107
opensearch-project/opensearch-k8s-operator (opensearch-operator)

v2.7.0

Compare Source

The OpenSearch Operator Helm chart for Kubernetes


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `2.14.0` -> `2.15.0` | | [opensearch-operator](https://github.com/opensearch-project/opensearch-k8s-operator) | minor | `2.6.1` -> `2.7.0` | --- ### Release Notes <details> <summary>elastic/cloud-on-k8s (eck-operator)</summary> ### [`v2.15.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v2.15.0) [Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v2.14.0...v2.15.0) ### Elastic Cloud on Kubernetes 2.15.0 - [Release highlights](https://www.elastic.co/guide/en/cloud-on-k8s/2.15/release-highlights-2.15.0.html) - [Quickstart guide](https://www.elastic.co/guide/en/cloud-on-k8s/2.15/k8s-quickstart.html) #### New features This is a maintenance release with various enhancements, bug fixes, and dependency upgrades, including the transition to Wolfi-based images for improved security. #### Enhancements - Log when k8s resources are created/updated/deleted successfully [#&#8203;8094](https://github.com/elastic/cloud-on-k8s/issues/8094) - More meaningful error in readiness script [#&#8203;8091](https://github.com/elastic/cloud-on-k8s/issues/8091) (issue: [#&#8203;8088](https://github.com/elastic/cloud-on-k8s/issues/8088)) - Update Elastic Maps Server images to multi-arch [#&#8203;8085](https://github.com/elastic/cloud-on-k8s/issues/8085) (issue: [#&#8203;8034](https://github.com/elastic/cloud-on-k8s/issues/8034)) - Add more metrics collected by stack monitoring [#&#8203;8048](https://github.com/elastic/cloud-on-k8s/issues/8048) (issue: [#&#8203;7277](https://github.com/elastic/cloud-on-k8s/issues/7277)) - Move to Wolfi-based images [#&#8203;7977](https://github.com/elastic/cloud-on-k8s/issues/7977) #### Bug fixes - Ensure Elasticsearch client is closed after each reconciliation [#&#8203;8175](https://github.com/elastic/cloud-on-k8s/issues/8175) (issue: [#&#8203;8174](https://github.com/elastic/cloud-on-k8s/issues/8174)) - Fix resetting service type to default when not specified [#&#8203;8165](https://github.com/elastic/cloud-on-k8s/issues/8165) (issue: [#&#8203;8161](https://github.com/elastic/cloud-on-k8s/issues/8161)) - Fix Logstash templating issue in Helm chart [#&#8203;8087](https://github.com/elastic/cloud-on-k8s/issues/8087) (issue: [#&#8203;8000](https://github.com/elastic/cloud-on-k8s/issues/8000)) - Move ‘$leading_path’ variable definition in eck-operator Helm chart [#&#8203;8075](https://github.com/elastic/cloud-on-k8s/issues/8075) - Support Kibana basepath in associations [#&#8203;8053](https://github.com/elastic/cloud-on-k8s/issues/8053) (issue: [#&#8203;7909](https://github.com/elastic/cloud-on-k8s/issues/7909)) - Fix eck-stack Kibana examples in Helm chart [#&#8203;8041](https://github.com/elastic/cloud-on-k8s/issues/8041) - Add watcher for StatefulSets in Elastic Agent controller [#&#8203;8011](https://github.com/elastic/cloud-on-k8s/issues/8011) - Add old readiness probe related ENVs [#&#8203;8009](https://github.com/elastic/cloud-on-k8s/issues/8009) (issue: [#&#8203;8006](https://github.com/elastic/cloud-on-k8s/issues/8006)) #### Documentation improvements - Clarify high availability recommendations in Elasticsearch orchestration docs [#&#8203;8151](https://github.com/elastic/cloud-on-k8s/issues/8151) - Add note on how to access generated Kibana encryptionKeys [#&#8203;8150](https://github.com/elastic/cloud-on-k8s/issues/8150) (issue: [#&#8203;8129](https://github.com/elastic/cloud-on-k8s/issues/8129)) - Move Troubleshooting section to top level of ToC [#&#8203;8145](https://github.com/elastic/cloud-on-k8s/issues/8145) (issue: [#&#8203;8131](https://github.com/elastic/cloud-on-k8s/issues/8131)) - Document manual steps for reconfiguring role mappings after upgrading to ECK 8.15.3 [#&#8203;8112](https://github.com/elastic/cloud-on-k8s/issues/8112) - Fix broken link to StatefulSet update strategies in documentation [#&#8203;8084](https://github.com/elastic/cloud-on-k8s/issues/8084) - Emphasize the importance of having snapshot [#&#8203;8051](https://github.com/elastic/cloud-on-k8s/issues/8051) #### Misc - Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible [#&#8203;7996](https://github.com/elastic/cloud-on-k8s/issues/7996) - chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.4-1227.1726694542 [#&#8203;8055](https://github.com/elastic/cloud-on-k8s/issues/8055) - chore(deps): update wolfi/go to v1.23.2 and wolfi/static [#&#8203;8083](https://github.com/elastic/cloud-on-k8s/issues/8083) - fix(deps): update k8s controller libraries to v0.31.1 [#&#8203;8056](https://github.com/elastic/cloud-on-k8s/issues/8056) - fix(deps): update k8s controller tools [#&#8203;8101](https://github.com/elastic/cloud-on-k8s/issues/8101) - fix(deps): update module cloud.google.com/go/storage to v1.44.0 [#&#8203;8103](https://github.com/elastic/cloud-on-k8s/issues/8103) - fix(deps): update module dario.cat/mergo to v1.0.1 [#&#8203;8013](https://github.com/elastic/cloud-on-k8s/issues/8013) - fix(deps): update module github.com/gkampitakis/go-snaps to v0.5.7 [#&#8203;7986](https://github.com/elastic/cloud-on-k8s/issues/7986) - fix(deps): update module github.com/gobuffalo/flect to v1.0.3 [#&#8203;8071](https://github.com/elastic/cloud-on-k8s/issues/8071) - fix(deps): update module github.com/google/go-containerregistry to v0.20.2 [#&#8203;7998](https://github.com/elastic/cloud-on-k8s/issues/7998) - fix(deps): update module github.com/hashicorp/vault/api to v1.15.0 [#&#8203;8104](https://github.com/elastic/cloud-on-k8s/issues/8104) - fix(deps): update module github.com/masterminds/sprig/v3 to v3.3.0 [#&#8203;8105](https://github.com/elastic/cloud-on-k8s/issues/8105) - fix(deps): update module github.com/prometheus/client_golang to v1.20.4 [#&#8203;8045](https://github.com/elastic/cloud-on-k8s/issues/8045) - fix(deps): update module github.com/prometheus/common to v0.60.0 [#&#8203;8106](https://github.com/elastic/cloud-on-k8s/issues/8106) - fix(deps): update module go.elastic.co/apm/v2 to v2.6.2 [#&#8203;8036](https://github.com/elastic/cloud-on-k8s/issues/8036) - fix(deps): update module go.uber.org/automaxprocs to v1.6.0 [#&#8203;8107](https://github.com/elastic/cloud-on-k8s/issues/8107) </details> <details> <summary>opensearch-project/opensearch-k8s-operator (opensearch-operator)</summary> ### [`v2.7.0`](https://github.com/opensearch-project/opensearch-k8s-operator/releases/tag/opensearch-operator-2.7.0) [Compare Source](https://github.com/opensearch-project/opensearch-k8s-operator/compare/v2.6.1...opensearch-operator-2.7.0) The OpenSearch Operator Helm chart for Kubernetes </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 becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2024-11-06 03:01:55 +00:00
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from 563ddae8ba to 59ac0427bd 2024-11-13 03:02:40 +00:00 Compare
renovate changed title from chore(deps): update helm release opensearch-operator to v2.7.0 to chore(deps): update kubezero-operators-dependencies 2024-11-13 03:02:41 +00:00
stefan merged commit 7b369c5d6d into main 2024-11-13 13:34:13 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/KubeZero#25
No description provided.