chore(deps): update dependency victoriametrics/operator to v0.67.0 #284
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:
v0.66.1→v0.67.0v0.66.1→v0.67.0Release Notes
VictoriaMetrics/operator (VictoriaMetrics/operator)
v0.67.0Compare Source
Update note 1: removed 3rd-party config reloaders. Now VMAlert, VMAgent, VMAuth and VMAlertmanager are using only VM config reloader.
Update note 2: removed deprecated VMAgent
spec.aPIServerConfigpropertyUpdate note 3: removed deprecated VMCluster
spec.vmselect.persistentVolumepropertyUpdate note 4: VM_CUSTOMCONFIGRELOADERIMAGE is deprecated and will be removed in next releases. Use VM_CONFIG_RELOADER_IMAGE instead.
Update note 5: VMAgent's, VMAuth's, VMAlert's and VMAlertmanager's spec.configReloaderImageTag is deprecated and will be removed in next releases. Use spec.configReloaderImage instead.
Update note 6: VMAgent's spec.vmAgentExternalLabelName is deprecated and will be removed in next releases. Use spec.externalLabelName instead.
Update note 7: VMAuth's spec.unauthorizedUserAccessSpec.url_prefix and spec.unauthorizedUserAccessSpec.url_map are deprecated and will be removed in next releases. Use spec.unauthorizedUserAccessSpec.targetRef instead.
Dependency: vmoperator: Updated default versions for VM apps to v1.134.0 version
Dependency: vmoperator: Updated default versions for VL apps to v1.43.1.
Dependency: vmoperator: Updated default versions for VT apps to v0.7.0 version.
Dependency: vmoperator: Updated default versions for VMAnomaly to v1.28.5 version
FEATURE: vmagent: support
namespaceparameter inattach_metadatasection for all scrape configurations. See #1654.FEATURE: vlagent: support logs collection. See #1501.
FEATURE: vmoperator: use
operator_bad_objects_totalmetric withobject_namespaceandcrdlabels to track invalid objects managed by VMAgent, VMAuth, VMAlert and VMAlertmanager. Oldoperator_alertmanager_bad_objects_countandoperator_vmalert_bad_objects_countare deprecated and will be removed in next releases.FEATURE: vmoperator: added HPA support for all cluster CR storage. See #1678.
FEATURE: vlagent, vlsingle and vlcluster: support license options. See #2649.
FEATURE: vmanomaly: add support of
spec.serverconfiguration.FEATURE: vlagent: add collector
extraFilter,includePodLabels,includePodAnnotations,includeNodeLabelsandincludeNodeAnnotationssupport for more flexible Kubernetes logs by metadata selection.FEATURE: vlagent: use a single volume for all VLAgent data by default instead of separate volumes/paths for checkpoints and remote write data.
FEATURE: vmagent: global sample limit per scrape target is supported via
sampleLimitoption in scrape config. See #10168.BUGFIX: vmoperator: fixed HPA cleanup logic for all cluster resources, before it was constantly recreated. Bug introduced in this commit.
BUGFIX: VMCluster, VLCluster and VTCluster: prevent cluster load balancer secret from infinite reconcile.
BUGFIX: vmsingle, vlsingle and vtsingle: do not mount emptydir if storage data volume is already present in volumes list. Before it was impossible to mount external PVC without overriding default storageDataPath using
spec.extraArgsand without having unneeded emptydir listed among pod volumes. Related issues #1477.BUGFIX: vmoperator: use Service labels instead of selector in VMServiceScrape selector. See #1709.
BUGFIX: vmoperator: update Alertmanager dependency to fix config validation for Incident.io. See #1730.
BUGFIX: vmoperator: do not add
-enterprisesuffix to image, if tag contains@symbol. See #1723.BUGFIX: vmoperator: use 127.0.0.1 instead of localhost in reload and snapshot url for setups without IPV6 enabled.
BUGFIX: vmscrapeconfig: properly convert prometheus ScrapeConfig's role into VMScrapeConfig. See #1735.
BUGFIX: vmagent: make vmagent container default. See #1740.
BUGFIX: vmoperator: use 127.0.0.1 instead of localhost in reload url for setups without IPV6 enabled.
BUGFIX: VLAgent: update strict security mode configuration to work correctly with
K8sCollector.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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.