Releases: aquasecurity/postee
v2.0.8
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
What's Changed
- fix: fixed postee vulnerabilities by @DmitriyLewen in #211
- updated posteeUI dependencies by @DmitriyLewen in #213
- chore: update alpine version 3.15 by @krol3 in #214
- Golangci by @krol3 in #212
- feat: organize readme by @krol3 in #222
- chore: adding readiness in k8s postee-ui by @krol3 in #218
- chore(deps): update node and go dependencies by @DmitriyLewen in #234
- test(scheduler): improve test for route scheduler by @AndreyLevchenko in #238
- chore(mod): update postee package references to v2 by @AndreyLevchenko in #240
- Helm v2 by @krol3 in #227
- chore: k8s manifest filters volume by @krol3 in #206
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Update cfg.yaml by @simar7 in #186
- feat(config): rename config properties by @AndreyLevchenko in #174
- fix(logging): add output error logging by @AndreyLevchenko in #192
- Add PAT Auth for Jira Server/Data Center by @DmitriyLewen in #190
- Feat: added /ping API in UI by @DmitriyLewen in #195
- Update routes.md by @AndreyLevchenko in #188
- Docs: added description of using env. variables by @DmitriyLewen in #194
- Fix: fixed docker image postee-ui building by @DmitriyLewen in #201
- feat: added PATH_TO_DB environment variable by @DmitriyLewen in #196
- Feat: added support for rego files to filter input messages by @DmitriyLewen in #193
- chore: fixing link and port in the readme by @krol3 in #204
Full Changelog: v2.0.5...v2.0.6
v2.0.5
v2.0.4
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
v2.0.2
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
v2.0
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.