Conversation
Patch release 1.0.3 — maintenance only, no application code or user-facing behavior changes. Operators on 1.0.x upgrade in place (no migration). CI/CD (#524, #525): - Serialize platform.yml + backend.yml under one repo-global concurrency group (deploy-<ref>) so a CFN deploy and the API-driven backend code deploys can't run concurrently and stomp the same ECS service / AgentCore Runtime / Lambda. Frontend stays independent. - Re-enable push-triggered, path-scoped deploys for platform/backend/frontend (develop → dev env, main → prod), after being workflow_dispatch-only since v1.0.0. - Extract duplicated test gates into a reusable tests.yml; fix skipped single-suite job labels rendering raw ${{ }} expressions. - Prune dead nightly tracks + orphaned scripts; docs-deploy now publishes from main; fork-gate docs-deploy and release. Security & deps (#526): - joserfc 1.6.3 → 1.7.2 (GHSA-wphv-vfrh-23q5 / CVE-2026-48990). - Remove unused imports flagged by CodeQL (Optional, ssm). Also bumps VERSION/manifests/lockfiles to 1.0.3, adds brief RELEASE_NOTES.md and CHANGELOG.md entries, and updates the release-notes steering doc to scale write-up depth to release size (brief patches, deep feature releases).
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.
Patch release 1.0.3 — maintenance only, no application code or user-facing
behavior changes. Operators on 1.0.x upgrade in place (no migration).
CI/CD (#524, #525):
Security & deps (#526):
Also bumps VERSION/manifests/lockfiles to 1.0.3, adds brief RELEASE_NOTES.md
and CHANGELOG.md entries, and updates the release-notes steering doc to scale
write-up depth to release size (brief patches, deep feature releases).