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 dependencies #81

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go-v2 require minor v1.21.0 -> v1.22.0
github.com/aws/aws-sdk-go-v2/config require minor v1.18.42 -> v1.20.0
github.com/aws/aws-sdk-go-v2/service/ecr require minor v1.20.0 -> v1.21.0
github.com/spf13/viper require minor v1.16.0 -> v1.17.0
k8s.io/api require patch v0.28.2 -> v0.28.3
k8s.io/apimachinery require patch v0.28.2 -> v0.28.3
k8s.io/client-go require patch v0.28.2 -> v0.28.3

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.22.0

Compare Source

v1.21.2

Compare Source

v1.21.1

Compare Source

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

v1.17.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

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

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING]
WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING]
The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

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

kubernetes/api (k8s.io/api)

v0.28.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.28.3

Compare Source

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

v0.28.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.

@renovate renovate bot added the dependencies label Nov 1, 2023
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9dc9546) 11.21% compared to head (813a09e) 11.21%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   11.21%   11.21%           
=======================================
  Files           2        2           
  Lines         107      107           
=======================================
  Hits           12       12           
  Misses         93       93           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/golang-dependencies branch 5 times, most recently from 8b9dc62 to 8b70475 Compare November 1, 2023 13:31
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 8b70475 to 813a09e Compare November 1, 2023 16:10
@renovate renovate bot merged commit 299edf3 into main Nov 1, 2023
7 checks passed
@renovate renovate bot deleted the renovate/golang-dependencies branch November 1, 2023 18:12
karlderkaefer pushed a commit that referenced this pull request Nov 21, 2023
## [1.2.10](v1.2.9...v1.2.10) (2023-11-21)

### Bug Fixes

* **deps:** update golang dependencies ([#81](#81)) ([299edf3](299edf3))
@karlderkaefer
Copy link
Owner

🎉 This PR is included in version 1.2.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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