Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
add changelog entries
  • Loading branch information
marceljk committed Nov 11, 2025
commit 3cf553b13b9aff644871e6da744016f2cec718c1
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Release (2025-xx-xx)
- `core`: [v0.18.0](core/CHANGELOG.md#v0180)
- **New:** Added duration utils
- `stackitmarketplace`: [v1.16.0](services/stackitmarketplace/CHANGELOG.md#v1160)
- **Breaking Change:** Remove unused `ProjectId` model struct
- `stackitmarketplace`:
- [v1.17.0](services/stackitmarketplace/CHANGELOG.md#v1170)
- **Feature:** Add new field `Scope` in `CatalogProductPricingOption` model
- **Deprecation:** Deprecated API methods `GetCatalogProduct`, `ListCatalogProducts` and `InquiriesCreateInquiry`
- [v1.16.0](services/stackitmarketplace/CHANGELOG.md#v1160)
- **Breaking Change:** Remove unused `ProjectId` model struct
- `iaas`:
- [v1.2.0](services/iaas/CHANGELOG.md#v120)
- **Feature:** Add new field `Encrypted` to `Backup` model, which indicates if a backup is encrypted
Expand Down
6 changes: 5 additions & 1 deletion services/stackitmarketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.17.0
- **Feature:** Add new field `Scope` in `CatalogProductPricingOption` model
- **Deprecation:** Deprecated API methods `GetCatalogProduct`, `ListCatalogProducts` and `InquiriesCreateInquiry`

## v1.16.0
- **Breaking Change:** Remove unused `ProjectId` model struct

Expand Down Expand Up @@ -32,7 +36,7 @@
- **Breaking Change:** Update `InquiryFormType` enums

## v1.6.1
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`

## v1.6.0
- **Feature:** Add new `Assets` model for managing service certificate assets
Expand Down
2 changes: 1 addition & 1 deletion services/stackitmarketplace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16.0
v1.17.0
Loading