This repository was archived by the owner on May 7, 2024. It is now read-only.
What's changed
- Fix security issue that allowed a user to escalate to admin status. (Kudos to j3ssie).
- Fix XSS vulnerabity on alerts and notifications. (Kudos to j3ssie).
- Fix issues #555, #562. Initial registration allows multiple admin users to be created
- Implemented missing
headers,snis,sources,destingationsandpath_handlingfields on routes. - Implemented missing
client_certificatefield on services. - Added the ability to seed initial user and node data via configmaps and mounts PR: #522
- Added Basic Auth credentials support on Connections PR: #393
- Implemented ACME plugin configuration
- Updated project dependencies
- Fix some typos PRs: #551, #546