build(release): bump version to v0.7.0#319
Conversation
📝 WalkthroughWalkthroughThis PR publishes v0.7.0: adds consolidated release notes, updates version refs from v0.6.2 to v0.7.0, removes multiple unreleased changelog entries, updates docs/examples to the new tag, and adjusts a Makefile tag-resolution rule. Changes
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/development/e2e-tests.md`:
- Line 398: The example command uses the RC tag 'v0.7.0-rc.1' but this PR is the
GA release; update the example to use the GA image tag by replacing
'v0.7.0-rc.1' with 'v0.7.0' in the make update-lima-fixture command (or, if you
intend to show an RC-only example, explicitly annotate the line as RC-only and
keep both variants), so the command shown (make update-lima-fixture
FIXTURE_CONTROL_PLANE_IMAGE='ghcr.io/pgedge/control-plane:...') reflects the
correct release tag.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 86a379eb-4b76-46ec-bc18-b97778a584d2
⛔ Files ignored due to path filters (5)
api/apiv1/gen/control_plane/service.gois excluded by!**/gen/**api/apiv1/gen/http/openapi.jsonis excluded by!**/gen/**api/apiv1/gen/http/openapi.yamlis excluded by!**/gen/**api/apiv1/gen/http/openapi3.jsonis excluded by!**/gen/**api/apiv1/gen/http/openapi3.yamlis excluded by!**/gen/**
📒 Files selected for processing (30)
CHANGELOG.mdapi/version.txtchanges/unreleased/Added-20260225-091421.yamlchanges/unreleased/Added-20260303-092813.yamlchanges/unreleased/Added-20260306-160121.yamlchanges/unreleased/Added-20260324-100001.yamlchanges/unreleased/Added-20260324-100002.yamlchanges/unreleased/Added-20260324-100004.yamlchanges/unreleased/Added-20260324-100005.yamlchanges/unreleased/Added-20260324-100006.yamlchanges/unreleased/Added-20260324-100007.yamlchanges/unreleased/Added-20260324-100009.yamlchanges/unreleased/Changed-20260324-100003.yamlchanges/unreleased/Changed-20260324-100004.yamlchanges/unreleased/Fixed-20260119-095716.yamlchanges/unreleased/Fixed-20260218-230320.yamlchanges/unreleased/Fixed-20260220-191533.yamlchanges/unreleased/Fixed-20260324-100001.yamlchanges/unreleased/Fixed-20260324-100002.yamlchanges/unreleased/Fixed-20260324-100003.yamlchanges/unreleased/Fixed-20260324-100004.yamlchanges/unreleased/Fixed-20260324-100006.yamlchanges/v0.7.0.mddocs/api/openapi.mddocs/api/reference.mddocs/changelog.mddocs/development/e2e-tests.mddocs/installation/installation.mddocs/installation/mtls.mddocs/installation/upgrading.md
💤 Files with no reviewable changes (20)
- changes/unreleased/Changed-20260324-100003.yaml
- changes/unreleased/Added-20260324-100002.yaml
- changes/unreleased/Fixed-20260218-230320.yaml
- changes/unreleased/Added-20260324-100009.yaml
- changes/unreleased/Changed-20260324-100004.yaml
- changes/unreleased/Fixed-20260324-100002.yaml
- changes/unreleased/Added-20260303-092813.yaml
- changes/unreleased/Added-20260324-100005.yaml
- changes/unreleased/Fixed-20260324-100004.yaml
- changes/unreleased/Fixed-20260220-191533.yaml
- changes/unreleased/Added-20260324-100007.yaml
- changes/unreleased/Fixed-20260324-100006.yaml
- changes/unreleased/Added-20260324-100006.yaml
- changes/unreleased/Fixed-20260119-095716.yaml
- changes/unreleased/Fixed-20260324-100003.yaml
- changes/unreleased/Added-20260306-160121.yaml
- changes/unreleased/Added-20260324-100004.yaml
- changes/unreleased/Added-20260324-100001.yaml
- changes/unreleased/Fixed-20260324-100001.yaml
- changes/unreleased/Added-20260225-091421.yaml
Fixes our method for determining the latest release tag to get the tags from the release branch. This was the intent, but it was listing tags on the latest tag by mistake.
Summary
Release PR for v0.7.0
Changes
Added
patroni_portto the database and instance APIs.host_idconfiguration setting. It will now default to the short hostname (hostname -s) of the host machine.remove-hostAPI now returns a task for tracking removal progress.Changed
hostnameandipv4_addressfields in the API withpeer_addressesandclient_addressesfor host endpoints andaddressesfor instance and service instance endpoints.server_url(string) withserver_urls(string array) in the cluster join token, allowing multiple server URLs when joining a cluster.Fixed