-
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 Golang Dependencies group to v2.6.0 #27
Open
cluster-stack-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-2-golang-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The module gophercloud/[email protected] requires go >= 1.22 |
fd7c2ed
to
a887437
Compare
c73fb12
to
b574157
Compare
b574157
to
70d4764
Compare
70d4764
to
a4b69ef
Compare
a4b69ef
to
f22caa3
Compare
f22caa3
to
f68cc3d
Compare
f68cc3d
to
741fe76
Compare
741fe76
to
ab45785
Compare
ab45785
to
567ae1c
Compare
567ae1c
to
e3d3e03
Compare
| datasource | package | from | to | | ---------- | ---------------------------------- | ------- | ------ | | go | github.com/gophercloud/gophercloud | v1.14.0 | v2.6.0 |
e3d3e03
to
b98069d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.14.0
->v2.6.0
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud)
v2.6.0
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.5.0...v2.6.0
v2.5.0
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.4.0...v2.5.0
v2.4.0
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.3.0...v2.4.0
v2.3.0
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.2.0...v2.3.0
v2.2.0
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.1.1...v2.2.0
v2.1.1
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.1.0...v2.1.1
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:
v1.14.1
Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v1.14.0...v1.14.1
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.