Skip to content

Commit ecd080c

Browse files
authored
Merge branch 'main' into generator-bot-12711751358/lbapplication
2 parents 07d6b6b + b2fd5a2 commit ecd080c

29 files changed

+6466
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- **Bugfix:** `ConfigureRegion` does not return an error if a region is set by an environment variable.
55
- `authorization`: [v0.5.0](services/authorization/CHANGELOG.md#v050-2025-01-09)
66
- **Feature:** Add support for regions in `APIClient`
7+
- `stackitmarketplace`: [v0.1.0](services/stackitmarketplace/CHANGELOG.md#v010-2025-01-10)
8+
- **New**: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.
79
- `lbapplication` [v0.1.0](services/lbapplication/CHANGELOG.md#v010-2025-01-13)
810
- **New**: STACKIT Load Balancer Application module can be used to manage the STACKIT Load Balancer Application
911

go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ use (
5555
./services/serviceenablement
5656
./services/ske
5757
./services/sqlserverflex
58+
./services/stackitmarketplace
5859
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.6.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2025-01-10)
2+
3+
- **New**: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.

0 commit comments

Comments
 (0)