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.6.0
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.6.1
Choose a head ref
  • 10 commits
  • 161 files changed
  • 4 contributors

Commits on May 3, 2023

  1. [RELEASE] Prepare for next development iteration

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed May 3, 2023
    Copy the full SHA
    afa7398 View commit details
  2. chore: address missing breaking changelog note for #4910

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed May 3, 2023
    Copy the full SHA
    5eb8bf5 View commit details

Commits on May 5, 2023

  1. fix #5102: accounting for null replicas

    shawkins authored and manusa committed May 5, 2023
    Copy the full SHA
    5091017 View commit details

Commits on May 8, 2023

  1. Copy the full SHA
    169aabc View commit details
  2. chore(deps): bump maven.surefire.plugin.version from 3.0.0 to 3.1.0

    Bumps `maven.surefire.plugin.version` from 3.0.0 to 3.1.0.
    
    Updates `maven-surefire-plugin` from 3.0.0 to 3.1.0
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0)
    
    Updates `maven-failsafe-plugin` from 3.0.0 to 3.1.0
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and manusa committed May 8, 2023
    Copy the full SHA
    fe579f0 View commit details

Commits on May 9, 2023

  1. chore(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0

    Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.1.0.
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and manusa committed May 9, 2023
    Copy the full SHA
    b185e93 View commit details
  2. Copy the full SHA
    f1185a0 View commit details

Commits on May 10, 2023

  1. feat (kubernetes-client-api) : Expose put method with InputStream arg…

    …uments in HttpRequest
    
    Related to eclipse-jkube/jkube#1364
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia authored and manusa committed May 10, 2023
    Copy the full SHA
    1f73a1a View commit details
  2. fix: getHttpClientFactory LOGGER message is debug

    The message describing the selected HttpClient.Factory should be
    visible only for debugging purposes.
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed May 10, 2023
    Copy the full SHA
    a82a7e2 View commit details

Commits on May 11, 2023

  1. [RELEASE] Updated project version to v6.6.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed May 11, 2023
    Copy the full SHA
    c26d0fe View commit details
Loading