Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency victoriametrics/operator to v0.53.0 #411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2023

This PR contains the following updates:

Package Update Change
VictoriaMetrics/operator minor 0.49.1 -> 0.53.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

VictoriaMetrics/operator (VictoriaMetrics/operator)

v0.53.0

Compare Source

v0.53.0

Release date: 05 Feb 2025

AppVersion: v1.110.0
AppVersion: v1.6.1

  • SECURITY: upgrade Go builder from Go1.23.4 to Go1.23.5. See the list of issues addressed in Go1.23.5.

  • Dependency: vmoperator: Updated default versions for VM apps to v1.110.0 version

  • FEATURE: vmalertmanagerconfig: add thread_message_id to telegram_configs definition. It's supported by alertmanager v0.28.0+. See this issue for details.

  • FEATURE: vlogs: support VLogs in VMUser targetRefs.crd

  • BUGFIX: vmoperator: properly check Pod state during StatefulSet rolling upgrade procedure. See this issue for details.

  • BUGFIX: vmagent: properly upscale on shardCount change. See this issue for details.

  • BUGFIX: vmauth: properly apply vmuser changes. See this PR for details.

v0.52.0

Compare Source

v0.52.0

Release date: 21 Jan 2025

AppVersion: v1.109.1
AppVersion: v1.6.1

  • Dependency: vmoperator: Updated default versions for VM apps to v1.109.1 version

  • Dependency: vmoperator: Updated default version for VictoriaLogs app to v1.6.1 version

  • FEATURE: vmscrapeconfig: allow multiple values for zone at gceSDConfigs. See this issue for details.

  • FEATURE: vmoperator: decrease latency of generated configuration updates. Previously, configuration was update after status of child objects were changed. It could take significant time at large scale. See this issue for details.

  • FEATURE: vmoperator: reduce load on Kubernetes API server at prometheus-converter client.

  • FEATURE: vmoperator: change default value for client.qps=50 and client.burst=100 in order to improve operator performance on scale. See this issue for details.

  • FEATURE: vmoperator: add new flag controller.statusLastUpdateTimeTTL=1h to control staleness detection at status.conditions field. If operator serves large amount of object ( > 5_000) value for it should be increased.

  • FEATURE: vmoperator: add more context to the failed status with the reason and logs of crashed container. See this issue for details.

  • FEATURE: vmoperator: Properly expose service ports for VMServiceScrape generated for CRD objects by operator. Add -vmbackupmanager suffix to the VMServiceScrape job name and expose only well-known http port. See this issue for details.

  • BUGFIX: vmagent: properly build relabelConfigs with empty string values for separator and replacement fields. See this issue for details.

  • BUGFIX: converter: properly format regex single value expression at Prometheus Operator CRD relabelings and metricsRelabelings. See this issue for details.

  • BUGFIX: vmoperator: keep spec.template.annotations added by 3rd party tools, kike kubectl rollout restart. See this issue for details.

v0.51.3

Compare Source

v0.51.3

Release date: 8 Jan 2025

AppVersion: v1.108.1
AppVersion: v1.3.2

  • BUGFIX: vmagent: properly route headless service traffic to vmagent pods with statefulMode and shardCount defined.
  • BUGFIX: vmsingle: properly add volumeMount for external storageDataPath volume.
  • BUGFIX: vmcluster: properly mount serviceAccount for requestsLoadBalancer Deployment. See this issue for details.

v0.51.2

Compare Source

v0.51.2

Release date: 23 Dec 2024

AppVersion: v1.108.1
AppVersion: v1.3.2

  • SECURITY: upgrade Go builder from Go1.23 to Go1.23.4. See the list of issues addressed in Go1.23.2 and Go1.23.3.

  • BUGFIX: vmoperator: keep resourceVersion and other significant metadata fields during update objects requests. See this issue for details.

  • BUGFIX: vmoperator: properly update updateStatus: failed field. It fixes excessive errors logging and amount of created Kubernetes Events.

  • BUGFIX: vmoperator: Properly rollback incorrect object configuration. Previously diff for objects could be calculate incorrectly and update request could be skipped.

  • BUGFIX: vmcluster and vmsingle: restore deprecated fields status.clusterStatus and status.singleStatus removed at v0.51.0. Those deprecated fields will be removed at upcoming v0.52.0 version.

v0.51.1

Compare Source

v0.51.1

Release date: 19 Dec 2024

AppVersion: v1.108.1
AppVersion: v1.3.2

Update note 1: labels and annotations inheritance is deprecated and will be remove at upcoming v0.52.0 release. It's recommend to move all needed labels and annotations to the spec.managedMetadata fields.
Operator will preserve annotations, but any changes to it will be ignored. labels inherited from CRD.metata.labels will be removed after upgrade to v0.52.0.

Update note 2: VMAuth.spec.unauthorizedAccessConfig is deprecated in favour of VMAuth.spec.unauthorizedUserAccessSpec. Operator still serves deprecated fields until v1.0 release.

Update note 3: The following fields: [default_url,tlsConfig,discover_backend_ips,headers,response_headers,retry_status_codes,max_concurrent_requests,load_balancing_policy,drop_src_path_prefix_parts] are deprecated at VMAuth.spec. in favour of VMAuth.spec.unauthorizedUserAccessSpec. Operator still serves deprecated fields until v1.0 release.

  • vmcluster: add "app.kubernetes.io/part-of": "vmcluster" label to the objects generated for VMCluster components. It helps to use labels selectors to identify objects belong to the cluster.
  • vmauth: adds new spec setting unauthorizedUserAccessSpec that replaces unauthorizedAccessConfig and inlined fields from VMUserConfigOptions. See this issue for details.
  • vmuser: fix missing options src_headers, src_query_args and discover_backend_ips in the generate vmauth config when specified under vmuserSpec.targetRefs.
  • vmuser: adds dump_request_on_errors to vmuser.spec. See this PR for details.
  • vmoperator: add annotations to the PodDisruptionBudget and HorizontalPodAutoscaler objects generated.
  • vmoperator: fix the behaviors of vmagentSpec.ScrapeConfigSelector and vmagentSpec.scrapeConfigNamespaceSelector when vmagentSpec.selectAllByDefault=false. Previously, the VMScrapeConfig could be ignored.
  • vmoperator: fix the behaviors of xxxNamespaceSelector when vmagentSpec.selectAllByDefault=true. See this doc for detailed rules.
  • vmoperator: add support of license.forceOffile and license.reloadInterval options. See this doc for the details.
  • vmoperator: properly add securityContext to the containers with useStrictSecurity: false. See this issue for details.
  • vmoperator: Add new default security option to containers with enabled useStrictSecurity: true. It sets privileged: false.
  • vmoperator: Provided manifest without webhook
  • vmoperator: change structured logging. Move irrelevant fields into the msg body, change logger field to properly display controller.CRD name. See this issue for details.
  • vmoperator: Updated default versions for VM apps to v1.108.1 version
  • api: add new field managedMetadata to VMCluster.spec, VMAgent.spec,VMAlert.spec, VMAuth.spec,VMAlertmanager.Spec, VMSingle.spec andVLogs.spec. It controls labels and annotations added to the objects created operator (such as Deployment). See this issue for details.
  • api: upgrade Kubernetes(v0.31.3) and controller-runtime(v1.19.3) dependencies. Remove versions pin with replace directive from go.mod.
  • api: rework status sub-resource for VMUser, VMAlertmanager, VMRule and VMScrape.* objects. Add new conditions field, that represents resources conditions. See this issue for details.

v0.51.0

Compare Source

v0.51.0

Release date: 19 Dec 2024

AppVersion: v1.108.1
AppVersion: v1.3.2

Update note 1: labels and annotations inheritance is deprecated and will be remove at upcoming v0.52.0 release. It's recommend to move all needed labels and annotations to the spec.managedMetadata fields.
Operator will preserve annotations, but any changes to it will be ignored. labels inherited from CRD.metata.labels will be removed after upgrade to v0.52.0.

Update note 2: VMAuth.spec.unauthorizedAccessConfig is deprecated in favour of VMAuth.spec.unauthorizedUserAccessSpec. Operator still serves deprecated fields until v1.0 release.

Update note 3: The following fields: [default_url,tlsConfig,discover_backend_ips,headers,response_headers,retry_status_codes,max_concurrent_requests,load_balancing_policy,drop_src_path_prefix_parts] are deprecated at VMAuth.spec. in favour of VMAuth.spec.unauthorizedUserAccessSpec. Operator still serves deprecated fields until v1.0 release.

  • vmcluster: add "app.kubernetes.io/part-of": "vmcluster" label to the objects generated for VMCluster components. It helps to use labels selectors to identify objects belong to the cluster.
  • vmauth: adds new spec setting unauthorizedUserAccessSpec that replaces unauthorizedAccessConfig and inlined fields from VMUserConfigOptions. See this issue for details.
  • vmuser: fix missing options src_headers, src_query_args and discover_backend_ips in the generate vmauth config when specified under vmuserSpec.targetRefs.
  • vmuser: adds dump_request_on_errors to vmuser.spec. See this PR for details.
  • vmoperator: add annotations to the PodDisruptionBudget and HorizontalPodAutoscaler objects generated.
  • vmoperator: fix the behaviors of vmagentSpec.ScrapeConfigSelector and vmagentSpec.scrapeConfigNamespaceSelector when vmagentSpec.selectAllByDefault=false. Previously, the VMScrapeConfig could be ignored.
  • vmoperator: fix the behaviors of xxxNamespaceSelector when vmagentSpec.selectAllByDefault=true. See this doc for detailed rules.
  • vmoperator: add support of license.forceOffile and license.reloadInterval options. See this doc for the details.
  • vmoperator: properly add securityContext to the containers with useStrictSecurity: false. See this issue for details.
  • vmoperator: Add new default security option to containers with enabled useStrictSecurity: true. It sets privileged: false.
  • vmoperator: Provided manifest without webhook
  • vmoperator: change structured logging. Move irrelevant fields into the msg body, change logger field to properly display controller.CRD name. See this issue for details.
  • vmoperator: Updated default versions for VM apps to v1.108.1 version
  • api: add new field managedMetadata to VMCluster.spec, VMAgent.spec,VMAlert.spec, VMAuth.spec,VMAlertmanager.Spec, VMSingle.spec andVLogs.spec. It controls labels and annotations added to the objects created operator (such as Deployment). See this issue for details.
  • api: upgrade Kubernetes(v0.31.3) and controller-runtime(v1.19.3) dependencies. Remove versions pin with replace directive from go.mod.
  • api: rework status sub-resource for VMUser, VMAlertmanager, VMRule and VMScrape.* objects. Add new conditions field, that represents resources conditions. See this issue for details.

v0.50.0

Compare Source

v0.50.0 - 22 Nov 2024

  • vmoperator: add missing container labels to the metrics discovered with VMServiceScrape for endpointslices discovery role.
  • vmoperator: bump default version of VictoriaMetrics components to 1.106.1.
  • vmoperator: add new variable VM_VMSERVICESCRAPEDEFAULT_ENFORCEENDPOINTSLICES to use endpointslices instead of endpoints as discovery role for VMServiceScrape when generate scrape config for VMAgent.
  • vmoperator: adds new flag loggerJSONFields to the operator logger configuration. It allows to change json encoder fields. See this issue for details.
  • api: adds new status field observedGeneration. See this issue for details.
  • api: unify updateStatus field for CRD objects. It replaces status, clusterStatus and singleStatus for VLogs, VMCluster and VMSingle with generic updateStatus.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.39.4 chore(deps): update dependency victoriametrics/operator to v0.40.0 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 2d1cb9a to 2914bf4 Compare January 24, 2024 12:36
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.40.0 chore(deps): update dependency victoriametrics/operator to v0.40.0 - autoclosed Jan 25, 2024
@renovate renovate bot closed this Jan 25, 2024
@renovate renovate bot deleted the renovate/victoriametrics-operator-0.x branch January 25, 2024 03:48
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.40.0 - autoclosed chore(deps): update dependency victoriametrics/operator to v0.40.0 Jan 31, 2024
@renovate renovate bot reopened this Jan 31, 2024
@renovate renovate bot restored the renovate/victoriametrics-operator-0.x branch January 31, 2024 01:22
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.40.0 chore(deps): update dependency victoriametrics/operator to v0.41.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 2914bf4 to a38310e Compare January 31, 2024 01:22
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.41.0 chore(deps): update dependency victoriametrics/operator to v0.41.1 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from a38310e to be42126 Compare February 1, 2024 23:58
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.41.1 chore(deps): update dependency victoriametrics/operator to v0.41.2 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from be42126 to b28f9a7 Compare February 21, 2024 13:36
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from b28f9a7 to 65a5694 Compare March 4, 2024 19:32
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.41.2 chore(deps): update dependency victoriametrics/operator to v0.42.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 65a5694 to 6bca76b Compare March 5, 2024 15:42
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.42.0 chore(deps): update dependency victoriametrics/operator to v0.42.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 6bca76b to ab4c03c Compare March 6, 2024 01:38
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.42.1 chore(deps): update dependency victoriametrics/operator to v0.42.2 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from ab4c03c to e9291b8 Compare March 12, 2024 13:27
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.42.2 chore(deps): update dependency victoriametrics/operator to v0.42.3 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from e9291b8 to c9336d1 Compare April 2, 2024 18:53
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.42.3 chore(deps): update dependency victoriametrics/operator to v0.42.4 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from c9336d1 to b88c6fe Compare April 2, 2024 23:38
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from b88c6fe to ea40519 Compare April 18, 2024 12:18
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.42.4 chore(deps): update dependency victoriametrics/operator to v0.43.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from ea40519 to 2ad5ff3 Compare April 18, 2024 19:47
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.43.0 chore(deps): update dependency victoriametrics/operator to v0.43.1 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 2ad5ff3 to e3efe32 Compare April 22, 2024 14:24
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 0a62ca2 to d69b6dd Compare September 25, 2024 23:14
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.47.3 chore(deps): update dependency victoriametrics/operator to v0.48.0 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from d69b6dd to 36498dc Compare September 26, 2024 16:47
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.48.0 chore(deps): update dependency victoriametrics/operator to v0.48.1 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 36498dc to abba0a1 Compare September 27, 2024 19:51
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.48.1 chore(deps): update dependency victoriametrics/operator to v0.48.2 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from abba0a1 to ce87d6a Compare September 29, 2024 21:40
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.48.2 chore(deps): update dependency victoriametrics/operator to v0.48.3 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from ce87d6a to e310f79 Compare October 15, 2024 14:44
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.48.3 chore(deps): update dependency victoriametrics/operator to v0.48.4 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from e310f79 to 82ae251 Compare November 5, 2024 19:59
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.48.4 chore(deps): update dependency victoriametrics/operator to v0.49.0 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 82ae251 to c5c493e Compare November 11, 2024 14:12
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.49.0 chore(deps): update dependency victoriametrics/operator to v0.49.1 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from c5c493e to fd742b6 Compare November 25, 2024 09:45
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.49.1 chore(deps): update dependency victoriametrics/operator to v0.50.0 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from fd742b6 to 02bb1d8 Compare December 19, 2024 13:10
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.50.0 chore(deps): update dependency victoriametrics/operator to v0.51.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 02bb1d8 to 403a287 Compare December 19, 2024 15:46
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.51.0 chore(deps): update dependency victoriametrics/operator to v0.51.1 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 403a287 to 595dcf8 Compare December 23, 2024 20:46
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.51.1 chore(deps): update dependency victoriametrics/operator to v0.51.2 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 595dcf8 to ea105c0 Compare January 5, 2025 23:06
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.51.2 chore(deps): update dependency victoriametrics/operator to v0.51.3 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from ea105c0 to 54e0edd Compare January 8, 2025 08:18
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 54e0edd to 0f720dd Compare January 21, 2025 10:45
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.51.3 chore(deps): update dependency victoriametrics/operator to v0.52.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/victoriametrics-operator-0.x branch from 0f720dd to 02308f6 Compare February 6, 2025 01:08
@renovate renovate bot changed the title chore(deps): update dependency victoriametrics/operator to v0.52.0 chore(deps): update dependency victoriametrics/operator to v0.53.0 Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants