Bump 0.21.1 -- post-process exit-code propagation#106
Merged
Conversation
The exit-code change merged in #105 shipped without a USAGE note. Document that post-process and wait now exit with the container's code after harvesting, so CI and daemons can gate on partial state.
Release the post-process exit-code propagation merged in #105 so the fix is tagged. Patch bump: the behavior change already shipped on master; this records it in the changelog and version.
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
masterwithout a version bump.post-process/waitnow gate on the container's exit code.Changes
CHANGELOG.md: add a## 0.21.1section describing the exit-code propagation fix (harvest still runs; non-zero container exit now propagates).USAGE.md: note in the post-processing section that./launch.sh post-process(andwait) exit with the container's code after harvesting.VERSION:0.21.0->0.21.1.Test plan
./tests/test.sh --unit— 1357 passed, 0 failed.CHANGELOG.mdcontains## 0.21.1, and0.21.0 -> 0.21.1increments undersort -V.git tag -a v0.21.1 <merge> -m "v0.21.1 -- post-process exit-code propagation", thengit push origin --tags.