Skip to content

Releases: aquasecurity/postee

v2.0.8

05 Feb 00:18
ca72375
Compare
Choose a tag to compare

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

v2.0.7

26 Jan 21:34
63f6128
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

20 Nov 17:02
ca3e5d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

13 Oct 16:34
936a020
Compare
Choose a tag to compare

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

v2.0.4

09 Sep 22:38
5bfcf34
Compare
Choose a tag to compare

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.

v2.0.3

18 Aug 15:31
60d50bd
Compare
Choose a tag to compare

Fixed issue #162

v2.0.2

10 Aug 13:58
4ca490d
Compare
Choose a tag to compare

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

v2.0.1

24 Jul 20:53
9159987
Compare
Choose a tag to compare

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

v2.0

20 Jul 12:33
0748851
Compare
Choose a tag to compare

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.

v1.1.4

18 May 08:10
1ca76cc
Compare
Choose a tag to compare

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