Releases: heroku/heroku-kong
External Admin API
Kong's Admin API is now automatically proxied through a loopback route, making it possible to automate Kong configuration with tools like Terraform.
See: Admin API docs in the README.
Kong 0.14.1
π¨ Potentially breaking changes in Kong's configuration and Admin APIs. See UPGRADING.
Upgrade to Kong 0.14.1 using the buildpack v5.0.0.
v1.1.0
v1.0.0
Kong becomes Heroku-friendly ππ once again thanks to big changes in Kong CE 0.11.0.
Beta 5
Same as Beta 4 with buildpack upgrade to v3.1.2 to fix git error on re-deployment.
Beta 4
Same as Beta 3 with buildpack upgrade to v3.1.0 for configurable Kong source git repo & commitish.
Beta 3
Kong as a Heroku app.
- Kong 0.7.0 via buildpack v3.0.0
- uses a fork of Kong that supports Heroku's Dyno Manager
- official proposal Foreground process model
Please send feedback via GitHub issues.
Beta 2
Kong as a Heroku app.
- Kong 0.6.1 via buildpack v2.0.0
- uses a fork of Kong that supports Heroku's Dyno Manager
- official proposal Foreground process model
Please send feedback via GitHub issues.
Beta 1
Kong as a Heroku app.
- Kong 0.5.4 via buildpack v1.0.0
- Admin API listens on localhost:8001
- app-specific plugins:
- Lua source in
lib/
or - Lua rocks specified in
.luarocks
- Lua source in
- test the app's Lua code
- tests in
spec/
- uses the Lua Busted test framework
- includes Kong integration testing
- tests in
- scripts to ease local Mac OS X setup & runtime
bin/setup
bin/start
- sample app plugins
Please send feedback via GitHub issues.