Skip to content

Add product-release workflow dispatch#830

Merged
bschwedler merged 1 commit intomainfrom
add-product-release-workflow
Apr 8, 2026
Merged

Add product-release workflow dispatch#830
bschwedler merged 1 commit intomainfrom
add-product-release-workflow

Conversation

@bschwedler
Copy link
Copy Markdown
Contributor

This workflow automates updating helm charts for bumping a product
version.

Adds a workflow_dispatch workflow that product image repos can
trigger after successful builds to update Helm chart appVersions.

The workflow:

  • Maps product names to chart directories and image refs
  • Bumps appVersion and chart patch version in Chart.yaml
  • Updates artifacthub.io/images annotation
  • Adds a NEWS.md changelog entry
  • Regenerates docs via just docs
  • Creates a PR targeting main via peter-evans/create-pull-request

@bschwedler bschwedler requested review from a team as code owners April 7, 2026 20:14
@bschwedler bschwedler force-pushed the add-product-release-workflow branch from 4ce7aeb to 9e63489 Compare April 7, 2026 20:28
@bschwedler bschwedler added the ci label Apr 7, 2026
@bschwedler bschwedler marked this pull request as draft April 7, 2026 20:52
@bschwedler bschwedler marked this pull request as ready for review April 7, 2026 20:52
Comment thread .github/workflows/product-release.yml Outdated
Adds a workflow_dispatch workflow that product image repos can
trigger after successful builds to update Helm chart appVersions.

The workflow:
- Maps product names to chart directories and image refs
- Strips pre-release/build metadata from the version input
- Bumps appVersion and chart patch version in Chart.yaml
- Updates artifacthub.io/images annotation
- Adds a NEWS.md changelog entry
- Regenerates docs via just docs
- Creates a PR targeting main via peter-evans/create-pull-request
@bschwedler bschwedler force-pushed the add-product-release-workflow branch from 5605ac2 to 2d0e9e4 Compare April 8, 2026 13:32
Copy link
Copy Markdown
Contributor

@jforest jforest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤘 Thanks for implementing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants