-
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.2.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
|
cluster-stack-bot
bot
added
the
size/XS
Denotes a PR that changes 0-20 lines, ignoring generated files.
label
Jul 1, 2024
The module gophercloud/[email protected] requires go >= 1.22 |
cluster-stack-bot
bot
force-pushed
the
renovate/major-2-golang-deps
branch
2 times, most recently
from
July 15, 2024 11:16
fd7c2ed
to
a887437
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/major-2-golang-deps
branch
2 times, most recently
from
July 24, 2024 11:16
c73fb12
to
b574157
Compare
cluster-stack-bot
bot
changed the title
🌱 Update Golang Dependencies group to v2.0.0
🌱 Update Golang Dependencies group to v2.1.0
Jul 24, 2024
cluster-stack-bot
bot
force-pushed
the
renovate/major-2-golang-deps
branch
from
July 31, 2024 11:16
b574157
to
70d4764
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/major-2-golang-deps
branch
from
August 14, 2024 11:17
70d4764
to
a4b69ef
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/major-2-golang-deps
branch
from
August 27, 2024 11:18
a4b69ef
to
f22caa3
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/major-2-golang-deps
branch
from
September 19, 2024 11:18
f22caa3
to
f68cc3d
Compare
cluster-stack-bot
bot
changed the title
🌱 Update Golang Dependencies group to v2.1.0
🌱 Update Golang Dependencies group to v2.1.1
Sep 19, 2024
| datasource | package | from | to | | ---------- | ---------------------------------- | ------- | ------ | | go | github.com/gophercloud/gophercloud | v1.14.0 | v2.2.0 |
cluster-stack-bot
bot
force-pushed
the
renovate/major-2-golang-deps
branch
from
October 19, 2024 11:17
f68cc3d
to
741fe76
Compare
cluster-stack-bot
bot
changed the title
🌱 Update Golang Dependencies group to v2.1.1
🌱 Update Golang Dependencies group to v2.2.0
Oct 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.2.0
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud)
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.