Release v0.127.1#1662
Closed
tanmay-db wants to merge 2 commits into
Closed
Conversation
Cherry-picks the postgres-only portion of the following auto-generated "Update SDK API" PRs from main onto v0.127.0: - #1644 (bb51d91): model.go additions - #1649 (05bc320): impl.go + model.go (adds ReplaceExisting) - #1651 (7aae318): api.go, impl.go, interface.go, model.go - #1657 (a4ef2fa): model.go Files replaced wholesale with their v0.131.0 (5275d1a) versions: service/postgres/{api,impl,interface,model}.go experimental/mocks/service/postgres/mock_postgres_interface.go experimental/mocks/service/postgres/mock_undelete_project_operation_interface.go (new) Co-authored-by: Isaac Signed-off-by: Tanmay Rustagi <tanmay.rustagi@databricks.com>
Co-authored-by: Isaac Signed-off-by: Tanmay Rustagi <tanmay.rustagi@databricks.com>
7af6c68 to
f963959
Compare
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
renaudhartert-db
approved these changes
Apr 30, 2026
Contributor
Author
|
All integration tests passed |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. If this PR is still relevant, please leave a comment or push new changes to keep it open. Thank you for your contributions. |
|
This pull request has been automatically closed because it remained stale for 15 days with no further activity. Feel free to reopen it if you'd like to continue working on it. |
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.
Changes
This is the hotfix release v0.127.1 over v0.127.0 backporting the
service/postgres/portion of four auto-generated SDK API updates that landed between v0.127.0 and v0.131.0.This unblocks the Terraform Provider hotfix v1.114.2, which needs
replace_existingonpostgres_branch/postgres_endpoint(added in SDK #1649) plusUndeleteProjectand other postgres model additions.Compare against v0.127.0: v0.127.0...v0.127.1-cherrypick (PRs can only be opened against main for comments / review)
Commits included (2, on top of
v0.127.0)-
33f9e40d— Backportservice/postgresfrom v0.131.0. Replacesservice/postgres/{api,impl,interface,model}.go, updatesexperimental/mocks/service/postgres/mock_postgres_interface.go, and addsexperimental/mocks/service/postgres/mock_undelete_project_operation_interface.go. 6 files, +651/−19.-
f963959d— UpdateNEXT_CHANGELOG.mdtov0.127.1SDK PRs being backported
The following auto-generated "Update SDK API" PRs touched
service/postgres/between v0.127.0 and v0.131.0. Only their postgres-only portion is included here; all other servicechanges were intentionally excluded.
bb51d912service/postgres/model.go(+64)05bc320aservice/postgres/{impl,model}.go— addsReplaceExisting7aae318bservice/postgres/{api,impl,interface,model}.go— addsUndeleteProjecta4ef2faeservice/postgres/model.go(+50)Each of the four SDK PRs above is an OpenAPI regeneration that touches many services. Only
service/postgres/and its mocks were taken; every other service was left at its v0.127.0state. In particular:
apierr.ErrResourceAlreadyExistsaliasing (#1639) and its revert(#1658) are not on this branch — both occurred between v0.127.0 and v0.131.0 but cancel out, so excluding them keeps the
diff minimal.
Verification
go build ./...passes — the newUndeleteProjectinterface method matches the regenerated mock.service/postgres/were removed; all changes are additive (new types, new fields, new method).Tagging
The tagging workflow targets
mainonly, so v0.127.1 will need to be tagged manually from this branch tip once approved.