Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inference-gateway/operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: inference-gateway/operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 26, 2025

  1. feat: Add URL field to GatewayStatus and update related configurations

    IP address doesn't help much, better UX is to see what URL does the Inference Gateway has once it's deployed.
    If ingress is enabled it will use the host defined on the ingress, otherwise it will use the DNS of the service for internal communication.
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    188e30a View commit details
    Browse the repository at this point in the history
  2. fix: Simplify reconcileGatewayStatus and improve URL update logic

    Reconcile the Update status once with max 3 retries instead of fetch and updating two times - once for the providers summary and once for url status.
    
    Signed-off-by: Eden Reich <eden.reich@gmail.com>
    edenreich committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    4315965 View commit details
    Browse the repository at this point in the history
  3. chore(release): 🔖 0.7.0 [skip ci]

    ## [0.7.0](v0.6.0...v0.7.0) (2025-06-26)
    
    ### ✨ Features
    
    * Add URL field to GatewayStatus and update related configurations ([188e30a](188e30a))
    
    ### 🐛 Bug Fixes
    
    * Simplify reconcileGatewayStatus and improve URL update logic ([4315965](4315965))
    ig-semantic-release-bot[bot] committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    3e2af38 View commit details
    Browse the repository at this point in the history
Loading