deps: Update dependency anolishq/anolis to v0.1.40 - #57
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.
This PR contains the following updates:
0.1.39→0.1.40Release Notes
anolishq/anolis (anolishq/anolis)
v0.1.40Compare Source
Changed
AUTOgate now requires a safe-state hook that actuallycovers the
AUTO -> FAULTtransition, not merely any declared hook. A configdeclaring only a non-FAULT hook (e.g.
AUTO -> MANUAL) previously satisfiedthe gate while having no autonomous safe-state path on a fault, so a
behavior-tree fault could leave actuators at their last-commanded values. The
predicate now mirrors the runtime's own two-filter hook dispatch:
frommustmatch
AUTO(AUTO/"*"/omitted) andtomust matchFAULT(
FAULT/"*"/omitted), in either the before- or after-transition list. Nobehavior change for a config whose hook already covers
AUTO -> FAULT,including the canonical
bioreactor-v1automation and full variants (#232).Fixed
runtime is already in
AUTO. A restart publishes a replacement inventory, soa provider returning with a new actuating function and no
AUTO -> FAULTsafe-state hook could be driven by the behavior tree with no autonomous
safe-state path until the next mode change — a narrow but real fail-open. The
gate now runs after
restart_provider; when it refuses against the liveregistry it logs an error and forces
FAULT, halting autonomous actuation.The restart itself still succeeds (#233).
install.sh --localrefuses a differing explicit--prefix. A staged bundlebakes the prefix into its systemd unit and rendered config paths, so
installing it under another prefix silently produced a broken unit. The
staged prefix is now recorded in
manifest.json, adopted when--prefixisomitted, and a conflicting explicit value fails with re-stage guidance (#222).
referencing an unpinned provider previously produced a bundle that passed its
checksums and then crash-looped on the target. Config rendering now fails
staging if any provider command in any runtime-config variant does not
resolve to a pinned, bundled provider binary; a pinned but unreferenced
provider warns (#226).
components.optional.telemetry_exportis consumed instead of ignored. Thepin is baked into
manifest.jsonso the offline--localpath (which has noprofile) still receives it, with precedence profile pin > environment >
fallback, warning when a pin overrides an explicit environment value (#223).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.