From bfc0787b335934ae656ac4c950b2665b4dbab389 Mon Sep 17 00:00:00 2001 From: Danny Gershman Date: Sat, 31 Jan 2026 13:02:42 -0500 Subject: [PATCH] bump to 0.7.1 --- .claude/settings.local.json | 16 ++++++++++++++-- CLAUDE.md | 4 ++-- common/zarf.yaml | 2 +- values/registry1-values.yaml | 2 +- zarf.yaml | 2 +- 5 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index f0347f5..8fbf8cc 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,8 +1,20 @@ { "permissions": { "allow": [ - "Bash(kubectl exec:*)" + "Bash(kubectl exec:*)", + "Bash(kubectl get:*)", + "Bash(curl:*)", + "Bash(kubectl describe:*)", + "Bash(kubectl logs:*)", + "Bash(jq:*)", + "Bash(kubectl run:*)", + "Bash(kubectl rollout:*)", + "WebFetch(domain:raw.githubusercontent.com)", + "Bash(gh run view:*)", + "Bash(gh api:*)", + "Bash(git stash push:*)", + "Bash(grep:*)" ], "deny": [] } -} \ No newline at end of file +} diff --git a/CLAUDE.md b/CLAUDE.md index 787c8fd..ae83a04 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -63,7 +63,7 @@ uds deploy bundle/uds-bundle-socketzero--0.0.1.tar.zst --confirm \ ### Key Components -1. **SocketZero Application** - Deployed via Helm chart from https://github.com/radiusmethod/socketzero-helm.git (v0.7.0) +1. **SocketZero Application** - Deployed via Helm chart from https://github.com/radiusmethod/socketzero-helm.git (v0.7.1) 2. **Redis** - Bundled dependency using Iron Bank image (`registry1.dso.mil/ironbank/bitnami/redis:8.0.3`) 3. **UDS Package Resource** - Configures SSO integration and network policies in `chart/templates/uds-package.yaml` 4. **Values Files** - Environment-specific configurations in `values/` directory @@ -77,7 +77,7 @@ uds deploy bundle/uds-bundle-socketzero--0.0.1.tar.zst --confirm \ ## Image Registry Uses Registry1 Iron Bank images: -- `registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.0` +- `registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.1` - `registry1.dso.mil/ironbank/bitnami/redis:8.0.3` ## Variables diff --git a/common/zarf.yaml b/common/zarf.yaml index 26d616c..9675e8a 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -31,7 +31,7 @@ components: namespace: socketzero url: https://github.com/radiusmethod/socketzero-helm.git gitPath: . - version: 0.7.0 + version: 0.7.1 valuesFiles: - ../values/common-values.yaml actions: diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index d72dd2e..6f8eead 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -6,4 +6,4 @@ # Example variables from UDS package repo template. Update to relevant variables after templating image: repository: registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver - tag: 0.7.0 + tag: 0.7.1 diff --git a/zarf.yaml b/zarf.yaml index 3b371d6..800cb8d 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -36,5 +36,5 @@ components: charts: - name: socketzero images: - - registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.0 + - registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.1 - registry1.dso.mil/ironbank/bitnami/redis:8.2.0