Skip to content

fix(deps): update external go packages #163

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: master
Choose a base branch
from

Conversation

lunar-renovate
Copy link
Contributor

@lunar-renovate lunar-renovate commented Jul 1, 2025

This PR contains the following updates:

Package Type Update Change
github.com/palantir/go-baseapp require minor v0.5.2 -> v0.6.0
github.com/palantir/go-githubapp require minor v0.33.0 -> v0.37.0
github.com/prometheus/client_golang require minor v1.21.1 -> v1.22.0
github.com/rs/zerolog require minor v1.33.0 -> v1.34.0
go (source) toolchain patch 1.24.1 -> 1.24.5

Release Notes

palantir/go-baseapp (github.com/palantir/go-baseapp)

v0.6.0

Compare Source

Other Changes
  • Set Go 1.24 as the minimum supported version
  • Add DoAuthWithRelayState() to ServiceProvider for SAML authentication (#​353)
  • Minor dependency and build tool upgrades
palantir/go-githubapp (github.com/palantir/go-githubapp)

v0.37.0

Compare Source

  • Update google/go-github to v73 (#​457)
  • Other minor dependency updates

Full Changelog: palantir/go-githubapp@v0.36.0...v0.37.0

v0.36.0

Compare Source

  • Update google/go-github to v72 (#​453)
  • Other minor dependency updates

Full Changelog: palantir/go-githubapp@v0.35.0...v0.36.0

v0.35.0

Compare Source

  • Update google/go-github to v71 (#​449)
  • Other minor dependency updates

Full Changelog: palantir/go-githubapp@v0.34.0...v0.35.0

v0.34.0

Compare Source

  • Remove ContextDeriver and related functions in favor of using context.WithoutCancel internally (#​430)
  • Expose X-Ratelimit-Used and X-Ratelimit-Reset header values as metrics (#​438 by @​andygrunwald)
  • Upgrade google/go-github to v70 (#​440)
  • Set the minimum Go version for the library to 1.24
  • Other minor dependency updates

Full Changelog: palantir/go-githubapp@v0.33.0...v0.34.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

rs/zerolog (github.com/rs/zerolog)

v1.34.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

@lunar-renovate lunar-renovate requested a review from a team as a code owner July 1, 2025 01:38
@lunar-renovate lunar-renovate added the dependencies Pull requests that update a dependency file label Jul 1, 2025
@lunar-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):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/bluekeyes/hatpear v0.1.1 -> v0.1.2
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0 -> v2.16.0
github.com/golang-jwt/jwt/v4 v4.5.1 -> v4.5.2
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 -> v0.0.0-20250401214520-65e299d6c5c9
github.com/rs/xid v1.5.0 -> v1.6.0
golang.org/x/net v0.34.0 -> v0.41.0
golang.org/x/oauth2 v0.26.0 -> v0.30.0
golang.org/x/sys v0.30.0 -> v0.33.0
google.golang.org/protobuf v1.36.1 -> v1.36.5

@lunar-renovate lunar-renovate force-pushed the renovate/external-go-packages branch from 9d20d76 to ca6c840 Compare July 9, 2025 14:45
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