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

chore(deps): update non-major deps #496

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
docker.io/alpine final minor 3.18.5 -> 3.19.0 age adoption passing confidence
docker.io/golang stage patch 1.21.4-alpine -> 1.21.5-alpine age adoption passing confidence
docker.io/golang final patch 1.21.4-alpine -> 1.21.5-alpine age adoption passing confidence
docker.io/python final patch 3.12.0-alpine -> 3.12.1-alpine age adoption passing confidence
docker.io/ruby final minor 3.2.2-alpine -> 3.3.0-alpine age adoption passing confidence
github.com/prometheus/client_golang require minor v1.17.0 -> v1.18.0 age adoption passing confidence
github.com/spf13/viper require minor v1.17.0 -> v1.18.2 age adoption passing confidence
google.golang.org/api require minor v0.152.0 -> v0.154.0 age adoption passing confidence

Release Notes

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

v1.18.0: v0.18.0

Compare Source

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #​1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #​1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #​1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #​1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #​1360

New Contributors

Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0

spf13/viper (github.com/spf13/viper)

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.0...v1.18.1

v1.18.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #​761)

#​1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.17.0...v1.18.0

googleapis/google-api-go-client (google.golang.org/api)

v0.154.0

Compare Source

Features

v0.153.0

Compare Source

Features

Configuration

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

🚦 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 has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link

coveralls commented Dec 1, 2023

Pull Request Test Coverage Report for Build 7348189697

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 7348184450: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@renovate renovate bot changed the title chore(deps): update docker.io/python:3.12.0-alpine docker digest to 09f18c1 chore(deps): update non-major deps Dec 5, 2023
@renovate renovate bot force-pushed the renovate/non-major-deps branch 11 times, most recently from 65f0889 to 6963c96 Compare December 12, 2023 19:42
@renovate renovate bot force-pushed the renovate/non-major-deps branch 2 times, most recently from ad69394 to a37a9d6 Compare December 18, 2023 19:39
@renovate renovate bot force-pushed the renovate/non-major-deps branch 6 times, most recently from dfd9d29 to 3daece0 Compare December 27, 2023 20:19
@renovate renovate bot force-pushed the renovate/non-major-deps branch 3 times, most recently from 5cbf852 to 435f76e Compare December 28, 2023 13:40
@renovate renovate bot force-pushed the renovate/non-major-deps branch from 435f76e to 0a6818c Compare December 28, 2023 13:41
@wass3rw3rk wass3rw3rk merged commit e29aef0 into main Dec 28, 2023
10 checks passed
@wass3rw3rk wass3rw3rk deleted the renovate/non-major-deps branch December 28, 2023 13:44
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.

2 participants