v0.4.0
What's Changed
This release contains several small fixes and improvements.
Support custom OPA versions / variants
- Extract OPA executable from opa docker image by @tibotix in #316
- Add opa_image Dockerfile build argument by @tibotix in #322
Improved OPAL client healthcheck
- OPAL client healthcheck returns the value of the OPA healthcheck policy, based on sync status by @orishavit in #332
Fixed: Hanging redis lock issue
- This fix by @roekatz solves the issue of the Redis lock (around the policy git clone) staying hanging forever (preventing new workers from cloning the repo). Probably because the app crashes with segfault before releasing the lock. link: #345
Fixed: Pulling policy from private repo only succeeds for newly cloned repos
- Pass SSH environment to BranchTracker by @orishavit in #366
More webhook formats supported
- Webhooks: Support BitBucket webhooks by @roekatz in #361
- Check webhook URL properly by @orishavit in #355
- Git-webhook-azure by @orweis in #351
- Git-webhook-expand by @orweis in #342
- add support to enforce git branch by @orweis in #357
New configuration options
Small fixes and improvements
- Add .dockerignore file by @tibotix in #317
- fixed spelling error by @garnerp in #329
- Bump loader-utils from 2.0.2 to 2.0.4 in /documentation by @dependabot in #325
- fix env-var name by @orweis in #353
- Bump ua-parser-js from 0.7.31 to 0.7.33 in /documentation by @dependabot in #363
- Stabilize release 0.4.0 by @asafc in #370
- Create pull_request_template.md by @money8203 in #369
- Change OPAL test matrix to 3.9/3.10 by @orishavit in #319
- Update cryptography dependency to >38 by @orishavit in #320
- Add rego_clone/ to Dockerignore by @orishavit in #331
- Minor bug fix Data Source Refresh by @loan75 in #311
- Support Local Health Checks for OPAL Server by @brianhyder in #309
- Topic related DataUpdate bug fixes by @roekatz in #339
Documentation Fixes
- Opal-statistics-docs by @orweis in #347
- improve docs interlinking by @orweis in #362
- Navbar fix by @filipermit in #356
- Fixes+helm by @filipermit in #352
- Small guide fixes by @filipermit in #346
- Improvement/docs by @filipermit in #333
- Improvements/getting-started by @filipermit in #327
- sp: Akso to Also by @avo-sepp in #364
New Contributors
- @loan75 made their first contribution in #311
- @tibotix made their first contribution in #316
- @brianhyder made their first contribution in #309
- @garnerp made their first contribution in #329
- @avo-sepp made their first contribution in #364
- @money8203 made their first contribution in #369
Full Changelog: 0.3.1...0.4.0