Bump firewall image to 2.1.0 (Helm + CloudFormation) - #22
Closed
Eric Hibbs (flowstate) wants to merge 1 commit into
Closed
Bump firewall image to 2.1.0 (Helm + CloudFormation)#22Eric Hibbs (flowstate) wants to merge 1 commit into
Eric Hibbs (flowstate) wants to merge 1 commit into
Conversation
Updates the Helm chart appVersion and every image tag pin to 2.1.0, and the chart version to 0.11.2, across the Helm chart and the CloudFormation templates and example values.
Eric Hibbs (flowstate)
marked this pull request as ready for review
August 8, 2026 02:27
Collaborator
Author
|
[agent] Superseded by #23, which bumps straight to 2.1.1 and takes the same chart version 0.11.2. |
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.
Bumps the pinned firewall image from 2.0.14 to 2.1.0, and the chart version from 0.11.1 to 0.11.2, across the Helm chart and the CloudFormation templates and example values (same six files touched by #21).
Changes
helm/Chart.yaml:appVersion2.0.14 → 2.1.0,version0.11.1 → 0.11.2helm/values.yaml:image.tag2.0.14 → 2.1.0helm/README.md: values table default 2.0.14 → 2.1.0cloudformation/firewall-eks.yaml:FirewallImageTagdefault 2.0.14 → 2.1.0,ChartVersiondefault 0.11.1 → 0.11.2cloudformation/values/dns-override.values.yaml:image.tag2.0.14 → 2.1.0cloudformation/README.md: two doc references to the defaults abovesocketdev/socket-registry-firewall:2.1.0is published on Docker Hub (upstream release workflow run 31233746194 succeeded).Note
Low Risk
Version-pin and documentation-only changes with no application or infrastructure logic modified.
Overview
Bumps the pinned Socket Registry Firewall container image from
2.0.14to2.1.0and the Helm chart from0.11.1to0.11.2so Helm installs and the AWS EKS CloudFormation handoff stay aligned on the same defaults.In Helm,
Chart.yamlupdatesappVersionandversion;values.yamlandhelm/README.mdupdate the documented/defaultimage.tag. In CloudFormation,firewall-eks.yamldefaults forFirewallImageTagandChartVersionchange;values/dns-override.values.yamlandcloudformation/README.mdmatch those pins. No runtime logic or template behavior changes—only version strings and docs.Reviewed by Cursor Bugbot for commit bbcc7a6. Configure here.