Commit e4ec216
committed
chore(deps): prepare SDK 0.1.6rc2 for openYuanRong 0.10.2rc4
Bump akernel-sdk to 0.1.6rc2 and align the control-plane wheel, RRT,
artifact checksums, and YuanRong source gitlink with 0.10.2rc4.
Pin openyuanrong-sandbox to the published 0.10.2rc3 package matching
the sandbox-sdk revision retained by the 0.10.2rc4 release.
Signed-off-by: robbluo <luo1442@gmail.com>1 parent cc84df0 commit e4ec216
4 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
- .buildkite/test_sandbox_k8s.sh+1-1
- api/python/yr/cli/exec.py+31-4
- api/python/yr/cli/scripts.py+11-2
- api/python/yr/fnruntime.pyx+16
- api/python/yr/includes/libruntime.pxd+4
- api/python/yr/sandbox/filesystem.py+31-14
- api/python/yr/sandbox/sandbox.py+250-43
- api/python/yr/tests/test_exec_cp.py+4-4
- api/rust/rrt-daemon/src/runtime/httpserver.rs+76-46
- frontend+1-1
- functionsystem+1-1
- go/cmd/faas/faasscheduler/function_main.go+9
- go/cmd/faas/faasscheduler/module_main.go+8
- go/go.mod+1
- go/go.sum+2
- go/pkg/common/faas_common/redisclient/redisclient.go+18-97
- go/pkg/common/faas_common/redisclient/redisclient_test.go+17-85
- go/pkg/common/faas_common/redisclient/v6/redisclient.go+375
- go/pkg/common/faas_common/redisclient/v6/redisclient_test.go+445
- go/pkg/common/go.mod+1
- go/pkg/common/go.sum+2
- go/pkg/functionscaler/faasscheduler.go+101-9
- go/pkg/functionscaler/instancepool/oneshot_instance_pool.go+8
- go/pkg/functionscaler/litescheduler/dispatcher.go+18-9
- go/pkg/functionscaler/litescheduler/dispatcher_test.go+63-7
- go/pkg/functionscaler/litescheduler/event.go+73-1
- go/pkg/functionscaler/litescheduler/event_test.go+3-4
- go/pkg/functionscaler/litescheduler/expiry.go+16-9
- go/pkg/functionscaler/litescheduler/expiry_test.go+74-40
- go/pkg/functionscaler/litescheduler/litescheduler.go+76-38
- go/pkg/functionscaler/litescheduler/litescheduler_test.go+5-4
- go/pkg/functionscaler/litescheduler/metrics_test.go+3-3
- go/pkg/functionscaler/litescheduler/operation.go+629-433
- go/pkg/functionscaler/litescheduler/operation_test.go+309-32
- go/pkg/functionscaler/litescheduler/pool.go+161-46
- go/pkg/functionscaler/litescheduler/pool_test.go+1-1
- go/pkg/functionscaler/litescheduler/request.go+37-2
- go/pkg/functionscaler/litescheduler/sessionstore_test.go+21-21
- go/pkg/functionscaler/scheduler/concurrencyscheduler/basic_concurrency_scheduler.go+36-6
- go/pkg/functionscaler/scheduler/concurrencyscheduler/basic_concurrency_scheduler_test.go+75-4
- go/pkg/functionscaler/scheduler/concurrencyscheduler/sessionmanager.go+13
- go/pkg/functionscaler/session/sessionstore.go+55-61
- go/pkg/functionscaler/types/types.go+4-4
- sandbox-sdk+1-1
- test/st/python/pytest.ini+2-1
- test/st/python/test_off_cluster.py+4
0 commit comments