Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
- **Deprecation:** The `v2beta2` api is deprecated and will be removed in the future. Migrate to the `v2` api
- `v2api`
- Update description of `GetQuota` method
- `albwaf`: [v0.2.1](services/albwaf/CHANGELOG.md#v021)
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
- `albwaf`:
- [v0.2.1](services/albwaf/CHANGELOG.md#v021)
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
- [v0.3.0](services/albwaf/CHANGELOG.md#v030)
- **Feature:** Add new method `GetQuota` to get the quota for WAF resources in a project
- `auditlog`: [v0.3.1](services/auditlog/CHANGELOG.md#v031)
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
- `authorization`: [v0.14.1](services/authorization/CHANGELOG.md#v0141)
Expand Down
3 changes: 3 additions & 0 deletions services/albwaf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.0
- **Feature:** Add new method `GetQuota` to get the quota for WAF resources in a project

## v0.2.1
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`

Expand Down
2 changes: 1 addition & 1 deletion services/albwaf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.1
v0.3.0
2 changes: 1 addition & 1 deletion services/albwaf/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e64886dd0847341800d7191ed193b75413be998
95de5cba3201a683657cb472d5fa30aa768f19cc
156 changes: 156 additions & 0 deletions services/albwaf/v1alphaapi/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions services/albwaf/v1alphaapi/api_default_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading