Skip to content

Commit 92effcc

Browse files
authored
chore: bump versions for v1.3.0 release (#760)
Signed-off-by: Simo Lin <linsimo.mark@gmail.com>
1 parent 23ee755 commit 92effcc

13 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/_build-engine-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
smg_commit:
3333
description: 'SMG commit/ref ("latest" for HEAD)'
3434
required: false
35-
default: 'v1.2.0'
35+
default: 'main'
3636
type: string
3737
tag:
3838
description: 'Override image tag'

.github/workflows/release-sglang-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run-name: >-
44
SMG+SGLang |
55
base=${{ inputs.base_image_ref || 'lmsysorg/sglang:v0.5.9' }} |
66
engine=${{ inputs.sglang_commit || 'latest' }} |
7-
smg=${{ inputs.smg_commit || 'v1.2.0' }} |
7+
smg=${{ inputs.smg_commit || 'v1.3.0' }} |
88
by @${{ github.actor }}
99
1010
on:
@@ -43,10 +43,10 @@ on:
4343
smg_commit:
4444
description: 'SMG commit/ref ("latest" for HEAD)'
4545
required: false
46-
default: 'v1.2.0'
46+
default: 'v1.3.0'
4747
type: string
4848
tag:
49-
description: 'Override image tag (e.g. v1.2.0-sglang-v0.5.9)'
49+
description: 'Override image tag (e.g. v1.3.0-sglang-v0.5.9)'
5050
required: false
5151
type: string
5252

@@ -63,7 +63,7 @@ jobs:
6363
engine_repo: ${{ inputs.sglang_repo }}
6464
engine_commit: ${{ inputs.sglang_commit || 'latest' }}
6565
smg_repo: ${{ inputs.smg_repo || 'https://github.com/lightseekorg/smg' }}
66-
smg_commit: ${{ inputs.smg_commit || 'v1.2.0' }}
66+
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.0' }}
6767
tag: ${{ inputs.tag }}
6868
dry_run: ${{ github.event_name == 'pull_request' }}
6969
secrets: inherit

.github/workflows/release-trtllm-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ on:
3636
smg_commit:
3737
description: 'SMG commit/ref ("latest" for HEAD)'
3838
required: false
39-
default: 'v1.2.0'
39+
default: 'v1.3.0'
4040
type: string
4141
tag:
42-
description: 'Override image tag (e.g. v1.2.0-trtllm-1.3.0)'
42+
description: 'Override image tag (e.g. v1.3.0-trtllm-1.3.0)'
4343
required: false
4444
type: string
4545

@@ -56,7 +56,7 @@ jobs:
5656
engine_repo: ${{ inputs.trtllm_repo }}
5757
engine_commit: ${{ inputs.trtllm_commit || 'latest' }}
5858
smg_repo: ${{ inputs.smg_repo || 'https://github.com/lightseekorg/smg' }}
59-
smg_commit: ${{ inputs.smg_commit || 'v1.2.0' }}
59+
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.0' }}
6060
tag: ${{ inputs.tag }}
6161
source_build_repo: ${{ inputs.trtllm_repo }}
6262
source_build_ref: ${{ inputs.trtllm_commit || 'latest' }}

.github/workflows/release-vllm-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ on:
3636
smg_commit:
3737
description: 'SMG commit/ref ("latest" for HEAD)'
3838
required: false
39-
default: 'v1.2.0'
39+
default: 'v1.3.0'
4040
type: string
4141
tag:
42-
description: 'Override image tag (e.g. v1.2.0-vllm-v0.17.0)'
42+
description: 'Override image tag (e.g. v1.3.0-vllm-v0.17.0)'
4343
required: false
4444
type: string
4545

@@ -56,6 +56,6 @@ jobs:
5656
engine_repo: ${{ inputs.vllm_repo }}
5757
engine_commit: ${{ inputs.vllm_commit || 'latest' }}
5858
smg_repo: ${{ inputs.smg_repo || 'https://github.com/lightseekorg/smg' }}
59-
smg_commit: ${{ inputs.smg_commit || 'v1.2.0' }}
59+
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.0' }}
6060
tag: ${{ inputs.tag }}
6161
secrets: inherit

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.dependencies]
66
# Internal workspace crates
7-
openai-protocol = { version = "1.3.0", path = "crates/protocols" }
7+
openai-protocol = { version = "1.4.0", path = "crates/protocols" }
88
reasoning-parser = { version = "1.2.1", path = "crates/reasoning_parser" }
99
tool-parser = { version = "1.1.2", path = "crates/tool_parser" }
1010
wfaas = { version = "1.0.3", path = "crates/workflow" }
@@ -15,8 +15,8 @@ kv-index = { version = "1.1.0", path = "crates/kv_index" }
1515
smg-data-connector = { version = "2.1.0", path = "crates/data_connector", package = "data-connector" }
1616
llm-multimodal = { version = "1.3.0", path = "crates/multimodal" }
1717
smg-wasm = { version = "1.1.0", path = "crates/wasm", package = "smg-wasm" }
18-
smg-mesh = { version = "1.1.2", path = "crates/mesh", package = "smg-mesh" }
19-
smg-grpc-client = { version = "1.3.0", path = "crates/grpc_client" }
18+
smg-mesh = { version = "1.2.0", path = "crates/mesh", package = "smg-mesh" }
19+
smg-grpc-client = { version = "1.4.0", path = "crates/grpc_client" }
2020

2121
# Shared dependencies
2222
anyhow = "1.0"

bindings/golang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smg-golang"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55

66
[lib]

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smg-python"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2021"
55

66
[lib]

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "smg"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "High-performance Rust-based inference gateway for large-scale LLM deployments"
99
authors = [
1010
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},

clients/openapi-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openapi-gen"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Generate OpenAPI 3.1 spec from openai-protocol types"
66
publish = false

crates/grpc_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smg-grpc-client"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
edition = "2021"
55
description = "gRPC clients for SGLang and vLLM backends"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)