File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2424 - ** Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
2525- ` sfs ` : [ v0.1.0] ( services/sfs/CHANGELOG.md#v010 )
2626 - ** New:** STACKIT File Storage (SFS) service
27- - ` alb ` [ v0.7.0] ( services/alb/CHANGELOG.md#v070 )
28- - ** Feature:** Switch from ` v2beta ` API version to ` v2 ` version.
29- - ** Feature:** ` MaxCredentials ` field added to ` GetQuotaResponse `
30- - ** Breaking change:** added ` version ` to LoadBalancer constructor
31- - ** Breaking change:** renamed ` exact ` to ` exactMatch ` in Path model
32- - ** Breaking change:** removed ` pathPrefix ` from Rule model
27+ - ` alb ` :
28+ - [ v0.8.0] ( services/alb/CHANGELOG.md#v080 )
29+ - ** Feature:** Add new fields ` used_credentials ` and ` used_load_balancers ` to ` GetQuotaResponse ` model
30+ - [ v0.7.0] ( services/alb/CHANGELOG.md#v070 )
31+ - ** Feature:** Switch from ` v2beta ` API version to ` v2 ` version.
32+ - ** Feature:** ` MaxCredentials ` field added to ` GetQuotaResponse `
33+ - ** Breaking change:** added ` version ` to LoadBalancer constructor
34+ - ** Breaking change:** renamed ` exact ` to ` exactMatch ` in Path model
35+ - ** Breaking change:** removed ` pathPrefix ` from Rule model
3336- ` certificates ` : [ v1.2.0] ( services/certificates/CHANGELOG.md#v120 )
3437 - ** Feature:** Switch from ` v2beta ` API version to ` v2 ` version.
3538 - ** Breaking change:** Rename ` CreateCertificateResponse ` to ` GetCertificateResponse `
Original file line number Diff line number Diff line change 1+ ## v0.8.0
2+ - ** Feature:** Add new fields ` used_credentials ` and ` used_load_balancers ` to ` GetQuotaResponse ` model
3+
14## v0.7.0
25- ** Feature:** Switch from ` v2beta ` API version to ` v2 ` version.
36- ** Feature:** ` MaxCredentials ` field added to ` GetQuotaResponse `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-alb"
33
44[tool .poetry ]
55name = " stackit-alb"
6- version = " v0.7 .0"
6+ version = " v0.8 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
You can’t perform that action at this time.
0 commit comments