From 8e12c0a29ede4f8df6d127583a53d3a3b6d3dff9 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Wed, 2 Nov 2022 18:31:37 +0000 Subject: [PATCH] Release: 2.8.3 (#9665) * docs(changelog): add 2.8.3 changes * release: 2.8.3 * chore(ci): build a test package on PR's to release branches * Revert "chore(ci): build a test package on PR's to release branches" This reverts commit 98eb6fba5daefe00bdb1ce0acb3158788d8b11d9. * docs(README.md): adjust the 2.8.3 readme --- CHANGELOG.md | 19 +++++++++++++++---- ...-2.8.2-0.rockspec => kong-2.8.3-0.rockspec | 4 ++-- kong/meta.lua | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) rename kong-2.8.2-0.rockspec => kong-2.8.3-0.rockspec (99%) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba8ca680944..26d1478a4935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [2.8.3](#283) - [2.8.2](#282) - [2.8.1](#281) - [2.8.0](#280) @@ -64,14 +65,22 @@ - [0.10.0](#0100---20170307) - [0.9.9 and prior](#099---20170202) -## Unreleased + +## [2.8.3] + +> Released 2022/11/02 ### Fixes -#### Admin API +##### Plugins + +- **HTTP Log**: fix internal error during validating the schema if http_endpoint contains + userinfo but headers is empty [#9574](https://github.com/Kong/kong/pull/9574) + +##### CLI -- Increase the maximum request argument number from 100 to 1000, and return 400 error if request parameters reach the limitation to avoid being truncated. - [#9510](https://github.com/Kong/kong/pull/9510) +- Fixed a packaging problem affecting a subset of releases where the `kong version` + command was incorrect ## [2.8.2] @@ -6878,6 +6887,8 @@ First version running with Cassandra. [Back to TOC](#table-of-contents) +[2.8.3]: https://github.com/Kong/kong/compare/2.8.2...2.8.3 +[2.8.2]: https://github.com/Kong/kong/compare/2.8.1...2.8.2 [2.8.1]: https://github.com/Kong/kong/compare/2.8.0...2.8.1 [2.8.0]: https://github.com/Kong/kong/compare/2.7.0...2.8.0 [2.7.1]: https://github.com/Kong/kong/compare/2.7.0...2.7.1 diff --git a/kong-2.8.2-0.rockspec b/kong-2.8.3-0.rockspec similarity index 99% rename from kong-2.8.2-0.rockspec rename to kong-2.8.3-0.rockspec index c94078b52d20..7d6d0211bf28 100644 --- a/kong-2.8.2-0.rockspec +++ b/kong-2.8.3-0.rockspec @@ -1,10 +1,10 @@ package = "kong" -version = "2.8.2-0" +version = "2.8.3-0" rockspec_format = "3.0" supported_platforms = {"linux", "macosx"} source = { url = "https://github.com/Kong/kong.git", - tag = "2.8.2" + tag = "2.8.3" } description = { summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.", diff --git a/kong/meta.lua b/kong/meta.lua index c9059c0b484e..29484be5a4a6 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 2, minor = 8, - patch = 2, + patch = 3, --suffix = "rc.1" }, { -- our Makefile during certain releases adjusts this line. Any changes to