Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Update Change
kubernetes-sigs/aws-alb-ingress-controller minor v2.16.0v2.17.1

Release Notes

kubernetes-sigs/aws-alb-ingress-controller (kubernetes-sigs/aws-alb-ingress-controller)

v2.17.1

Compare Source

v2.17.1 (requires Kubernetes 1.22+)

Documentation

Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.17.1
Thanks to all our contributors! 😊

🚀 What's New

QUIC Protocol Support: Added QUIC protocol support for Gateway API and Service API
JWT Validation: Support for JWT validation in Gateway API
Default Load Balancer Scheme: Added support for specifying —default-load-balancer-scheme flag in Helm chart

🔧 Enhancements and Fixes

Bug Fixes

  • Helm Chart: Duplicated CRD in helm kustomization

Documentation Updates

  • Service Actions: Fixed service.beta.kubernetes.io/actions example in documentation
  • Conformance Report: Generated v2.17.0 conformance test report
Changelog since v2.17.0

v2.17.0

Compare Source

v2.17.0 (requires Kubernetes 1.22+)

Documentation

Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.17.0
Thanks to all our contributors! 😊

Known Issues

Helm Chart 1.17.0 includes duplicated CRD globalaccelerators, causing kustomize render to fail

⚠️ Actions required to use the new AWS Global Accelerator controller
🚀 What's New

AWS Global Accelerator Support - A new controller that enables declarative management of AWS Global Accelerators directly from Kubernetes using Custom Resource Definitions (CRDs). It allows users to define Global Accelerator resources as Kubernetes manifests, automatically provisioning and managing accelerators, listeners, endpoint groups, and endpoints that reference Kubernetes Ingress, Kubernetes Services, Kubernetes Gateway, and AWS resource ARNs. For more details, check the documentation:

Gateway API - GA Release Candidate: The Gateway API implementation in this release is considered a Release Candidate for its General Availability (GA) release planned for next month. We encourage extensive testing in production-like environments and welcome your feedback via GitHub issues to ensure a stable GA release. What's new in this release:

  • TCP_UDP Protocol: Complete support for combined TCP_UDP protocol on NLB Gateways with detailed usage guidance
  • Per-ParentRef Status: Route status now correctly updates per parentRef instead of per-route
  • ReplacePrefixMatch: Enhanced support with documented ALB limitations
  • Conformance Report: Generated Gateway API conformance report with detailed test results
  • ACM Cert Discovery: Fixed memory leak in ACM certificate discovery
  • App Protocol Support: Added support for kubernetes.io/h2c App Protocol
🔧 Enhancements and Fixes

✨ Enhancements

  • Cross-Zone Handling: Improved handling for cross-zone disabled ALBs with automatic AZ detection
  • Weighted Target Groups: Added support for weighted target groups on NLB listeners

🐛 Bug Fixes

  • Helm Template: Fixed objectSelector.matchExpressions indentation in webhook.yaml
  • Helm Chart: Added --max-targets-per-target-group flag support

📚 Documentation

  • Prometheus Metrics: Corrected metric names to include aws_ prefix in documentation
Changelog since v2.16.0

Configuration

📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jan 1, 2026
@renovate renovate bot requested review from bendehaan and commjoen as code owners January 1, 2026 06:38
@github-actions
Copy link

github-actions bot commented Jan 1, 2026

🚀 Preview Deployment Ready!

Your pull request has been built and is ready for preview deployment.
Here's how to test your changes:

Container Images Built

  • Balancer: ghcr.io/OWASP/wrongsecrets-balancer:pr-1051
  • Cleaner: ghcr.io/OWASP/cleaner:pr-1051

Quick Deploy with Helm

# Add the wrongsecrets helm repository
helm repo add wrongsecrets https://owasp.org/wrongsecrets-ctf-party
helm repo update

# Deploy with preview images
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
  --set balancer.repository=ghcr.io/OWASP/wrongsecrets-balancer \
  --set balancer.tag=pr-1051 \
  --set wrongsecretsCleanup.repository=ghcr.io/OWASP/cleaner \
  --set wrongsecretsCleanup.tag=pr-1051 \
  --set imagePullPolicy=Always

# Port forward to access locally
kubectl port-forward service/wrongsecrets-balancer 3000:3000

Deploy with Custom Values

Click to see preview-values.yaml
balancer:
  repository: ghcr.io/OWASP/wrongsecrets-balancer
  tag: pr-1051

wrongsecretsCleanup:
  repository: ghcr.io/OWASP/cleaner
  tag: pr-1051

# Preview configuration
ingress:
  enabled: true
  hosts:
    - host: >-
        preview-pr-1051.wrongsecrets.local
      paths:
        - "/"
# Save the above values to preview-values.yaml, then:
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
  -f preview-values.yaml

Deploy with Local Build Scripts

# Clone this PR
git fetch origin pull/1051/head:pr-1051
git checkout pr-1051

# Use the existing deployment script with custom images
./build-and-deploy.sh

Test the Changes

  1. Access the application at http://localhost:3000
  2. Create a team and verify functionality
  3. Test any new features or bug fixes

Container Registry

The preview images are available at:


This preview was automatically generated for PR #1051

@renovate renovate bot force-pushed the renovate/kubernetes-sigs-aws-alb-ingress-controller-2.x branch from 08f2858 to 8a4b877 Compare January 10, 2026 01:42
@renovate renovate bot changed the title chore(deps): update dependency kubernetes-sigs/aws-alb-ingress-controller to v2.17.0 chore(deps): update dependency kubernetes-sigs/aws-alb-ingress-controller to v2.17.1 Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant