diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbd4a12..3849a4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.6.2 - 2025-12-22 + +### Removed + +- Removed unused "tenant_id" field from GetCluster endpoint. + +### Fixed + +- Fixed in-place restores where the recovery target is not the latest point in the repository. + ## v0.6.1 - 2025-12-19 ### Fixed diff --git a/api/apiv1/gen/control_plane/service.go b/api/apiv1/gen/control_plane/service.go index a6383fc9..9d6d9391 100644 --- a/api/apiv1/gen/control_plane/service.go +++ b/api/apiv1/gen/control_plane/service.go @@ -74,7 +74,7 @@ type Service interface { const APIName = "control-plane" // APIVersion is the version of the API as defined in the design. -const APIVersion = "v0.6.1" +const APIVersion = "v0.6.2" // ServiceName is the name of the service as defined in the design. This is the // same value that is set in the endpoint request contexts under the ServiceKey diff --git a/api/apiv1/gen/http/openapi.json b/api/apiv1/gen/http/openapi.json index af637e1b..edd10a76 100644 --- a/api/apiv1/gen/http/openapi.json +++ b/api/apiv1/gen/http/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "pgEdge Control Plane v1 API", "description": "A distributed application that provides a declarative API to deploy and manage Postgres databases.", - "version": "v0.6.1" + "version": "v0.6.2" }, "host": "localhost:3000", "consumes": [ diff --git a/api/apiv1/gen/http/openapi.yaml b/api/apiv1/gen/http/openapi.yaml index 2a770f45..181c9d56 100644 --- a/api/apiv1/gen/http/openapi.yaml +++ b/api/apiv1/gen/http/openapi.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: title: pgEdge Control Plane v1 API description: A distributed application that provides a declarative API to deploy and manage Postgres databases. - version: v0.6.1 + version: v0.6.2 host: localhost:3000 consumes: - application/json diff --git a/api/apiv1/gen/http/openapi3.json b/api/apiv1/gen/http/openapi3.json index 4b65609c..6498a756 100644 --- a/api/apiv1/gen/http/openapi3.json +++ b/api/apiv1/gen/http/openapi3.json @@ -3,7 +3,7 @@ "info": { "title": "pgEdge Control Plane v1 API", "description": "A distributed application that provides a declarative API to deploy and manage Postgres databases.", - "version": "v0.6.1" + "version": "v0.6.2" }, "servers": [ { diff --git a/api/apiv1/gen/http/openapi3.yaml b/api/apiv1/gen/http/openapi3.yaml index c5a85ff2..7df8e0ef 100644 --- a/api/apiv1/gen/http/openapi3.yaml +++ b/api/apiv1/gen/http/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: pgEdge Control Plane v1 API description: A distributed application that provides a declarative API to deploy and manage Postgres databases. - version: v0.6.1 + version: v0.6.2 servers: - url: http://localhost:3000 paths: diff --git a/api/version.txt b/api/version.txt index 45a99704..f420d704 100644 --- a/api/version.txt +++ b/api/version.txt @@ -1 +1 @@ -v0.6.1 \ No newline at end of file +v0.6.2 \ No newline at end of file diff --git a/changes/unreleased/Fixed-20251221-163411.yaml b/changes/unreleased/Fixed-20251221-163411.yaml deleted file mode 100644 index 014a18c3..00000000 --- a/changes/unreleased/Fixed-20251221-163411.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Fixed in-place restores where the recovery target is not the latest point in the repository. -time: 2025-12-21T16:34:11.393466-05:00 diff --git a/changes/unreleased/Removed-20251222-093048.yaml b/changes/unreleased/Removed-20251222-093048.yaml deleted file mode 100644 index 5e740484..00000000 --- a/changes/unreleased/Removed-20251222-093048.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Removed -body: Removed unused "tenant_id" field from GetCluster endpoint. -time: 2025-12-22T09:30:48.776635-06:00 diff --git a/changes/v0.6.2.md b/changes/v0.6.2.md new file mode 100644 index 00000000..2406d57f --- /dev/null +++ b/changes/v0.6.2.md @@ -0,0 +1,9 @@ +## v0.6.2 - 2025-12-22 + +### Removed + +- Removed unused "tenant_id" field from GetCluster endpoint. + +### Fixed + +- Fixed in-place restores where the recovery target is not the latest point in the repository. diff --git a/docs/changelog.md b/docs/changelog.md index 9fbd4a12..3849a4f9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +## v0.6.2 - 2025-12-22 + +### Removed + +- Removed unused "tenant_id" field from GetCluster endpoint. + +### Fixed + +- Fixed in-place restores where the recovery target is not the latest point in the repository. + ## v0.6.1 - 2025-12-19 ### Fixed diff --git a/mkdocs.yml b/mkdocs.yml index ccc7ba63..599c4da9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,7 +51,7 @@ theme: name: Switch to system preference extra: generator: false - control_plane_version: v0.6.1 + control_plane_version: v0.6.2 copyright: Copyright © 2023 - 2025 pgEdge, Inc repo_url: https://github.com/pgEdge/control-plane nav: