Skip to content

Releases: inference-gateway/operator

🚀 Version 0.12.1

01 Aug 17:09

Choose a tag to compare

0.12.1 (2025-08-01)

♻️ Improvements

  • api: Rename A2A Custom Resource Definition to Agent (#36) (e68cadf)

🔧 Miscellaneous

  • issue-templates: Add bug report, feature request, and refactor request templates (dd77567)

🚀 Version 0.12.0

29 Jul 17:09

Choose a tag to compare

0.12.0 (2025-07-29)

✨ Features

  • gateway: Add ServiceAccount for RBAC configuration to Gateway CRD (#33) (dda8cc6)

♻️ Improvements

  • a2a: Remove A2A_SERVICE_DISCOVERY_ENDPOINTS environment variable (#34) (987171c), closes #29
  • controller: Rename ENABLE_AUTH environment variable to AUTH_ENABLE (#30) (86fe434), closes #28
  • gateway: Rename ENABLE_TELEMETRY to TELEMETRY_ENABLE (#31) (adbaefc), closes #26

🔨 Miscellaneous

  • deps: Bump the go_modules group across 1 directory with 2 updates (#24) (76d5a51)

🚀 Version 0.11.1

29 Jul 11:26

Choose a tag to compare

0.11.1 (2025-07-29)

🐛 Bug Fixes

  • a2a: Rename A2A_SERVICE_DISCOVERY_ENABLED to A2A_SERVICE_DISCOVERY_ENABLE (#27) (78ed5c0), closes #25

🚀 Version 0.11.0

28 Jul 22:26

Choose a tag to compare

0.11.0 (2025-07-28)

✨ Features

  • a2a: Add automatic pod restart on configuration changes (#20) (307fee2)

♻️ Improvements

  • a2a: Simplify Service Discovery to use CRD-based approach (#21) (121e33b), closes #19

👷 CI

  • Consolidate linting and build processes into a single CI workflow (#22) (f4591e9)

📚 Documentation

  • examples: Add Google provider support (#23) (879e762), closes #17

🚀 Version 0.10.0

27 Jul 23:00

Choose a tag to compare

0.10.0 (2025-07-27)

✨ Features

  • a2a: Add service discovery configuration to Gateway CRD (#16) (e96edce)

👷 CI

📚 Documentation

  • Add CLAUDE.md for project guidance and development workflow (f10a8f6)

🔧 Miscellaneous

  • Add new line at the end of the file (6fe02fa)
  • Update custom instructions to include pre-commit hook installation (e038f10)

🚀 Version 0.9.0

28 Jun 23:48

Choose a tag to compare

0.9.0 (2025-06-28)

✨ Features

  • Implement MCP (Model Context Protocol) resource and controller with RBAC roles (#12) (ee8c869)

📚 Documentation

  • fix: Correct emoji rendering in API Overview section of README (0481b4f)

🚀 Version 0.8.0

27 Jun 15:22

Choose a tag to compare

0.8.0 (2025-06-27)

✨ Features

  • Add A2AServer custom resource and controller (#4) (27d0161)

🚀 Version 0.7.0

26 Jun 17:57

Choose a tag to compare

0.7.0 (2025-06-26)

✨ Features

  • Add URL field to GatewayStatus and update related configurations (188e30a)

🐛 Bug Fixes

  • Simplify reconcileGatewayStatus and improve URL update logic (4315965)

🚀 Version 0.6.0

25 Jun 22:37

Choose a tag to compare

0.6.0 (2025-06-25)

✨ Features

  • Add 'enabled' field to ProviderSpec and update related configurations (3cca5a1)

🚀 Version 0.5.3

25 Jun 20:15

Choose a tag to compare

0.5.3 (2025-06-25)

♻️ Improvements

  • Improve the overall configurations experience of the Gateway (#9) (e06faf5)

📚 Documentation

  • fix: Update secret names and API URLs in gateway configuration files (aa1b104)
  • Update AI provider configuration to use environment variables from ConfigMap and Secret (46162e7)