-
Notifications
You must be signed in to change notification settings - Fork 0
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
🌱 Update Update Golang Dependencies group (minor) #112
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
9c1b415
to
44baca5
Compare
this needs to be bumped to 1.21.8 for this one to pass. See the following message: go: module github.com/gophercloud/utils/v2@v2.0.0-20240228132853-8515e998ecab requires go >= 1.21.6; switching to go1.21.8 I'll update the builder image. |
75bc77f
to
da933a6
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
| datasource | package | from | to | | ---------- | ---------------------------------- | ------- | ------- | | go | github.com/gophercloud/gophercloud | v1.9.0 | v1.11.0 | | go | github.com/onsi/ginkgo/v2 | v2.15.0 | v2.17.1 | | go | github.com/onsi/gomega | v1.31.1 | v1.32.0 | | go | github.com/stretchr/testify | v1.8.4 | v1.9.0 |
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
54a8a16
to
c3babd3
Compare
This PR contains the following updates:
v1.9.0
->v1.11.0
80377ec
->b57aefb
v2.15.0
->v2.17.1
v1.31.1
->v1.32.0
v1.8.4
->v1.9.0
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud)
v1.11.0
Compare Source
What's Changed
This release replaces v1.9 and v1.10, making the Context embedded in the Provider client working again as expected.
Full Changelog: gophercloud/gophercloud@v1.10.0...v1.11.0
v1.10.0
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v1.9.0...v1.10.0
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.17.1
Compare Source
2.17.1
Fixes
af0330d
]v2.17.0
Compare Source
2.17.0
Features
--github-output
for nicer output in github actions [e8a2056
]Maintenance
977bc6f
]e297e7b
]v2.16.0
Compare Source
2.16.0
Features
Fixes
23f0cc5
]cd418b7
]Maintenance
2cebe8d
]06de431
]898cba9
]17ae120
]5a179ed
]a1e6b69
]d52951d
]4471b2e
]onsi/gomega (github.com/onsi/gomega)
v1.32.0
Compare Source
1.32.0
Maintenance
Migrate github.com/golang/protobuf to google.golang.org/protobuf [
436a197
]This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @jbduncan !). Please open an issue if you run into one.
chore: test with Go 1.22 (#733) [
32ef35e
]Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [
a0d0387
]Bump github-pages and jekyll-feed in /docs (#732) [
b71e477
]docs: fix typo and broken anchor link to gstruct [
f460154
]docs: fix HaveEach matcher signature [
a2862e4
]stretchr/testify (github.com/stretchr/testify)
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
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.