Skip to content

Commit fe9002d

Browse files
chore(main): release 0.7.3 (#47)
1 parent fd568c2 commit fe9002d

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.2"
2+
".": "0.7.3"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.7.3](https://github.com/runpod-workers/worker-tetra/compare/v0.7.2...v0.7.3) (2026-01-16)
4+
5+
6+
### Features
7+
8+
* dual-mode runtime for Flash Deployed Apps and Live Serverless ([#50](https://github.com/runpod-workers/worker-tetra/issues/50)) ([fd568c2](https://github.com/runpod-workers/worker-tetra/commit/fd568c2c996d10551267e78053bb7b5e1d1a3f65))
9+
* **load-balancer:** implement Live Load Balancer runtime Docker infrastructure ([#45](https://github.com/runpod-workers/worker-tetra/issues/45)) ([7cfe1b7](https://github.com/runpod-workers/worker-tetra/commit/7cfe1b713c12a1cfb259976d971fe2900109a104))
10+
* unpack app tarballs from shadow volumes ([#49](https://github.com/runpod-workers/worker-tetra/issues/49)) ([55d9cec](https://github.com/runpod-workers/worker-tetra/commit/55d9cec2751ca6718c883ed5d85d1cffa42f2b35))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** resolve disk space issues and optimize Docker image sizes ([#46](https://github.com/runpod-workers/worker-tetra/issues/46)) ([7261ccb](https://github.com/runpod-workers/worker-tetra/commit/7261ccb5d0d20be83b47d67115959391f46383c4))
16+
317
## [0.7.2](https://github.com/runpod-workers/worker-tetra/compare/v0.7.1...v0.7.2) (2025-12-03)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "worker-tetra"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "Dynamic GPU provisioning for ML workloads with transparent execution"
55
readme = "README.md"
66
requires-python = ">=3.9,<3.13"

0 commit comments

Comments
 (0)