Bump firewall image to 2.0.14 (Helm + CloudFormation) - #21
Merged
Conversation
Updates the Helm chart appVersion and every image tag pin to 2.0.14, and the chart version to 0.11.1, across the Helm chart and the CloudFormation templates and example values.
Eric Hibbs (flowstate)
requested review from
Douglas (dacoburn) and
Phil Gran (philgran)
July 31, 2026 23:11
Douglas (dacoburn)
approved these changes
Jul 31, 2026
This was referenced Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Bumps the customer-facing deployment artifacts to firewall image
2.0.14, and the Helm chartversionto0.11.1.2.0.14adds a Redis write-side fail-open for the inspection-bypass lever (an operator can arm bypass per-pod when Redis is unwritable instead of getting a500).What's in it
Chart.yaml(version 0.11.0 → 0.11.1,appVersion 2.0.11 → 2.0.14);values.yaml+README.mdimage.tagdefault →2.0.14.firewall-eks.yaml(ChartVersion → 0.11.1,FirewallImageTag → 2.0.14);values/dns-override.values.yamltag →2.0.14;README.mdprose.Notes
2.0.13, but that release was never deployed and2.0.14supersedes it — so this goes straight2.0.11 → 2.0.14in one diff and Bump firewall image to 2.0.13 (Helm + CloudFormation) #20 is being closed in favor of it.2.0.14image is published to Docker Hub (gated on the socket-nginx-firewall release). Open non-draft so review can proceed meanwhile.Note
Low Risk
Version-only changes to deployment artifacts; no auth, config schema, or application code changes.
Overview
Aligns customer deployment defaults with firewall 2.0.14 (Redis write-side fail-open for the inspection-bypass lever) and bumps the Helm chart 0.11.0 → 0.11.1.
Helm:
Chart.yamlsetsappVersionto2.0.14and chartversionto0.11.1;values.yamlandREADME.mddefaultimage.tagto2.0.14.CloudFormation (EKS):
firewall-eks.yamldefaultsChartVersionto0.11.1andFirewallImageTagto2.0.14;values/dns-override.values.yamlpins the same image tag;README.mddocuments the new defaults.No chart templates or runtime logic change—only version pins and docs. Merge after the
2.0.14image is on Docker Hub.Reviewed by Cursor Bugbot for commit aeb9102. Configure here.