Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: heroku/heroku-buildpack-kong

Kong 0.11.1

31 Oct 23:14
6e1e12b
Compare
Choose a tag to compare

Upgrade default version to Kong 0.11.1.

v4.0.0

29 Aug 01:39
Compare
Choose a tag to compare

Kong becomes Heroku-friendly 💜🐒 once again thanks to big changes in Kong CE 0.11.0.

3.2.0

10 Jul 11:31
Compare
Choose a tag to compare
3.2.0 Pre-release
Pre-release
add postgres support for kong 0.8.3

v3.1.2

20 Jun 16:19
Compare
Choose a tag to compare

Fix for "fatal: ambiguous argument" during re-deploy

v3.1.0

25 Apr 23:41
Compare
Choose a tag to compare

Now the Kong source git repo & commitish may be configured via config vars:

  • KONG_GIT_URL git repo URL for Kong source
    • example https://github.com/mars/kong.git
  • KONG_GIT_COMMITISH git branch/tag/commit for Kong source
    • example 0.7.0-external-supervisor.1 or master

v3.0.0

01 Mar 21:18
Compare
Choose a tag to compare

Run Kong as a Heroku app.

v2.0.0

17 Feb 23:27
Compare
Choose a tag to compare

Run Kong as a Heroku app.

v1.0.0

22 Jan 00:08
Compare
Choose a tag to compare

Run Kong in a Heroku dyno.

  • kong-12f runtime config generator (see: Usage)
  • config/kong.yml.etlua config template (see: config/kong.yml.etlua.sample)
  • build caching (first build per app will take longer)
  • compiles using sources in vendor/
    • Kong 0.5.4
    • Lua 5.1.5
    • LuaRocks 2.2.2
    • OpenResty 1.9.3.1
      • Nginx 1.9.3
      • lua-nginx 0.9.16
    • OpenSSL 1.0.2e
  • support for app-specific Kong plugins & Lua modules:
    • sources committed in app's lib/ or
    • installed per the app's .luarocks specification.