Version Packages - #1531
Merged
Atchyut Preetham Pulavarthi (theonly1me) merged 1 commit intoAug 28, 2026
Merged
Conversation
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Atchyut Preetham Pulavarthi (theonly1me)
marked this pull request as ready for review
August 28, 2026 09:56
Goran Gajic (gorangajic)
approved these changes
Aug 28, 2026
Atchyut Preetham Pulavarthi (theonly1me)
merged commit Aug 28, 2026
9d45bb9
into
main
7 checks passed
Atchyut Preetham Pulavarthi (theonly1me)
deleted the
changeset-release/main
branch
August 28, 2026 09:57
Merged
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.
This PR was opened by hand because the
Version PRjob cannot open it.This is a different failure from the one #1528 worked around. That one was an empty
client-id: theversionjob declared no environment while theqa-wolf-opssecrets existed only onRelease. #1529 fixed it by addingenvironment: release-version, but the run that merged #1529 carried no changesets, soVersion PRwas skipped and the fix was never exercised.The merge of #1530 is the first run to reach the step. It gets past
client-idand fails on the key instead:So
QA_WOLF_OPS_PRIVATE_KEYon therelease-versionenvironment is either malformed (truncated PEM, missing header or newlines) or absent — an absent secret resolves to an empty string and produces the same "not enough data". Secret values are not readable, so which one it is has to be checked in the environment's settings. This PR does not fix that, and the next merge carrying a changeset will fail the same way until someone does.The contents here are exactly what
changeset versionproduces: the three changesets consumed,CHANGELOG.mdextended, and the version moved to1.17.0.Merging this releases
1.17.0.has_changesetsbecomes false, so the brokenVersion PRjob is skipped entirely andPublishtakes over frommain.Publishreads thereleaseenvironment, a separate copy of the same secret pair, and that copy works — it published1.16.0and carried the tag, binaries and GitHub Packages with it after #1528 merged.Releases
@qawolf/cli@1.17.0
Minor Changes
qawolf runner run --env-id <id-or-alias>gives a run the variables of a QA Wolf environment. QA Wolf reads and decrypts them itself, so the values never leave the server and the caps that bound--env-filedo not apply to them. Passing both--env-idand--env-fileis refused before a runner is addressed.qawolf runner highlight-selector [selector]draws on a runner's live page so the next screenshot shows what a selector matches. Omit the selector to clear it.qawolf runner promote-snapshot --screenshot <path> --baseline <path>accepts a run's screenshot as the new baseline for an image diff, on the runner that produced it.--env-filemay now be up to 16 KiB, up from 8 KiB, and@qawolf/api-contractsmoves to0.34.0.