Skip to content

Commit a4dd1ac

Browse files
authored
feat: ready to release 2.13.2 (#7293)
Signed-off-by: spacewander <[email protected]>
1 parent edd3e0e commit a4dd1ac

File tree

3 files changed

+112
-0
lines changed

3 files changed

+112
-0
lines changed

CHANGELOG.md

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

2626
- [2.14.1](#2141)
2727
- [2.14.0](#2140)
28+
- [2.13.2](#2132)
2829
- [2.13.1](#2131)
2930
- [2.13.0](#2130)
3031
- [2.12.1](#2121)
@@ -120,6 +121,12 @@ title: Changelog
120121
- [#6686](https://github.com/apache/apisix/pull/6686)
121122
- Admin API rejects unknown stream plugin: [#6813](https://github.com/apache/apisix/pull/6813)
122123

124+
## 2.13.2
125+
126+
**This is an LTS maintenance release and you can see the CHANGELOG in `release/2.13` branch.**
127+
128+
[https://github.com/apache/apisix/blob/release/2.13/CHANGELOG.md#2132](https://github.com/apache/apisix/blob/release/2.13/CHANGELOG.md#2132)
129+
123130
## 2.13.1
124131

125132
**This is an LTS maintenance release and you can see the CHANGELOG in `release/2.13` branch.**

docs/zh/latest/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ title: CHANGELOG
2525

2626
- [2.14.1](#2141)
2727
- [2.14.0](#2140)
28+
- [2.13.2](#2132)
2829
- [2.13.1](#2131)
2930
- [2.13.0](#2130)
3031
- [2.12.1](#2121)
@@ -120,6 +121,10 @@ title: CHANGELOG
120121
- [#6686](https://github.com/apache/apisix/pull/6686)
121122
- Admin API 拒绝未知的 stream 插件。[#6813](https://github.com/apache/apisix/pull/6813)
122123

124+
## 2.13.2
125+
126+
**这是一个 LTS 维护版本,您可以在 `release/2.13` 分支中看到 CHANGELOG。**
127+
123128
## 2.13.1
124129

125130
**这是一个 LTS 维护版本,您可以在 `release/2.13` 分支中看到 CHANGELOG。**

rockspec/apisix-2.13.2-0.rockspec

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
--
2+
-- Licensed to the Apache Software Foundation (ASF) under one or more
3+
-- contributor license agreements. See the NOTICE file distributed with
4+
-- this work for additional information regarding copyright ownership.
5+
-- The ASF licenses this file to You under the Apache License, Version 2.0
6+
-- (the "License"); you may not use this file except in compliance with
7+
-- the License. You may obtain a copy of the License at
8+
--
9+
-- http://www.apache.org/licenses/LICENSE-2.0
10+
--
11+
-- Unless required by applicable law or agreed to in writing, software
12+
-- distributed under the License is distributed on an "AS IS" BASIS,
13+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
-- See the License for the specific language governing permissions and
15+
-- limitations under the License.
16+
--
17+
18+
package = "apisix"
19+
version = "2.13.2-0"
20+
supported_platforms = {"linux", "macosx"}
21+
22+
source = {
23+
url = "git://github.com/apache/apisix",
24+
branch = "2.13.2",
25+
}
26+
27+
description = {
28+
summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
29+
homepage = "https://github.com/apache/apisix",
30+
license = "Apache License 2.0",
31+
}
32+
33+
dependencies = {
34+
"lua-resty-ctxdump = 0.1-0",
35+
"lua-resty-dns-client = 6.0.2",
36+
"lua-resty-template = 2.0",
37+
"lua-resty-etcd = 1.6.0",
38+
"api7-lua-resty-http = 0.2.0",
39+
"lua-resty-balancer = 0.04",
40+
"lua-resty-ngxvar = 0.5.2",
41+
"lua-resty-jit-uuid = 0.0.7",
42+
"lua-resty-healthcheck-api7 = 2.2.0",
43+
"api7-lua-resty-jwt = 0.2.4",
44+
"lua-resty-hmac-ffi = 0.05",
45+
"lua-resty-cookie = 0.1.0",
46+
"lua-resty-session = 2.24",
47+
"opentracing-openresty = 0.1",
48+
"lua-resty-radixtree = 2.8.1",
49+
"lua-protobuf = 0.3.4",
50+
"lua-resty-openidc = 1.7.2-1",
51+
"luafilesystem = 1.7.0-2",
52+
"api7-lua-tinyyaml = 0.4.2",
53+
"nginx-lua-prometheus = 0.20220127",
54+
"jsonschema = 0.9.8",
55+
"lua-resty-ipmatcher = 0.6.1",
56+
"lua-resty-kafka = 0.07",
57+
"lua-resty-logger-socket = 2.0-0",
58+
"skywalking-nginx-lua = 0.6.0",
59+
"base64 = 1.5-2",
60+
"binaryheap = 0.4",
61+
"api7-dkjson = 0.1.1",
62+
"resty-redis-cluster = 1.02-4",
63+
"lua-resty-expr = 1.3.1",
64+
"graphql = 0.0.2",
65+
"argparse = 0.7.1-1",
66+
"luasocket = 3.0rc1-2",
67+
"luasec = 0.9-1",
68+
"lua-resty-consul = 0.3-2",
69+
"penlight = 1.9.2-1",
70+
"ext-plugin-proto = 0.4.0",
71+
"casbin = 1.41.1",
72+
"api7-snowflake = 2.0-1",
73+
"inspect == 3.1.1",
74+
"lualdap = 1.2.6-1",
75+
"lua-resty-rocketmq = 0.3.0-0",
76+
"opentelemetry-lua = 0.1-3",
77+
"net-url = 0.9-1",
78+
"xml2lua = 1.5-2",
79+
}
80+
81+
build = {
82+
type = "make",
83+
build_variables = {
84+
CFLAGS="$(CFLAGS)",
85+
LIBFLAG="$(LIBFLAG)",
86+
LUA_LIBDIR="$(LUA_LIBDIR)",
87+
LUA_BINDIR="$(LUA_BINDIR)",
88+
LUA_INCDIR="$(LUA_INCDIR)",
89+
LUA="$(LUA)",
90+
OPENSSL_INCDIR="$(OPENSSL_INCDIR)",
91+
OPENSSL_LIBDIR="$(OPENSSL_LIBDIR)",
92+
},
93+
install_variables = {
94+
ENV_INST_PREFIX="$(PREFIX)",
95+
ENV_INST_BINDIR="$(BINDIR)",
96+
ENV_INST_LIBDIR="$(LIBDIR)",
97+
ENV_INST_LUADIR="$(LUADIR)",
98+
ENV_INST_CONFDIR="$(CONFDIR)",
99+
},
100+
}

0 commit comments

Comments
 (0)