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: fabric8io/kubernetes-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.13.4
Choose a base ref
...
head repository: fabric8io/kubernetes-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.13.5
Choose a head ref
  • 5 commits
  • 168 files changed
  • 2 contributors

Commits on Jan 28, 2025

  1. fix: allowing no_proxy to use ipv6 values

    closes: #6781
    
    Signed-off-by: Steve Hawkins <[email protected]>
    Signed-off-by: Marc Nuri <[email protected]>
    shawkins authored and manusa committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    ca6fa81 View commit details
    Browse the repository at this point in the history
  2. fix(vertx): VertxHttpClientFactory reuses the same Vertx instance for…

    … each VertxHttpClient instance
    
    Signed-off-by: Marc Nuri <[email protected]>
    manusa committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    ffe667d View commit details
    Browse the repository at this point in the history
  3. fix(vertx): VertxHttpClient uses exclusive Vert.x instance by default

    A shared Vert.x instance can still be provided to the VertxHttpClientFactory.
    
    This instance will be shared across the different VertxHttpClient instances.
    
    It's responsibility of the user to handle the Vert.x shared instance lifecycle
    
    Signed-off-by: Marc Nuri <[email protected]>
    manusa committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    832c138 View commit details
    Browse the repository at this point in the history
  4. fix(vertx): Java8 compatibility

    Signed-off-by: Marc Nuri <[email protected]>
    manusa committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    685d67b View commit details
    Browse the repository at this point in the history
  5. [RELEASE] Updated project version to v6.13.5

    Signed-off-by: Marc Nuri <[email protected]>
    manusa committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    f2bf0b8 View commit details
    Browse the repository at this point in the history
Loading