Releases: Kong/kong-pongo
Releases · Kong/kong-pongo
2.6.0
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
andnetstat
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
2.4.0
Added Kong 3.1
- 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
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.