Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.6.1 to 2.7.0 #3638

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2022

Bumps github.com/atc0005/go-teams-notify/v2 from 2.6.1 to 2.7.0.

Release notes

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

v2.7.0

Added

  • (GH-134) Allow setting user agent, fallback to project-specific default value
  • (GH-135) Allow overriding default http.Client
  • (GH-157) Add Adaptive Card message format support
  • (GH-169) Added YAML en(de)coding support to MessageCard

Changed

  • Dependencies
    • github.com/stretchr/testify
      • v1.7.0 to v1.8.1
  • (GH-154) Deprecate API interface, expose underlying "Teams" client
  • (GH-183) Update Makefile and GitHub Actions Workflows
  • (GH-190) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-166) Update lintinstall Makefile recipe
  • (GH-184) Apply Go 1.19 specific doc comments linting fixes
  • (GH-176) ./send_test.go:238:8: second argument to errors.As should not be *error
  • (GH-179) Wrong json key name for URL (uses uri instead)

References

v2.7.0-rc.2

WARNING

This is a release candidate (RC) release. Unless issues are discovered & reported, this will become the next v2.7.0 stable release.

Please test and provide feedback so that any blocking issues can be resolved before the v2.7.0 release.

Thanks in advance!

Changes for the v2.7.0-rc.2 release

  • dependency updates
  • CI tweaks/enhancements

Changes for the v2.7.0-rc.1 release

  • Go 1.19 specific linting fixes

... (truncated)

Changelog

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

[v2.7.0] - 2022-12-12

Added

  • (GH-134) Allow setting user agent, fallback to project-specific default value
  • (GH-135) Allow overriding default http.Client
  • (GH-157) Add Adaptive Card message format support
  • (GH-169) Added YAML en(de)coding support to MessageCard

Changed

  • Dependencies
    • github.com/stretchr/testify
      • v1.7.0 to v1.8.1
  • (GH-154) Deprecate API interface, expose underlying "Teams" client
  • (GH-183) Update Makefile and GitHub Actions Workflows
  • (GH-190) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-166) Update lintinstall Makefile recipe
  • (GH-184) Apply Go 1.19 specific doc comments linting fixes
  • (GH-176) ./send_test.go:238:8: second argument to errors.As should not be *error
  • (GH-179) Wrong json key name for URL (uses uri instead)
Commits
  • c205f3b Merge pull request #195 from atc0005/update-changelog-for-v2.7.0-release
  • 8ea4c38 Update CHANGELOG for v2.7.0 release
  • 76cdfd6 Merge pull request #191 from atc0005/dependabot/go_modules/master/github.com/...
  • 0ae634d go.mod: bump github.com/stretchr/testify from 1.8.0 to 1.8.1
  • dece5c5 Merge pull request #190 from atc0005/ghaw-refactor
  • 00f3f9d Refactor GitHub Actions workflows to import logic
  • 8524906 Merge pull request #189 from atc0005/dependabot/github_actions/master/github/...
  • 10f4c0e ghaw: bump github/codeql-action from 2.1.24 to 2.1.25
  • bf0a4f6 Merge pull request #188 from atc0005/dependabot/github_actions/master/github/...
  • 81f64b7 ghaw: bump github/codeql-action from 2.1.23 to 2.1.24
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2022
@vercel vercel bot temporarily deployed to Preview December 13, 2022 08:04 Inactive
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 13, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/atc0005/go-teams-notify/v2-2.7.0 branch from ef4e7ff to 7d97e4a Compare December 13, 2022 12:46
@vercel vercel bot temporarily deployed to Preview December 13, 2022 12:47 Inactive
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/atc0005/go-teams-notify/v2-2.7.0 branch from 7d97e4a to 6f6909d Compare December 13, 2022 12:57
@vercel vercel bot temporarily deployed to Preview December 13, 2022 12:58 Inactive
@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Merging #3638 (f5d1bcb) into main (0767ded) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3638   +/-   ##
=======================================
  Coverage   83.59%   83.59%           
=======================================
  Files         118      118           
  Lines        9874     9874           
=======================================
  Hits         8254     8254           
  Misses       1306     1306           
  Partials      314      314           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/atc0005/go-teams-notify/v2-2.7.0 branch from 6f6909d to 3fa371b Compare December 14, 2022 15:14
@vercel vercel bot temporarily deployed to Preview December 14, 2022 15:15 Inactive
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/atc0005/go-teams-notify/v2-2.7.0 branch from 3fa371b to e3a7dbf Compare December 14, 2022 18:25
@vercel vercel bot temporarily deployed to Preview December 14, 2022 18:26 Inactive
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/atc0005/go-teams-notify/v2-2.7.0 branch from e3a7dbf to 6cea109 Compare December 15, 2022 13:17
@vercel vercel bot temporarily deployed to Preview December 15, 2022 13:18 Inactive
Bumps [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/atc0005/go-teams-notify/releases)
- [Changelog](https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md)
- [Commits](atc0005/go-teams-notify@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: github.com/atc0005/go-teams-notify/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/atc0005/go-teams-notify/v2-2.7.0 branch from 6cea109 to f5d1bcb Compare December 15, 2022 13:27
@vercel vercel bot temporarily deployed to Preview December 15, 2022 13:27 Inactive
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
@pull-request-size pull-request-size bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 15, 2022
@vercel vercel bot temporarily deployed to Preview December 15, 2022 17:19 Inactive
@caarlos0 caarlos0 merged commit 691234d into main Dec 15, 2022
@caarlos0 caarlos0 deleted the dependabot/go_modules/github.com/atc0005/go-teams-notify/v2-2.7.0 branch December 15, 2022 17:19
@github-actions github-actions bot added this to the v1.14.0 milestone Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant