From b2d7d446297a2527c417c1f288e1beda73e3f12d Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Wed, 20 Sep 2023 15:17:29 -0700 Subject: [PATCH] chore(2.8.4): bump rockspec/meta/changelog --- CHANGELOG.md | 1 + kong-2.8.3-0.rockspec => kong-2.8.4-0.rockspec | 4 ++-- kong/meta.lua | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) rename kong-2.8.3-0.rockspec => kong-2.8.4-0.rockspec (99%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce7365e3613..d9a65a9cddc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6894,6 +6894,7 @@ First version running with Cassandra. [Back to TOC](#table-of-contents) +[2.8.4]: https://github.com/Kong/kong/compare/2.8.3...2.8.4 [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 diff --git a/kong-2.8.3-0.rockspec b/kong-2.8.4-0.rockspec similarity index 99% rename from kong-2.8.3-0.rockspec rename to kong-2.8.4-0.rockspec index 0e608907a45b..c06749548cbc 100644 --- a/kong-2.8.3-0.rockspec +++ b/kong-2.8.4-0.rockspec @@ -1,10 +1,10 @@ package = "kong" -version = "2.8.3-0" +version = "2.8.4-0" rockspec_format = "3.0" supported_platforms = {"linux", "macosx"} source = { url = "https://github.com/Kong/kong.git", - tag = "2.8.3" + tag = "2.8.4" } 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 29484be5a4a6..46ce2d9a6572 100644 --- a/kong/meta.lua +++ b/kong/meta.lua @@ -1,7 +1,7 @@ local version = setmetatable({ major = 2, minor = 8, - patch = 3, + patch = 4, --suffix = "rc.1" }, { -- our Makefile during certain releases adjusts this line. Any changes to