Skip to content

Releases: Kong/kong-pongo

2.6.0

08 Jul 04:28
Compare
Choose a tag to compare

What's Changed

  • feat(version) added Kong Enterprise version 3.2.1.0 by @tyler-ball in #386
  • fix(image): install psmisc and net-tools to provide fuser and netstat by @fffonion in #384
  • fix(openssl): use kong openssl lib to build lua dev dependencies by @fffonion in #382
  • feat(version) added Kong Enterprise version 3.2.2.0 by @tyler-ball in #388
  • add version 3.2.2 by @kikito in #389
  • fix(ld_path): setting the LD_LIBRARY_PATH broke some tools by @Tieske in #390

Full Changelog: 2.5.0...2.6.0

2.5.0

02 Mar 13:51
986b92b
Compare
Choose a tag to compare
  • Fix: Apple recently started shipping realpath in their OS. But it doesn't support the --version flag, so it was not detected as installed #380.

  • Feat: Kong Enterprise 3.1.1.3

  • Feat: Kong Enterprise 3.1.1.2

2.4.0

02 Mar 13:50
Compare
Choose a tag to compare
  • Fix: Redis certificates #370

  • Feat: Kong Enterprise 3.1.1.1

  • Feat: Kong Enterprise 3.1.1.0

  • Feat: Kong Enterprise 3.0.2.0

  • Feat: Kong OSS 3.1.1

  • Feat: Kong OSS 3.0.2

  • Feat: Kong OSS 2.8.2

Added Kong 3.1

21 Dec 14:13
Compare
Choose a tag to compare
  • Feat: Kong Enterprise 3.1.0.0
  • Feat: Kong Enterprise 3.0.1.0
  • Feat: Kong OSS 3.1.0

Only build Python from source on Ubuntu 16.04

18 Nov 08:04
9a55c9a
Compare
Choose a tag to compare

pongo 2.0 built Python 3.9 from source so that a sufficiently recent version of httpie could be made available in its images. This slowed down image building considerably, in particular on the Macintosh platform. This release adds a new shell script that installs Python, which builds it from source only on Ubuntu 16.04. For newer releases, the system's binary package is installed.