This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
Releases: makigas/makibot
Releases · makigas/makibot
v0.7.0
This is the first release to pack an HTTP server that is used for ops. Monitoring and metrics commands will be moved over this interface rather than using bot commands.
The server address is currently hardfixed to http://0.0.0.0:8080 with the assumption that this will be re-routed through Docker to a different host and port binding.
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.2
v0.4.1
Clank v0.4.1 is an incremental update focused on updating dependencies, and adding and fixing tooling, development and deployment tools that can help make the development and operation of Clank easier and more appealing to system administrators.
Added:
- Tooling: added a tsconfig.json file to fix TypeScript compilation
- Tooling: added support for Prettier
- Tooling: added Dependabot to keep dependencies updated
- Community: adopted Contributor Covenant as a Code of Conduct
- Community: added templates for GitHub issues and pull requests
Enhancements:
- Refactor: refactored events in Makibot.ts
- Tooling: remove build dependencies from Dockerfile to shrim image size
Deprecations and removals:
- Runtime: dropped support for Node 8
Dependencies:
- Bump @types/node from 10.17.0 to 10.17.6
- Bump dotenv from 6.0.0 to 8.2.0
- Bump node-opus from 0.3.0 to 0.3.3
- Bump rimraf from 2.6.2 to 3.0.0
- Bump sqlite from 2.9.2 to 2.9.3
- Bump ts-node from 6.1.1 to 8.5.4
- Bump typescript from 2.9.2 to 3.7.3
- Bump uws from 10.148.0 to 100.0.1
- Bump xdg-basedir from 3.0.0 to 4.0.0
v0.4.0
v0.3.3
- Changed the pin hook to include the permalink of the pinned post in the message sent to the pinboard.
- Updated Dockerfile to use base-devel instead of alpine-sdk as an APK dependency. Hopefully this will make the Docker image for Clank more lightweight.
- Updated dependencies.