Skip to content

Conversation

cilium-renovate[bot]
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Apr 6, 2025

This PR contains the following updates:

Package Type Update Change
github.com/aliyun/alibaba-cloud-sdk-go require patch v1.63.103 -> v1.63.104
github.com/cilium/stream require patch v0.0.0-20241203114243-53c3e5d79744 -> v0.0.1
github.com/containernetworking/cni require minor v1.2.3 -> v1.3.0
github.com/fsnotify/fsnotify require minor v1.8.0 -> v1.9.0
github.com/prometheus-community/pro-bing require minor v0.6.1 -> v0.7.0
github.com/prometheus/client_golang require minor v1.21.1 -> v1.22.0
golang.org/x/crypto require minor v0.36.0 -> v0.37.0
golang.org/x/net require minor v0.38.0 -> v0.39.0
golang.org/x/oauth2 require minor v0.28.0 -> v0.29.0
golang.org/x/sync require minor v0.12.0 -> v0.13.0
golang.org/x/sys require minor v0.31.0 -> v0.32.0
golang.org/x/term require minor v0.30.0 -> v0.31.0
golang.org/x/text require minor v0.23.0 -> v0.24.0
golang.org/x/tools require minor v0.31.0 -> v0.32.0
google.golang.org/genproto/googleapis/rpc require digest b45e905 -> ac9807e

Release Notes

aliyun/alibaba-cloud-sdk-go (github.com/aliyun/alibaba-cloud-sdk-go)

v1.63.104

Compare Source

  • Generated 2020-05-18 for dataworks-public.
containernetworking/cni (github.com/containernetworking/cni)

v1.3.0

Compare Source

What's Changed

This adds a new config flag loadPluginsFromFolder - if present, for a given named network bar, plugin configuration objects will be loaded from <path-to-bar-network-config-file>/bar/xxx.conf. This may be useful for vendors providing chained plugins: you can add your plugin to a chain without needing to edit the file in-place.

New Contributors

Full Changelog: containernetworking/cni@v1.2.3...v1.3.0

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

prometheus-community/pro-bing (github.com/prometheus-community/pro-bing)

v0.7.0

Compare Source

What's Changed

Full Changelog: prometheus-community/pro-bing@v0.6.1...v0.7.0

prometheus/client_golang (github.com/prometheus/client_golang)

v1.22.0: - 2025-04-07

Compare Source

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #​1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header.
It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #​1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #​1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #​1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #​1765
All Changes

New Contributors

Full Changelog: prometheus/client_golang@v1.21.1...v1.22.0-rc.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Apr 6, 2025
@cilium-renovate cilium-renovate bot requested a review from a team as a code owner April 6, 2025 04:12
@cilium-renovate cilium-renovate bot requested a review from tklauser April 6, 2025 04:12
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Apr 6, 2025
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch 4 times, most recently from 3be3441 to fb758be Compare April 8, 2025 11:07
tklauser added a commit that referenced this pull request Apr 9, 2025
Done manually because it seems renovate is tripping over this in #38763.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser
Copy link
Member

tklauser commented Apr 9, 2025

Opened #38827 to bump github.com/google/go-github manually because renovate seems to be tripping over this update.

github-merge-queue bot pushed a commit that referenced this pull request Apr 9, 2025
Done manually because it seems renovate is tripping over this in #38763.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch from fb758be to d84afb2 Compare April 9, 2025 14:08
@cilium-renovate
Copy link
Contributor Author

ℹ 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/klauspost/compress v1.17.11 -> v1.18.0

@tklauser tklauser enabled auto-merge April 9, 2025 14:09
@tklauser
Copy link
Member

tklauser commented Apr 9, 2025

/test

@tklauser tklauser added this pull request to the merge queue Apr 9, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 9, 2025
Merged via the queue into main with commit 21f8e92 Apr 9, 2025
386 of 387 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant