|
| 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) |
0 commit comments