Skip to content

fix(deps): update all non-major dependencies #628

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 Mar 10, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-go action minor v5.3.0 -> v5.4.0 age adoption passing confidence
codecov/codecov-action action patch v5.4.0 -> v5.4.2 age adoption passing confidence
github.com/go-vela/sdk-go require digest 0f27f92 -> fcaaf9b
github.com/go-vela/server require digest e7e79ba -> 6d468bf
github.com/prometheus/client_golang require minor v1.21.1 -> v1.22.0 age adoption passing confidence
github.com/urfave/cli/v3 require minor v3.1.1 -> v3.2.0 age adoption passing confidence
github/codeql-action action patch v3.28.11 -> v3.28.15 age adoption passing confidence
golang.org/x/sync require minor v0.12.0 -> v0.13.0 age adoption passing confidence
k8s.io/api require patch v0.32.2 -> v0.32.3 age adoption passing confidence
k8s.io/client-go require patch v0.32.2 -> v0.32.3 age adoption passing confidence
reviewdog/action-golangci-lint action minor v2.7.0 -> v2.8.0 age adoption passing confidence

Release Notes

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

codecov/codecov-action (codecov/codecov-action)

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

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

urfave/cli (github.com/urfave/cli/v3)

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.1.1...v3.2.0

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

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.

kubernetes/api (k8s.io/api)

v0.32.3

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.3

Compare Source

reviewdog/action-golangci-lint (reviewdog/action-golangci-lint)

v2.8.0

Compare Source

v2.8.0: PR #​779 - fix: migrate to golangci-lint v2

v2.7.2

Compare Source

What's Changed

Full Changelog: reviewdog/action-golangci-lint@v2.7.1...v2.7.2

v2.7.1

Compare Source

v2.7.1: PR #​768 - Pin GitHub Actions with commit SHA using pinact


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Sorry, something went wrong.

@renovate renovate bot added the dependencies Indicates a change to dependencies label Mar 10, 2025
@renovate renovate bot requested a review from a team as a code owner March 10, 2025 22:23
Copy link

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.33%. Comparing base (96d569b) to head (1a4bd33).

❌ Your project check has failed because the head coverage (58.33%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #628   +/-   ##
=======================================
  Coverage   58.33%   58.33%           
=======================================
  Files         123      123           
  Lines        8287     8287           
=======================================
  Hits         4834     4834           
  Misses       3251     3251           
  Partials      202      202           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 08c5d2b to 3e31a28 Compare March 12, 2025 11:59
@renovate renovate bot changed the title fix(deps): update module github.com/go-vela/server to v0.26.4 fix(deps): update all non-major dependencies Mar 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 91f055c to ec5870a Compare March 24, 2025 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from ec5870a to 61f2eab Compare March 25, 2025 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 6 times, most recently from ec13026 to f1b0d25 Compare April 8, 2025 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 1a4bd33 to e42902e Compare April 9, 2025 18:52
Copy link
Contributor Author

renovate bot commented Apr 9, 2025

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

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.36.0 -> v0.37.0
golang.org/x/oauth2 v0.28.0 -> v0.29.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

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 6 times, most recently from 3e584ea to fa15837 Compare April 16, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from fa15837 to f569373 Compare April 20, 2025 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants