Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 15:58
· 27 commits to main since this release

What's Changed

  • Updated operator version to v0.3.0
  • Updated LlamaStack distributions to 0.2.22
  • Generated updated release manifests

Installation

Install the operator using kubectl:

kubectl apply -f https://raw.githubusercontent.com/llamastack/llama-stack-k8s-operator/v0.3.0/release/operator.yaml

Container Images

  • Operator: quay.io/llamastack/llama-stack-k8s-operator:v0.3.0
  • LlamaStack distributions: docker.io/llamastack/distribution-*:0.2.22

What's Changed

  • (fix) Update Generate release SHA by @VaishnaviHire in #120
  • chore: add github issue templates by @nathan-weinberg in #122
  • feat(kustomizer): add service comparison and immutability enforcement utilities by @mfleader in #113
  • test(e2e): enhance debugging capabilities with detailed diagnostic explanations by @mfleader in #112
  • Adding MIT License by @rhuss in #104
  • refactor(controller): add anti-fragile test patterns and clean up utilities by @mfleader in #121
  • fix: vllm deployment script runAsNonRoot update by @rhdedgar in #126
  • test(controller): add integration test for reconciliation happy path by @mfleader in #123
  • feat(controller): migrate service reconciliation to kustomize manifest by @mfleader in #105
  • feat: support providers with self-signed certificates by @rhdedgar in #109
  • (fix): Preserve immutable fields during upgrade by @VaishnaviHire in #131
  • fix: updating CRD names; including llds editor/viewer roles by @rhdedgar in #137
  • fix(plugins): handle nil intermediate values in JSON path traversal by @mfleader in #136
  • feat(controllers): enable testing of provider and version status via dependency injection by @mfleader in #133
  • test(controler): add tests for handling network policy disablement by @mfleader in #140
  • feat(CI/CD): stub workflow for CPU-based vLLM image generation by @courtneypacheco in #138
  • refactor(controller): delegate health checks to k8s readiness probes by @mfleader in #130
  • standardize DfFIPS settings by @rhdedgar in #147
  • uplift(Go): version from 1.23 to 1.24 by @zdtsw in #148
  • fix: adapt the container entrypoint based on the llama-stack version by @leseb in #153
  • chore: add CODEOWNERS file by @nathan-weinberg in #155
  • feat: disable readiness probe and add startup probe by @leseb in #157
  • (fix): Fix Build Image workflow by @VaishnaviHire in #158
  • Update base image for initContainers by @VaishnaviHire in #159
  • test: remove ollama distribution testing, replace with starter by @derekhiggins in #160
  • Add Service Endpoint to LlamaStackDistribution .status by @ChristianZaccaria in #162
  • fix: init pod run perms by @rhdedgar in #161
  • (chore): Update docker action tag by @VaishnaviHire in #165

New Contributors

Full Changelog: v0.2.0...v0.3.0