Skip to content

fix(deps): update all minor, patch, or digest dependencies on go #82

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 May 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/andreykaipov/goobs v0.12.0 -> v0.12.1 age adoption passing confidence require patch
github.com/creasty/defaults v1.7.0 -> v1.8.0 age adoption passing confidence require minor
github.com/go-logr/logr v1.2.4 -> v1.4.2 age adoption passing confidence require minor
github.com/go-logr/zapr v1.2.3 -> v1.3.0 age adoption passing confidence require minor
github.com/go-playground/validator/v10 v10.13.0 -> v10.26.0 age adoption passing confidence require minor
github.com/golang/protobuf v1.5.3 -> v1.5.4 age adoption passing confidence require patch
github.com/google/go-cmp v0.5.9 -> v0.7.0 age adoption passing confidence require minor
github.com/labstack/echo/v4 v4.10.2 -> v4.13.3 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.15.1 -> v1.22.0 age adoption passing confidence require minor
github.com/redis/go-redis/v9 v9.0.4 -> v9.8.0 age adoption passing confidence require minor
github.com/slack-go/slack v0.12.2 -> v0.16.0 age adoption passing confidence require minor
github.com/spf13/cobra v1.7.0 -> v1.9.1 age adoption passing confidence require minor
go.uber.org/zap v1.24.0 -> v1.27.0 age adoption passing confidence require minor
golang.org/x/sync v0.2.0 -> v0.13.0 age adoption passing confidence require minor
golang.org/x/xerrors 04be3eb -> 7835f81 age adoption passing confidence require digest
sigs.k8s.io/yaml v1.3.0 -> v1.4.0 age adoption passing confidence require minor

Release Notes

andreykaipov/goobs (github.com/andreykaipov/goobs)

v0.12.1: for obs websocket v5.1.0

Compare Source

Release v0.12.1 contains several CI improvements but also PR #​54 that fixes concurrent writes to the OBS websocket server. 🎉

What's Changed

New Contributors

Full Changelog: andreykaipov/goobs@v0.12.0...v0.12.1

creasty/defaults (github.com/creasty/defaults)

v1.8.0

Compare Source

go-logr/logr (github.com/go-logr/logr)

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

v1.4.0

Compare Source

This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.FromSlogHandler(...) and all output will go through the same stack.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.3.0...v1.4.0

v1.3.0

Compare Source

This release adds support for slog in a new, self-contained logr/slogr package. Implementers of a logr.LogSink are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a slog API call.

Breaking change: the call depth for LogSink.Enabled when called via Logger.Enabled was fixed to be the same as for other call paths. Implementers of a LogSink who have worked around this bug will need to remove their workarounds.

Security best practices were improved. Only Go versions >= 1.18 are supported by this release.

What's Changed


New Contributors

Full Changelog: go-logr/logr@v1.2.4...v1.3.0

go-logr/zapr (github.com/go-logr/zapr)

v1.3.0

Compare Source

This release adds support for slog. zapr implements slogr.SlogSink and therefore can be used through slogr.NewSlogHandler as backend for slog.

What's Changed


New Contributors

Full Changelog: go-logr/zapr@v1.2.4...v1.3.0

v1.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/zapr@v1.2.3...v1.2.4

go-playground/validator (github.com/go-playground/validator/v10)

v10.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.25.0...v10.26.0

v10.25.0: Release 10.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.24.0...v10.25.0

v10.24.0: Release 10.24.0

Compare Source

What's Changed

The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling net package.

Full Changelog: go-playground/validator@v10.23.0...v10.24.0

v10.23.0: Release 10.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.1...v10.23.0

v10.22.1: Release 10.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.0...v10.22.1

v10.22.0: Release 10.22.0

Compare Source

v10.21.0: Release 10.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.20.0...v10.21.0

v10.20.0: Release 10.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.19.0...v10.20.0

[v10.19.0](https:/


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 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 9eabc67 to 839082a Compare May 21, 2023 18:23
@renovate renovate bot changed the title fix(deps): update module github.com/go-logr/zapr to v1.2.4 fix(deps): update all minor, patch, or digest dependencies on go May 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 4224489 to 459926d Compare June 4, 2023 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 55cd699 to 02bb41e Compare June 15, 2023 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from eb87547 to b58958c Compare June 26, 2023 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from b58958c to 003d906 Compare July 6, 2023 20:27
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 8b78761 to fdf3811 Compare July 16, 2023 19:49
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from f813f3b to 624983f Compare August 2, 2023 09:55
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 624983f to a9cda09 Compare August 6, 2023 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from a9cda09 to f8837be Compare August 17, 2023 17:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 2b0a5f7 to 7ebc558 Compare August 30, 2023 07:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 894cda6 to 25deac6 Compare September 13, 2023 04:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 4 times, most recently from cb16829 to 7cf3a1b Compare September 20, 2023 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from c07f0e9 to 065c4c7 Compare September 27, 2023 14:44
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 065c4c7 to cb07329 Compare October 2, 2023 06:05
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 4 times, most recently from 996a28b to ec12f74 Compare February 28, 2025 12:08
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 7544f98 to 3d0440b Compare March 11, 2025 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 3d0440b to 4cd163f Compare March 11, 2025 20:21
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 7 times, most recently from 89f95da to 8c34cfc Compare March 27, 2025 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 4 times, most recently from 242dc4e to 58c34df Compare April 3, 2025 15:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 9434f01 to 9cfda80 Compare April 8, 2025 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 5 times, most recently from efcf7f7 to 25fb1e5 Compare April 23, 2025 06:28
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 25fb1e5 to 26bf73e Compare April 23, 2025 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 26bf73e to cfffbc1 Compare April 30, 2025 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from cfffbc1 to ef57bba Compare April 30, 2025 23:24
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.

0 participants