Skip to content

Commit 35364f7

Browse files
authored
feat: bump to 0.21.2 (#362)
1 parent fcc0ecd commit 35364f7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- 3.11.0
4848
- 3.12.0
4949
- 3.13.0
50+
- 3.14.0
5051
env:
5152
BACKEND_APISIX_VERSION: ${{ matrix.version }}
5253
BACKEND_APISIX_IMAGE: ${{ matrix.version }}-debian
@@ -78,6 +79,7 @@ jobs:
7879
matrix:
7980
version:
8081
- 3.13.0
82+
- 3.14.0
8183
- dev
8284
steps:
8385
- name: Determine APISIX image tag
@@ -115,7 +117,7 @@ jobs:
115117
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'
116118
strategy:
117119
matrix:
118-
version: [3.5.5, 3.6.1, 3.7.8, 3.8.10]
120+
version: [3.5.5, 3.6.1, 3.7.8, 3.8.15]
119121
env:
120122
BACKEND_API7_VERSION: ${{ matrix.version }}
121123
BACKEND_API7_DOWNLOAD_URL: https://run.api7.ai/api7-ee/api7-ee-v${{ matrix.version }}.tar.gz

apps/cli/src/command/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { PingCommand } from './ping.command';
1313
import { SyncCommand } from './sync.command';
1414
import { configurePluralize } from './utils';
1515

16-
const versionCode = '0.21.1';
16+
const versionCode = '0.21.2';
1717

1818
// initialize dotenv
1919
dotenv.config();

apps/cli/src/server/sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const syncHandler: RequestHandler<
148148

149149
logger.log({
150150
level: 'debug',
151-
message: 'sync success',
151+
message: 'sync finished',
152152
output,
153153
requestId: req.requestId,
154154
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"yaml": "^2.4.2",
7272
"zod": "^4.0.10"
7373
},
74-
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
74+
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
7575
"pnpm": {
7676
"onlyBuiltDependencies": [
7777
"@parcel/watcher",

0 commit comments

Comments
 (0)