-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: inference-gateway/operator
base: v0.9.0
head repository: inference-gateway/operator
compare: v0.10.0
- 6 commits
- 16 files changed
- 4 contributors
Commits on Jul 27, 2025
-
docs: Add CLAUDE.md for project guidance and development workflow
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f10a8f6 - Browse repository at this point
Copy the full SHA f10a8f6View commit details -
ci: Add Claude Code GitHub Workflow (#15)
* Claude PR Assistant workflow * Claude Code Review workflow * refactor: Update Claude workflows to enhance code review process and permissions Signed-off-by: Eden Reich <eden.reich@gmail.com> --------- Signed-off-by: Eden Reich <eden.reich@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb6f20b - Browse repository at this point
Copy the full SHA cb6f20bView commit details -
chore: Add new line at the end of the file
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6fe02fa - Browse repository at this point
Copy the full SHA 6fe02faView commit details -
chore: Update custom instructions to include pre-commit hook installa…
…tion Signed-off-by: Eden Reich <eden.reich@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e038f10 - Browse repository at this point
Copy the full SHA e038f10View commit details -
feat(a2a): Add service discovery configuration to Gateway CRD (#16)
* feat(a2a): Add service discovery configuration to Gateway CRD - Add A2AServiceDiscovery struct with enabled, namespace, labelSelector, and pollingInterval fields - Update A2AServersSpec to include ServiceDiscovery configuration - Update Gateway controller to pass service discovery config as environment variables - Supports YAML configuration as specified: a2a: serviceDiscovery: enabled: true namespace: 'agents' labelSelector: 'inference-gateway.com/a2a-agent=true' pollingInterval: '30s' 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Eden Reich <edenreich@users.noreply.github.com> * test(gateway): Add tests for A2A service discovery configuration Add unit tests to verify that A2A service discovery environment variables are correctly set in the Gateway deployment when configured. Tests cover: - Full service discovery configuration with custom values - Minimal configuration using default values 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Eden Reich <edenreich@users.noreply.github.com> * fix(test): Regenerate CRDs and fix test environment setup - Regenerate Gateway CRD to include new serviceDiscovery field - Fix getFirstFoundEnvTestBinaryDir() to respect KUBEBUILDER_ASSETS env var - Update test environment setup to properly locate envtest binaries - All 42 unit tests now pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Eden Reich <edenreich@users.noreply.github.com> * chore: Remove inline comments Signed-off-by: Eden Reich <eden.reich@gmail.com> * feat(a2a): Add DeepCopy methods for A2AServiceDiscovery Signed-off-by: Eden Reich <eden.reich@gmail.com> * feat(a2a): Add service discovery configuration to A2A and Gateway CRDs Signed-off-by: Eden Reich <eden.reich@gmail.com> * feat(docs): Add A2A service discovery examples and documentation - Add new example file gateway-a2a-service-discovery.yaml showing complete service discovery configuration - Update gateway-complete.yaml to include service discovery configuration section - Update README.md with comprehensive service discovery documentation including: - Feature descriptions in Extensions section - Detailed A2A Service Discovery Configuration section - Agent service requirements and examples - Advanced configuration examples Co-authored-by: Eden Reich <edenreich@users.noreply.github.com> * style: Clean up whitespace and formatting in gateway-a2a-service-discovery.yaml Signed-off-by: Eden Reich <eden.reich@gmail.com> --------- Signed-off-by: Eden Reich <eden.reich@gmail.com> Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for e96edce - Browse repository at this point
Copy the full SHA e96edceView commit details -
chore(release): 🔖 0.10.0 [skip ci]
## [0.10.0](v0.9.0...v0.10.0) (2025-07-27) ### ✨ Features * **a2a:** Add service discovery configuration to Gateway CRD ([#16](#16)) ([e96edce](e96edce)) ### 👷 CI * Add Claude Code GitHub Workflow ([#15](#15)) ([cb6f20b](cb6f20b)) ### 📚 Documentation * Add CLAUDE.md for project guidance and development workflow ([f10a8f6](f10a8f6)) ### 🔧 Miscellaneous * Add new line at the end of the file ([6fe02fa](6fe02fa)) * Update custom instructions to include pre-commit hook installation ([e038f10](e038f10))
Configuration menu - View commit details
-
Copy full SHA for 7992737 - Browse repository at this point
Copy the full SHA 7992737View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.0...v0.10.0