Skip to content

Releases: target/flottbot

0.7.1

31 Mar 07:15
cef183b
Compare
Choose a tag to compare

Changelog

cef183b fix: use botinfo api to get user (#165)

0.7.0

23 Mar 21:17
6002966
Compare
Choose a tag to compare

Changelog

6002966 feat: respond to bots (#164)

0.6.0

26 Feb 22:19
cafa811
Compare
Choose a tag to compare

0.6.0 release

Breaking Changes:
Starting with 0.6.0, flottbot will be run as an unprivileged user (flottbot) instead of the default root user.

Fix

  • cron: schedule accepts supported formats
  • slack: use conversations api

Feat

  • docker!: run flottbot as unpriviledged user in docker - thanks to @barneysowood
  • telegram: add telegram support - thanks to @ormazz
  • telegram: make channel/group mentions work

Chore

  • bump dependencies
  • update README

Docs

  • document changes to user in docker images

0.5.0

23 Apr 21:47
3b42e4d
Compare
Choose a tag to compare

0.5.0 release

Fix

  • slack: bug fix with channel ids

Feat

  • slack: ability to override default port 3000 - thanks to @dpritchett
  • ability to suppress help message if no matching triggers are found - thanks to @renjithpk

Chore

  • ci: switch to Github Actions

0.4.0

12 Feb 05:43
3312c9f
Compare
Choose a tag to compare

0.4.0 (2020-02-11)

Feat

  • discord: beef up discord integration (#121)

Chore

  • deps: update dependencies (fixes Slack RTM) (#125)

Enhancement

  • slack: add more user fields from slack api (#124)

BREAKING CHANGE

This release break existing Discord integrations as we now require bot owners to provide a DISCORD_SERVER_ID in the config. More information at https://target.github.io/flottbot-docs/basics/discord/

0.3.1

09 Jan 05:32
41a0ba4
Compare
Choose a tag to compare

0.3.1 (2020-01-08)

Chore

  • go 1.13; bump slack lib; fix deprecations (#115)

Feat

  • helm: add helm chart (#119)
  • permalink: make link to source message available (Slack only) (#120)

Refactor

  • templates: switch from gtf to sprig (#118)

0.3.0

26 Aug 04:57
d096ff8
Compare
Choose a tag to compare

Chore

  • dep: update dependencies
  • examples: fix examples
  • prometheus: update deprecated handler
  • unfurl: remove dead code

Feat

  • add ability to prevent responding in threads (#106)
  • add ability to restrict access to rule by user id, (#94) - thanks @dudu!

Style

  • lint: fix various linter issues
  • sh: change bash to sh in example rules

Pull Requests

  • Merge pull request #105 from sarge/add-go-modules-to-docker-files
  • Merge pull request #98 from target/cleanup
  • Merge pull request #94 from pagarme/allow_users_by_id
  • Merge pull request #93 from target/add_kanye

0.2.0

27 Mar 05:32
03a920f
Compare
Choose a tag to compare

New Features

  • respond rules can now accept optional arguments denoted with a ? suffix

Bug Fixes

  • CLI mode does not require you to hit Enter anymore
  • HTTP actions that respond with an array will now return as such instead of a string

Other

  • Reduced screen real estate taken up by custom ASCII in CLI mode

0.1.4

20 Dec 19:22
42457d3
Compare
Choose a tag to compare
0.1.4

0.1.3: Channel info (#70)

25 Oct 02:36
Compare
Choose a tag to compare
feat(channel): make channel information available