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: fault-project/fault-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.20.2
Choose a base ref
...
head repository: fault-project/fault-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.20.3
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 1, 2026

  1. fix(k8s): resolve upstream host:port from both {host} and {port} over…

    …rides
    
    When separate DB_HOST={host} and DB_PORT={port} overrides are used,
    resolve_upstream now reads both current values and assembles host:port.
    Previously only the first override's value was read, giving a portless
    upstream (e.g. 'prod-db.example.com' instead of 'prod-db.example.com:5432')
    which caused the proxy to fail to connect upstream.
    Lawouach committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    424e703 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 0.20.3

    Fix for upstream host:port resolution with split {host}/{port} overrides.
    Lawouach committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    1dd3379 View commit details
    Browse the repository at this point in the history
Loading