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(deps): update golang-packages #4059

Merged
merged 1 commit into from
Aug 26, 2024
Merged

fix(deps): update golang-packages #4059

merged 1 commit into from
Aug 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/charmbracelet/huh v0.5.1 -> v0.5.3 age adoption passing confidence require patch
github.com/docker/cli v27.1.1+incompatible -> v27.1.2+incompatible age adoption passing confidence require patch
github.com/docker/docker v27.1.1+incompatible -> v27.1.2+incompatible age adoption passing confidence require patch
github.com/gdgvda/cron v0.2.0 -> v0.3.0 age adoption passing confidence require minor
github.com/getkin/kin-openapi v0.126.0 -> v0.127.0 age adoption passing confidence require minor
github.com/jellydator/ttlcache/v3 v3.2.0 -> v3.2.1 age adoption passing confidence require patch
github.com/moby/moby v27.1.1+incompatible -> v27.1.2+incompatible age adoption passing confidence require patch
github.com/prometheus/client_golang v1.19.1 -> v1.20.2 age adoption passing confidence require minor
github.com/xanzy/go-gitlab v0.107.0 -> v0.108.0 age adoption passing confidence require minor
go (source) 1.22.5 -> 1.23.0 age adoption passing confidence toolchain minor
golang.org/x/net v0.27.0 -> v0.28.0 age adoption passing confidence require minor
golang.org/x/oauth2 v0.21.0 -> v0.22.0 age adoption passing confidence require minor
k8s.io/api v0.30.3 -> v0.31.0 age adoption passing confidence require minor
k8s.io/apimachinery v0.30.3 -> v0.31.0 age adoption passing confidence require minor
k8s.io/client-go v0.30.3 -> v0.31.0 age adoption passing confidence require minor

Release Notes

charmbracelet/huh (github.com/charmbracelet/huh)

v0.5.3

Compare Source

Crushin’ bugs

This release fixes a buncha bugs in Huh and Gum alike. Gum users, stay tuned for an update later today.

What's Changed

Fixed

Other Stuff

New Contributors

Full Changelog: charmbracelet/huh@v0.5.2...v0.5.3

v0.5.2

Compare Source

Lil’ fixes ’n’ improvements

Hi! This is a maintenance release to fix issues with dynamic forms as well as address issues with Gum upstream.

Changelog

New
Fixed

New Contributors

Full Changelog: charmbracelet/huh@v0.5.1...v0.5.2


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.

docker/cli (github.com/docker/cli)

v27.1.2+incompatible

Compare Source

docker/docker (github.com/docker/docker)

v27.1.2+incompatible

Compare Source

gdgvda/cron (github.com/gdgvda/cron)

v0.3.0

Compare Source

Features
  • logger: use slog (#​19) (d78a4dd)
  • Prevent the creation of constant delay schedules that are not a multiple of one second. (#​23) (b27460e)
Performance Improvements
getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.127.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.126.0...v0.127.0

jellydator/ttlcache (github.com/jellydator/ttlcache/v3)

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: jellydator/ttlcache@v3.2.0...v3.2.1

moby/moby (github.com/moby/moby)

v27.1.2+incompatible

Compare Source

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

v1.20.2

Compare Source

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #​1596

v1.20.1

Compare Source

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #​1587

v1.20.0

Compare Source

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #​1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #​1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #​1568 #​1578
  • [FEATURE] testutil: Add CollectAndFormat method. #​1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #​1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #​1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #​1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #​1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #​1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #​1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #​1455
  • [BUGFIX] promhttp: Make sure server
    instrumentation wrapping supports new and future extra responseWriter methods. #​1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #​1424
All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0

xanzy/go-gitlab (github.com/xanzy/go-gitlab)

v0.108.0

Compare Source

Breaking Changes

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.107.0...v0.108.0

golang/go (go)

v1.23.0

v1.22.6

kubernetes/api (k8s.io/api)

v0.31.0

Compare Source

v0.30.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.0

Compare Source

v0.30.4

Compare Source

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

v0.31.0

Compare Source

v0.30.4

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).

🚦 Automerge: Enabled.

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

Copy link
Contributor Author

renovate bot commented Aug 26, 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):

  • 15 additional dependencies were updated

Details:

Package Change
github.com/muesli/termenv v0.15.2 -> v0.15.3-0.20240618155329-98d742f6907a
github.com/charmbracelet/bubbles v0.18.0 -> v0.19.0
github.com/charmbracelet/bubbletea v0.26.4 -> v0.27.0
github.com/charmbracelet/lipgloss v0.11.0 -> v0.13.0
github.com/charmbracelet/x/ansi v0.1.2 -> v0.2.2
github.com/charmbracelet/x/exp/strings v0.0.0-20240617190524-788ec55faed1 -> v0.0.0-20240722160745-212f7b056ed0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.48.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
golang.org/x/sys v0.23.0 -> v0.24.0
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/utils v0.0.0-20231127182322-b307cd553661 -> v0.0.0-20240711033017-18e509b52bc8

@renovate renovate bot enabled auto-merge (squash) August 26, 2024 10:28
@renovate renovate bot merged commit 42e7d71 into main Aug 26, 2024
7 of 13 checks passed
@renovate renovate bot deleted the renovate/golang-packages branch August 26, 2024 10:50
@woodpecker-bot
Copy link
Collaborator

@woodpecker-bot woodpecker-bot mentioned this pull request Aug 26, 2024
1 task
6543 pushed a commit to 6543-forks/woodpecker that referenced this pull request Sep 5, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@woodpecker-bot woodpecker-bot mentioned this pull request Sep 8, 2024
1 task
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