Skip to content

Releases: go-vela/vela-slack

v0.7.0

03 Jun 15:34
23a64ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Apr 19:50
a7f8b00
Compare
Choose a tag to compare

What's Changed

  • chore(docs): remove registry param for local attachment by @ecrupper in #57
  • chore(linter): remove deprecated allow leading spaces by @KellyMerrick in #61
  • chore(deps): update all non-major dependencies by @renovate in #58
  • chore: update deps by @timhuynh94 in #69
  • chore(deps): update all non-major dependencies by @renovate in #70

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Nov 20:24
e0398d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Jul 14:18
3171ea6
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/slack-go/slack to v0.11.3 by @renovate in #37
  • fix(deps): update module github.com/urfave/cli/v2 to v2.17.1 by @renovate in #38
  • fix(deps): update module github.com/go-vela/types to v0.15.1 by @renovate in #39
  • fix(logs): correct documentation link by @ecrupper in #40
  • chore: remove code of conduct in favor of global version by @wass3r in #44
  • fix(deps): update module github.com/go-vela/types to v0.17.0 by @renovate in #43
  • chore(deps): bump go to v1.20 and other deps, update workflow by @KellyMerrick in #50

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Aug 22:08
ba33c15
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/go-vela/types to v0.11.0 by @renovate in #4
  • fix(deps): update module github.com/slack-go/slack to v0.10.0 by @renovate in #5
  • chore(deps): update go to 1.17 by @wass3r in #6
  • fix(deps): update module github.com/slack-go/slack to v0.10.1 by @renovate in #7
  • chore: update copyright year to 2022 by @kaymckay in #8
  • fix(deps): update module github.com/go-vela/types to v0.12.0 by @renovate in #9
  • fix(deps): update module github.com/slack-go/slack to v0.10.2 by @renovate in #10
  • fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.2 by @renovate in #11
  • chore(deps): update actions/checkout action to v3 by @renovate in #12
  • chore: update Golangci config and clean repo by @kaymckay in #13
  • fix(deps): update module github.com/urfave/cli/v2 to v2.4.0 by @renovate in #14
  • chore: update contributing.md by @kaymckay in #15
  • fix(deps): update module github.com/go-vela/types to v0.13.0 by @renovate in #16
  • fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.3 by @renovate in #19
  • chore(deps): update codecov/codecov-action action to v3 by @renovate in #18
  • fix(deps): update module github.com/urfave/cli/v2 to v2.4.4 by @renovate in #20
  • fix(deps): update deps (patch) by @renovate in #21
  • fix(deps): update module github.com/urfave/cli/v2 to v2.5.1 by @renovate in #24
  • chore(deps): update github/codeql-action action to v2 by @renovate in #22
  • fix(deps): update module github.com/urfave/cli/v2 to v2.7.1 by @renovate in #25
  • fix(deps): update module github.com/urfave/cli/v2 to v2.8.1 by @renovate in #26
  • fix(deps): update module github.com/go-vela/types to v0.14.0 by @renovate in #28
  • fix(deps): update module github.com/slack-go/slack to v0.11.0 by @renovate in #27
  • fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 by @renovate in #29
  • fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #30
  • fix(deps): update deps (patch) by @renovate in #32
  • chore: upgrade to go v1.18 by @plyr4 in #33

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Nov 20:44
dff7756
Compare
Choose a tag to compare

v0.2.0 (2021-11-12)

Feat

  • add ldap user lookup (#3)

v0.1.0

29 Oct 19:23
Compare
Choose a tag to compare

v0.1.0 (2021-10-29)

Chore

  • update usage docs