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 #118

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aws/aws-sdk-go-v2 v1.26.1 -> v1.30.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config v1.27.10 -> v1.27.27 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4 -> v1.30.3 age adoption passing confidence
github.com/spf13/cobra v1.8.0 -> v1.8.1 age adoption passing confidence
github.com/spf13/viper v1.18.2 -> v1.19.0 age adoption passing confidence
k8s.io/api v0.29.3 -> v0.30.3 age adoption passing confidence
k8s.io/apimachinery v0.29.3 -> v0.30.3 age adoption passing confidence
k8s.io/client-go v0.29.3 -> v0.30.3 age adoption passing confidence

Release Notes

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

v1.30.3

Compare Source

v1.30.2

Compare Source

v1.30.1

Compare Source

v1.30.0

Compare Source

v1.29.0

Compare Source

v1.28.0

Compare Source

v1.27.2

Compare Source

v1.27.1

Compare Source

v1.27.0

Compare Source

v1.26.2

Compare Source

spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1

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

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

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

kubernetes/api (k8s.io/api)

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

Compare Source

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

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

v0.29.4

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

@renovate renovate bot added the dependencies label May 1, 2024
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 4 times, most recently from d365df8 to 1e85a7e Compare May 15, 2024 15:43
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from ae96271 to d12f8ba Compare May 16, 2024 20:45
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 0c136dd to e19dcec Compare May 23, 2024 22:43
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 6ed0af6 to 044fe75 Compare June 3, 2024 21:55
Copy link
Contributor Author

renovate bot commented Jun 4, 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):

  • 19 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22.5
github.com/aws/aws-sdk-go-v2/credentials v1.17.10 -> v1.17.27
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 -> v1.16.11
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 -> v1.3.15
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 -> v2.6.15
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 -> v1.11.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7 -> v1.11.17
github.com/aws/aws-sdk-go-v2/service/sso v1.20.4 -> v1.22.4
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.4 -> v1.26.4
github.com/aws/aws-sdk-go-v2/service/sts v1.28.6 -> v1.30.3
github.com/aws/smithy-go v1.20.2 -> v1.20.3
github.com/go-logr/logr v1.3.0 -> v1.4.1
github.com/pelletier/go-toml/v2 v2.1.0 -> v2.2.2
golang.org/x/net v0.19.0 -> v0.23.0
golang.org/x/oauth2 v0.15.0 -> v0.18.0
golang.org/x/sys v0.15.0 -> v0.18.0
golang.org/x/term v0.15.0 -> v0.18.0
google.golang.org/appengine v1.6.7 -> v1.6.8
k8s.io/klog/v2 v2.110.1 -> v2.120.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340

@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from e482546 to 5846521 Compare June 12, 2024 19:47
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from 5846521 to 6679f63 Compare June 15, 2024 02:26
Copy link

codecov bot commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.40%. Comparing base (5129cdc) to head (22d378f).

Additional details and impacted files
@@            Coverage Diff            @@
##             main    #118      +/-   ##
=========================================
- Coverage   10.98%   5.40%   -5.59%     
=========================================
  Files           2       6       +4     
  Lines          91     185      +94     
=========================================
  Hits           10      10              
- Misses         79     173      +94     
  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 3 times, most recently from cc63e4e to 94a1e48 Compare June 19, 2024 19:33
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 02e5001 to bc3fd2e Compare June 28, 2024 22:54
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 5136ad0 to 8fa3e92 Compare July 10, 2024 19:49
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 799b32f to 9b04b3c Compare July 17, 2024 23:04
@renovate renovate bot force-pushed the renovate/golang-dependencies branch 3 times, most recently from c44eb5d to 99c4df6 Compare July 23, 2024 08:38
@renovate renovate bot force-pushed the renovate/golang-dependencies branch from a82ef32 to 22d378f Compare July 23, 2024 08:50
@karlderkaefer karlderkaefer merged commit 503f52a into main Jul 23, 2024
6 of 7 checks passed
@karlderkaefer karlderkaefer deleted the renovate/golang-dependencies branch July 23, 2024 09:56
karlderkaefer pushed a commit that referenced this pull request Jul 23, 2024
## [1.3.2](v1.3.1...v1.3.2) (2024-07-23)

### Bug Fixes

* **deps:** update golang dependencies ([#118](#118)) ([503f52a](503f52a))
@karlderkaefer
Copy link
Owner

🎉 This PR is included in version 1.3.2 🎉

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