build(deps): bump egoscale v3.1.40#845
Closed
natalie-o-perret wants to merge 1 commit into
Closed
Conversation
Picks up egoscale#767: list-zones no longer sends an Authorization header, so DBaaS-only IAM keys (and other restricted keys) can switch zones without hitting 403 on the public /zone endpoint. Also pulls in the regenerated AI API key surface and the v3 enum separator fix from egoscale#783. No CLI code changes required.
1157021 to
71fec9a
Compare
Contributor
Author
|
Superseded by a new PR on a correctly-named branch. |
This file contains hidden or 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
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.
Description
Bumps
github.com/exoscale/egoscale/v3to v3.1.40.Picks up exoscale/egoscale#767:
ListZonesno longer sends anAuthorizationheader, so DBaaS-only IAM keys (and other restricted keys) can switch zones without hitting 403 on the public/zoneendpoint.This also drags in the regenerated AI API key surface (path/types) and the enum separator fix from exoscale/egoscale#783. No CLI source changes are required:
go build,go vetandgo test -run=^$ ./...all pass cleanly against the new vendor tree.The vendored
Client.ListZonesnow skipssignRequest, which is the change that ships in v3.1.40 (thev3.1.39tag pre-dates #767: v3.1.40 was cut specifically to include it).Related issue
Changes
go.mod,go.sum: pingithub.com/exoscale/egoscale/v3fromv3.1.36-0.20260424083744-33446130ebd9tov3.1.40vendor/...: regenerated viago mod vendor(thev3/operations.goListZonesbody now skipssignRequest)CHANGELOG.md: add Bug fixes entry under UnreleasedChecklist
(For exoscale contributors)
Testing
go build ./...go vet ./...go test -run=^$ ./...(compiles all test packages)Notes for reviewers
Note
AI-assisted for the bump (go get / go mod tidy / go mod vendor / CHANGELOG entry / PR body). Reviewers should sanity-check the vendor diff against exoscale/egoscale@v3.1.40.