-
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) #153
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
|
c902beb
to
39988ad
Compare
9fa9d85
to
91a5ae8
Compare
91a5ae8
to
03de53f
Compare
|
949f067
to
63c04f5
Compare
f275681
to
4d3ac93
Compare
4d3ac93
to
d638ac1
Compare
cce6368
to
3808a99
Compare
fb615b4
to
a6965a7
Compare
a6965a7
to
f2b8786
Compare
1ee74af
to
fe2825e
Compare
fe2825e
to
03abf10
Compare
| datasource | package | from | to | | ---------- | ------------------------------------------ | ------------- | ------- | | go | github.com/gophercloud/gophercloud/v2 | v2.0.0-beta.2 | v2.1.0 | | go | github.com/onsi/ginkgo/v2 | v2.19.1 | v2.20.2 | | go | sigs.k8s.io/cluster-api-provider-openstack | v0.9.0 | v0.10.5 |
03abf10
to
7904760
Compare
This PR contains the following updates:
v2.0.0-beta.2
->v2.1.0
v2.19.1
->v2.20.2
v0.9.0
->v0.10.5
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.1.0
Compare Source
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
Compare Source
What's Changed
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.