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

Merged
stefan merged 1 commits from renovate/kubezero-operators-kubezero-operators-dependencies into master 2024-02-06 15:52:07 +00:00
Member

This PR contains the following updates:

Package Update Change
eck-operator minor 2.9.0 -> 2.11.1
opensearch-operator minor 2.4.0 -> 2.5.1

Release Notes

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

v2.11.1

Compare Source

Elastic Cloud on Kubernetes 2.11.1

Bug fixes

  • Add resourceStatuses back into the status subresource section of the Stack Configuration Policy for backwards compatability #​7500

v2.11.0

Compare Source

Elastic Cloud on Kubernetes 2.11.0

New features
  • Introduce Kibana config field in stack config policy #​7324
  • Introduce Elasticsearch config and additional secret mounts to stack config policy #​7233
  • Add StatefulSet as a deployment option for Elastic Agent #​7357
Enhancements
  • Allow Agent and Elastic stack in different namespaces. #​7382 (issue: #​7352)
  • Support -ubi suffix starting 8.12.0 and 7.17.16 #​7368
  • Update to ubi9 and use -ubi prefix for operator image #​7321
  • Allow setting additional operator flags via the Helm chart #​7252 (issue: #​6091)
  • Support configuring "ca-dir" operator setting via helm #​7243 (issues: #​6091, #​6435)
Bug fixes
  • Update eck-elasticsearch default secureSettings values to be slice. #​7397
  • Fix recipe name to run Fleet as non-root #​7313 (issue: #​7312)
Documentation improvements
  • Document how to use stack config policies to manage authentication #​7381
  • Fix secure settings link on stack config policy page #​7377
  • Document known issue with Kibana 8.11.2 using secure settings #​7373 (issue: #​7371)
  • Add details about rolling restart behavior #​7372
  • Update node configuration documentation to note reserved settings. #​7351
  • Use docker.io/bash for sleep container of max-map-count-setter Daemonset #​7332
  • Update Beats stack monitoring recipe #​7322
  • Document basic snapshot repository setup for Azure #​7308
  • Documentation link replaced with markup in 2.10 release notes #​7306
  • Make plugin installation via initContainer more robust #​7305
  • Add additional details on CA requirements. #​7271
  • Document how to provide container registry credentials in air-gapped environments #​7256)
Misc
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 #​7394
  • chore(deps): update docker.io/library/golang docker tag to v1.21.5 #​7366
  • fix(deps): update module github.com/google/go-containerregistry to v0.17.0 #​7355
  • fix(deps): update module go.elastic.co/apm/v2 to v2.4.7 #​7337
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #​7329
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9 #​7326
  • fix(deps): update k8s to v0.28.4 #​7319
  • fix(deps): update module github.com/spf13/cobra to v1.8.0 #​7288
  • Update docker v24.0.7+incompatible #​7282
  • fix(deps): update module k8s.io/klog/v2 to v2.110.1 #​7278
  • fix(deps): update module github.com/go-logr/logr to v1.3.0 #​7272
  • fix(deps): update module github.com/google/uuid to v1.4.0 #​7270
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3 #​7249
  • fix(deps): update module github.com/prometheus/common to v0.45.0 #​7246

v2.10.0

Compare Source

Elastic Cloud on Kubernetes 2.10.0

Enhancements
  • Allow setting additional operator flags via the Helm chart #​7252
  • Support configuring "ca-dir" operator setting via Helm #​7243
  • Logstash Elastic Stack Helm Chart #​7143
  • Support for Logstash secure settings from Kubernetes Secrets using keystore #​7024
  • Support running Agent as a non-root #​6700
Bug fixes
  • Update ECK-Beats default values to not include ElasticsearchRef. #​7228
  • Updating scripts configMap no longer causes Elasticsearch restart #​7114 (issue: #​6963)
  • Remove volumeClaimTemplates status sub-resource from Elasticsearch CRD #​7097
  • Fix indentation to specify affinity, nodeSelector and tolerations in operator Helm chart #​7084
Documentation improvements
  • Better sample command outputs in the Agent Fleet documentation #​7213
  • Improved documentation about how to reset the default user's password #​7181 (issue: #​7182)
  • Removed trailing whitespaces from operator's values.yaml file. #​7179 (issue: #​7178)
  • Update beat/agent doc with missing RBAC rules required from 8.9.0 #​7161 (issue: #​6946)
  • Better documentation of podDisruptionBudget for Elasticsearch.spec #​7155
  • Kubernetes 1.28 added to supported versions #​7147
  • Fix incorrect Pod template spec in Logstash docs #​7124
  • SAML documentation examples no longer use a deprecated callback URL #​7117 (issue:#​7118)
  • SAML documentation examples have a trailing slash in sp.entity_id #​7115 (issue: #​7116)
  • Fix manifest example to update JVM options for Logstash #​7113
  • Stack monitoring documentation examples updated to use v1alpha1 as Logstash k8s api version #​7111
  • Update saml-authentication.asciidoc #​7101
  • Fix sed command to use FIPS compatible operator image in FIPS doc #​7076
  • Update docs concerning intermediate CAs #​7066
  • Stack config policies are no longer marked as experimental #​7044
  • Air-gapped documentation describes how to use a mirrored operator image #​7019
  • Update Fleet Server quickstart documentation to use emptyDir for agent-data volumes #​6563
Misc
  • Update module golang.org/x/net to 0.17.0 #​7229
  • fix(deps): update module go.elastic.co/apm/v2 to v2.4.5 #​7218
  • fix(deps): update module github.com/google/go-cmp to v0.6.0 #​7216
  • chore(deps): update docker.io/library/golang docker tag to v1.21.3 #​7215
  • fix(deps): update module google.golang.org/api to v0.146.0 #​7211
  • chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.8-1072.1696517598 #​7210
  • fix(deps): update module github.com/spf13/viper to v1.17.0 #​7209
  • fix(deps): update module golang.org/x/crypto to v0.14.0 #​7203
  • fix(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.7 #​7193
  • fix(deps): update module github.com/prometheus/client_golang to v1.17.0 #​7186
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.2 #​7185
  • fix(deps): update module go.uber.org/zap to v1.26.0 #​7169
  • fix(deps): update k8s to v0.28.2 #​7165
  • fix(deps): update module github.com/hashicorp/vault/api to v1.10.0 #​7152
  • Update module github.com/google/go-containerregistry to v0.16.1 #​7073
  • Update module go.uber.org/automaxprocs to v1.5.3 #​7042
  • Update module sigs.k8s.io/controller-tools to v0.12.1 #​7011

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.9.0` -> `2.11.1` | | opensearch-operator | minor | `2.4.0` -> `2.5.1` | --- ### Release Notes <details> <summary>elastic/cloud-on-k8s (eck-operator)</summary> ### [`v2.11.1`](https://github.com/elastic/cloud-on-k8s/releases/tag/v2.11.1) [Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v2.11.0...v2.11.1) ### Elastic Cloud on Kubernetes 2.11.1 - [Release highlights](https://www.elastic.co/guide/en/cloud-on-k8s/2.11/release-highlights-2.11.1.html) - [Quickstart guide](https://www.elastic.co/guide/en/cloud-on-k8s/2.11/k8s-quickstart.html) #### Bug fixes - Add `resourceStatuses` back into the status subresource section of the Stack Configuration Policy for backwards compatability [#&#8203;7500](https://github.com/elastic/cloud-on-k8s/issues/7500) ### [`v2.11.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v2.11.0) [Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v2.10.0...v2.11.0) ### Elastic Cloud on Kubernetes 2.11.0 - [Release highlights](https://www.elastic.co/guide/en/cloud-on-k8s/2.11/release-highlights-2.11.0.html) - [Quickstart guide](https://www.elastic.co/guide/en/cloud-on-k8s/2.11/k8s-quickstart.html) ##### New features - Introduce Kibana config field in stack config policy [#&#8203;7324](https://github.com/elastic/cloud-on-k8s/issues/7324) - Introduce Elasticsearch config and additional secret mounts to stack config policy [#&#8203;7233](https://github.com/elastic/cloud-on-k8s/issues/7233) - Add StatefulSet as a deployment option for Elastic Agent [#&#8203;7357](https://github.com/elastic/cloud-on-k8s/issues/7357) ##### Enhancements - Allow Agent and Elastic stack in different namespaces. [#&#8203;7382](https://github.com/elastic/cloud-on-k8s/issues/7382) (issue: [#&#8203;7352](https://github.com/elastic/cloud-on-k8s/issues/7352)) - Support -ubi suffix starting 8.12.0 and 7.17.16 [#&#8203;7368](https://github.com/elastic/cloud-on-k8s/issues/7368) - Update to ubi9 and use -ubi prefix for operator image [#&#8203;7321](https://github.com/elastic/cloud-on-k8s/issues/7321) - Allow setting additional operator flags via the Helm chart [#&#8203;7252](https://github.com/elastic/cloud-on-k8s/issues/7252) (issue: [#&#8203;6091](https://github.com/elastic/cloud-on-k8s/issues/6091)) - Support configuring "ca-dir" operator setting via helm [#&#8203;7243](https://github.com/elastic/cloud-on-k8s/issues/7243) (issues: [#&#8203;6091](https://github.com/elastic/cloud-on-k8s/issues/6091), [#&#8203;6435](https://github.com/elastic/cloud-on-k8s/issues/6435)) ##### Bug fixes - Update eck-elasticsearch default secureSettings values to be slice. [#&#8203;7397](https://github.com/elastic/cloud-on-k8s/issues/7397) - Fix recipe name to run Fleet as non-root [#&#8203;7313](https://github.com/elastic/cloud-on-k8s/issues/7313) (issue: [#&#8203;7312](https://github.com/elastic/cloud-on-k8s/issues/7312)) ##### Documentation improvements - Document how to use stack config policies to manage authentication [#&#8203;7381](https://github.com/elastic/cloud-on-k8s/issues/7381) - Fix secure settings link on stack config policy page [#&#8203;7377](https://github.com/elastic/cloud-on-k8s/issues/7377) - Document known issue with Kibana 8.11.2 using secure settings [#&#8203;7373](https://github.com/elastic/cloud-on-k8s/issues/7373) (issue: [#&#8203;7371](https://github.com/elastic/cloud-on-k8s/issues/7371)) - Add details about rolling restart behavior [#&#8203;7372](https://github.com/elastic/cloud-on-k8s/issues/7372) - Update node configuration documentation to note reserved settings. [#&#8203;7351](https://github.com/elastic/cloud-on-k8s/issues/7351) - Use `docker.io/bash` for sleep container of max-map-count-setter Daemonset [#&#8203;7332](https://github.com/elastic/cloud-on-k8s/issues/7332) - Update Beats stack monitoring recipe [#&#8203;7322](https://github.com/elastic/cloud-on-k8s/issues/7322) - Document basic snapshot repository setup for Azure [#&#8203;7308](https://github.com/elastic/cloud-on-k8s/issues/7308) - Documentation link replaced with markup in 2.10 release notes [#&#8203;7306](https://github.com/elastic/cloud-on-k8s/issues/7306) - Make plugin installation via initContainer more robust [#&#8203;7305](https://github.com/elastic/cloud-on-k8s/issues/7305) - Add additional details on CA requirements. [#&#8203;7271](https://github.com/elastic/cloud-on-k8s/issues/7271) - Document how to provide container registry credentials in air-gapped environments [#&#8203;7256](https://github.com/elastic/cloud-on-k8s/issues/7256)) ##### Misc - Bump golang.org/x/crypto from 0.16.0 to 0.17.0 [#&#8203;7394](https://github.com/elastic/cloud-on-k8s/issues/7394) - chore(deps): update docker.io/library/golang docker tag to v1.21.5 [#&#8203;7366](https://github.com/elastic/cloud-on-k8s/issues/7366) - fix(deps): update module github.com/google/go-containerregistry to v0.17.0 [#&#8203;7355](https://github.com/elastic/cloud-on-k8s/issues/7355) - fix(deps): update module go.elastic.co/apm/v2 to v2.4.7 [#&#8203;7337](https://github.com/elastic/cloud-on-k8s/issues/7337) - Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#&#8203;7329](https://github.com/elastic/cloud-on-k8s/issues/7329) - chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9 [#&#8203;7326](https://github.com/elastic/cloud-on-k8s/issues/7326) - fix(deps): update k8s to v0.28.4 [#&#8203;7319](https://github.com/elastic/cloud-on-k8s/issues/7319) - fix(deps): update module github.com/spf13/cobra to v1.8.0 [#&#8203;7288](https://github.com/elastic/cloud-on-k8s/issues/7288) - Update docker v24.0.7+incompatible [#&#8203;7282](https://github.com/elastic/cloud-on-k8s/issues/7282) - fix(deps): update module k8s.io/klog/v2 to v2.110.1 [#&#8203;7278](https://github.com/elastic/cloud-on-k8s/issues/7278) - fix(deps): update module github.com/go-logr/logr to v1.3.0 [#&#8203;7272](https://github.com/elastic/cloud-on-k8s/issues/7272) - fix(deps): update module github.com/google/uuid to v1.4.0 [#&#8203;7270](https://github.com/elastic/cloud-on-k8s/issues/7270) - fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3 [#&#8203;7249](https://github.com/elastic/cloud-on-k8s/issues/7249) - fix(deps): update module github.com/prometheus/common to v0.45.0 [#&#8203;7246](https://github.com/elastic/cloud-on-k8s/issues/7246) ### [`v2.10.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v2.10.0) [Compare Source](https://github.com/elastic/cloud-on-k8s/compare/v2.9.0...v2.10.0) ### Elastic Cloud on Kubernetes 2.10.0 - [Release highlights](https://www.elastic.co/guide/en/cloud-on-k8s/2.10/release-highlights-2.10.0.html) - [Quickstart guide](https://www.elastic.co/guide/en/cloud-on-k8s/2.10/k8s-quickstart.html) ##### Enhancements - Allow setting additional operator flags via the Helm chart [#&#8203;7252](https://github.com/elastic/cloud-on-k8s/issues/7252) - Support configuring "ca-dir" operator setting via Helm [#&#8203;7243](https://github.com/elastic/cloud-on-k8s/issues/7243) - Logstash Elastic Stack Helm Chart [#&#8203;7143](https://github.com/elastic/cloud-on-k8s/issues/7143) - Support for Logstash secure settings from Kubernetes Secrets using keystore [#&#8203;7024](https://github.com/elastic/cloud-on-k8s/issues/7024) - Support running Agent as a non-root [#&#8203;6700](https://github.com/elastic/cloud-on-k8s/issues/6700) ##### Bug fixes - Update ECK-Beats default values to not include ElasticsearchRef. [#&#8203;7228](https://github.com/elastic/cloud-on-k8s/issues/7228) - Updating scripts configMap no longer causes Elasticsearch restart [#&#8203;7114](https://github.com/elastic/cloud-on-k8s/issues/7114) (issue: [#&#8203;6963](https://github.com/elastic/cloud-on-k8s/issues/6963)) - Remove volumeClaimTemplates status sub-resource from Elasticsearch CRD [#&#8203;7097](https://github.com/elastic/cloud-on-k8s/issues/7097) - Fix indentation to specify affinity, nodeSelector and tolerations in operator Helm chart [#&#8203;7084](https://github.com/elastic/cloud-on-k8s/issues/7084) ##### Documentation improvements - Better sample command outputs in the Agent Fleet documentation [#&#8203;7213](https://github.com/elastic/cloud-on-k8s/issues/7213) - Improved documentation about how to reset the default user's password [#&#8203;7181](https://github.com/elastic/cloud-on-k8s/issues/7181) (issue: [#&#8203;7182](https://github.com/elastic/cloud-on-k8s/issues/7182)) - Removed trailing whitespaces from operator's values.yaml file. [#&#8203;7179](https://github.com/elastic/cloud-on-k8s/issues/7179) (issue: [#&#8203;7178](https://github.com/elastic/cloud-on-k8s/issues/7178)) - Update beat/agent doc with missing RBAC rules required from 8.9.0 [#&#8203;7161](https://github.com/elastic/cloud-on-k8s/issues/7161) (issue: [#&#8203;6946](https://github.com/elastic/cloud-on-k8s/issues/6946)) - Better documentation of podDisruptionBudget for Elasticsearch.spec [#&#8203;7155](https://github.com/elastic/cloud-on-k8s/issues/7155) - Kubernetes 1.28 added to supported versions [#&#8203;7147](https://github.com/elastic/cloud-on-k8s/issues/7147) - Fix incorrect Pod template spec in Logstash docs [#&#8203;7124](https://github.com/elastic/cloud-on-k8s/issues/7124) - SAML documentation examples no longer use a deprecated callback URL [#&#8203;7117](https://github.com/elastic/cloud-on-k8s/issues/7117) (issue:[#&#8203;7118](https://github.com/elastic/cloud-on-k8s/issues/7118)) - SAML documentation examples have a trailing slash in sp.entity_id [#&#8203;7115](https://github.com/elastic/cloud-on-k8s/issues/7115) (issue: [#&#8203;7116](https://github.com/elastic/cloud-on-k8s/issues/7116)) - Fix manifest example to update JVM options for Logstash [#&#8203;7113](https://github.com/elastic/cloud-on-k8s/issues/7113) - Stack monitoring documentation examples updated to use v1alpha1 as Logstash k8s api version [#&#8203;7111](https://github.com/elastic/cloud-on-k8s/issues/7111) - Update saml-authentication.asciidoc [#&#8203;7101](https://github.com/elastic/cloud-on-k8s/issues/7101) - Fix sed command to use FIPS compatible operator image in FIPS doc [#&#8203;7076](https://github.com/elastic/cloud-on-k8s/issues/7076) - Update docs concerning intermediate CAs [#&#8203;7066](https://github.com/elastic/cloud-on-k8s/issues/7066) - Stack config policies are no longer marked as experimental [#&#8203;7044](https://github.com/elastic/cloud-on-k8s/issues/7044) - Air-gapped documentation describes how to use a mirrored operator image [#&#8203;7019](https://github.com/elastic/cloud-on-k8s/issues/7019) - Update Fleet Server quickstart documentation to use emptyDir for agent-data volumes [#&#8203;6563](https://github.com/elastic/cloud-on-k8s/issues/6563) ##### Misc - Update module golang.org/x/net to 0.17.0 [#&#8203;7229](https://github.com/elastic/cloud-on-k8s/issues/7229) - fix(deps): update module go.elastic.co/apm/v2 to v2.4.5 [#&#8203;7218](https://github.com/elastic/cloud-on-k8s/issues/7218) - fix(deps): update module github.com/google/go-cmp to v0.6.0 [#&#8203;7216](https://github.com/elastic/cloud-on-k8s/issues/7216) - chore(deps): update docker.io/library/golang docker tag to v1.21.3 [#&#8203;7215](https://github.com/elastic/cloud-on-k8s/issues/7215) - fix(deps): update module google.golang.org/api to v0.146.0 [#&#8203;7211](https://github.com/elastic/cloud-on-k8s/issues/7211) - chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.8-1072.1696517598 [#&#8203;7210](https://github.com/elastic/cloud-on-k8s/issues/7210) - fix(deps): update module github.com/spf13/viper to v1.17.0 [#&#8203;7209](https://github.com/elastic/cloud-on-k8s/issues/7209) - fix(deps): update module golang.org/x/crypto to v0.14.0 [#&#8203;7203](https://github.com/elastic/cloud-on-k8s/issues/7203) - fix(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.7 [#&#8203;7193](https://github.com/elastic/cloud-on-k8s/issues/7193) - fix(deps): update module github.com/prometheus/client_golang to v1.17.0 [#&#8203;7186](https://github.com/elastic/cloud-on-k8s/issues/7186) - fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.2 [#&#8203;7185](https://github.com/elastic/cloud-on-k8s/issues/7185) - fix(deps): update module go.uber.org/zap to v1.26.0 [#&#8203;7169](https://github.com/elastic/cloud-on-k8s/issues/7169) - fix(deps): update k8s to v0.28.2 [#&#8203;7165](https://github.com/elastic/cloud-on-k8s/issues/7165) - fix(deps): update module github.com/hashicorp/vault/api to v1.10.0 [#&#8203;7152](https://github.com/elastic/cloud-on-k8s/issues/7152) - Update module github.com/google/go-containerregistry to v0.16.1 [#&#8203;7073](https://github.com/elastic/cloud-on-k8s/issues/7073) - Update module go.uber.org/automaxprocs to v1.5.3 [#&#8203;7042](https://github.com/elastic/cloud-on-k8s/issues/7042) - Update module sigs.k8s.io/controller-tools to v0.12.1 [#&#8203;7011](https://github.com/elastic/cloud-on-k8s/issues/7011) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy42NC4zIiwidXBkYXRlZEluVmVyIjoiMzcuMTUzLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate added the
renovate
label 2023-11-22 18:38:24 +00:00
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from 8da609bb7d to edcd6c7ea9 2024-01-18 03:09:09 +00:00 Compare
renovate changed title from chore(deps): update helm release eck-operator to v2.10.0 to chore(deps): update helm release eck-operator to v2.11.0 2024-01-18 03:21:39 +00:00
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from edcd6c7ea9 to ad9ec9acd8 2024-01-30 03:09:09 +00:00 Compare
renovate changed title from chore(deps): update helm release eck-operator to v2.11.0 to chore(deps): update helm release eck-operator to v2.11.1 2024-01-30 03:09:09 +00:00
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from ad9ec9acd8 to 8e5b5c7ff7 2024-02-02 03:09:46 +00:00 Compare
renovate changed title from chore(deps): update helm release eck-operator to v2.11.1 to chore(deps): update kubezero-operators-dependencies 2024-02-02 03:09:47 +00:00
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from 8e5b5c7ff7 to 27009c7926 2024-02-03 03:10:10 +00:00 Compare
stefan merged commit 81f599dbb1 into master 2024-02-06 15:52:07 +00:00
stefan deleted branch renovate/kubezero-operators-kubezero-operators-dependencies 2024-02-06 15:52:08 +00:00
Sign in to join this conversation.
No reviewers
No Label
renovate
No Milestone
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#134
No description provided.