feat: Introduce V5 install scripts with lifecycle hooks#281
Open
jerodfritz wants to merge 2 commits into
Open
Conversation
This release adds support for V5 install scripts, which include lifecycle hooks for advanced post-installation automation. These hooks allow for features like health checks, service configuration, and OAuth login directly within the installation workflow. The source of truth for curated install scripts has been migrated to a dedicated `hexos-app-catalog` repository. This refactors the contribution workflow and simplifies the documentation build process by removing internal script generation. Documentation has been updated to reflect: - Comprehensive reference for V5 hooks and their API. - New debugging guidelines for hook failures. - Revised contribution process for the new app catalog. - Updated schema reference for V5 properties and custom app metadata.
… link This expands the reference for `userOptional` hooks, detailing new configuration properties like `label`, `description`, `default`, and the `link` property. The `link` property enables script authors to provide external URLs, such as terms of service, for users to review before making a choice.
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 release adds support for V5 install scripts, which include lifecycle hooks for advanced post-installation automation. These hooks allow for features like health checks, service configuration, and OAuth login directly within the installation workflow.
The source of truth for curated install scripts has been migrated to a dedicated
hexos-app-catalogrepository. This refactors the contribution workflow and simplifies the documentation build process by removing internal script generation.Documentation has been updated to reflect: