release: v1.0.1 — Marketplace container-path fixes (#281) - #282
Merged
Conversation
Bump chart version/appVersion and values image tag 1.0.0 -> 1.0.1 in lockstep, cut the CHANGELOG [1.0.1] section, and repoint the cloud deploy-example image pins (AWS/Azure/GCP terraform/CFN/bicep, EC2 Image Builder, RDS IAM live-smoke default) off the broken :1.0.0 tag. Marketplace listing docs stay at 1.0.0 until the separate re-host. Closes #281
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.
Summary
Prepares the v1.0.1 patch release carrying the already-merged Marketplace
container-path fixes, so the broken
:1.0.0container path is superseded by asigned, published
:1.0.1.Version bump only — no functional code changes (the fixes landed in #277).
Included fixes (already on main)
extraEnvchart pathfsGroup: 10001/OnRootMismatchnon-root EBS writeChanges
Chart.yamlversion/appVersionandvalues.yamlimage.tag: 1.0.0 -> 1.0.1 (lockstep policy).CHANGELOG.md: dated[1.0.1]section + fresh empty[Unreleased].:1.0.0->:1.0.1so examples stop shipping the broken container.Out of scope (deliberate)
docs/marketplace/*stays at 1.0.0 until the separate, human-gated Marketplace ECR re-host + exact-digest re-test. That step is what closes Marketplace: clean Helm install stalls because the PVC has no storage class #273/Helm: implement the documented extraEnv path needed for TLS and controlled overrides #274/Marketplace Helm: non-root container cannot write to a fresh EBS-backed /data volume #275; this PR does not close them.Release sequence (human gates after merge)
v1.0.1GA tag (your call).:1.0.1image + chart into the Marketplace ECR; re-run the ingestion scan.Testing
helm lintclean;helm templaterendersghcr.io/elevarq/signals:1.0.1.actionlintclean on the edited workflow.scripts/check-docs.shpasses (guarded docs keep the:<version>placeholder).Closes #281