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(go.mod/go.sum): update minor dependencies (golang) #124

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cert-manager/cert-manager v1.16.2 -> v1.17.0 age adoption passing confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.78.0 -> v0.80.0 age adoption passing confidence
golang.org/x/mod v0.22.0 -> v0.23.0 age adoption passing confidence
sigs.k8s.io/controller-tools v0.16.5 -> v0.17.1 age adoption passing confidence

Release Notes

cert-manager/cert-manager (github.com/cert-manager/cert-manager)

v1.17.0

Compare Source

v1.16.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

v1.16.3 is a patch release mainly focused around bumping dependencies to address reported CVEs: CVE-2024-45337 and CVE-2024-45338.

We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners.

It also includes a bug fix to the new renewBeforePercentage field. If you were using renewBeforePercentage, see PR #​7421 for more information.

Changes

Bug
Other
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)

v0.80.0: 0.80.0 / 2025-02-04

Compare Source

  • [CHANGE] Add more API validations to the ScrapeConfig CRD. #​7231 #​7220 #​7215 #​7238 #​7244 #​7255
  • [FEATURE] Add serviceName field to the Prometheus and PrometheusAgent CRDs. #​6687
  • [FEATURE] Add keepIdentifyingResourceAttributes field in OTLPConfig for Prometheus and PrometheusAgent CRDs. #​7240
  • [FEATURE] Add fallbackScrapeProtocol field to ScrapeClass for Prometheus and PrometheusAgent CRDs. #​7288
  • [FEATURE] Support MSTeamsV2Config receiver in Alertmanager configuration Secret. #​7296
  • [FEATURE] Support JiraConfig and RocketChat receivers in Alertmanager configuration secret. #​7315
  • [FEATURE] Support global smtp_tls_config field in Alertmanager configuration secret. #​7316
  • [FEATURE] Add timeout field in Webhook receiver in Alertmanager configuration Secret. #​7312
  • [FEATURE] Add content, username and avatarUrl fields in Discord receiver in Alertmanager configuration secret. #​7313
  • [FEATURE] Add scrapeFailureLogFile field to the Prometheus and PrometheusAgent CRDs. #​7038 #​7311
  • [BUGFIX] Validate respective api URL field in PagerDutyConfigs, DiscordConfigs, SlackConfigs and WebhookConfigs in AlertManagerConfig CRD. #​6585

v0.79.2: 0.79.2 / 2024-12-18

Compare Source

  • [BUGFIX] Fix pod and service monitor selector validation. #​7214

v0.79.1: 0.79.1 / 2024-12-17

Compare Source

  • [CHANGE] Rename the field scrapeFallbackProtocol to fallbackScrapeProtocol to match with naming as in Prometheus #​7199
  • [BUGFIX] Remove the field scrapeFallbackProtocol from Prometheus/PrometheusAgent global config. #​7197

v0.79.0: 0.79.0 / 2024-12-13

Compare Source

[!IMPORTANT]
With this release, the operator will be deploying Prometheus v3.0.1 unless a specific version is specified.
Users who want to stay with Prometheus v2 need to set the version field under
Prometheus/PrometheusAgent Spec.

  • [CHANGE/FEATURE] Set Prometheus v3.0.1 as default version installed by operator. #​7158
  • [CHANGE] Add more API validations to the ScrapeConfig CRD. #​6738 #​7006
  • [FEATURE] Set Alertmanager API version to v2 for Prometheus v3 and above. #​7102
  • [FEATURE] Add enableOTLPReceiver field in the Prometheus/PrometheusAgent CRDs. #​7105
  • [FEATURE] Add support for TranslationStrategy option for OTLP receiver. #​7112
  • [FEATURE] Add nameValidationScheme field in Prometheus global configuration. #​7116
  • [FEATURE] Add scrapeFallbackProtocol field in Prometheus, PrometheusAgent, ServiceMonitor, PodMonitor, Probe, ScrapeConfig and globally. #​7131
  • [FEATURE] Add support for labels in PrometheusRule CRD at rules level. #​7140
  • [FEATURE] Add support for ProxyConfig in Alertmanager Endpoints. #​7191
  • [FEATURE] Add support for configuring Alertmanager STS persistentVolumeClaimRetentionPolicy. #​7183
  • [FEATURE] Add enableHTTP2 to ScrapeConfig CRD. #​7024
  • [FEATURE] Add filter field in ConsulSDConfig in ScrapeConfig CRD #​7124
  • [FEATURE] Add messageThreadID field to TelegramConfig in AlertmanagerConfig CRD. #​6999
  • [ENHANCEMENT] Allow users to control the sharding label(s). #​7126
  • [ENHANCEMENT] Add support for role selector field selectorMechanism on ServiceMonitor. #​7086
  • [ENHANCEMENT] Add support for role selector field selectorMechanism on PodMonitor. #​7185
  • [ENHANCEMENT] Add support for the PrometheusText1.0.0 scrape protocol. #​7085
  • [ENHANCEMENT] Allow users to toggle Prometheus controller's custom configuration deprecation behavior using the --deprecate-custom-configuration flag. #​6955
  • [BUGFIX] Add goGC field to PrometheusAgent CRD. #​6667
  • [BUGFIX] Validate SMTPSmarthost and SMTPFrom fields in EmailConfig in AlertManagerConfig CRD. #​6004
  • [BUGFIX] Fix flaky discovery behavior caused by delayed endpoints publishing for Alertmanager. #​7084

v0.78.2: 0.78.2 / 2024-11-21

Compare Source

  • [BUGFIX] Revert the removal of the proxyURL field in AlertmanagerConfig CRD. The field takes precedence over proxyUrl. #​7114

v0.78.1: 0.78.1 / 2024-10-30

Compare Source

kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)

v0.17.1

Compare Source

What's Changed

Dependencies

Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.17.1

v0.17.0

Compare Source

What's Changed

Misc

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.16.0...v0.17.0


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.

👻 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 12, 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):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/gorilla/websocket v1.5.1 -> v1.5.3
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/prometheus/common v0.55.0 -> v0.61.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/tools v0.28.0 -> v0.29.0
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20241210054802-24370beab758
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 -> v0.0.0-20241014173422-cfa47c3a1cc8

renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 12, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 74f40ac to 41b9564 Compare December 13, 2024 21:52
@renovate renovate bot changed the title fix(go.mod/go.sum): update minor dependencies (golang) to v0.32.0 fix(go.mod/go.sum): update minor dependencies (golang) Dec 13, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 13, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 17, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 82131c9 to ed4beef Compare December 18, 2024 11:38
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from ed4beef to 54fc3b9 Compare December 18, 2024 18:00
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 18, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 54fc3b9 to f1aaaec Compare December 30, 2024 19:12
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from f1aaaec to a4bf66f Compare December 31, 2024 13:02
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 31, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from a4bf66f to e756657 Compare December 31, 2024 13:37
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from e756657 to 5e775e0 Compare January 3, 2025 12:37
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 3 times, most recently from 7e1a3d1 to aa5c4b0 Compare January 9, 2025 15:49
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from aa5c4b0 to 307a1ce Compare January 13, 2025 13:30
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 13, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 307a1ce to 60a1f41 Compare January 16, 2025 16:47
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 16, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 60a1f41 to da69539 Compare January 23, 2025 09:57
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from da69539 to 9335bfa Compare January 23, 2025 17:34
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 3, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 4, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 5, 2025
@cbarbian-sap cbarbian-sap merged commit d055d1b into main Feb 5, 2025
6 checks passed
@cbarbian-sap cbarbian-sap deleted the renovate/minor-deps-golang branch February 5, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant