-
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 (patch) #147
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
|
We have to wait for gophercloud/utils#204, because NewImageServiceV2 was renamed to NewImageV2 in github.com/gophercloud/gophercloud/v2 v2.0.0-beta.3 |
fa6eaad
to
8546427
Compare
c2242c4
to
a25a27a
Compare
90dcdfd
to
e35c178
Compare
e35c178
to
8110531
Compare
|
4d8ee8e
to
267858a
Compare
Gophercloud now requires Go v1.22 https://github.com/gophercloud/gophercloud/blob/master/CHANGELOG.md |
9da3b04
to
0d1eb48
Compare
5f0d319
to
32a56ba
Compare
32a56ba
to
175f7ca
Compare
66cb392
to
2b876f5
Compare
6b8929f
to
bac3169
Compare
| datasource | package | from | to | | -------------- | ------------------------------------------ | ---------------------------------- | ---------------------------------- | | go | github.com/gophercloud/gophercloud/v2 | v2.0.0-beta.2 | v2.0.0 | | go | github.com/gophercloud/utils/v2 | v2.0.0-20240305212012-b57aefba4cdb | v2.0.0-20240812072210-8ce1fc0f2894 | | go | github.com/onsi/gomega | v1.34.0 | v1.34.2 | | golang-version | go | 1.23.0 | 1.23.1 | | go | sigs.k8s.io/cluster-api-provider-openstack | v0.9.0 | v0.9.2 |
bac3169
to
0daccca
Compare
Signed-off-by: Roman Hros <[email protected]>
This PR contains the following updates:
v2.0.0-beta.2
->v2.0.0
v2.0.0-20240305212012-b57aefba4cdb
->v2.0.0-20240812072210-8ce1fc0f2894
v1.34.0
->v1.34.2
1.23.0
->1.23.1
v0.9.0
->v0.9.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud/v2)
v2.0.0
Compare Source
MAIN BREAKING CHANGES:
objects
andcontainers
functions. If you were previously escaping names (with, for example:url.PathEscape
orurl.QueryEscape
), then you should REMOVE that and pass the intended names to Gophercloud directly.containers.ListOpts#Full
andobjects.ListOpts#Full
properties are REMOVED from the Gophercloud API. The reason for that is: plaintext listing is unfixably wrong and won't handle special characters reliably (i.e.\n
)./
), and empty object names are now rejected in Gophercloud before any call to Swift.objectstorage
:containers.ErrInvalidContainerName
is nowv1.ErrInvalidContainerName
.objectstorage
:v1.ErrEmptyContainerName
v1.ErrEmptyObjectName
objects.Copy
: thedestination
field (e.g.objects.CopyOpts#Destination
) must be in the form/container/object
: the function will reject a destination path if it doesn't start with a slash (/
).New features and improvements:
v2.0.0-rc.3
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.0.0-rc.2...v2.0.0-rc.3
v2.0.0-rc.2
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.0.0-rc.1...v2.0.0-rc.2
v2.0.0-rc.1
Compare Source
What's Changed
265955d
toe29dae5
by @dependabot in https://github.com/gophercloud/gophercloud/pull/2692v2-unreleased
by @pierreprinetti in https://github.com/gophercloud/gophercloud/pull/2901New Contributors
Full Changelog: gophercloud/gophercloud@v1.12.0...v2.0.0-rc.1
[
v2.0.0-beta.5
](https://reConfiguration
📅 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.