-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CHANGELOG * Fix typo * Update changelog * Update date
- Loading branch information
1 parent
9cc6b19
commit 18d9cf3
Showing
24 changed files
with
158 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
## Release (2024-12-04) | ||
|
||
This is the first GitHub release of the STACKIT Python SDK. | ||
|
||
### Highlights | ||
|
||
List of modules: | ||
|
||
- `core`: [v0.1.0](core/CHANGELOG.md#v010-2024-12-04) | ||
- The core module offers functionality, such as authorization and configuration, to be used together with the Python SDK service modules | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/core) | ||
- `authorization`: [v0.1.0](services/authorization/CHANGELOG.md#v010-2024-12-04) | ||
- Manage authorization of your STACKIT resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/authorization) | ||
- `dns`: [v0.1.0](services/dns/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT DNS resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/dns) | ||
- `iaas`: [v0.1.0](services/iaas/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Infrastructure as a Service (IaaS) resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/iaas) | ||
- `loadbalancer`: [v0.1.0](services/loadbalancer/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Load Balancer resources | ||
- `logme`: [v0.1.0](services/logme/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Logme resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/logme) | ||
- `mariadb`: [v0.1.0](services/mariadb/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT MariaDB resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mariadb) | ||
- `mongodbflex`: [v0.1.0](services/mongodbflex/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT MongoDB Flex resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mongodbflex) | ||
- `objectstorage`: [v0.1.0](services/objectstorage/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Object Storage resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/objectstorage) | ||
- `opensearch`: [v0.1.0](services/opensearch/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT OpenSearch resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/opensearch) | ||
- `postgresflex`: [v0.1.0](services/postgresflex/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT PostgreSQL Flex resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/postgresflex) | ||
- `rabbitmq`: [v0.1.0](services/rabbitmq/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT RabbitMQ resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/rabbitmq) | ||
- `redis`: [v0.1.0](services/redis/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Redis resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/redis) | ||
- `resourcemanager`: [v0.1.0](services/resourcemanager/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT resources such as projects, organizations and folders | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/resourcemanager) | ||
- `runcommand`: [v0.1.0](services/runcommand/CHANGELOG.md#v010-2024-12-04) | ||
- STACKIT Run Command module can be used to run remote commands and custom scripts on VMs | ||
- `secretsmanager`: [v0.1.0](services/secretsmanager/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Secrets Manager resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/secretsmanager) | ||
- `serverupdate`: [v0.1.0](services/serverupdate/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Server Backups | ||
- `serverbackup`: [v0.1.0](services/serverbackup/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Server Updates | ||
- `serviceaccount`: [v0.1.0](services/serviceaccount/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT service accounts | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceaccount) | ||
- `serviceenablement`: [v0.1.0](services/serviceenablement/CHANGELOG.md#v010-2024-12-04) | ||
- STACKIT Service Enablement module can be used to enable services | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceenablement) | ||
- `ske`: [v0.1.0](services/ske/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT Kubernetes Engine resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/ske) | ||
- `sqlserverflex`: [v0.1.0](services/sqlserverflex/CHANGELOG.md#v010-2024-12-04) | ||
- Manage your STACKIT SQLServer Flex resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/sqlserverflex) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-XX) | ||
|
||
- The core module offers functionality, such as authorization and configuration, to be used together with the Python SDK service modules | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/core) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage authorization of your STACKIT resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT DNS resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/dns) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Infrastructure as a Service (IaaS) resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/iaas) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Load Balancer resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/loadbalancer) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Logme resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/logme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT MariaDB resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mariadb) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT MongoDB Flex resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/mongodbflex) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Object Storage resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/objectstorage) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Observability resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/observability) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT OpenSearch resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/opensearch) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT PostgreSQL Flex resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/postgresflex) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT RabbitMQ resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/rabbitmq) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Redis resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/redis) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT resources such as your project, organization and folders | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/resourcemanager) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- STACKIT Run Command module can be used to run remote commands and custom scripts on VMs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Secrets manager resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/secretsmanager) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Server Backups |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Server Updates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Service Accounts | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceaccount) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- STACKIT Service Enablement module can be used to enable services | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/serviceenablement) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT Kubernetes Engine resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/ske) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## v0.1.0 (2024-12-04) | ||
|
||
- Manage your STACKIT SQLServer Flex resources | ||
- [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/sqlserverflex) |