Skip to content

chore(deps): update all dependencies #1994

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

Merged
merged 2 commits into from
Apr 28, 2025
Merged

chore(deps): update all dependencies #1994

merged 2 commits into from
Apr 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
actions/cache action patch v4.2.2 -> v4.2.3 age adoption passing confidence
actions/download-artifact action minor v4.1.9 -> v4.3.0 age adoption passing confidence
actions/setup-go action minor v5.3.0 -> v5.4.0 age adoption passing confidence
actions/upload-artifact action patch v4.6.1 -> v4.6.2 age adoption passing confidence
docker/build-push-action action minor v6.15.0 -> v6.16.0 age adoption passing confidence
fluent-plugin-kafka patch '0.19.3' -> '0.19.4' age adoption passing confidence
fluent-plugin-prometheus patch '2.2.0' -> '2.2.1' age adoption passing confidence
gcr.io/distroless/static final digest 95ea148 -> 3d0f463
github.com/fsnotify/fsnotify require minor v1.8.0 -> v1.9.0 age adoption passing confidence
github.com/kube-logging/logging-operator require digest 98662ab -> 7e1f9aa age adoption passing confidence
github.com/kube-logging/telemetry-controller require digest 09d54a1 -> 236cbfb age adoption passing confidence
github.com/onsi/gomega require minor v1.36.2 -> v1.37.0 age adoption passing confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring require minor v0.81.0 -> v0.82.0 age adoption passing confidence
github.com/prometheus/client_golang require minor v1.21.1 -> v1.22.0 age adoption passing confidence
github.com/vladopajic/go-test-coverage/v2 minor 2.13.0 -> 2.14.1 age adoption passing confidence
github/codeql-action action patch v3.28.11 -> v3.28.16 age adoption passing confidence
golang stage patch 1.24.1-alpine3.20 -> 1.24.2-alpine3.20 age adoption passing confidence
golang patch 1.24.1 -> 1.24.2 age adoption passing confidence
golang.org/x/exp require digest 054e65f -> 7e4ce0a age adoption passing confidence
golang.org/x/net require minor v0.38.0 -> v0.39.0 age adoption passing confidence
golangci/golangci-lint minor 2.0.2 -> 2.1.5 age adoption passing confidence
k8s.io/api require patch v0.32.3 -> v0.32.4 v0.33.0 age adoption passing confidence
k8s.io/apiextensions-apiserver require patch v0.32.3 -> v0.32.4 v0.33.0 age adoption passing confidence
k8s.io/apimachinery require patch v0.32.3 -> v0.32.4 v0.33.0 age adoption passing confidence
k8s.io/client-go require patch v0.32.3 -> v0.32.4 v0.33.0 age adoption passing confidence
kubernetes-sigs/controller-tools patch 0.17.2 -> 0.17.3 age adoption passing confidence
quay.io/prometheus/node-exporter final patch v1.9.0 -> v1.9.1 age adoption passing confidence
ruby final patch 3.4.2-alpine3.20 -> 3.4.3-alpine3.20 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.20.3 -> v0.20.4 age adoption passing confidence
sigstore/cosign-installer action patch v3.8.1 -> v3.8.2 age adoption passing confidence
vladopajic/go-test-coverage action minor v2.13.0 -> v2.14.1 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

actions/download-artifact (actions/download-artifact)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.1.9...v4.2.0

actions/setup-go (actions/setup-go)

v5.4.0

Compare Source

What's Changed
Dependency updates :
New Contributors

Full Changelog: actions/setup-go@v5...v5.4.0

actions/upload-artifact (actions/upload-artifact)

v4.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

docker/build-push-action (docker/build-push-action)

v6.16.0

Compare Source

fluent/fluent-plugin-kafka (fluent-plugin-kafka)

v0.19.4

Compare Source

fluent/fluent-plugin-prometheus (fluent-plugin-prometheus)

v2.2.1

Compare Source

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)

onsi/gomega (github.com/onsi/gomega)

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

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

v0.82.0: 0.82.0 / 2025-04-17

Compare Source

  • [CHANGE] Add more API validations to the ScrapeConfig CRD. #​7413
  • [CHANGE] Remove web console arguments if Prometheus version >= 3. #​7457
  • [FEATURE] Add RemoteWrite support for ThanosRuler CRD. Note that when remote write is configured, Thanos Ruler runs in stateless mode. #​7444
  • [FEATURE] Add msTeamsV2Configs receiver to AlertManagerConfig CRD. #​7464
  • [FEATURE] Add content, username and avatarURL fields to discordConfigs receiver in AlertmanagerConfig CRD. #​7307
  • [FEATURE] Add convertClassicHistogramsToNHCB field to ServiceMonitor, PodMonitor, Probe and ScrapeConfig CRDs. #​7448
  • [FEATURE] Add timeout field to webhookConfigs receiver in AlertManagerConfig CRD. #​7310
  • [FEATURE] Add additionalArgs field to AlertManager CRD. #​7385
  • [ENHANCEMENT] Add maxSamplesPerSend field to RemoteWrite Metadata Config. #​7443
  • [ENHANCEMENT] Add the terminationGracePeriodSeconds to the Alertmanager, Prometheus, PrometheusAgent and ThanosRuler CRDs. #​7439
  • [ENHANCEMENT] Validate proxyURL field in AlertManagerConfig CRD. #​6876
  • [BUGFIX] Fix nameValidationScheme support for Prometheus and PrometheusAgent CRDs. #​7414
  • [BUGFIX] Support socks5 scheme in proxyUrl field for all CRDs. #​7460 #​7466
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

vladopajic/go-test-coverage (github.com/vladopajic/go-test-coverage/v2)

v2.14.1

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.13.2...v2.14.0

v2.13.2

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.13.1...v2.13.2

v2.13.1

Compare Source

What's Changed

Full Changelog: vladopajic/go-test-coverage@v2.13.0...v2.13.1

github/codeql-action (github/codeql-action)

v3.28.16

Compare Source

v3.28.15

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.15 - 07 Apr 2025

  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #​2842

See the full CHANGELOG.md for more information.

v3.28.14

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.14 - 07 Apr 2025

  • Update default CodeQL bundle version to 2.21.0. #​2838

See the full CHANGELOG.md for more information.

v3.28.13

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.13 - 24 Mar 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.12

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.12 - 19 Mar 2025
  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #​2810

See the full CHANGELOG.md for more information.

golang/go (golang)

v1.24.2

Compare Source

golangci/golangci-lint (golangci/golangci-lint)

v2.1.5

Compare Source

Due to an error related to Snapcraft, some artifacts of the v2.1.4 release have not been published.

This release contains the same things as v2.1.3.

v2.1.4

Compare Source

Due to an error related to Snapcraft, some artifacts of the v2.1.3 release have not been published.

This release contains the same things as v2.1.3.

v2.1.3

Compare Source

  1. Linters bug fixes
    • fatcontext: from 0.7.2 to 0.8.0
  2. Misc.
    • migration: fix nakedret.max-func-lines: 0
    • migration: fix order of staticcheck settings
    • fix: add go.mod hash to the cache salt
    • fix: use diagnostic position for related information position

v2.1.2

Compare Source

  1. Linters bug fixes
    • exptostd: from 0.4.2 to 0.4.3
    • gofumpt: from 0.7.0 to 0.8.0
    • protogetter: from 0.3.13 to 0.3.15
    • usetesting: from 0.4.2 to 0.4.3

v2.1.1

Compare Source

The release process of v2.1.0 failed due to a regression inside goreleaser.

The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Docker, etc.).

v2.1.0

Compare Source

  1. Enhancements
    • Add an option to display absolute paths (--path-mode=abs)
    • Add configuration path placeholder (${config-path})
    • Add warn-unused option for fmt command
    • Colored diff for fmt command (golangci-lint fmt --diff-colored)
  2. New linters
  3. Linters new features or changes
    • go-errorlint: from 1.7.1 to 1.8.0 (automatic error comparison and type assertion fixes)
    • ⚠️ goconst: ignore-strings is deprecated and replaced by ignore-string-values
    • goconst: from 1.7.1 to 1.8.1 (new options: find-duplicates, eval-const-expressions)
    • govet: add httpmux analyzer
    • nilnesserr: from 0.1.2 to 0.2.0 (detect more cases)
    • paralleltest: from 1.0.10 to 1.0.14 (checks only _test.go files)
    • revive: from 1.7.0 to 1.9.0 (support kebab case for setting names)
    • sloglint: from 0.9.0 to 0.11.0 (autofix, new option msg-style, suggest slog.DiscardHandler)
    • wrapcheck: from 2.10.0 to 2.11.0 (new option report-internal-errors)
    • wsl: from 4.6.0 to 4.7.0 (cgo files are always excluded)
  4. Linters bug fixes
    • fatcontext: from 0.7.1 to 0.7.2
    • gocritic: fix importshadow checker
    • gosec: from 2.22.2 to 2.22.3
    • ireturn: from 0.3.1 to 0.4.0
    • loggercheck: from 0.10.1 to 0.11.0
    • nakedret: from 2.0.5 to 2.0.6
    • nonamedreturns: from 1.0.5 to 1.0.6
    • protogetter: from 0.3.12 to 0.3.13
    • testifylint: from 1.6.0 to 1.6.1
    • unconvert: update to HEAD
  5. Misc.
    • Fixes memory leaks when using go1.(N) with golangci-lint built with go1.(N-X)
    • Adds golangci-lint-fmt pre-commit hook
  6. Documentation
    • Improvements
    • Updates section about vscode integration
kubernetes/api (k8s.io/api)

v0.32.4

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.32.4

Compare Source

kubernetes/apimachinery (k8s.io/api

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Etc/UTC, Automerge - At any time (no schedule defined).

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

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 28, 2025
Copy link
Contributor Author

renovate bot commented Mar 28, 2025

ℹ Artifact update notice

File name: e2e/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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.8.0
golang.org/x/crypto v0.36.0 -> v0.37.0
golang.org/x/net v0.38.0 -> v0.39.0
golang.org/x/sync v0.12.0 -> v0.13.0
golang.org/x/sys v0.31.0 -> v0.32.0
golang.org/x/term v0.30.0 -> v0.31.0
golang.org/x/text v0.23.0 -> v0.24.0
k8s.io/apiserver v0.32.3 -> v0.32.4
k8s.io/component-base v0.32.3 -> v0.32.4
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250321185631-1f6e0b77f77e
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 -> v4.7.0
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):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.8.0
github.com/open-telemetry/opentelemetry-operator v0.120.0 -> v0.124.0
github.com/prometheus/common v0.62.0 -> v0.63.0
go.opentelemetry.io/collector/config/configcompression v1.27.0 -> v1.30.0
go.opentelemetry.io/collector/config/configopaque v1.27.0 -> v1.30.0
go.opentelemetry.io/collector/featuregate v1.27.0 -> v1.30.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
golang.org/x/net v0.38.0 -> v0.39.0
golang.org/x/oauth2 v0.27.0 -> v0.28.0
golang.org/x/sync v0.12.0 -> v0.13.0
golang.org/x/sys v0.31.0 -> v0.32.0
golang.org/x/term v0.30.0 -> v0.31.0
golang.org/x/text v0.23.0 -> v0.24.0
golang.org/x/time v0.8.0 -> v0.9.0
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250321185631-1f6e0b77f77e
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 -> v4.7.0
File name: images/config-reloader/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/sys v0.29.0 -> v0.30.0
google.golang.org/protobuf v1.36.4 -> v1.36.5
File name: pkg/sdk/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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.8.0
golang.org/x/sync v0.12.0 -> v0.13.0
golang.org/x/sys v0.31.0 -> v0.32.0
golang.org/x/term v0.30.0 -> v0.31.0
golang.org/x/text v0.23.0 -> v0.24.0
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250321185631-1f6e0b77f77e
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 -> v4.7.0
File name: pkg/sdk/logging/model/syslogng/config/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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.8.0
github.com/kube-logging/logging-operator v0.0.0-20250317073605-98662abdad4e -> v0.0.0-20250424202944-7e1f9aad6e21
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.81.0 -> v0.82.0
golang.org/x/net v0.38.0 -> v0.39.0
golang.org/x/sync v0.12.0 -> v0.13.0
golang.org/x/sys v0.31.0 -> v0.32.0
golang.org/x/term v0.30.0 -> v0.31.0
golang.org/x/text v0.23.0 -> v0.24.0
k8s.io/client-go v0.32.3 -> v0.32.4
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250321185631-1f6e0b77f77e
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 -> v4.7.0

@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 81c0ff3 to c7b681b Compare April 4, 2025 17:50
@renovate renovate bot force-pushed the renovate/all branch 16 times, most recently from 7edee22 to f88fdbd Compare April 12, 2025 19:08
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 390f321 to 4541328 Compare April 18, 2025 19:11
@renovate renovate bot force-pushed the renovate/all branch 14 times, most recently from 4ee1dc1 to c8b7a60 Compare April 25, 2025 02:11
Signed-off-by: Bence Csati <[email protected]>
@csatib02 csatib02 merged commit e962e7e into master Apr 28, 2025
33 checks passed
@csatib02 csatib02 deleted the renovate/all branch April 28, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant