Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.1 - 2025-12-19

### Fixed

- Fixed incorrect pgbackrest command format for database restore endpoint.
- Fixed task logs API to return a `last_entry_id` even if `after_entry_id` is the last entry.

## v0.6.0 - 2025-12-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion api/apiv1/gen/control_plane/service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/apiv1/gen/http/openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/apiv1/gen/http/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/apiv1/gen/http/openapi3.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/apiv1/gen/http/openapi3.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.0
v0.6.1
3 changes: 0 additions & 3 deletions changes/unreleased/Fixed-20251219-094938.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/unreleased/Fixed-20251219-104159.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions changes/v0.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v0.6.1 - 2025-12-19

### Fixed

- Fixed incorrect pgbackrest command format for database restore endpoint.
- Fixed task logs API to return a `last_entry_id` even if `after_entry_id` is the last entry.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.1 - 2025-12-19

### Fixed

- Fixed incorrect pgbackrest command format for database restore endpoint.
- Fixed task logs API to return a `last_entry_id` even if `after_entry_id` is the last entry.

## v0.6.0 - 2025-12-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ theme:
name: Switch to system preference
extra:
generator: false
control_plane_version: v0.6.0
control_plane_version: v0.6.1
copyright: Copyright © 2023 - 2025 pgEdge, Inc
repo_url: https://github.com/pgEdge/control-plane
nav:
Expand Down