Skip to content

Commit 36cbacf

Browse files
chore(albwaf): add changelogs
1 parent 2541391 commit 36cbacf

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- [v0.11.0](services/alb/CHANGELOG.md#v0110)
99
- **Chore:** Bump minimum Python version to 3.10
1010
- **Chore:** Update dependencies
11+
- `albwaf`
12+
- [v0.1.0](services/albwaf/CHANGELOG.md#v010)
13+
- **New**: API for STACKIT albwaf
1114
- `auditlog`
1215
- [v0.4.0](services/auditlog/CHANGELOG.md#v040)
1316
- **Deprecation:** The `auditlog` SDK and the underlying API is deprecated and will be removed in the future. Use the `telemetryrouter` SDK and API instead.

services/albwaf/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0
2+
3+
- **New**: STACKIT albwaf module to create and manage Web Application Firewalls (WAF) used with Application Load Balancers (ALB).

services/albwaf/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-albwaf"
3-
version = "v0.0.1a"
3+
version = "v0.0.1"
44
description = "STACKIT Application Load Balancer Web Application Firewall API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)