Skip to content

Commit fb99852

Browse files
authored
chore: release 3.14.1 (#12672)
1 parent eeb432f commit fb99852

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
APISIX_PACKAGE_NAME=apisix
1919

2020
APISIX_RUNTIME=1.3.2
21-
APISIX_DASHBOARD_COMMIT=70712bd33f55f7979d4cb73a898e9778e0fbfe8b
21+
APISIX_DASHBOARD_COMMIT=39be363cdbc5395d3163572c532be95f3dbad03a

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ title: Changelog
2323

2424
## Table of Contents
2525

26+
- [3.14.1](#3141)
2627
- [3.14.0](#3140)
2728
- [3.13.0](#3130)
2829
- [3.12.0](#3120)
@@ -81,6 +82,21 @@ title: Changelog
8182
- [0.7.0](#070)
8283
- [0.6.0](#060)
8384

85+
## 3.14.1
86+
87+
### Bugfixes
88+
89+
- fix: port conflict in worker process for prometheus port [#12667](https://github.com/apache/apisix/pull/12667)
90+
91+
### Core
92+
93+
- fix: add warning log when skipping check for disabled plugin [#12655](https://github.com/apache/apisix/pull/12655)
94+
- chore: add test for verifying lua-resty-openssl bug fix [#12656](https://github.com/apache/apisix/pull/12656)
95+
96+
## Doc improvements
97+
98+
- docs: remove unnecessary sentence in opentelemetry plugin doc [#12660](https://github.com/apache/apisix/pull/12660)
99+
84100
## 3.14.0
85101

86102
**The changes marked with :warning: are not backward compatible.**

apisix/core/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
-- @module core.version
2121

2222
return {
23-
VERSION = "3.14.0"
23+
VERSION = "3.14.1"
2424
}

docs/en/latest/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.14.0",
2+
"version": "3.14.1",
33
"sidebar": [
44
{
55
"type": "category",

docs/zh/latest/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.14.0",
2+
"version": "3.14.1",
33
"sidebar": [
44
{
55
"type": "category",

0 commit comments

Comments
 (0)