Skip to content

chore: update self-host image release references#4136

Merged
carderne merged 1 commit into
mainfrom
feature/tri-11601-update-self-hosting-image-references-helm-docs-compose-tag
Jul 3, 2026
Merged

chore: update self-host image release references#4136
carderne merged 1 commit into
mainfrom
feature/tri-11601-update-self-hosting-image-references-helm-docs-compose-tag

Conversation

@carderne

@carderne carderne commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

Stable v4 Docker image builds now also publish v4 and latest tags, giving Docker-based self-hosters a maintained floating tag to use after a stable release. The Kubernetes guide now uses the current Helm chart line and current pinned examples, so new installs and upgrades resolve to the 4.5 chart line instead of the 4.0 line.

Design

The publish workflows add the floating tags only for stable v4.x.x image tags. Prerelease and main builds keep their existing tags.

@changeset-bot

changeset-bot Bot commented Jul 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d8123ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

This pull request modifies two GitHub Actions publish workflows (webapp and worker-v4) to conditionally append v4 and latest Docker image tags when the resolved tag matches the semver pattern v4.x.y. It also updates the Kubernetes self-hosting documentation, changing Helm chart version references from 4.0.x to 4.5.0 across quick-start, default values, custom values, and version-locking examples, including corresponding image tag examples.

Changes

File(s) Change Summary
.github/workflows/publish-webapp.yml, .github/workflows/publish-worker-v4.yml Added conditional logic to append v4 and latest tags when resolved tag matches ^v4\.[0-9]+\.[0-9]+$
docs/self-hosting/kubernetes.mdx Updated Helm chart version references and example image tags from 4.0.x/v4.0.0 to 4.5.0/v4.5.0

Sequence Diagram(s)

flowchart TD
ResolveTag --> CheckSemver
CheckSemver -->|matches v4.x.y| AppendV4AndLatest
CheckSemver -->|no match| KeepOriginalTags
AppendV4AndLatest --> PushImage
KeepOriginalTags --> PushImage
Loading

Estimated code review effort: 2 (Low)

Related issues: None specified.

Related PRs: None specified.

Suggested labels: ci, documentation

Suggested reviewers: None specified.


Tags of v4 now bloom and grow,
Latest joins the semver show,
Helm charts pinned to 4.5.0 tight,
Docs and workflows both feel right,
A rabbit hops through YAML and mdx delight. 🐇

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description omits required template sections like Closes #issue, checklist, testing, changelog, and screenshots. Add the missing template sections, including an issue link, checklist, testing steps, changelog, and screenshots or notes explaining why they are absent.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title matches the main change set: self-host image release references in workflows and Kubernetes docs.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/tri-11601-update-self-hosting-image-references-helm-docs-compose-tag

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@carderne carderne marked this pull request as ready for review July 3, 2026 12:03

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Devin Review found 2 potential issues.

Open in Devin Review

Comment thread .github/workflows/publish-webapp.yml
Comment thread hosting/docker/webapp/docker-compose.yml Outdated
@carderne carderne force-pushed the feature/tri-11601-update-self-hosting-image-references-helm-docs-compose-tag branch from 89c2b24 to d8123ba Compare July 3, 2026 12:12
@carderne carderne changed the title chore: update self-host compose, helm, docs chore: update self-host image release references Jul 3, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 3, 2026

Copy link
Copy Markdown

Open in StackBlitz

@trigger.dev/build

npm i https://pkg.pr.new/@trigger.dev/build@d8123ba

trigger.dev

npm i https://pkg.pr.new/trigger.dev@d8123ba

@trigger.dev/core

npm i https://pkg.pr.new/@trigger.dev/core@d8123ba

@trigger.dev/python

npm i https://pkg.pr.new/@trigger.dev/python@d8123ba

@trigger.dev/react-hooks

npm i https://pkg.pr.new/@trigger.dev/react-hooks@d8123ba

@trigger.dev/redis-worker

npm i https://pkg.pr.new/@trigger.dev/redis-worker@d8123ba

@trigger.dev/rsc

npm i https://pkg.pr.new/@trigger.dev/rsc@d8123ba

@trigger.dev/schema-to-json

npm i https://pkg.pr.new/@trigger.dev/schema-to-json@d8123ba

@trigger.dev/sdk

npm i https://pkg.pr.new/@trigger.dev/sdk@d8123ba

commit: d8123ba

@carderne carderne enabled auto-merge (squash) July 3, 2026 12:32
@carderne carderne disabled auto-merge July 3, 2026 12:33
@carderne carderne enabled auto-merge (squash) July 3, 2026 12:33
@carderne carderne merged commit 2ad3944 into main Jul 3, 2026
27 checks passed
@carderne carderne deleted the feature/tri-11601-update-self-hosting-image-references-helm-docs-compose-tag branch July 3, 2026 12:38
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.

2 participants