Skip to content

Commit 06b4495

Browse files
committed
build(release): bump version to v0.6.1
1 parent b739f61 commit 06b4495

File tree

12 files changed

+27
-13
lines changed

12 files changed

+27
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.6.1 - 2025-12-19
4+
5+
### Fixed
6+
7+
- Fixed incorrect pgbackrest command format for database restore endpoint.
8+
- Fixed task logs API to return a `last_entry_id` even if `after_entry_id` is the last entry.
9+
310
## v0.6.0 - 2025-12-17
411

512
### Added

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.6.0
1+
v0.6.1

changes/unreleased/Fixed-20251219-094938.yaml

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

changes/unreleased/Fixed-20251219-104159.yaml

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

changes/v0.6.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.6.1 - 2025-12-19
2+
3+
### Fixed
4+
5+
- Fixed incorrect pgbackrest command format for database restore endpoint.
6+
- Fixed task logs API to return a `last_entry_id` even if `after_entry_id` is the last entry.

0 commit comments

Comments
 (0)