This repository has been archived by the owner on May 7, 2024. It is now read-only.
Releases: pantsel/konga
Releases · pantsel/konga
v0.14.9
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
andpath_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
v0.14.7
v0.14.6
v0.14.5
v0.14.4
- Added support for
TAGS
in all major Kong Entities (Starting from Kong1.1.0-rc1
). - Konga can now be used without authentication. In order to do that,
simply set the env varNO_AUTH=true
. - You can now seed default Users and Kong Connections on first install.
Check out the docs. - The new env var
BASE_URL
, allows you to run Konga behind a reverse proxy on a relative path.
For example, if you configure your proxy to route requests toexample.com/konga
you will need to setBASE_URL=/konga/
- Fix compatibility with new
response-ratelimiting
plugin schema. Ref issue #363. - Add ENV HOST support for sails
host
to bind host by IP address. Ref pull req #451. Big ups to narate! - Updated Dockerfile node.js version to 10.16
- Various minor fixes and improvements
v0.14.1
Starting from version 0.14.0, Konga won't be compatible with Kong versions
prior to 1.x due to the breaking changes on Kong's API and plugin schemas.
- [Compatibility] Kong 1.x compatibility.
- [Deprecation] APIs and related implementations are deprecated.
- [Fix] Missing fields are included on the upstream form.
- [Fix] The bundled Kong plugins are no longer needed in order
features likeAccessible Consumer Routes
andSnapshots
to work properly. - [Enhancement] You can now set up alert triggers and dispatch notifications when upstream targets are not healthy.
v0.13.0
What's new
- Better onboarding experience on first install.
- User accounts are not auto-generated by default. You need to manually register the admin account
on first run. - The default Kong connection (http://kong:8001) is not auto-generated on first install.
- Login and Sign up pages got a clean redesign.
- Fix minor issues
v0.12.3
v0.12.2
v0.12.1
Changelog
- [Deprecation] Deprecated consumer imports. This feature was not adopted and provided unnecessary
complexity to maintenance as well as increased the overall project's size. - [Fix] Fixed the trailing slash issue. Konga is now able to communicate with
Kong even if a trailing slash exists in the connection url. - Cleaned up unused dependencies.
- When installing Konga from source, the
confing/local.js
file is deprecated
in favor of a.env
file. Check the README.md for details.