Skip to content

Release v0.127.1#1662

Closed
tanmay-db wants to merge 2 commits into
v0.127.0-base-branchfrom
v0.127.1-cherrypick
Closed

Release v0.127.1#1662
tanmay-db wants to merge 2 commits into
v0.127.0-base-branchfrom
v0.127.1-cherrypick

Conversation

@tanmay-db

@tanmay-db tanmay-db commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

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_existing on postgres_branch /
postgres_endpoint (added in SDK #1649) plus UndeleteProject and 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 — Backport service/postgres from v0.131.0. Replaces
service/postgres/{api,impl,interface,model}.go, updates experimental/mocks/service/postgres/mock_postgres_interface.go, and adds
experimental/mocks/service/postgres/mock_undelete_project_operation_interface.go. 6 files, +651/−19.
- f963959d — Update NEXT_CHANGELOG.md to v0.127.1

SDK 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 service
changes were intentionally excluded.

SDK PR SHA Postgres files touched
#1644 bb51d912 service/postgres/model.go (+64)
#1649 05bc320a service/postgres/{impl,model}.go — adds ReplaceExisting
#1651 7aae318b service/postgres/{api,impl,interface,model}.go — adds UndeleteProject
#1657 a4ef2fae service/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.0
state. In particular:

Verification

  • go build ./... passes — the new UndeleteProject interface method matches the regenerated mock.
  • No existing exported APIs in service/postgres/ were removed; all changes are additive (new types, new fields, new method).

Tagging

The tagging workflow targets main only, so v0.127.1 will need to be tagged manually from this branch tip once approved.

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>
@tanmay-db tanmay-db force-pushed the v0.127.1-cherrypick branch from 7af6c68 to f963959 Compare April 30, 2026 14:49
@github-actions

Copy link
Copy Markdown

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/sdk-go

Inputs:

  • PR number: 1662
  • Commit SHA: f963959da517c61db4d2e105af4d0b9ade275d80

Checks will be approved automatically on success.

@tanmay-db tanmay-db changed the title Backport service/postgres changes from v0.131.0 Release v0.127.1 Apr 30, 2026
@tanmay-db tanmay-db temporarily deployed to test-trigger-is April 30, 2026 15:52 — with GitHub Actions Inactive
@tanmay-db tanmay-db changed the base branch from main to v0.127.0-base-branch April 30, 2026 16:00
@tanmay-db

Copy link
Copy Markdown
Contributor Author

All integration tests passed

@github-actions

Copy link
Copy Markdown

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.

@github-actions github-actions Bot added the stale The PR has been marked as "stale" and will automatically be closed if no further activity. label May 31, 2026
@github-actions

Copy link
Copy Markdown

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.

@github-actions github-actions Bot closed this Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale The PR has been marked as "stale" and will automatically be closed if no further activity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants