We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59174fa commit 843cd74Copy full SHA for 843cd74
services/alb/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.6.1
2
+- Update description of field `WafConfigName` in `Listener` model
3
+
4
## v0.6.0
5
- **Feature:** Add attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` model classes
6
- **Feature:** Add attribute `waf_config_name` to `Listener` model class
services/alb/pyproject.toml
@@ -3,7 +3,7 @@ name = "stackit-alb"
[tool.poetry]
name = "stackit-alb"
-version = "v0.6.0"
+version = "v0.6.1"
7
authors = [
8
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
9
]
0 commit comments