Skip to content

Commit 9b24b02

Browse files
committed
build(release): bump version to v0.5.1
1 parent 87d9691 commit 9b24b02

File tree

13 files changed

+57
-65
lines changed

13 files changed

+57
-65
lines changed

CHANGELOG.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
2-
## v0.5.0 - 2025-11-04
2+
## v0.5.1 - 2025-11-24
3+
### Added
4+
- Added support for Postgres 16.11, 17.7, and 18.1.
5+
### Changed
6+
- Default Postgres version to 18.1.
7+
### Removed
8+
- Removed unsupported Postgres 17.5.## v0.5.0 - 2025-11-04
39
### Added
410
- Added support for Postgres 18.0.
511
- Added a new "client-only" Etcd mode to enable larger clusters and clusters with an even number of hosts.
@@ -17,9 +23,7 @@
1723
- Fixed a bug that prevented users from using Service Accounts for pgBackRest credentials in GCS.
1824
- Fixed missing replication sets after restoring from backup.
1925
- Fixed incorrect response in `update-database` when a non-existent host ID is specified.
20-
- Fixed a bug with scheduled instance restarts.
21-
22-
## v0.4.0 - 2025-10-06
26+
- Fixed a bug with scheduled instance restarts.## v0.4.0 - 2025-10-06
2327
### Added
2428
- Introduced stop-instance and start-instance APIs to allow users to manually trigger a stop/start of a specific Postgres instance.
2529
- Added support for adding new database nodes with zero downtime.
@@ -42,9 +46,7 @@
4246
- Changed patroni configuration to use pg_rewind for faster recovery after a switchover.
4347
### Fixed
4448
- Fixed join cluster timeouts when requests were submitted to a member other than the raft leader.
45-
- Ensure that join and init cluster calls only return once the server is ready to take requests. Any errors during the initialization process will now be returned to callers.
46-
47-
## v0.3.0 - 2025-08-19
49+
- Ensure that join and init cluster calls only return once the server is ready to take requests. Any errors during the initialization process will now be returned to callers.## v0.3.0 - 2025-08-19
4850
### Added
4951
- Added ability to override 'database modifiable state' check via `force` parameters on several endpoints.
5052
- Added a `client` package that wraps the generated client code in a friendlier interface.
@@ -55,9 +57,7 @@
5557
- Fixed error in restore database workflow when the request is submitted to a host that is not running the target instance.
5658
- Fixed client-side validation errors from missing enum values in our generated client code.
5759
- Fixed timing issue where a new database operation could not be started immediately after the task was marked as completed.
58-
- Fixed a bug in the restore database workflow where, sometimes, the restore would start before Postgres had finished shutting down.
59-
60-
## v0.2.0 - 2025-07-22
60+
- Fixed a bug in the restore database workflow where, sometimes, the restore would start before Postgres had finished shutting down.## v0.2.0 - 2025-07-22
6161
### Added
6262
- Tasks and task logs for every database operation.
6363
- `parent_id`, `node_name`, `host_id`, and `instance_id` fields to task API entities.
@@ -88,8 +88,6 @@
8888
### Fixed
8989
- Delay when resuming workflows after a restart.
9090
- Database operation errors when instance IPs change after restarting.
91-
- Method to determine default IPv4 address to always return IPv4.
92-
93-
## v0.1.0 - 2025-05-28
91+
- Method to determine default IPv4 address to always return IPv4.## v0.1.0 - 2025-05-28
9492
### Added
95-
- Release process to publish Docker images for the Control Plane server.
93+
- Release process to publish Docker images for the Control Plane server.

api/apiv1/gen/control_plane/service.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/apiv1/gen/http/openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/apiv1/gen/http/openapi.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/apiv1/gen/http/openapi3.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/apiv1/gen/http/openapi3.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.0
1+
v0.5.1

changes/unreleased/Added-20251118-135132.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/unreleased/Changed-20251118-135148.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/unreleased/Removed-20251118-135300.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)