atc0005 / bounce

Small utility to assist with building HTTP endpoints
MIT License
1 stars 0 forks source link

go.mod: bump github.com/atc0005/go-teams-notify/v2 from 2.7.1 to 2.8.0 #269

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/atc0005/go-teams-notify/v2 from 2.7.1 to 2.8.0.

Release notes

Sourced from github.com/atc0005/go-teams-notify/v2's releases.

v2.8.0

What's Changed

New Features or Enhancements 🎉

Bug Fixes 🐛

Dependency Updates

Other Changes

Full Changelog: https://github.com/atc0005/go-teams-notify/compare/v2.7.1...v2.8.0

v2.8.0-alpha.1

WARNING

NOTE: This is not considered a stable release.

Changes for the v2.8.0-alpha.1 release

  • ability to create a Table in AdaptiveCard format
  • CI updates
  • dependency updates

See GH-220 and GH-205 for more details.

References

Changelog

Sourced from github.com/atc0005/go-teams-notify/v2's changelog.

[v2.8.0] - 2023-07-21

Added

  • Adaptive Card format
    • (GH-205) Ability to create a Table in AdaptiveCard
  • CI
    • (GH-232) Add initial automated release notes config
    • (GH-233) Add initial automated release build workflow

Changed

  • Dependencies
    • stretchr/testify
      • v1.8.2 to v1.8.4
  • CI
    • (GH-226) Add quick Makefile recipe (alias)
    • (GH-225) Update vuln analysis GHAW to remove on.push hook
    • (GH-230) Disable unsupported build opts in monthly workflow

Fixed

  • CI
    • (GH-229) Restore local CodeQL workflow
Commits
  • 935abb0 Merge pull request #234 from atc0005/update-changelog-for-v2.8.0-release
  • 990ff13 Update CHANGELOG for v2.8.0 release
  • d9436f2 Merge pull request #233 from atc0005/add-initial-release-build-workflow
  • d21a268 Add initial automated release build workflow
  • fbabfce Merge pull request #232 from atc0005/add-initial-automated-release-notes-config
  • a7c2379 Add initial automated release notes config
  • 8ae3061 Merge pull request #230 from atc0005/update-scheduled-monthly-workflow-to-dis...
  • 7799dab Disable unsupported build opts in monthly workflow
  • 8e9682a Merge pull request #229 from atc0005/enable-codeql-advanced-scanning
  • 3a7d9ad Restore local CodeQL workflow
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
atc0005 commented 1 year ago

@dependabot rebase