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

Pin to particular installer version #52

Open
shannah opened this issue Apr 5, 2022 · 0 comments
Open

Pin to particular installer version #52

shannah opened this issue Apr 5, 2022 · 0 comments

Comments

@shannah
Copy link
Owner

shannah commented Apr 5, 2022

Currently the download page on jdeploy.com always uses the latest version of the jdeploy installer to install the apps. In general this is ideal as this makes sure that app owners don't need to republish their apps to benefit from bug-fixes in the installer. However, it may be desirable to pin to a specific version of the installer so that they aren't "surprised" by changes to the way the installer works.

This ability is already built into the app.xml format, but it isn't documented, nor is it connected (I think) to the package.json file yet. Need to add a flag in the GUI and in the package.json file to specify the installer version. E.g.

"installerVersion" : "3.1.9"
or
"installerVersion":"LATEST",

or any other valid semantic version identifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant