Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
update changelogs stackitmarketplace
  • Loading branch information
Benjosh95 committed Jun 24, 2025
commit dd95cee1bea92986c6322950196ec66ab418fb1a
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## Release (2025-XX-XX)
- `stackitmarketplace`: [v1.6.0](services/stackitmarketplace/CHANGELOG.md#v160)
- **Feature:** Add new `Assets` model for managing service certificate assets
- **Feature:** Add new `LocalizedVersion` model for localized content management
- **Feature:** Add new `NoticePeriod` model with types: `SAME_DAY`, `DAYS`, `MONTHS`
- **Feature:** Add new `ServiceCertificate` model for service certification
- **Feature:** Add `Assets` field to `CatalogProductDetail` model
- **Feature:** Add `OfferType` field to `CatalogProductDetail` model
- **Feature:** Add `NoticePeriod` field to `CatalogProductPricingOption` model
- Add `required:"true"` tags to model structs
- `ske`:
- [v0.26.0](services/ske/CHANGELOG.md#v0260)
- Add `required:"true"` tags to model structs
Expand Down
10 changes: 10 additions & 0 deletions services/stackitmarketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.6.0
- **Feature:** Add new `Assets` model for managing service certificate assets
- **Feature:** Add new `LocalizedVersion` model for localized content management
- **Feature:** Add new `NoticePeriod` model with types: `SAME_DAY`, `DAYS`, `MONTHS`
- **Feature:** Add new `ServiceCertificate` model for service certification
- **Feature:** Add `Assets` field to `CatalogProductDetail` model
- **Feature:** Add `OfferType` field to `CatalogProductDetail` model
- **Feature:** Add `NoticePeriod` field to `CatalogProductPricingOption` model
- Add `required:"true"` tags to model structs

## v1.5.0 (2025-06-10)
- **Feature:** Add new field `Facets` in `ListCatalogProductsResponse`

Expand Down