Skip to content

Commit 06b1fa2

Browse files
authored
Remove PostgreSQL service after deprecation (#589)
* manually remove postgresql service * remove examples and go work references * add note to changelogs
1 parent 6fe361f commit 06b1fa2

40 files changed

+4
-4396
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Release (2024-XX-XX)
22

3+
> **The STACKIT PostgreSQL service has reached its end of support on June 30th 2024. All calls done to the API have stopped working since then.**
4+
>
5+
> Use `github.com/stackitcloud/stackit-sdk-go/services/postgresflex` instead. For more details, check https://docs.stackit.cloud/stackit/en/bring-your-data-to-stackit-postgresql-flex-138347648.html.
6+
37
- `postgresflex`: [v0.15.0](services/postgresflex/CHANGELOG.md#v0150-2024-06-28)
48
- **Feature**: New API methods `CreateDatabase`, `DeleteDatabase`, `ListDatabase`, `ListDatabaseParameters` to manage PostgreSQL Flex databases
59
- **Feature**: New API method `UpdateInstance` to update the instance

examples/postgresql/go.mod

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

examples/postgresql/go.sum

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

examples/postgresql/postgresql.go

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

go.work

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use (
1818
./examples/objectstorage
1919
./examples/opensearch
2020
./examples/postgresflex
21-
./examples/postgresql
2221
./examples/rabbitmq
2322
./examples/redis
2423
./examples/resourcemanager
@@ -41,7 +40,6 @@ use (
4140
./services/objectstorage
4241
./services/opensearch
4342
./services/postgresflex
44-
./services/postgresql
4543
./services/rabbitmq
4644
./services/redis
4745
./services/resourcemanager

services/postgresql/.openapi-generator/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

services/postgresql/CHANGELOG.md

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

services/postgresql/LICENSE.md

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

services/postgresql/NOTICE.txt

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

0 commit comments

Comments
 (0)