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

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

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.51.3 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.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 from 69ee795 to 0fb6566 Compare January 5, 2025 23:11
@renovate renovate bot force-pushed the renovate/github.com-victoriametrics-operator-api-0.x branch 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
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