Skip to content

[Renovatebot] Update gomod #181

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
Open

[Renovatebot] Update gomod #181

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/storage v1.39.0 -> v1.54.0 age adoption passing confidence require minor
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.1 -> v1.6.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2 v1.25.3 -> v1.36.3 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.27.7 -> v1.29.14 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.9 -> v1.17.75 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4 -> v1.79.3 age adoption passing confidence require minor
github.com/fsouza/fake-gcs-server v1.47.8 -> v1.52.2 age adoption passing confidence require minor
github.com/hashicorp/go-hclog v1.6.2 -> v1.6.3 age adoption passing confidence require patch
github.com/hashicorp/go-plugin v1.6.0 -> v1.6.3 age adoption passing confidence require patch
github.com/spf13/afero v1.11.0 -> v1.14.0 age adoption passing confidence require minor
github.com/spf13/cobra v1.8.0 -> v1.9.1 age adoption passing confidence require minor
github.com/spf13/viper v1.18.2 -> v1.20.1 age adoption passing confidence require minor
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence require minor
go (source) 1.22.0 -> 1.24.3 age adoption passing confidence toolchain minor
google.golang.org/api v0.169.0 -> v0.233.0 age adoption passing confidence require minor
google.golang.org/grpc v1.62.1 -> v1.72.1 age adoption passing confidence require minor
google.golang.org/protobuf v1.33.0 -> v1.36.6 age adoption passing confidence require minor

Release Notes

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

v1.36.3

Compare Source

v1.36.2

Compare Source

v1.36.1

Compare Source

v1.36.0

Compare Source

v1.35.0

Compare Source

v1.34.0

Compare Source

v1.33.0

Compare Source

v1.32.8

Compare Source

v1.32.7

Compare Source

v1.32.6

Compare Source

v1.32.5

Compare Source

v1.32.4

Compare Source

v1.32.3

Compare Source

v1.32.2

Compare Source

v1.32.1

Compare Source

fsouza/fake-gcs-server (github.com/fsouza/fake-gcs-server)

v1.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.52.1...v1.52.2

v1.52.1

Compare Source

What's Changed

Full Changelog: fsouza/fake-gcs-server@v1.52.0...v1.52.1

v1.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.51.0...v1.52.0

v1.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.50.2...v1.51.0

v1.50.2

Compare Source

What's Changed

Full Changelog: fsouza/fake-gcs-server@v1.50.1...v1.50.2

v1.50.1

Compare Source

What's Changed

Full Changelog: fsouza/fake-gcs-server@v1.50.0...v1.50.1

v1.50.0

Compare Source

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.49.3...v1.50.0

v1.49.3

Compare Source

What's Changed

Full Changelog: fsouza/fake-gcs-server@v1.49.2...v1.49.3

v1.49.2

Compare Source

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.49.1...v1.49.2

v1.49.1

Compare Source

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.49.0...v1.49.1

v1.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.48.0...v1.49.0

v1.48.0

Compare Source

What's Changed

Full Changelog: fsouza/fake-gcs-server@v1.47.8...v1.48.0

hashicorp/go-hclog (github.com/hashicorp/go-hclog)

v1.6.3: Optional JSON escaping

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.6.2...v1.6.3

hashicorp/go-plugin (github.com/hashicorp/go-plugin)

v1.6.3

Compare Source

ENHANCEMENTS:

  • Bump golang.org/x/net dependencies for vulnerability remediation.

Full Changelog: hashicorp/go-plugin@v1.6.2...v1.6.3

v1.6.2

Compare Source

ENHANCEMENTS:

  • Added support for gRPC dial options to the Dial API [GH-257]

BUGS:

  • Fixed a bug where reattaching to a plugin that exits could kill an unrelated process [GH-320]

v1.6.1

Compare Source

BUGS:

  • Suppress spurious os.ErrClosed on plugin shutdown [GH-299]

ENHANCEMENTS:

  • deps: bump google.golang.org/grpc to v1.58.3 [GH-296]
spf13/afero (github.com/spf13/afero)

v1.14.0

Compare Source

What's Changed

Full Changelog: spf13/afero@v1.13.0...v1.14.0

v1.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.12.0...v1.13.0

v1.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.11.0...v1.12.0

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

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

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

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

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
  • Fix missing config type when

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 is behind base branch, 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/gomod branch from fc4e243 to e8fde54 Compare March 13, 2024 23:24
@renovate renovate bot changed the title [Renovatebot] Update module cloud.google.com/go/storage to v1.39.1 [Renovatebot] Update gomod Mar 13, 2024
@renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from a6a00bf to 39afeee Compare March 18, 2024 22:21
@renovate renovate bot force-pushed the renovate/gomod branch 4 times, most recently from ba48269 to da79156 Compare March 27, 2024 18:32
@renovate renovate bot force-pushed the renovate/gomod branch 4 times, most recently from b5c2a04 to 0c28c52 Compare April 3, 2024 21:50
@renovate renovate bot force-pushed the renovate/gomod branch 4 times, most recently from 5e7b32b to 408dcda Compare April 9, 2024 20:05
@renovate renovate bot force-pushed the renovate/gomod branch 6 times, most recently from 94a85c1 to b1b900e Compare April 23, 2024 22:24
@renovate renovate bot force-pushed the renovate/gomod branch 4 times, most recently from 63885b6 to 5d449c8 Compare May 7, 2024 01:21
@renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from b3cac44 to 756bb25 Compare May 10, 2024 01:17
@renovate renovate bot force-pushed the renovate/gomod branch 5 times, most recently from 2309a65 to 39f3832 Compare March 15, 2025 18:12
@renovate renovate bot force-pushed the renovate/gomod branch 5 times, most recently from dcc807c to 7478c54 Compare March 25, 2025 22:25
@renovate renovate bot force-pushed the renovate/gomod branch 6 times, most recently from dd54d6a to 22f5bc8 Compare April 1, 2025 17:06
@renovate renovate bot force-pushed the renovate/gomod branch 2 times, most recently from 97c7158 to 6941f78 Compare April 10, 2025 22:08
@renovate renovate bot force-pushed the renovate/gomod branch 2 times, most recently from 5862ac8 to b9ea989 Compare April 21, 2025 06:29
@renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from a2a2b2c to dd88cf2 Compare April 29, 2025 19:37
@renovate renovate bot force-pushed the renovate/gomod branch 3 times, most recently from c5d6cc6 to ce5f2c9 Compare May 6, 2025 23:47
@renovate renovate bot force-pushed the renovate/gomod branch 2 times, most recently from f250181 to 5106abb Compare May 13, 2025 19:34
@renovate renovate bot force-pushed the renovate/gomod branch from 5106abb to c0026e7 Compare May 14, 2025 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants