chore(release): bump version to 0.5.18#551
Merged
Merged
Conversation
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.
Version bump for release v0.5.18. The release will be published after this PR passes the required checks and merges.
dispatch 0.5.18
Highlights
First-party Helm chart, published to OCI.
charts/dispatch, built on thebjw-s common library (v5.0.1) — values read exactly like an app-template
HelmRelease. Migrations run in a
pre-install,pre-upgradehook Job(
prisma migrate deploy); server pods always start withSKIP_DB_MIGRATIONS=true, making >1 replica safe. Published by this releaseto
oci://ghcr.io/misospace/charts/dispatch(chart version = app version).Required Secret keys are documented in the chart's
secret-contract.md. (#545, #550)Fixes
Closed ⇒ done actually enforces now. The sync fetched
state=openonly, soclosedIssueStatusFix(0.5.16) never saw a closed issue — closed issues keptstale claimable labels (and could be claimed by agents). All sync paths now
fetch
state=all; the first sync after deploy relabels stale closed issues tostatus/doneon GitHub. (#544)Dependencies