Skip to content

Commit 1c1d1d8

Browse files
committed
add changelog entries
1 parent 66fe2c0 commit 1c1d1d8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Release (2025-XX-YY)
22
- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)
33
- **Feature:** Allow setting custom token endpoint url in configuration
4+
- `alb`: [v0.3.0](services/alb/CHANGELOG.md#v030-2025-06-12)
5+
- **Feature:** Add new fields `disable_target_security_group_assignment` and `target_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
46
- `iaas`: [v0.5.3](services/iaas/CHANGELOG.md#v053-2025-06-12)
57
- Increase max length of description from 127 to 255 for
68
- Security groups: `BaseSecurityGroupRule`, `CreateSecurityGroupPayload`, `CreateSecurityGroupRulePayload`, `SecurityGroup`, `SecurityGroupRule`, `UpdateSecurityGroupPayload`

services/alb/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.0 (2025-06-12)
2+
- **Feature:** Add new fields `disable_target_security_group_assignment` and `target_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
3+
14
## v0.2.1 (2025-06-02)
25
- **Improvement:** Adjusted `GetQuotaResponse` and `RESTResponseType` message
36

services/alb/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-alb"
33

44
[tool.poetry]
55
name = "stackit-alb"
6-
version = "v0.2.1"
6+
version = "v0.3.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]
@@ -105,4 +105,4 @@ per-file-ignores = """
105105
# E501: long descriptions/string values might lead to lines that are too long
106106
# B028: stacklevel for deprecation warning is irrelevant
107107
./src/stackit/*/api/default_api.py: F841,B028,E501
108-
"""
108+
"""

0 commit comments

Comments
 (0)