Skip to content

Releases: inference-gateway/operator

🚀 Version 0.3.5

21 Jun 22:49
Compare
Choose a tag to compare

0.3.5 (2025-06-21)

🐛 Bug Fixes

  • examples: Add Namespace definition to gateway-complete and gateway-minimal examples (344840c)
  • tests: Ensure test namespace is labeled and cleaned up properly (acaba15)

🚀 Version 0.3.4

21 Jun 22:21
Compare
Choose a tag to compare

0.3.4 (2025-06-21)

🐛 Bug Fixes

  • rbac: Add permissions for namespaces to ClusterRole and Role (bf6feff)

🚀 Version 0.3.3

21 Jun 21:43
Compare
Choose a tag to compare

0.3.3 (2025-06-21)

♻️ Improvements

  • Enhance namespace watching and metrics configuration in operator (10b5f30)
  • examples: Remove operator related configurations from the examples, WATCH_NAMESPACE_SELECTOR is configured on the operator not on the consumer / user Gateway crd. (fd139dd)

🐛 Bug Fixes

  • Refactor operator references and update service account names in manifests (7d33e62)
  • Update deployment path from 'manager' to 'operator' in Taskfile (e268fc9)

✅ Miscellaneous

  • fix: Rename context from 'Manager' to 'Operator' in e2e tests (823050a)

🚀 Version 0.3.2

21 Jun 19:34
Compare
Choose a tag to compare

0.3.2 (2025-06-21)

🐛 Bug Fixes

  • Rename 'manager' to 'operator' in Dockerfiles and Kubernetes manifests (76f1309)

🚀 Version 0.3.1

21 Jun 19:11
Compare
Choose a tag to compare

0.3.1 (2025-06-21)

🐛 Bug Fixes

  • Keep it simple - refactor artifact uploads and add CRD manifest (15352ef)
  • Update namespace references from 'operator-system' to 'inference-gateway-system' (627dfe7)

🚀 Version 0.3.0

21 Jun 18:45
Compare
Choose a tag to compare

0.3.0 (2025-06-21)

✨ Features

  • Add CRD and installation manifests for Inference Gateway (997ca32)

🐛 Bug Fixes

  • Correct emoji in the Table of Contents for Installation section (5713913)

🚀 Version 0.2.1

21 Jun 17:42
Compare
Choose a tag to compare

0.2.1 (2025-06-21)

🐛 Bug Fixes

  • Remove darwin and arm support from builds in goreleaser configuration (c914265)
  • Remove standalone binaries artifact upload step from GitHub Actions workflow, keep only the container push (dd5c03e)

🚀 Version 0.2.0

21 Jun 17:26
Compare
Choose a tag to compare

0.2.0 (2025-06-21)

✨ Features

  • Add GitHub Actions workflow for artifact management and container signing (c8a228d)

👷 CI

  • Update Go setup and linter versions in lint.yml (6e0033f)

🔧 Miscellaneous

  • Add .editorconfig for consistent code formatting (f3f7292)

🚀 Version 0.1.1

21 Jun 16:59
Compare
Choose a tag to compare

0.1.1 (2025-06-21)

♻️ Improvements

  • Rename task commands for cluster management in Taskfile and update E2E test script (1631bd4)

🔧 Miscellaneous

  • Update Go version to 1.24 in CONTRIBUTING.md and README.md (4e42997)
  • Update Go version to 1.24 in Dockerfile and go.mod (f603e65)

Initial Release

21 Jun 16:39
d98806f
Compare
Choose a tag to compare

Initial Release