Skip to content

release: v1.0.1 — Marketplace container-path fixes (#281) - #282

Merged
fheikens merged 1 commit into
mainfrom
281-release-v1.0.1
Jul 18, 2026
Merged

release: v1.0.1 — Marketplace container-path fixes (#281)#282
fheikens merged 1 commit into
mainfrom
281-release-v1.0.1

Conversation

@fheikens

Copy link
Copy Markdown
Contributor

Summary

Prepares the v1.0.1 patch release carrying the already-merged Marketplace
container-path fixes, so the broken :1.0.0 container path is superseded by a
signed, published :1.0.1.

Version bump only — no functional code changes (the fixes landed in #277).

Included fixes (already on main)

Changes

  • Chart.yaml version/appVersion and values.yaml image.tag: 1.0.0 -> 1.0.1 (lockstep policy).
  • CHANGELOG.md: dated [1.0.1] section + fresh empty [Unreleased].
  • Cloud deploy-example image pins (AWS/Azure/GCP terraform/CFN/bicep, EC2 Image Builder, RDS IAM live-smoke default): :1.0.0 -> :1.0.1 so examples stop shipping the broken container.

Out of scope (deliberate)

Release sequence (human gates after merge)

  1. Merge this PR (Chart.yaml version now matches the intended tag).
  2. Verify main HEAD carries the bump, then cut the v1.0.1 GA tag (your call).
  3. Publish workflow builds + cosign-signs image + chart on ghcr.
  4. Re-host :1.0.1 image + chart into the Marketplace ECR; re-run the ingestion scan.
  5. Exact-digest re-test on EKS, then close 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.

Testing

  • helm lint clean; helm template renders ghcr.io/elevarq/signals:1.0.1.
  • actionlint clean on the edited workflow.
  • scripts/check-docs.sh passes (guarded docs keep the :<version> placeholder).
  • No Go changed.

Closes #281

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
@fheikens
fheikens merged commit 5acfd3c into main Jul 18, 2026
9 checks passed
@fheikens
fheikens deleted the 281-release-v1.0.1 branch July 18, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release v1.0.1 — Marketplace container-path fixes Marketplace: clean Helm install stalls because the PVC has no storage class

1 participant