Skip to content

Commit 6e446fb

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1944
1 parent 875bc09 commit 6e446fb

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,19 @@
6868
- **Internal:** Improve deserializing and error types
6969
- [v0.6.0](services/ske/CHANGELOG.md#v060)
7070
- **Feature:** Add new `ClusterErrorCode` types: `CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND`, `CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE`
71-
- `stackitmarketplace`: [v1.5.0](services/stackitmarketplace/CHANGELOG.md#v150)
72-
- **Feature:** Add new `Assets` model for managing service certificate assets
73-
- **Feature:** Add new `LocalizedVersion` model for localized content management
74-
- **Feature:** Add new `NoticePeriod` model with types: `SAME_DAY`, `DAYS`, `MONTHS`
75-
- **Feature:** Add new `ServiceCertificate` model for service certification
71+
- `stackitmarketplace`:
72+
- [v1.5.1](services/stackitmarketplace/CHANGELOG.md#v151)
73+
- **Internal:** Improve deserializing and error types
74+
- [v1.5.0](services/stackitmarketplace/CHANGELOG.md#v150)
75+
- **Feature:** Add new `Assets` model for managing service certificate assets
76+
- **Feature:** Add new `LocalizedVersion` model for localized content management
77+
- **Feature:** Add new `NoticePeriod` model with types: `SAME_DAY`, `DAYS`, `MONTHS`
78+
- **Feature:** Add new `ServiceCertificate` model for service certification
79+
- [v1.4.0](services/stackitmarketplace/CHANGELOG.md#v140)
80+
- **Feature:** Add support for offer types
81+
- new model `OfferType`
82+
- new attribute `CatalogProductDetail` for `CatalogProductDetail` model
83+
- Attribute `is_product_listing` in `CatalogProductDetail` is now of type `Optional[StrictBool]` (previously `StrictBool`)
7684
- `cdn`:
7785
- [v1.3.0](services/cdn/CHANGELOG.md#v130)
7886
- **Breaking change:** Replace oneOf `ConfigBackend` with `HttpBackend`
@@ -85,11 +93,6 @@
8593
- **Internal:** Improve deserializing and error types
8694
- [v0.3.0](services/opensearch/CHANGELOG.md#v030)
8795
- **Breaking change:** Attribute `tls_protocols` of `InstanceParameters` model is now of type `List[StrictStr]` (previously `StrictStr`)
88-
- `stackitmarketplace`: [v1.4.0](services/stackitmarketplace/CHANGELOG.md#v140)
89-
- **Feature:** Add support for offer types
90-
- new model `OfferType`
91-
- new attribute `CatalogProductDetail` for `CatalogProductDetail` model
92-
- Attribute `is_product_listing` in `CatalogProductDetail` is now of type `Optional[StrictBool]` (previously `StrictBool`)
9396
- `iaas`: [v0.5.4](services/iaas/CHANGELOG.md#v054)
9497
- **Improvement:** Increase max length of `machine_type` and `volume_performance_class` fields from 63 to 127 characters in API methods
9598
- **Improvement:** Increase max length of `name` fields from 63 to 127 characters for various models:

services/stackitmarketplace/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
## v1.5.1
2+
- **Internal:** Improve deserializing and error types
3+
14
## v1.5.0
25
- **Feature:** Add new `Assets` model for managing service certificate assets
36
- **Feature:** Add new `LocalizedVersion` model for localized content management
47
- **Feature:** Add new `NoticePeriod` model with types: `SAME_DAY`, `DAYS`, `MONTHS`
58
- **Feature:** Add new `ServiceCertificate` model for service certification
69

7-
## v1.4.0
10+
## v1.4.0
811
- **Feature:** Add support for offer types
912
- new model `OfferType`
1013
- new attribute `CatalogProductDetail` for `CatalogProductDetail` model

services/stackitmarketplace/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
33

44
[tool.poetry]
55
name = "stackit-stackitmarketplace"
6-
version = "v1.5.0"
6+
version = "v1.5.1"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)