Skip to content

Releases: jensengillett/verificationbot

v0.3

31 Aug 03:29
e0fa0e0
Compare
Choose a tag to compare

Cleans up some of the code, and importantly updates the docker-compose.yml to no longer point to DockerHub, as that hasn't been updated in years. You'll have to build the code locally now, then deploy. Sorry.

v0.2

03 Sep 20:55
eb4f479
Compare
Choose a tag to compare

Breaking change: ticket_id environment variable added.

Should not affect existing installations due to some extra code to make it optional, but who knows. If you're updating to this version or later you may need to add a ticket_id environment variable, even if it is blank.

Issues closed since last release: #49 , #50 , #51

v0.1

02 Sep 21:01
3098fe5
Compare
Choose a tag to compare

Release v0.1 is the same code from June 15th, just packaged up.
The release strategy for this bot is primarily around breaking changes.

In the coming weeks there will be an addition of a new environment variable that will not be in prior versions of the bot. The bot should gracefully handle the missing variable, but this may be not the case, thus the creation of releases for each breaking change.

Most changes to the bot will not increment the release counter. The minor version will be updated with each breaking change, until eventually a 1.0 release happens. (This will probably be after I write slash command support. Sorry.)

I am providing source code only for releases; since the bot's written in Python, this is sufficient to get it going.