-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add support for auto-update #24
Comments
Please take a look at what we are doing from the infra side: https://github.com/decentraland/adr/blob/main/docs/ADR-21-update-cycle-of-catalysts.md It involves us to publish new versions of the images to SNS topics (public topics anyone can subscribe to) and specific code running in crontab (in this repo) to update the catalysts based on SQS topics |
Interesting. The only thing I see missing is the possibility of having changes in this repo update themselves too. If not done correctly, then it could lead to some issues, but we might mitigate that by identifying breaking of non-breaking changes, and have the automatic update depend on that. Ideally, we would stop having people use the repository directly, and make it "more like a product/library". |
My two cents here: it would be nice to have the catalyst in .zone able to auto-update to the |
We could do it effortlessly, the only thing to do it is to send an SNS notification to the topic |
We would also need decentraland/catalyst#450, right? |
Disregard SQS solution, investigate ways to update all catalysts |
We should add some opt-in auto-update feature that updates the catalyst server when a new version is released.
There are two different types of updates:
Ideally, both would be handled automatically. This might requiere some re-thinking the whole update process
The text was updated successfully, but these errors were encountered: