Skip to content

fix(deps): update module github.com/victoriametrics/operator/api to v0.59.1 #530

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

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 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/VictoriaMetrics/operator/api v0.0.0-20231128174956-7965dba77210 -> v0.59.1 age adoption passing confidence

Warning

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


Release Notes

VictoriaMetrics/operator (github.com/VictoriaMetrics/operator/api)

v0.59.1

Compare Source

v0.59.1

Release date: 30 May 2025

Update Note 1: This release by deprecates VLogs resource. It will transit into read-only state after v0.61.0 release.
To perform migration to the VLSingle please follow this docs

  • BUGFIX: vlcluster: properly apply replicaCount for VLSelect component

v0.59.0

Compare Source

v0.59.0

Release date: 30 May 2025

Update Note 1: This release by deprecates VLogs resource. It will transit into read-only state after v0.61.0 release.
To perform migration to the VLSingle please follow this docs

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

  • FEATURE: config-reloader: exclude hidden directories from watch. It should prevent possible errors with hidden symlinks, which may occur during dir walk. See this commit for details.

  • FEATURE: operator: introduce new resource VLSingle. It replaces deprecated VLogs. See this issue for details.

  • FEATURE: operator: introduce new resource VLCluster. See this issue and this doc for details.

  • FEATURE: operator: manifests distributed via GitHub release artifacts now include the label app.kubernetes.io/instance: default, and the value of app.kubernetes.io/name has been changed to victoria-metrics-operator. See #​1364 for details.

  • FEATURE: operator: add new field proxyURL to the VMagent remoteWriteSpec. See this PR for details. Thanks to the @​DanielLeone

  • FEATURE: operator: introduce new flags for leader election configuration - leader-elect-lease-duration, leader-elect-renew-deadline. See this issue for details.

  • FEATURE: operator: add spec.configMaps as volumeMounts for watch with config-reloader container for VMAgent and VMAlert components. See this issue for details.

  • BUGFIX: converter: properly apply filter prefixes for objects with VM_FILTERPROMETHEUSCONVERTERLABELPREFIXES and VM_FILTERPROMETHEUSCONVERTERANNOTATIONPREFIXES env variables. See this PR 1391 for details. Thanks to the @​padlyuck

  • BUGFIX: operator: remove alerting rule BadObjects as metric operator_controller_bad_objects_count isn't exposed anymore.

  • BUGFIX: operator: properly validate HPA object. metrics and behaviour are optional fields.

  • BUGFIX: vmcluster: fixes typo at addDefaults function for VMCLuster, it prevents possible panic if VMInsert is not configured. See this issue for details.

v0.58.1

Compare Source

v0.58.1

Release date: 28 May 2025

v0.57.0

Compare Source

Release date: 09 May 2025

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

  • Dependency: vmoperator: Updated default VLogs v1.21.0 version

  • Dependency: vmoperator: Updated default alertmanager to 0.28.1 version

  • FEATURE: operator: introduce FIPS builds for operator and config-reloader containers with -fips tag prefix. See this issue for details.

  • FEATURE: operator: introduce new field spec.configReloadAuthKeySecret for VMAgent, VMAlert and VMAuth components. It instructs application to use provided value for -configReload auth key. See this issue for details.

  • FEATURE: converter: add msteamsv2_configs conversion from Prometheus resource AlertmanagerConfig. See this commit for details.

  • FEATURE: upgrade Go builder from Go1.24.0 to Go1.24.4 See Go1.24 release notes.

  • FEATURE: vmalertmanagerconfig: add timeout field to the webhook_configs definition. It's supported by alertmanager v0.28.0+. See this commit for details.

  • FEATURE: vmsingle: add 8428 port alias to the VMSingle Service. See this issue for details.

  • BUGFIX: operator: fix typo in -remoteWrite.streamAggr.enableWindows flag when enableWindows is set to true in VMAgent resources. See this commit for details.

  • BUGFIX: vmagent: properly build oauth2 clientSecret configuration for remoteWrite targets. See this issue for details. Thanks to the @​Unichron for catching this bug.

  • BUGFIX: vmauth: properly create and delete VMServiceScrape with internalListenPort option configured. See this issue for details.

v0.56.0

Compare Source

v0.56.0

Release date: 15 Apr 2025

AppVersion: v1.115.0
AppVersion: v1.18.0

**Update note 1: config-reloader container now longer uses proxy-protocol for internal web-server if reload-use-proxy-protocol is set.

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

  • Dependency: vmoperator: Updated default VLogs v1.18.0 version

  • FEATURE: operator: support VM_METRICS_VERSION and VM_LOGS_VERSION env variables as a source for all VM and VL related CR image versions

  • FEATURE: vmauth: add new field internalListenPort for serving internal routes. See this issue and this docs.

  • FEATURE: vmauth: add new field useProxyProtocol for enabling proxy protocol for vmauth. See this issue.

  • FEATURE: vmalertmanager: add runtime configuration validation. See this issue for details.

  • FEATURE: operator: add StatefulSet volumeMounts name validation. See this issue for details.

  • BUGFIX: vmalertmanagerconfig: properly validate unknown fields at route.routes, http_config and tls_config. See this issue for details.

  • BUGFIX: config-reloader: properly use reload-use-proxy-protocol flag. See this issue for details.

  • BUGFIX: operator: fix shard count backward range bounds, as now it produced shard with negative index.

v0.55.0

Compare Source

v0.55.0

Release date: 02 Apr 2025

AppVersion: v1.114.0
AppVersion: v1.17.0

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

  • Dependency: vmoperator: make project layout compatible with [kubebuilder v4](https://book.kubebuilder.io/migration/v3vsv4)

  • Dependency: vmoperator: Updated default VLogs v1.17.0 version

  • FEATURE: [operator](https://docs.victoriametrics.com/operator: add tls_config and proxy_url fields to the oauth2 scrape target configurations. See this issue for details

  • FEATURE: [operator](https://docs.victoriametrics.com/operator: add extraEnvsFrom field to all applications, which defines source for env variables as Secret or ConfigMap. See this issue for details.

  • FEATURE: [operator](https://docs.victoriametrics.com/operator: set publishNotReadyAddresses: true to the vmstorage, vmselect, vmalertmanager services. See this issue for details.

  • FEATURE: [operator](https://docs.victoriametrics.com/operator: log fields changes diff for Deployment, StatefulSet, Service, PDB, HPA and VMServiceScrape during reconcile process. See this issue for details.

  • FEATURE: [operator](https://docs.victoriametrics.com/operator: add global env variables VM_CONFIG_RELOADER_LIMIT_CPU and VM_CONFIG_RELOADER_LIMIT_MEMORY with unlimited as default value. It controls global limits for config-reloader containers. See this issue for details.

  • FEATURE: [operator](https://docs.victoriametrics.com/operator: add global env variables VM_CONFIG_RELOADER_REQUEST_CPU and VM_CONFIG_RELOADER_REQUEST_MEMORY with empty as default value. It controls global requests for config-reloader containers. See this issue for details. All per resource config-reloader requests env variables are now deprecated.

  • FEATURE: vmagent: introduce daemonSetMode as a beta feature. See this issue and this docs for details.

  • FEATURE: vmagent: reduce Kubernetes API server load on large scale by removing selectors from VMPodscrape kubernetes_sd_configs. Add new field VMAgent.spec.enableKubernetesAPISelectors, which restores original behaviour. See this issue for details.

  • FEATURE: vmagent: allow to define remoteWrite.MaxDiskUsage as integer and adds validation to it. See this issue for details.

  • FEATURE: vmagent: allow to define remoteWriteSettings.maxDiskUsagePerURL as string with bytes suffix and adds validation to it. See this issue for details.

  • FEATURE: vmalertmanagerconfig: add content, username and avatar_url to discord_configs definition. It's supported by alertmanager v0.28.0+. See this commit for details.

  • FEATURE: vmalertmanagerconfig: add new receiver jira_configs, which was added at alertmanager v0.28.0. See this issue for details.

  • FEATURE: vmalertmanagerconfig: add new receiver rocketchat_configs, which was added at alertmanager v0.28.0. See this issue for details.

  • FEATURE: vmalertmanagerconfig: add new receiver msteamsv2_configs, which was added at alertmanager v0.28.0. See this issue for details.

  • BUGFIX: operator: properly throttle concurrent reconcile events on high load. By raising default value for the controller.maxConcurrentReconciles command-line flag from 5 to 15. See this issue for details.

  • BUGFIX: vmoperator: properly track immutable fields changes for StatefulSet. See this issue for details.

  • BUGFIX: vmcluster: properly propagate podMetadata to requestsLoadBalancer Deployment. See this PR for details. Thanks to the @​solidDoWant

  • BUGFIX: vmauth: properly sort VMUsers at generated configuration. See this issue for details.

  • BUGFIX: vmprobe: properly add vmProberSpec.scheme to the generated configuration. See this issue for details.

  • BUGFIX: vmagent: properly apply remoteWriteSettings.maxDiskUsagePerURL global setting. Previously, if remoteWrite.MaxDiskUsage was set to 1 remoteWrite and others don't have this setting, default value was used instead of remoteWriteSettings. 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

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

Copy link
Contributor Author

renovate bot commented Dec 19, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 51 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.3 -> 1.23.4
github.com/prometheus/prometheus v0.49.1 -> v0.300.1
k8s.io/api v0.30.2 -> v0.31.3
k8s.io/apiextensions-apiserver v0.30.2 -> v0.31.3
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 -> v1.16.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 -> v1.8.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 -> v1.10.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 -> v1.3.2
github.com/VictoriaMetrics/VictoriaMetrics v1.91.3 -> v1.107.0
github.com/VictoriaMetrics/metrics v1.24.0 -> v1.35.1
github.com/VictoriaMetrics/metricsql v0.56.2 -> v0.80.0
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 -> v0.0.0-20240927000941-0f3dac36c52b
github.com/aws/aws-sdk-go v1.53.3 -> v1.55.5
github.com/bmatcuk/doublestar/v4 v4.6.0 -> v4.7.1
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd -> v0.0.0-20240518133315-a468a5bfb3bc
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.22.0
github.com/klauspost/compress v1.17.4 -> v1.17.11
github.com/prometheus/client_golang v1.19.1 -> v1.20.5
github.com/prometheus/common v0.53.0 -> v0.60.1
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/valyala/quicktemplate v1.7.0 -> v1.8.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 -> v0.57.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 -> v0.57.0
go.opentelemetry.io/otel v1.27.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 -> v1.30.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0 -> v1.30.0
go.opentelemetry.io/otel/metric v1.27.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.26.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.27.0 -> v1.32.0
go.opentelemetry.io/proto/otlp v1.2.0 -> v1.3.1
golang.org/x/crypto v0.24.0 -> v0.31.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 -> v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/mod v0.18.0 -> v0.22.0
golang.org/x/net v0.26.0 -> v0.33.0
golang.org/x/oauth2 v0.20.0 -> v0.24.0
golang.org/x/sync v0.7.0 -> v0.10.0
golang.org/x/sys v0.21.0 -> v0.28.0
golang.org/x/term v0.21.0 -> v0.27.0
golang.org/x/text v0.16.0 -> v0.21.0
golang.org/x/time v0.5.0 -> v0.8.0
golang.org/x/tools v0.22.0 -> v0.27.0
google.golang.org/genproto/googleapis/api v0.0.0-20240515191416-fc5f0ca64291 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d -> v0.0.0-20241118233622-e639e219e697
google.golang.org/grpc v1.64.1 -> v1.68.0
google.golang.org/protobuf v1.34.2 -> v1.35.2
k8s.io/apimachinery v0.30.2 -> v0.31.3
k8s.io/apiserver v0.30.2 -> v0.31.0
k8s.io/component-base v0.30.2 -> v0.31.0
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 -> v0.0.0-20241104163129-6fe5fd82f078
sigs.k8s.io/controller-runtime v0.18.4 -> v0.19.3

@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from fd3a75d to 7db10b8 Compare December 19, 2024 15:49
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.51.0 fix(deps): update module github.com/victoriametrics/operator/api to v0.51.1 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from 7db10b8 to 69ee795 Compare December 23, 2024 20:48
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.51.1 fix(deps): update module github.com/victoriametrics/operator/api to v0.51.2 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch 2 times, most recently from 0fb6566 to 87b75a8 Compare January 8, 2025 08:19
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.51.2 fix(deps): update module github.com/victoriametrics/operator/api to v0.51.3 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from 87b75a8 to 8d1586c Compare January 16, 2025 04:33
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from 8d1586c to 1ffb0c4 Compare April 17, 2025 15:15
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.51.3 fix(deps): update module github.com/victoriametrics/operator/api to v0.56.0 Apr 17, 2025
Copy link
Contributor Author

renovate bot commented Apr 17, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: module github.com/VictoriaMetrics/operator/[email protected] requires go >= 1.24.3; switching to go1.24.3
go: downloading go1.24.3 (linux/amd64)
go: download go1.24.3: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from 1ffb0c4 to 124ee4d Compare May 9, 2025 12:43
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.56.0 fix(deps): update module github.com/victoriametrics/operator/api to v0.57.0 May 9, 2025
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from 124ee4d to 5bbb8b4 Compare May 27, 2025 23:26
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.57.0 fix(deps): update module github.com/victoriametrics/operator/api to v0.58.1 May 27, 2025
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from 5bbb8b4 to a7682ff Compare May 30, 2025 16:04
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.58.1 fix(deps): update module github.com/victoriametrics/operator/api to v0.59.0 May 30, 2025
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch from a7682ff to ba73927 Compare May 30, 2025 18:09
@renovate renovate bot changed the title fix(deps): update module github.com/victoriametrics/operator/api to v0.59.0 fix(deps): update module github.com/victoriametrics/operator/api to v0.59.1 May 30, 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