Skip to content

v0.9.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 22:23
· 8 commits to main since this release
f70e428

In this release of GatewayD, several updates and fixes have been made. Support for queueing asynchronous actions in the background was added (thanks to @Hamsajj 🙏). This feature allows the output of policy evaluation by Act to be published to a Pub/Sub queue on Redis and plugin and external consumers can consume and run arbitrary actions based on that.

Provenance attestation and SBOM features were added, along with an Alpine update. Setup issues were resolved. The REDIS_URL environment variable can be used to setup the cache plugin. The policy input has been enriched to include plugin parameters and its result for better policy evaluation. Dependencies were updated, including a bump of grpc-gateway to version 2.20.0. The Dockerfile linting was added to the CI workflow.

Additionally, an issue with IP address binding that prevented external access to the containers from the host machine was fixed (thanks to @sinadarbouy 🙏).

What's Changed

New Contributors

Full Changelog: v0.9.5...v0.9.6