From 068ae0838a8744ead446e3400fa21235da1b8a65 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Thu, 6 Nov 2025 16:01:34 +0000 Subject: [PATCH 1/2] Generate alb --- services/alb/model_listener.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/alb/model_listener.go b/services/alb/model_listener.go index 4ac929893..14c4d2753 100644 --- a/services/alb/model_listener.go +++ b/services/alb/model_listener.go @@ -257,7 +257,7 @@ type Listener struct { Port ListenerGetPortAttributeType `json:"port,omitempty"` // Protocol is the highest network protocol we understand to load balance. Currently PROTOCOL_HTTP and PROTOCOL_HTTPS are supported. Protocol ListenerGetProtocolAttributeType `json:"protocol,omitempty"` - // Enable Web Application Firewall (WAF), referenced to a by name. See \"Application Load Balancer - Web Application Firewall API\" for more information. + // Enable Web Application Firewall (WAF), referenced by name. See \"Application Load Balancer - Web Application Firewall API\" for more information. WafConfigName ListenerGetWafConfigNameAttributeType `json:"wafConfigName,omitempty"` } From 2712bf0400ddce9b69f6aa02b7c8e237d9b4c4e4 Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Fri, 7 Nov 2025 09:05:56 +0100 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 2 ++ services/alb/CHANGELOG.md | 3 +++ services/alb/VERSION | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2b6f7d4..1d7a48ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - **Breaking change:** Removal of unused model structs: `GetLogsSearchFiltersResponse`, `PatchLokiLogSink` - `kms`: [v1.1.0](services/kms/CHANGELOG.md#v110) - **Bugfix:** Ensure correct state checking in `DisableKeyVersionWaitHandler` and `EnableKeyVersionWaitHandler` +- `alb`: [v0.7.1](services/alb/CHANGELOG.md#v071) + - **Docs** Update description of field `WafConfigName` in `Listener` model ## Release (2025-10-29) - `stackitmarketplace`: [v1.15.0](services/stackitmarketplace/CHANGELOG.md#v1150) diff --git a/services/alb/CHANGELOG.md b/services/alb/CHANGELOG.md index c0d35048a..fe817e581 100644 --- a/services/alb/CHANGELOG.md +++ b/services/alb/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.7.1 +- **Docs** Update description of field `WafConfigName` in `Listener` model + ## v0.7.0 - Add field `Labels` (type `*map[string]string`) to structs `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` - Add field `WafConfigName` (type `*string`) to `Listener` struct diff --git a/services/alb/VERSION b/services/alb/VERSION index 8b20e4852..63f2359f6 100644 --- a/services/alb/VERSION +++ b/services/alb/VERSION @@ -1 +1 @@ -v0.7.0 +v0.7.1