errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.13k stars 615 forks source link

Feature: Version included in website #1400

Closed sijis closed 4 years ago

sijis commented 4 years ago

This simplifies our domain structure and includes a way for us to use the json in versionchecker plugin.

The version would be available in: https://errbot.io/versions.json

We'd be able to remove part of this change https://github.com/errbotio/errbot/commit/8f20371eccffeaa4030fd56ee8f11e0ca7f7f375.

The only thing left is to update vcheck plugin to include some of the logic from the version server.

sijis commented 4 years ago

@gbin These changes require that the RTD setup is able to build upon merges to master (or other branches).

sijis commented 4 years ago

Change works!

curl -L https://errbot.io/versions.json
{
  "python2": "4.2.2",
  "python3": "6.1.2"
}