Conversation
25938f6 to
94a754f
Compare
94a754f to
18b4e48
Compare
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 the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@redwoodjs/agent-ci@0.14.0
Minor Changes
44595b1: Surface degraded local runs when the host machine is smaller than the runner spec declared by
runs-on:(e.g.ubuntu-latest-8-cores). The job is taggeddegraded, a warning is printed before execution, and[degraded]appears in CLI output. Execution is never blocked — slow runs and OOMs now have a visible cause instead of being a mystery.Refs Install Nix action fails: missing xz in runner container #229.
76b46f9: Revert the opt-in smolvm backend (feat(runner): smolvm backend foundation (WIP, blocked on smolvm#177) #287). The implementation proved too rough
to keep in-tree while iterating — it will return once the boot path is
reliable on the current smolvm release.
AGENT_CI_BACKEND=smolvmis nolonger recognized; Linux jobs always run through Docker.
Patch Changes
6a26cae: Add support for expansion of variables in the
envcontext in expressions.envcontext variables deriving from the merged step environment (workflow-level + job-level + step-levelenv:) are now expanded in expressions, matching GitHub Actions behavior. Previously these references resolved to empty strings.Updated dependencies [44595b1]
Updated dependencies [76b46f9]
Updated dependencies [6a26cae]
dtu-github-actions@0.14.0
Patch Changes
44595b1: Surface degraded local runs when the host machine is smaller than the runner spec declared by
runs-on:(e.g.ubuntu-latest-8-cores). The job is taggeddegraded, a warning is printed before execution, and[degraded]appears in CLI output. Execution is never blocked — slow runs and OOMs now have a visible cause instead of being a mystery.Refs Install Nix action fails: missing xz in runner container #229.
76b46f9: Revert the opt-in smolvm backend (feat(runner): smolvm backend foundation (WIP, blocked on smolvm#177) #287). The implementation proved too rough
to keep in-tree while iterating — it will return once the boot path is
reliable on the current smolvm release.
AGENT_CI_BACKEND=smolvmis nolonger recognized; Linux jobs always run through Docker.
6a26cae: Add support for expansion of variables in the
envcontext in expressions.envcontext variables deriving from the merged step environment (workflow-level + job-level + step-levelenv:) are now expanded in expressions, matching GitHub Actions behavior. Previously these references resolved to empty strings.