sensu-plugins / sensu-plugins-mailer

This plugin is an email handler for Sensu.
http://sensu-plugins.io
MIT License
17 stars 37 forks source link

Update aws-ses requirement from = 0.6.0 to = 0.7.1 #112

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on aws-ses to permit the latest version.

Changelog

Sourced from aws-ses's changelog.

0.7.1:

  • Bugfix in sig version v4 detection

0.7.0:

  • Implement Authorization Header v4 (add config: signature_version: 4)
  • Wrap message ID in <> correctly

0.6.0:

  • Various small bug fixes

0.5.0:

  • Check for existence of html or text body when attachments are included
  • Message ids in mail objects should now reflect what is actually sent.

0.4.4:

  • Fixed error in initialized settings if you don't set them manually

0.4.3:

  • No more error from Rails 3.1 about incompatible gem versions
  • Better error message
  • No duplicate dependencies

0.4.2:

  • Added support for ReplyToAddresses, Destinations, and Source (pzb)
  • Added custom User-Agent header (pzb)
  • Widespread doc updates

0.4.1:

  • Removed many unneeded monkeypatch extensions
  • Tests ( and gem ) run in 1.9.2

0.4.0:

  • This version may have some small incompatibilities due to adding support for MessageId. Check that the result still matches what you previously expected.
  • Added MessageId support in responses
  • Improved resulting data from many responses
  • Added tests and documentation for quota and statistics
  • Added Rails 2.3.x support ( I HOPE!!! )

0.3.2:

  • Removed unused extensions that were conflicting with S3

0.3.1:

  • Downgraded mail gem version required to enhance Rails 3.0.0 compatibility

0.3.0:

  • Added send_raw_email support
  • Added support for Rails3
  • Vastly improved error handling and got rid of a bunch of stuff that wasn't used

0.2.0:

Commits
  • f4f2d79 Fix sig v4 detection (#77)
  • a5d9602 Regenerate gemspec for version 0.7.0
  • f4dbb0a Add jeweler
  • fe398f9 0.7.0
  • bc47719 Cleaned up Gemfile bundle
  • 532ab65 Merge pull request #73 from Serraview/bugfix/message-id-error
  • 7a6575e Merge pull request #75 from ofri-switzerland/sig-v4
  • cd603f8 Make region option configurable
  • b9f5c1b Unfreeze time when tests are finished, cleanup
  • f4ef27d Generate canonical request for specified request action, set signature_versio...
  • Additional commits viewable in compare view


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)