Skip to content

Commit 18d9cf3

Browse files
Add CHANGELOGs (#439)
* Add CHANGELOG * Fix typo * Update changelog * Update date
1 parent 9cc6b19 commit 18d9cf3

File tree

24 files changed

+158
-0
lines changed

24 files changed

+158
-0
lines changed

CHANGELOG.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
## Release (2024-12-04)
2+
3+
This is the first GitHub release of the STACKIT Python SDK.
4+
5+
### Highlights
6+
7+
List of modules:
8+
9+
- `core`: [v0.1.0](core/CHANGELOG.md#v010-2024-12-04)
10+
- The core module offers functionality, such as authorization and configuration, to be used together with the Python SDK service modules
11+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/core)
12+
- `authorization`: [v0.1.0](services/authorization/CHANGELOG.md#v010-2024-12-04)
13+
- Manage authorization of your STACKIT resources
14+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/authorization)
15+
- `dns`: [v0.1.0](services/dns/CHANGELOG.md#v010-2024-12-04)
16+
- Manage your STACKIT DNS resources
17+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/dns)
18+
- `iaas`: [v0.1.0](services/iaas/CHANGELOG.md#v010-2024-12-04)
19+
- Manage your STACKIT Infrastructure as a Service (IaaS) resources
20+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/iaas)
21+
- `loadbalancer`: [v0.1.0](services/loadbalancer/CHANGELOG.md#v010-2024-12-04)
22+
- Manage your STACKIT Load Balancer resources
23+
- `logme`: [v0.1.0](services/logme/CHANGELOG.md#v010-2024-12-04)
24+
- Manage your STACKIT Logme resources
25+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/logme)
26+
- `mariadb`: [v0.1.0](services/mariadb/CHANGELOG.md#v010-2024-12-04)
27+
- Manage your STACKIT MariaDB resources
28+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mariadb)
29+
- `mongodbflex`: [v0.1.0](services/mongodbflex/CHANGELOG.md#v010-2024-12-04)
30+
- Manage your STACKIT MongoDB Flex resources
31+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mongodbflex)
32+
- `objectstorage`: [v0.1.0](services/objectstorage/CHANGELOG.md#v010-2024-12-04)
33+
- Manage your STACKIT Object Storage resources
34+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/objectstorage)
35+
- `opensearch`: [v0.1.0](services/opensearch/CHANGELOG.md#v010-2024-12-04)
36+
- Manage your STACKIT OpenSearch resources
37+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/opensearch)
38+
- `postgresflex`: [v0.1.0](services/postgresflex/CHANGELOG.md#v010-2024-12-04)
39+
- Manage your STACKIT PostgreSQL Flex resources
40+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/postgresflex)
41+
- `rabbitmq`: [v0.1.0](services/rabbitmq/CHANGELOG.md#v010-2024-12-04)
42+
- Manage your STACKIT RabbitMQ resources
43+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/rabbitmq)
44+
- `redis`: [v0.1.0](services/redis/CHANGELOG.md#v010-2024-12-04)
45+
- Manage your STACKIT Redis resources
46+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/redis)
47+
- `resourcemanager`: [v0.1.0](services/resourcemanager/CHANGELOG.md#v010-2024-12-04)
48+
- Manage your STACKIT resources such as projects, organizations and folders
49+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/resourcemanager)
50+
- `runcommand`: [v0.1.0](services/runcommand/CHANGELOG.md#v010-2024-12-04)
51+
- STACKIT Run Command module can be used to run remote commands and custom scripts on VMs
52+
- `secretsmanager`: [v0.1.0](services/secretsmanager/CHANGELOG.md#v010-2024-12-04)
53+
- Manage your STACKIT Secrets Manager resources
54+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/secretsmanager)
55+
- `serverupdate`: [v0.1.0](services/serverupdate/CHANGELOG.md#v010-2024-12-04)
56+
- Manage your STACKIT Server Backups
57+
- `serverbackup`: [v0.1.0](services/serverbackup/CHANGELOG.md#v010-2024-12-04)
58+
- Manage your STACKIT Server Updates
59+
- `serviceaccount`: [v0.1.0](services/serviceaccount/CHANGELOG.md#v010-2024-12-04)
60+
- Manage your STACKIT service accounts
61+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceaccount)
62+
- `serviceenablement`: [v0.1.0](services/serviceenablement/CHANGELOG.md#v010-2024-12-04)
63+
- STACKIT Service Enablement module can be used to enable services
64+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceenablement)
65+
- `ske`: [v0.1.0](services/ske/CHANGELOG.md#v010-2024-12-04)
66+
- Manage your STACKIT Kubernetes Engine resources
67+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/ske)
68+
- `sqlserverflex`: [v0.1.0](services/sqlserverflex/CHANGELOG.md#v010-2024-12-04)
69+
- Manage your STACKIT SQLServer Flex resources
70+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/sqlserverflex)

core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-XX)
2+
3+
- The core module offers functionality, such as authorization and configuration, to be used together with the Python SDK service modules
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/core)

services/authorization/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage authorization of your STACKIT resources

services/dns/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT DNS resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/dns)

services/iaas/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Infrastructure as a Service (IaaS) resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/iaas)

services/loadbalancer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Load Balancer resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/loadbalancer)

services/logme/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Logme resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/logme)

services/mariadb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT MariaDB resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mariadb)

services/mongodbflex/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT MongoDB Flex resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mongodbflex)

services/objectstorage/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Object Storage resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/objectstorage)

services/observability/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Observability resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/observability)

services/opensearch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT OpenSearch resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/opensearch)

services/postgresflex/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT PostgreSQL Flex resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/postgresflex)

services/rabbitmq/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT RabbitMQ resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/rabbitmq)

services/redis/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Redis resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/redis)

services/resourcemanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT resources such as your project, organization and folders
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/resourcemanager)

services/runcommand/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- STACKIT Run Command module can be used to run remote commands and custom scripts on VMs

services/secretsmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Secrets manager resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/secretsmanager)

services/serverbackup/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Server Backups

services/serverupdate/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Server Updates

services/serviceaccount/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Service Accounts
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceaccount)
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- STACKIT Service Enablement module can be used to enable services
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceenablement)

services/ske/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT Kubernetes Engine resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/ske)

services/sqlserverflex/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## v0.1.0 (2024-12-04)
2+
3+
- Manage your STACKIT SQLServer Flex resources
4+
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/sqlserverflex)

0 commit comments

Comments
 (0)