Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addons: server addon auto-update #376

Merged
merged 9 commits into from
Oct 8, 2024

Conversation

martastain
Copy link
Member

@martastain martastain commented Oct 7, 2024

Every hour, instances connected to ynput cloud request a list of "required addons" - these are returned only for managed instances (cloud, on-prem with support). The list is used to update certain server addons to preferred version and include them into the production bundle. Only server-only addons will be updated and this won't affect the pipeline.

  • When an addon is not yet downloaded, it will be downloaded and "restart server required" banner is displayed
  • If the addon is installed, but not present in the production bundle, settings from previous production version (if any) are migrated to the new version and addon is added to the production bundle
  • If no bundle is in production, a new bundle is created.

@martastain martastain linked an issue Oct 7, 2024 that may be closed by this pull request
@martastain martastain added the type: feature Adding something new and exciting to the product label Oct 7, 2024
@martastain martastain self-assigned this Oct 7, 2024
@martastain martastain merged commit b10cc16 into develop Oct 8, 2024
@martastain martastain deleted the 375-addons-auto-update-server-addons branch October 21, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Adding something new and exciting to the product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Addons: Auto-update server addons
1 participant