Skip to content

Commit 9f34d35

Browse files
authored
chore(release): bump version to 1.3.3 (#857)
Signed-off-by: Simo Lin <linsimo.mark@gmail.com>
1 parent 8edd52a commit 9f34d35

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

.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.3.2' }} |
7+
smg=${{ inputs.smg_commit || 'v1.3.3' }} |
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.3.2'
46+
default: 'v1.3.3'
4747
type: string
4848
tag:
49-
description: 'Override image tag (e.g. v1.3.2-sglang-v0.5.9)'
49+
description: 'Override image tag (e.g. v1.3.3-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: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.2' }}
66+
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.3' }}
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.3.2'
39+
default: 'v1.3.3'
4040
type: string
4141
tag:
42-
description: 'Override image tag (e.g. v1.3.2-trtllm-1.3.0)'
42+
description: 'Override image tag (e.g. v1.3.3-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: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.2' }}
59+
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.3' }}
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.3.2'
39+
default: 'v1.3.3'
4040
type: string
4141
tag:
42-
description: 'Override image tag (e.g. v1.3.2-vllm-v0.17.0)'
42+
description: 'Override image tag (e.g. v1.3.3-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: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.2' }}
59+
smg_commit: ${{ github.event_name == 'pull_request' && 'main' || inputs.smg_commit || 'v1.3.3' }}
6060
tag: ${{ inputs.tag }}
6161
secrets: inherit

Cargo.toml

Lines changed: 2 additions & 2 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.4.1", path = "crates/protocols" }
7+
openai-protocol = { version = "1.5.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,7 +15,7 @@ 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.4.0", path = "crates/multimodal" }
1717
smg-wasm = { version = "1.1.0", path = "crates/wasm", package = "smg-wasm" }
18-
smg-mesh = { version = "1.2.0", path = "crates/mesh", package = "smg-mesh" }
18+
smg-mesh = { version = "1.2.1", path = "crates/mesh", package = "smg-mesh" }
1919
smg-grpc-client = { version = "1.4.0", path = "crates/grpc_client" }
2020

2121
# Shared dependencies

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.3.2"
3+
version = "1.3.3"
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.3.2"
3+
version = "1.3.3"
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.3.2"
7+
version = "1.3.3"
88
description = "High-performance Rust-based inference gateway for large-scale LLM deployments"
99
authors = [
1010
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},

crates/mesh/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-mesh"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
description = "Mesh gossip protocol and distributed state synchronization for Shepherd Model Gateway"
66
license = "Apache-2.0"

crates/protocols/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openai-protocol"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
edition = "2021"
55
description = "OpenAI-compatible API protocol definitions and types"
66
license = "Apache-2.0"

model_gateway/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"
3-
version = "1.3.2"
3+
version = "1.3.3"
44
edition = "2021"
55
description = "High-performance model-routing gateway for large-scale LLM deployments"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)