|
1 | | -## Release (2026-mm-dd) |
2 | | -- `core`: |
3 | | - - [v0.22.0](core/CHANGELOG.md#v0220) |
4 | | - - **Feature:** Support Azure DevOps OIDC adapter |
5 | | - - [v0.21.1](core/CHANGELOG.md#v0211) |
6 | | - - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
| 1 | +## Release (2026-DD-MM) |
| 2 | + |
| 3 | +- `core`: [v0.22.0](core/CHANGELOG.md#v0220) |
| 4 | + - **Feature:** Support Azure DevOps OIDC adapter |
| 5 | +- `alb`: [v0.10.0](services/alb/CHANGELOG.md#v0100) |
| 6 | + - **Feature:** Add new field `AltPort` to `ActiveHealthCheck` |
| 7 | + - **Feature:** Add new field `Tls` to `HttpHealthCheck` |
| 8 | + - **Breaking change:** Renamed `TargetPoolTlsConfig` to `TlsConfig` |
| 9 | +- `loadbalancer`: [v1.8.0](services/loadbalancer/CHANGELOG.md#v180) |
| 10 | + - **Feature:** Add new fields `AltPort` and `HttpHealthCheck` to `ActiveHealthCheck` |
| 11 | + |
| 12 | +## Release (2026-02-20) |
| 13 | +- `core`: [v0.21.1](core/CHANGELOG.md#v0211) |
| 14 | + - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
7 | 15 | - `alb`: |
8 | 16 | - [v0.9.3](services/alb/CHANGELOG.md#v093) |
9 | 17 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
|
20 | 28 | - [v0.1.4](services/auditlog/CHANGELOG.md#v014) |
21 | 29 | - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
22 | 30 | - `authorization`: |
| 31 | + - [v0.12.0](services/authorization/CHANGELOG.md#v0120) |
| 32 | + - **Breaking change:** removed operation `GetAssignableSubjects` and related models `AssignableSubject`, `ListAssignableSubjectsResponse` |
23 | 33 | - [v0.11.3](services/authorization/CHANGELOG.md#v0113) |
24 | 34 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
25 | 35 | - [v0.11.2](services/authorization/CHANGELOG.md#v0112) |
26 | 36 | - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
27 | 37 | - `cdn`: |
| 38 | + - [v1.10.0](services/cdn/CHANGELOG.md#v1100) |
| 39 | + - **Feature:** Add support for `RedirectConfig` in `Config`, `ConfigPatch` and `CreateDistributionPayload` models |
| 40 | + - new related models `RedirectConfig`, `RedirectRule`, `Matcher` and `MatchCondition` |
28 | 41 | - [v1.9.4](services/cdn/CHANGELOG.md#v194) |
29 | 42 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
30 | 43 | - [v1.9.3](services/cdn/CHANGELOG.md#v193) |
|
107 | 120 | - [v1.4.4](services/objectstorage/CHANGELOG.md#v144) |
108 | 121 | - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
109 | 122 | - `observability`: |
| 123 | + - [v0.17.0](services/observability/CHANGELOG.md#v0170) |
| 124 | + - **Feature:** add AlertRecord |
| 125 | + - new related operations: `CreateAlertRecord`, `DeleteAlertRecord`, `DeleteAlertRecords`, `GetAlertRecord`, `ListAlertRecords`, `PartialUpdateAlertRecords`, `UpdateAlertRecord` |
| 126 | + - new related models: `UpdateAlertRecordPayload`, `PartialUpdateAlertRecordsRequestInner`, `CreateAlertRecordPayload`, `AlertRecord`, `AlertRecordResponse`, `AlertRecordsResponse` |
| 127 | + - **Feature:** add Backups |
| 128 | + - new related operations: `CreateBackup`, `CreateBackupSchedule`, `ListBackupRetentions`, `ListBackupSchedules`, `ListBackups`, `RestoreBackup` |
| 129 | + - new related models: `BackupResponse`, `BackupRetentionResponse`, `BackupSchedule`, `BackupSchedulePostResponse`, `BackupScheduleResponse`, `CreateBackupSchedulePayload` |
| 130 | + - **Feature:** add Elasticsearch checks |
| 131 | + - new related operations `CreateElasticsearchCheck`, `DeleteElasticsearchCheck`, `ListElasticsearchChecks` |
| 132 | + - new related models `ElasticsearchCheckChildResponse`, `ElasticsearchCheckResponse` `CreateElasticsearchCheckPayload` |
| 133 | + - **Feature:** add Mongodb checks |
| 134 | + - new related operations `CreateMongodbCheck`, `ListMongodbChecks`, `DeleteMongodbCheck` |
| 135 | + - new related models `MongodbCheckChildResponse`, `MongodbCheckResponse`, `CreateMongodbCheckPayload` |
| 136 | + - **Feature:** add Mysql checks |
| 137 | + - new related operations `CreateMysqlCheck`, `DeleteMysqlCheck`, `ListMysqlChecks` |
| 138 | + - new related models `MysqlCheckChildResponse`, `MysqlCheckResponse`, `CreateMysqlCheckPayload` |
| 139 | + - **Feature:** add Network checks |
| 140 | + - new related operations `CreateNetworkCheck`, `DeleteNetworkCheck`, `ListNetworkChecks` |
| 141 | + - new related models `NetworkCheckChildResponse`, `NetworkCheckResponse`, `CreateNetworkCheckPayload` |
| 142 | + - **Feature:** add Ping checks |
| 143 | + - new related operations `CreatePingCheck`, `DeletePingCheck`, `ListPingChecks` |
| 144 | + - new related models `PingCheckChildResponse`, `PingCheckResponse`, `CreatePingCheckPayload` |
| 145 | + - **Feature:** add Postgresql checks |
| 146 | + - new related operations `CreatePostgresqlCheck`, `DeletePostgresqlCheck`, `ListPostgresqlChecks` |
| 147 | + - new related models `PostgresqlCheckChildResponse`, `PostgresqlCheckResponse`, `CreatePostgresqlCheckPayload` |
| 148 | + - **Feature:** add Rabbitmq checks |
| 149 | + - new related operations `CreateRabbitmqCheck`, `DeleteRabbitmqCheck`, `ListRabbitmqChecks` |
| 150 | + - new related models `RabbitmqCheckChildResponse`, `RabbitmqCheckResponse`, `CreateRabbitmqCheckPayload` |
| 151 | + - **Feature:** add Redis checks |
| 152 | + - new related operations `CreateRedisCheck`, `ListRedisChecks`, `DeleteRedisCheck` |
| 153 | + - new related models `RedisCheckChildResponse`, `RedisCheckResponse`, `CreateRedisCheckPayload` |
| 154 | + - **Feature:** extended AlertRules |
| 155 | + - new related operations `DeleteAlertRule`, `GetAlertRule`, `UpdateAlertRule` |
| 156 | + - new related models `AlertRuleResponse`, `UpdateAlertRulePayload` |
| 157 | + - **Feature:** add Offerings |
| 158 | + - new related operation `ListOfferings` |
| 159 | + - new related model `Offerings` |
| 160 | + - **Feature:** extended Scrape |
| 161 | + - new related operations `DeleteScrapeConfigs`, `PartialUpdateScrapeConfigs` |
| 162 | + - ️**Breaking change:** renamed AlertRule to AlertruleResponse |
| 163 | + - ️**Breaking change:** renamed CreateScrapeConfigPayloadHttpSdConfigsInner to PartialUpdateScrapeConfigsRequestInnerHttpSdConfigsInner |
| 164 | + - ️**Breaking change:** renamed CreateScrapeConfigPayloadHttpSdConfigsInnerOauth2 to PartialUpdateScrapeConfigsRequestInnerHttpSdConfigsInner |
| 165 | + - ️**Breaking change:** renamed CreateScrapeConfigPayloadHttpSdConfigsInnerOauth2TlsConfig to PartialUpdateScrapeConfigsRequestInnerHttpSdConfigsInnerTlsConfig |
| 166 | + - ️**Breaking change:** renamed CreateScrapeConfigPayloadMetricsRelabelConfigsInner to PartialUpdateScrapeConfigsRequestInnerMetricsRelabelConfigsInner |
| 167 | + - ️**Breaking change:** renamed CreateScrapeConfigPayloadStaticConfigsInner to PartialUpdateScrapeConfigsRequestInnerStaticConfigsInner |
| 168 | + - ️**Breaking change:** renamed CreateScrapeConfigPayloadBasicAuth to PartialUpdateScrapeConfigsRequestInnerBasicAuth |
110 | 169 | - [v0.16.3](services/observability/CHANGELOG.md#v0163) |
111 | 170 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
112 | 171 | - [v0.16.2](services/observability/CHANGELOG.md#v0162) |
|
122 | 181 | - [v1.3.4](services/postgresflex/CHANGELOG.md#v134) |
123 | 182 | - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
124 | 183 | - `rabbitmq`: |
| 184 | + - [v0.26.0](services/rabbitmq/CHANGELOG.md#v0260) |
| 185 | + - **Breaking change:** `SetTLSProtocols` now accepts a slice of strings instead of a single string |
125 | 186 | - [v0.25.6](services/rabbitmq/CHANGELOG.md#v0256) |
126 | 187 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
127 | 188 | - [v0.25.5](services/rabbitmq/CHANGELOG.md#v0255) |
|
162 | 223 | - [v1.2.5](services/serverupdate/CHANGELOG.md#v125) |
163 | 224 | - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
164 | 225 | - `serviceaccount`: |
| 226 | + - [v0.12.0](services/serviceaccount/CHANGELOG.md#v0120) |
| 227 | + - **Feature:** add support for Federated Identity Providers |
| 228 | + - new operations: `CreateFederatedIdentityProvider`, `DeleteServiceFederatedIdentityProvider`, `ListFederatedIdentityProviders`, `PartialUpdateServiceAccountFederatedIdentityProvider` |
| 229 | + - new models: `CreateFederatedIdentityProviderPayload`, `CreateFederatedIdentityProviderPayloadAssertionsInner`, `CreateFederatedIdentityProviderResponse`, `CreateFederatedIdentityProviderResponseAssertionsInner`, `FederatedListFederatedIdentityProvidersResponse`, `PartialUpdateServiceAccountFederatedIdentityProviderPayload` |
165 | 230 | - [v0.11.6](services/serviceaccount/CHANGELOG.md#v0116) |
166 | 231 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
167 | 232 | - [v0.11.5](services/serviceaccount/CHANGELOG.md#v0115) |
|
171 | 236 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
172 | 237 | - [v1.2.6](services/serviceenablement/CHANGELOG.md#v126) |
173 | 238 | - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
174 | | -- `sfs`: |
| 239 | +- `sfs`: |
| 240 | + - [v0.4.0](services/sfs/CHANGELOG.md#v040) |
| 241 | + - **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`. |
175 | 242 | - [v0.3.0](services/sfs/CHANGELOG.md#v030) |
176 | 243 | - **Feature:** Switch from `v1beta` API version to `v1` version. |
177 | 244 | - **Breaking change:** Remove `ListSnapshotSchedules` method |
|
182 | 249 | - [v0.2.2](services/sfs/CHANGELOG.md#v022) |
183 | 250 | - **Dependencies**: Bump `github.com/golang-jwt/jwt/v5` from `v5.3.0` to `v5.3.1` |
184 | 251 | - `ske`: |
| 252 | + - [v1.7.0](services/ske/CHANGELOG.md#v170) |
| 253 | + - **Feature:** new model `AccessScope` |
| 254 | + - **Feature:** new model `V2ControlPlaneNetwork` |
| 255 | + - **Feature:** added field `ControlPlane` of type `V2ControlPlaneNetwork` to model `Network` |
185 | 256 | - [v1.6.3](services/ske/CHANGELOG.md#v163) |
186 | 257 | - Bump STACKIT SDK core module from `v0.21.0` to `v0.21.1` |
187 | 258 | - [v1.6.2](services/ske/CHANGELOG.md#v162) |
|
0 commit comments