Skip to content

Commit

Permalink
Add CHANGELOGs (#439)
Browse files Browse the repository at this point in the history
* Add CHANGELOG

* Fix typo

* Update changelog

* Update date
  • Loading branch information
vicentepinto98 authored Dec 4, 2024
1 parent 9cc6b19 commit 18d9cf3
Show file tree
Hide file tree
Showing 24 changed files with 158 additions and 0 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
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)
3 changes: 3 additions & 0 deletions services/authorization/CHANGELOG.md
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
4 changes: 4 additions & 0 deletions services/dns/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/iaas/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/loadbalancer/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/logme/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/mariadb/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/mongodbflex/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/objectstorage/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/observability/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/opensearch/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/postgresflex/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/rabbitmq/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/redis/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/resourcemanager/CHANGELOG.md
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)
3 changes: 3 additions & 0 deletions services/runcommand/CHANGELOG.md
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
4 changes: 4 additions & 0 deletions services/secretsmanager/CHANGELOG.md
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)
3 changes: 3 additions & 0 deletions services/serverbackup/CHANGELOG.md
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
3 changes: 3 additions & 0 deletions services/serverupdate/CHANGELOG.md
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
4 changes: 4 additions & 0 deletions services/serviceaccount/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/serviceenablement/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/ske/CHANGELOG.md
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)
4 changes: 4 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
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)

0 comments on commit 18d9cf3

Please sign in to comment.