Skip to content

Commit c7223fb

Browse files
committed
Update CHANGELOG.md and pyproject.toml
1 parent c89a2d2 commit c7223fb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## Release (2025-XX-XX)
22
- `alb`: [v0.2.0](services/alb/CHANGELOG.md#v020-2025-05-14)
33
- **Feature:** New field `Path` for `Rule`
4-
54
- `authorization`: [v0.2.4](services/authorization/CHANGELOG.md#v024-2025-05-13)
65
- **Bugfix:** Updated regex validator
6+
- `lbapplication`: [v0.3.2](services/lbapplication/CHANGELOG.md#v032-2025-05-14)
7+
- **Deprecated:** `lbapplication` service is deprecated and no longer maintained. Use the `alb` service instead
78
- `resourcemanager` [v0.4.0](services/resourcemanager/CHANGELOG.md#v040-2025-05-14)
89
- **Breaking change:** Fields `ContainerParentId` and `ParentId` are no longer required in `ParentListInner`
910
- `stackitmarketplace`: [v1.1.0](services/stackitmarketplace/CHANGELOG.md#v110-2025-05-13)

services/lbapplication/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.2 (2025-05-14)
2+
- **Deprecated:** `lbapplication` service is deprecated and no longer maintained. Use the `alb` service instead
3+
14
## v0.3.1 (2025-03-18)
25
- Adapted to minor API changes
36

services/lbapplication/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-lbapplication"
6-
version = "v0.3.1"
6+
version = "v0.3.2"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)