Commit Graph

145 Commits

Author SHA1 Message Date
github-actions[bot] ed7c4e3bef Version Packages (next) 2026-03-10 17:34:12 +00:00
github-actions[bot] db0d171511 Version Packages (next) 2026-03-03 14:16:49 +00:00
github-actions[bot] 4bd6a3a1af Version Packages (next) 2026-02-24 19:24:06 +00:00
github-actions[bot] e6df5d52ce Version Packages 2026-02-17 16:06:18 +00:00
Fredrik Adelöw 0fef9b4744 Merge pull request #32576 from drodil/included_topics
feat(notifications): add support for included topics
2026-02-16 22:40:13 +01:00
github-actions[bot] 7c41134684 Version Packages (next) 2026-02-10 16:14:59 +00:00
Hellgren Heikki e9eb400f9c feat(notifications): add support for included topics
this can be used to configure processors to only process notifications
that contain specific topics. if notification does not have a topic and
included topics are configured, the notification will not get processed
by the specific processor. this is mainly for the email processor but
can be used by other processors as well.

closes #32497

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2026-01-29 15:31:35 +02:00
github-actions[bot] d4b85dddee Version Packages (next) 2026-01-27 15:51:11 +00:00
github-actions[bot] c24788d5bb Version Packages 2025-12-16 14:08:20 +00:00
Fredrik Adelöw fff8c798ae Merge pull request #31922 from StateFarmIns/update-notif-ses-options
fix: Update email processor ses options to match v2 of ses sdk
2025-12-13 19:21:45 +01:00
github-actions[bot] e08f48a9b5 Version Packages (next) 2025-12-09 15:00:09 +00:00
renovate[bot] b267aeaa04 chore(deps): update dependency @types/nodemailer to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 16:08:04 +00:00
Colt McKissick 8dd4ce4073 refactor: populate ses options during constructor
Signed-off-by: Colt McKissick <colt.mckissick.ycbp@statefarm.com>
2025-12-03 10:13:41 -05:00
Colt McKissick 09c498aa68 fix: use fromArn config, log warning for sourceArn
Signed-off-by: Colt McKissick <colt.mckissick.ycbp@statefarm.com>
2025-12-02 10:30:16 -05:00
Colt McKissick a5d5b3adcc fix: mark fromArn as deprecated, update getSesOptions to read fromArn if set
Signed-off-by: Colt McKissick <colt.mckissick.ycbp@statefarm.com>
2025-12-02 09:21:29 -05:00
Colt McKissick 3513cdd4f7 docs: update readme example to reflect config changes
Signed-off-by: Colt McKissick <colt.mckissick.ycbp@statefarm.com>
2025-12-01 11:15:26 -05:00
Colt McKissick 7b65adeaaa fix: Update email processor ses options to match v2
Signed-off-by: Colt McKissick <colt.mckissick.ycbp@statefarm.com>
2025-11-26 11:58:17 -05:00
github-actions[bot] 756986e5e7 Version Packages (next) 2025-11-25 16:21:32 +00:00
github-actions[bot] 792f4d7e3d Version Packages 2025-11-18 12:23:09 +00:00
github-actions[bot] 20fae88bdf Version Packages (next) 2025-11-11 21:45:56 +00:00
github-actions[bot] 3738293d26 Version Packages (next) 2025-11-04 15:00:26 +00:00
github-actions[bot] 2c1fe37d3b Version Packages (next) 2025-10-24 13:22:48 +00:00
github-actions[bot] 807af8ce0e Version Packages (next) 2025-10-21 16:14:43 +00:00
Fredrik Adelöw 461296991c Merge pull request #31458 from drodil/ses_email
fix(notifications): update ses to v2
2025-10-20 09:48:59 +02:00
Hellgren Heikki 22a53624ec fix(notifications): update ses to v2
this to prevent error message being thrown with nodemailer v7 from email
notifications. fixes #31457

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-10-17 13:04:32 +03:00
Patrik Oldsberg b436f73803 Merge pull request #31166 from schultzp2020/constructor-parameters
refactor: convert constructor parameter properties for erasableSyntaxOnly compatibility
2025-10-15 18:56:42 +02:00
github-actions[bot] d6ce2db9ca Version Packages 2025-10-14 15:29:54 +00:00
Paul Schultz 05f60e1e0a refactor: convert constructor parameter properties for erasableSyntaxOnly compatibility
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2025-10-14 08:29:21 -05:00
github-actions[bot] 316d0774b8 Version Packages (next) 2025-10-07 15:00:59 +00:00
Fredrik Adelöw 8a5703df8b Merge pull request #31224 from hopehadfield/remove-unused-scaffolder
Remove unused dependencies in notifications and scaffolder
2025-10-07 16:48:10 +02:00
dependabot[bot] b8cf31a93a chore(deps): bump nodemailer from 6.9.16 to 7.0.7
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.16 to 7.0.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.16...v7.0.7)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-07 13:57:38 +00:00
github-actions[bot] c2c60546d2 Version Packages (next) 2025-09-24 12:57:42 +00:00
Hope Hadfield f5e09631a4 Remove unused dependencies in notifications and scaffolder
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
2025-09-22 15:35:43 -04:00
github-actions[bot] b799a2d07f Version Packages 2025-09-16 13:22:58 +00:00
Paul Schultz 133ac7ad66 fix(repo-tools): resolve knip-reports failure with spaces in workspace paths
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2025-09-15 12:34:26 -05:00
github-actions[bot] 020d484ac4 Version Packages (next) 2025-09-09 15:00:36 +00:00
github-actions[bot] ac48eeb3ba Version Packages (next) 2025-09-02 12:17:03 +00:00
github-actions[bot] b93a3471c2 Version Packages 2025-08-19 13:01:39 +00:00
github-actions[bot] 531a48848c Version Packages (next) 2025-07-29 14:40:44 +00:00
github-actions[bot] 9a7cae26c9 Version Packages 2025-07-15 14:26:41 +00:00
github-actions[bot] eef10dfb4d Version Packages (next) 2025-07-08 13:35:26 +00:00
Ben Lambert e8f1530d46 Merge pull request #30370 from StateFarmIns/notifications-ses-config
fix: Add optional config for ses mail options with sourceArn, etc.
2025-07-07 10:27:37 +02:00
github-actions[bot] 952cefedd8 Version Packages (next) 2025-07-01 11:50:02 +00:00
Stephanie Swaney 990edb5274 fix: use convention for config variables inside sesConfig
Signed-off-by: Stephanie Swaney <stephanie.swaney.ddk6@statefarm.com>
2025-06-24 09:02:50 -05:00
Stephanie Swaney 94a30fed5a chore: prettier fixes
Signed-off-by: Stephanie Swaney <stephanie.swaney.ddk6@statefarm.com>
2025-06-23 16:59:05 -05:00
Stephanie Swaney f92c9fc224 fix: Add optional config for ses mail options with SourceArn, FromArn, ConfigurationSetName
Signed-off-by: Stephanie Swaney <stephanie.swaney.ddk6@statefarm.com>
2025-06-23 15:05:07 -05:00
github-actions[bot] 58558ef2c1 Version Packages 2025-06-17 12:45:56 +00:00
github-actions[bot] f628f44cab Version Packages (next) 2025-06-10 14:28:09 +00:00
Fredrik Adelöw eb1ee0331e remove some usages of the old alpha catalog service
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-06-05 11:37:23 +02:00
github-actions[bot] d57a6f7828 Version Packages (next) 2025-06-03 13:12:47 +00:00