Skip to content

Releases: atc0005/send2teams

v0.11.1

21 Mar 11:34
ae1e68c
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • built using Go 1.19.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.6 to 1.19.7
    • atc0005/go-teams-notify
      • v2.7.0 to v2.7.1-rc.1
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.9.0 to go-ci-oldstable-build-v0.10.0

Fixed

  • (GH-284) Fix CHANGELOG summary for v0.11.0 release
  • (GH-290) Update vuln analysis GHAW to use on.push hook
  • (GH-293) internal/config/config.go:289:10: call could wrap the error with
    error-wrapping directive %w

References

v0.11.0

06 Mar 11:59
14ffc2a
Compare
Choose a tag to compare

Overview

  • Add support for generating packages
  • Generated binary changes
    • filename patterns
    • compression
    • executable metadata
  • Build improvements
  • built using Go 1.19.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-273) Generate RPM/DEB packages using nFPM

Changed

  • (GH-272) Switch to semantic versioning (semver) compatible versioning
    pattern
  • (GH-274) Add version metadata to Windows executables
  • (GH-275) Makefile: Compress binaries and use fixed filenames
  • (GH-276) Makefile: Refresh recipes to add "standard" set, new
    package-related options
  • (GH-277) Build dev/stable releases using go-ci Docker image

References

v0.10.3

06 Mar 10:25
96a577a
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.4 to 1.19.6
    • atc0005/go-teams-notify
      • v2.7.0-rc.2 to v2.7.0
  • (GH-266) Add Go Module Validation, Dependency Updates jobs
  • (GH-268) Drop Push Validation workflow
  • (GH-269) Rework workflow scheduling
  • (GH-271) Remove Push Validation workflow status badge

References

v0.10.2

08 Dec 13:33
86b905e
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.4
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.1 to 1.19.4
    • atc0005/go-teams-notify
      • v2.7.0-rc.1 to v2.7.0-rc.2
  • (GH-257) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-260) Fix Makefile Go module base path detection

References

v0.10.1

20 Sep 10:27
5333670
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.1
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.13 to 1.19.1
    • atc0005/go-teams-notify
      • v2.7.0-alpha.6 to v2.7.0-rc.1
    • github/codeql-action
      • v2.1.21 to v2.1.24
  • (GH-248) Update project to Go 1.19
  • (GH-249) Update Makefile and GitHub Actions Workflows

Fixed

  • (GH-247) Add missing cmd doc file

References

v0.10.0

23 Aug 10:31
53606db
Compare
Choose a tag to compare

Overview

  • Add support for disabling branding trailer
  • Dependency updates
  • built using Go 1.17.13
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • (GH-227) Add optional flag to disable branding "trailer" on submitted messages

Changed

  • Dependencies
    • Go
      • 1.17.12 to 1.17.13

Fixed

  • (GH-245) Apply Go 1.19 specific doc comments linting fixes

References

v0.9.3

21 Jul 10:43
948d8a3
Compare
Choose a tag to compare

Overview

  • Bugfixes
  • Dependency updates
  • built using Go 1.17.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.10 to 1.17.12
    • atc0005/go-teams-notify
      • v2.7.0-alpha.2 to v2.7.0-alpha.6

Fixed

  • (GH-238) Update lintinstall Makefile recipe

References

v0.9.2

13 May 10:28
dfae0b9
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.10
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.9 to 1.17.10

References

v0.9.1

27 Apr 12:18
64e3a1e
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.9
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.8 to 1.17.9

References

v0.9.0

11 Apr 11:20
135d832
Compare
Choose a tag to compare

Overview

  • Fixed support for user mentions
  • Dependency updates
  • Swap from legacy MessageCard format to Adaptive Card
  • Flag changes
  • built using Go 1.17.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies

    • Go
      • 1.17.7 to 1.17.8
    • atc0005/go-teams-notify
      • v2.7.0-alpha.1 to v2.7.0-alpha.2
    • actions/checkout
      • v2.4.0 to v3
  • (GH-225) Microsoft Teams messages are now generated using the Adaptive Card format instead of the legacy MessageCard format

    • this produces some minor visual differences
    • see
      atc0005/check-vmware#649
      for an example of changes made to a Nagios command definition to retain
      comparable visual parity
    • see
      atc0005/check-vmware#651
      for an example of improvements to the command definition using syntax
      compatible with Adaptive Card text formatting support
  • (GH-225) The --target-url flag no longer enforces a set limit of 4 URL
    "buttons"

  • (GH-225) --color flag is now a NOOP

    • produces no effect; see README for details

Fixed

  • (GH-224) README doesn't make clear that the --user-mention flag can be
    repeated
  • (GH-225) Intermittent message submission failure when using --user-mention
    flag
  • (GH-225) Add missing checks for use of --silent flag before emitting
    warning/error output

References