Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/3.2.2 #10502

Merged
merged 3 commits into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [3.2.2](#322)
- [3.2.1](#321)
- [3.2.0](#320)
- [3.1.0](#310)
Expand Down Expand Up @@ -68,7 +69,10 @@
- [0.10.0](#0100---20170307)
- [0.9.9 and prior](#099---20170202)

## Unreleased

## 3.2.2

> Released 2023/03/16

### Dependencies

Expand All @@ -83,6 +87,7 @@
Docker containers if it was not cleanly stopped.
[#10481](https://github.com/Kong/kong/pull/10481)

[Back to TOC](#table-of-contents)

### 3.2.1

Expand Down Expand Up @@ -7845,6 +7850,7 @@ First version running with Cassandra.

[Back to TOC](#table-of-contents)

[3.2.2]: https://github.com/Kong/kong/compare/3.2.1...3.2.2
[3.2.1]: https://github.com/Kong/kong/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/Kong/kong/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/Kong/kong/compare/3.0.1...3.1.0
Expand Down
4 changes: 2 additions & 2 deletions kong-3.2.1-0.rockspec → kong-3.2.2-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong"
version = "3.2.1-0"
version = "3.2.2-0"
rockspec_format = "3.0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git+https://github.com/Kong/kong.git",
tag = "3.2.1"
tag = "3.2.2"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 3,
minor = 2,
patch = 1,
patch = 2,
--suffix = "-alpha.13"
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
Expand Down