View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
unreleased
Unreleased
1-0-3-2021-05-04
[1.0.3] - 2021-05-04
added
Added
- Add
BonnyPlug.AdmissionReview.Request.check_allowed_values/3
. A helper function to check a given field's value against a list of allowed values.
1-0-2-2020-11-09
[1.0.2] - 2020-11-09
added-1
Added
- Allow setting list of webhook handlers at compile time.
1-0-1-2020-11-09
[1.0.1] - 2020-11-09
changed
Changed
- Add missing dependency to Jason in
mix.exs
1-0-0-2020-11-09
[1.0.0] - 2020-11-09
added-2
Added
BonnyPlug.AdmissionReview
: Internal representation of an admission reviewBonnyPlug.AdmissionReview.Request
: Helper functions to handle the admission webhook requestsBonnyPlug.WebhookPlug
: A plug to handle incoming admission webhook requestsBonnyPlug.WebhookHandler
: Handles webhook requests and delegates them to the implementing handlers