chore(gateway): pin provision.sh to v3.3.0 (latest release) - #6
Open
DojoGenesis wants to merge 1 commit into
Open
chore(gateway): pin provision.sh to v3.3.0 (latest release)#6DojoGenesis wants to merge 1 commit into
DojoGenesis wants to merge 1 commit into
Conversation
v3.3.0 is cut and published (Latest) with the agentic-gateway_3.3.0_linux_amd64 asset. It contains the dynamic-models work prod runs (formerly the informal "v3.2.2+dynmodels" build) plus the new --version flag, so provision.sh's Phase-4 idempotency check now works end-to-end against a downloaded release binary. Bump the pin from v3.2.2 so a cold-bootstrap provisions a prod-faithful gateway. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Why
v3.3.0is now cut and published (Latest), with theagentic-gateway_3.3.0_linux_amd64.tar.gzasset provision.sh downloads. It contains the dynamic-models work production runs (formerly the informalv3.2.2+dynmodelsbuild) plus the--versionflag from #4 — so provision.sh's Phase-4 idempotency check now works end-to-end against a downloaded release binary.This closes the disaster-recovery gap flagged in the deploy scout: re-running
provision.shon a fresh box now installs a prod-faithful gateway instead of one 5+ commits stale.Change
deploy/provision.sh:GATEWAY_VERSIONv3.2.2→v3.3.0(one line). The goreleasername_templateresolves to the exact asset name the script constructs — verified present on the release.Follows #3 (initial
v3.0.0→v3.2.2bump), #4 (--versionflag + comparison fix), and #5.🤖 Generated with Claude Code