Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
## Release (2025-02-21)
> [!WARNING]
>
> **The lowest supported go version is now 1.21. In the future, only the two most recent versions will be supported.**


- `core`: [0.16.0](core/CHANGELOG.md#v0160-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `archiving`: [0.2.0](services/archiving/CHANGELOG.md#v020-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `authorization`: [0.6.0](services/authorization/CHANGELOG.md#v060-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `certificates`: [0.2.0](services/certificates/CHANGELOG.md#v020-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `dns`: [0.13.0](services/dns/CHANGELOG.md#v0130-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `iaas`: [0.20.0](services/iaas/CHANGELOG.md#v0200-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `lbapplication`: [0.3.0](services/lbapplication/CHANGELOG.md#v030-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `loadbalancer`: [0.18.0](services/loadbalancer/CHANGELOG.md#v0180-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `logme`: [0.21.0](services/logme/CHANGELOG.md#v0210-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `mariadb`: [0.21.0](services/mariadb/CHANGELOG.md#v0210-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `mongodbflex`: [0.18.0](services/mongodbflex/CHANGELOG.md#v0180-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `objectstorage`: [1.1.0](services/objectstorage/CHANGELOG.md#v110-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `observability`: [0.14.0](services/observability/CHANGELOG.md#v0140-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `opensearch`: [0.20.0](services/opensearch/CHANGELOG.md#v0200-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `postgresflex`: [0.18.0](services/postgresflex/CHANGELOG.md#v0180-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `rabbitmq`: [0.21.0](services/rabbitmq/CHANGELOG.md#v0210-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `redis`: [0.21.0](services/redis/CHANGELOG.md#v0210-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `resourcemanager`: [0.13.0](services/resourcemanager/CHANGELOG.md#v0130-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `runcommand`: [0.3.0](services/runcommand/CHANGELOG.md#v030-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `secretsmanager`: [0.11.0](services/secretsmanager/CHANGELOG.md#v0110-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `serverbackup`: [0.6.0](services/serverbackup/CHANGELOG.md#v060-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `serverupdate`: [0.5.0](services/serverupdate/CHANGELOG.md#v050-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `serviceaccount`: [0.6.0](services/serviceaccount/CHANGELOG.md#v060-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `serviceenablement`: [0.5.0](services/serviceenablement/CHANGELOG.md#v050-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `ske`: [0.22.0](services/ske/CHANGELOG.md#v0220-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `sqlserverflex`: [0.10.0](services/sqlserverflex/CHANGELOG.md#v0100-2025-02-21)
- **New**: Minimal go version is now Go 1.21
- `stackitmarketplace`: [0.2.0](services/stackitmarketplace/CHANGELOG.md#v020-2025-02-21)
- **New**: Minimal go version is now Go 1.21


## Release (2025-02-11)

- `lbapplication`: [v0.2.0](services/lbapplication/CHANGELOG.md#v020-2025-01-30)
Expand Down
3 changes: 3 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.16.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.15.1 (2025-01-08)

- **Bugfix:** `ConfigureRegion` does not return an error if a region is set by an enviroment variable.
Expand Down
3 changes: 3 additions & 0 deletions services/archiving/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.1.0 (2024-07-04)

- Manage your STACKIT Archiving instance with: `CreateInstance`, `DeleteInstance`, `GetInstance`, `ListInstances` and `PartialUpdateInstance`.
3 changes: 3 additions & 0 deletions services/authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.5.1 (2025-01-17)

- **Bugfix:** Revert back to global URL configuration
Expand Down
3 changes: 3 additions & 0 deletions services/certificates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.1.0 (2025-01-13)

- **New**: STACKIT Certificates module can be used to manage the STACKIT Load Balancer Certificates
3 changes: 3 additions & 0 deletions services/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.13.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.12.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.20.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.19.0 (2024-12-20)

- **Feature:** Add method to list quotas: `ListQuotas`
Expand Down
3 changes: 3 additions & 0 deletions services/lbapplication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.2.0 (2025-01-30)

- **Bugfix**: Set type from interface to int64 of `HealthyThreshold`, `UnhealthyThreshold`, `MaxLoadBalancers`, `Port`, `MaxConnections`, `Code` and `TargetPort`
Expand Down
3 changes: 3 additions & 0 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.18.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.17.0 (2024-10-14)

- **Feature:** Add support for nullable models
Expand Down
3 changes: 3 additions & 0 deletions services/logme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.20.2 (2025-01-20)

- **Bugfix:** Remove mistakenly implemented `syslog-use-udp`. Does not exist.
Expand Down
3 changes: 3 additions & 0 deletions services/mariadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.20.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/mongodbflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.18.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.17.0 (2025-01-20)

- **Breaking change**: Delete endpoint made private.
Expand Down
3 changes: 3 additions & 0 deletions services/objectstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.1.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v1.0.0 (2025-02-05)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.

Expand Down
3 changes: 3 additions & 0 deletions services/observability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.2.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.20.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.19.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/postgresflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.18.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.17.0 (2025-01-20)
- **Breaking change**: Delete endpoint made private.

Expand Down
3 changes: 3 additions & 0 deletions services/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.20.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.21.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.20.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/resourcemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.13.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.12.0 (2025-01-31)

- **Breaking Change**: Remove the methods `BffGetContainersOfAFolder` and `BffGetContainersOfAnOrganization`
Expand Down
3 changes: 3 additions & 0 deletions services/runcommand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.2.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.11.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.10.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/serverbackup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.5.0 (2025-01-14)

- **Feature:** Add new method: `GetServiceResource`
Expand Down
3 changes: 3 additions & 0 deletions services/serverupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.5.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.4.0 (2025-02-05)

- **Breaking Change**: Remove field `BackupProperties` from `CreateUpdatePayload` model
Expand Down
3 changes: 3 additions & 0 deletions services/serviceaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.5.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
3 changes: 3 additions & 0 deletions services/serviceenablement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.5.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.4.0 (2024-12-05)

- **Feature:** Add support for region eu02
Expand Down
3 changes: 3 additions & 0 deletions services/ske/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.22.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.21.1 (2025-01-23)
- Use current SKE API

Expand Down
3 changes: 3 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.10.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.9.0 (2025-01-20)

- **Breaking change**: Delete endpoint made private.
Expand Down
3 changes: 3 additions & 0 deletions services/stackitmarketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.0 (2025-02-21)
- **New:** Minimal go version is now Go 1.21

## v0.1.0 (2025-01-10)

- **New**: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.
Loading