Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change logs #735

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
54 changes: 53 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,56 @@
## Release (2024-XX-XX)
## Release (2024-08-13)
- `argus`: [v0.11.1](services/argus/CHANGELOG.md#v0111-2024-08-13)
- **Feature:** Add support for nullable fields
- `authorization`: [v0.4.1](services/authorization/CHANGELOG.md#v041-2024-08-13)
- **Feature:** Add support for nullable fields
- `dns`: [v0.10.1](services/dns/CHANGELOG.md#v0101-2024-08-13)
- **Feature:** Add support for nullable fields
- `iaas`: [v0.6.1](services/iaas/CHANGELOG.md#v061-2024-08-13)
- **Breaking change**: Rename types:
- `CreateNetworkIPv4` renamed to **`CreateNetworkIPv4Body`**
- `V1CreateNetworkIPv6` renamed to **`CreateNetworkIPv6Body`**
- `UpdateNetworkIPv4` renamed to **`UpdateNetworkIPv4Body`**
- `V1UpdateNetworkIPv6` renamed to **`UpdateNetworkIPv6Body`**
- **Feature:** `CreateNetworkIPv4Body`, `CreateNetworkIPv6Body`, `UpdateNetworkIPv4Body`, `UpdateNetworkIPv6Body` and `Network` have a new field: `Gateway`
- **Feature:** `CreateNetworkPayload`, `PartialUpdateNetworkPayload` and `Network` have a new field: `Routed`
- **Feature:** Add support for nullable fields
- `loadbalancer`: [v0.15.1](services/loadbalancer/CHANGELOG.md#v0151-2024-08-13)
- **Feature:** Add support for nullable fields
- `logme`: [v0.18.1](services/logme/CHANGELOG.md#v0181-2024-08-13)
- **Feature:** Add support for nullable fields
- `mariadb`: [v0.18.1](services/mariadb/CHANGELOG.md#v0181-2024-08-13)
- **Feature:** Add support for nullable fields
- `mongodbflex`: [v0.14.1](services/mongodbflex/CHANGELOG.md#v0141-2024-08-13)
- **Feature:** Add support for nullable fields
- `objectstorage`: [v0.10.1](services/objectstorage/CHANGELOG.md#v0101-2024-08-13)
- **Feature:** Add support for nullable fields
- `opensearch`: [v0.17.1](services/opensearch/CHANGELOG.md#v0171-2024-08-13)
- **Feature:** Add support for nullable fields
- `postgresflex`: [v0.15.1](services/postgresflex/CHANGELOG.md#v0151-2024-08-13)
- **Feature:** Add support for nullable fields
- `rabbitmq`: [v0.18.1](services/rabbitmq/CHANGELOG.md#v0181-2024-08-13)
- **Feature:** Add support for nullable fields
- `redis`: [v0.18.1](services/redis/CHANGELOG.md#v0181-2024-08-13)
- **Feature:** Add support for nullable fields
- `resourcemanager`: [v0.9.1](services/resourcemanager/CHANGELOG.md#v091-2024-08-13)
- **Feature:** Add support for nullable fields
- `runcommand`: [v0.1.1](services/runcommand/CHANGELOG.md#v011-2024-08-13)
- **Feature:** Add support for nullable fields
- `secretsmanager`: [v0.8.1](services/secretsmanager/CHANGELOG.md#v081-2024-08-13)
- **Feature:** Add support for nullable fields
- `serverbackup`: [v0.1.1](services/serverbackup/CHANGELOG.md#v011-2024-08-13)
- **Feature:** Add support for nullable fields
- `serviceaccount`: [v0.4.1](services/serviceaccount/CHANGELOG.md#v041-2024-08-13)
- **Feature:** Add support for nullable fields
- `serviceenablement`: [v0.2.1](services/serviceenablement/CHANGELOG.md#v021-2024-08-13)
- **Feature:** Add support for nullable fields
- `ske`: [v0.19.1](services/ske/CHANGELOG.md#v0191-2024-08-13)
- **Feature:** Add support for nullable fields
- `sqlserverflex`: [v0.5.1](services/sqlserverflex/CHANGELOG.md#v051-2024-08-13)
- **Feature:** Add support for nullable fields
- **Breaking change**:
- Fields in `GetBackupResponse` are not nested in an `Item` field (with type `Backup`) anymore
- `GetBackupResponse` have these new fields: `EndTime`, `Error`, `Id`, `Labels`, `Name`, `Options`, `Size`, `StartTime`
- `loadbalancer`: [v0.15.0](services/loadbalancer/CHANGELOG.md#v0150-2024-08-08)
- **Feature:** New API method `ListPlans` to list the available service plans
- `iaas`: [v0.6.0](services/iaas/CHANGELOG.md#v060-2024-08-05)
Expand Down
4 changes: 4 additions & 0 deletions services/argus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.11.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.11.0 (2024-05-23)

- **Feature**: New methods `GetMetricsStorageRetention`, `UpdateMetricsStorageRetention`
Expand Down
4 changes: 4 additions & 0 deletions services/authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.4.0 (2024-06-04)

- **Feature:** New method `ListUserPermissions`
Expand Down
4 changes: 4 additions & 0 deletions services/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.10.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.10.0 (2024-05-23)

- **Feature**: New method `CloneZone` to clone an existing zone with all record sets to a new zone with a different name
Expand Down
2 changes: 1 addition & 1 deletion services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.6.1 (2024-08-09)
## v0.6.1 (2024-08-13)
- **Breaking change**: Rename types:
- `CreateNetworkIPv4` renamed to **`CreateNetworkIPv4Body`**
- `V1CreateNetworkIPv6` renamed to **`CreateNetworkIPv6Body`**
Expand Down
5 changes: 5 additions & 0 deletions services/loadbalancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## v0.15.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.15.0 (2024-08-08)

- **Feature:** New API method `ListPlans` to list the available service plans

## v0.14.0 (2024-07-10)
Expand Down
4 changes: 4 additions & 0 deletions services/logme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.18.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.18.0 (2024-08-01)

- **Feature:** `Plan` has a new field `SkuName`
Expand Down
4 changes: 4 additions & 0 deletions services/mariadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.18.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.18.0 (2024-08-01)

- **Feature:** `Plan` has a new field `SkuName`
Expand Down
4 changes: 4 additions & 0 deletions services/mongodbflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.14.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.14.0 (2024-05-22)

- **Breaking change**: Remove unused data types.
Expand Down
4 changes: 4 additions & 0 deletions services/objectstorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.10.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.10.0 (2024-06-14)

- **Breaking change**: Remove unused data types.
Expand Down
4 changes: 4 additions & 0 deletions services/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.17.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.17.0 (2024-08-01)

- **Feature:** `Plan` has a new field `SkuName`
Expand Down
4 changes: 4 additions & 0 deletions services/postgresflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.15.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.15.0 (2024-06-28)

- **Feature**: New API methods `CreateDatabase`, `DeleteDatabase`, `ListDatabase`, `ListDatabaseParameters` to manage PostgreSQL Flex databases
Expand Down
4 changes: 4 additions & 0 deletions services/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.18.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.18.0 (2024-08-01)

- **Feature:** `Plan` has a new field `SkuName`
Expand Down
4 changes: 4 additions & 0 deletions services/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.18.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.18.0 (2024-08-01)

- **Feature:** `Plan` has a new field `SkuName`
Expand Down
4 changes: 4 additions & 0 deletions services/resourcemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.9.0 (2024-06-14)

- **Breaking Change**: Rename data types for uniformity
Expand Down
4 changes: 4 additions & 0 deletions services/runcommand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.1 (2024-08-13)

- **Feature:** Add support for nullable fields

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

- **New**: 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
@@ -1,3 +1,7 @@
## v0.8.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.8.0 (2024-05-23)

- **Breaking change**: Rename data types for uniformity
Expand Down
4 changes: 4 additions & 0 deletions services/serverbackup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.1.0 (2024-05-23)

- Manage your STACKIT Server Backups: `Backup`, `BackupSchedule`, `VolumeBackup`
4 changes: 4 additions & 0 deletions services/serviceaccount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.4.0 (2024-04-11)

- Set config.ContextHTTPRequest in Execute method
Expand Down
4 changes: 4 additions & 0 deletions services/serviceenablement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.2.0 (2024-07-12)

- **Feature**: New waiters `EnableServiceWaitHandler` and `DisableServiceWaitHandler` for async operations `EnableService` and `DisableService`, respectively.
Expand Down
4 changes: 4 additions & 0 deletions services/ske/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.19.1 (2024-08-13)

- **Feature:** Add support for nullable fields

## v0.19.0 (2024-07-18)

- **Feature:** New fields for `Extension`: `Dns`
Expand Down
2 changes: 1 addition & 1 deletion services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.5.0 (2024-08-13)
## v0.5.1 (2024-08-13)

- **Feature:** Add support for nullable fields
- **Breaking change**:
Expand Down
Loading