Skip to content

Commit

Permalink
Reverted node versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagis (P.) Tselentis committed May 3, 2020
1 parent 96f8173 commit 529970f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
* Fix security issue that allowed a user to escalate to admin status. (Kudos to [j3ssie](https://github.com/j3ssie)).
* Fix XSS vulnerabity on alerts and notifications. (Kudos to [j3ssie](https://github.com/j3ssie)).
* Fix issues #555, #562. Initial registration allows multiple admin users to be created
* Implemented missing `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
* Updated project dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:10.16-alpine

COPY . /app

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,12 @@ If you need to discuss anything Konga related, we have a chatroom on Gitter:
* Easy database integration (MySQL, postgresSQL, MongoDB).

## Compatibility
**From 0.14.0 onwards, Konga is ONLY compatible with Kong 1.0.0>= 1.4.x**
**From 0.14.0 onwards, Konga is ONLY compatible with Kong 1.0.0 >= 1.5.x**

If you're on an older Kong version , use [this](https://github.com/pantsel/konga/tree/legacy) branch
or `konga:legacy` from docker hub instead.

**Only partial compatibility with Kong 1.5.* is implemented**
**Compatibility with Kong 2.x is not and will not be implemented in this project. A new generation of Konga is in the works for that.**
**Compatibility with Kong 2.x is partially. A new generation of Konga is in the works for that.**

## Prerequisites
- A running [Kong installation](https://getkong.org/)
Expand Down

0 comments on commit 529970f

Please sign in to comment.