Skip to content

Releases: NexusGPU/tensor-fusion-operator

v1.5.0

18 Dec 01:47
de4fbe9
Compare
Choose a tag to compare

1.5.0 (2024-12-18)

Features

v1.4.1

17 Dec 14:59
38fffa6
Compare
Choose a tag to compare

1.4.1 (2024-12-17)

Bug Fixes

  • replaced "gopkg.in/yaml.v2" with "sigs.k8s.io/yaml" for parse yaml (38fffa6)

v1.4.0

17 Dec 14:38
4bf9dca
Compare
Choose a tag to compare

1.4.0 (2024-12-17)

Features

  • refactor pod patch configuration and patching logic (#10) (4bf9dca)

v1.3.0

17 Dec 10:32
b79b3da
Compare
Choose a tag to compare

1.3.0 (2024-12-17)

Features

  • init cluster manager and node manager types (#6) (b79b3da), closes #7 #9

v1.2.0

13 Dec 08:58
e9a143f
Compare
Choose a tag to compare

1.2.0 (2024-12-13)

Features

  • fix webhook bug, create tfconn in pod controller (#7) (e9a143f)

v1.1.0

11 Dec 10:03
Compare
Choose a tag to compare

1.1.0 (2024-12-11)

Features

  • init cluster & pool & node & nodeClass custom resources (11dbcdf)

v1.0.0

10 Dec 10:27
b9746bf
Compare
Choose a tag to compare

1.0.0 (2024-12-10)

Bug Fixes

Features

  • add HTTP server with connection router (58e3406)
  • add pod mutation webhook (289d7c6)
  • add release.yaml (e9de902)
  • change Gpunode to clusterlevel resource (345580f)
  • enhance TensorFusionConnection lifecycle and derive worker pod (a19ae79)
  • implement gpunode and tensorfusionconnection controller (f60c828)
  • implement resource cleanup for TensorFusionConnection (4a2ec8b)
  • initialize definition of GPUNode and TensorFusionConnection (3e184e1)
  • rename from 'GPUNode' to 'GPU' (ade38f8)
  • scheduler: implement a simple first-fit GPU node scheduler (08e8e57)
  • scheduler: implement naive scheduler release with resource tracking (4d3bc2d)
  • server: add connection URL response and logging middleware (107f4f9)
  • webhook: fix tensor fusion pod mutation handler tests (350525a)
  • webhook: implement pod mutating webhook and test infrastructure (e63deee)