postee

Notice: Postee is no longer under active development or maintenance.

MIT License

Stars
209
Committers
29

Bot releases are hidden (Show)

postee - v2.14.0 Latest Release

Published by simar7 about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/aquasecurity/postee/compare/v2.13.0...v2.14.0

postee - v2.12.0

Published by simar7 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/aquasecurity/postee/compare/v2.11.2...v2.12.0

postee - v2.0.7

Published by jerbia almost 3 years ago

What's Changed

Full Changelog: https://github.com/aquasecurity/postee/compare/v2.0.6...v2.0.7

postee - v2.0.6

Published by jerbia almost 3 years ago

What's Changed

Full Changelog: https://github.com/aquasecurity/postee/compare/v2.0.5...v2.0.6

postee - v2.0.5

Published by jerbia about 3 years ago

Bug fixes, improvements to the documentation, helm charts and yamls.

postee - v2.0.4

Published by jerbia about 3 years ago

Added a new configuration plugin: "unique-message-props".
This new plugin will cache incoming messages based on their JSON property values.
In case of message with same property value is received multiple times - it will be ignored.

This is useful to avoid sending same message multiple times though the same route.

postee - v2.0.3

Published by jerbia about 3 years ago

Fixed issue #162

postee - v2.0.2

Published by jerbia about 3 years ago

Changelog

c3fb2ce feat(rego-templates): add option to pretty print input json (#152)
4ca490d fix(webhook): make webhook work correctly with rego templates (#153)
74d4bf8 removing liveness (#155)

Docker images

  • docker pull docker.io/aquasec/postee:2.0.2
  • docker pull public.ecr.aws/aquasecurity/postee:2.0.2
  • docker pull docker.io/aquasec/postee:latest
  • docker pull public.ecr.aws/aquasecurity/postee:latest
postee - v2.0.1

Published by jerbia over 3 years ago

Add the out of the box REGO templates to the Postee image.

postee - v2.0

Published by jerbia over 3 years ago

In this release we've refactored the way that Postee handles messages.

It now goes through 3 steps:

  • Matching incoming message against REGO filter
  • Building the output message based on REGO template
  • Sending the message to destination

Note that this version has breaking changes to the cfg.yaml file.
Please follow the instructions on readme.md on how to migrate to version 2.0.

postee - v1.1.3

Published by jerbia over 3 years ago

Add Postee binaries to the release

postee - Migrating to Modules

Published by afdesk over 3 years ago