postee

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

MIT License

Stars
209
Committers
29

Bot releases are visible (Hide)

postee - v2.0.8

Published by github-actions[bot] over 2 years ago

Changelog

ad807f2 chore: Bump up Go and Ubuntu builder versions
ba97d4c chore: Update Go version for dockerfile and ui/go.mod
d2d4c04 chore: Update Go version for dockerfile and ui/go.mod (#267)
9bbea4a feat: Add GitHub templates for issues, feature and support.
f9e2483 feat: Add dependabot config.
a69f0fb fix(email): fixed port selection for email with smtp protocol (#243)
7051511 fix(rego-html): support optional vulnerability summary (#247)
d156983 fix: Improve GitHub Actions for forks (#274)
f8779ee fix: fixed splunk json unmarshal (#244)
4eff766 fix: postee helm readme (#242)
ec31763 refactor: evaluate rego rule once for every route (#258)

Docker images

  • docker pull docker.io/aquasec/postee:2.0.8
  • docker pull public.ecr.aws/aquasecurity/postee:2.0.8
  • docker pull docker.io/aquasec/postee-ui:2.0.8
  • docker pull public.ecr.aws/aquasecurity/postee-ui:2.0.8
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.4

Published by github-actions[bot] over 3 years ago

Changelog

1ca76cc Fix GoReleaser (#138)
e9319c1 Update go.yml
e7ecac4 Update go.yml

Docker images

  • docker pull docker.io/aquasec/postee:1.1.4
  • docker pull public.ecr.aws/aquasecurity/postee:1.1.4
postee - v1.1.3

Published by jerbia over 3 years ago

Add Postee binaries to the release

postee - v1.1.2

Published by github-actions[bot] over 3 years ago

postee - Migrating to Modules

Published by afdesk over 3 years ago