Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

v0.14.9

Latest
Compare
Choose a tag to compare
@pantsel pantsel released this 16 May 16:41
· 5 commits to master since this release

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, destingations and path_handling fields on routes.
  • Implemented missing client_certificate field 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