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: kubernetes-client/csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.2
Choose a base ref
...
head repository: kubernetes-client/csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.0.8
Choose a head ref
  • 7 commits
  • 27 files changed
  • 3 contributors

Commits on May 15, 2024

  1. Bump BouncyCastle.Cryptography in /src/KubernetesClient.Classic (#1557)

    Bumps [BouncyCastle.Cryptography](https://github.com/bcgit/bc-csharp) from 2.2.1 to 2.3.1.
    - [Commits](bcgit/bc-csharp@release-2.2.1...release-2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: BouncyCastle.Cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    6df71f5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Bump nunit/docfx-action from 3.2.0 to 3.3.0 (#1558)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: nunit/docfx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    2c2bd6a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update KubernetesClient DiagnosticSource dependency (#1561)

    System.Diagnostics.DiagnosticSource has been included into the framework reference, no need to reference for net8
    WeihanLi authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b6315d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. init cpm support (#1565)

    * feat: init cpm support
    
    * remove dotnet-xunit DotNetCliToolReference
    
    * use VersionOverride for compatibility
    WeihanLi authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    007ef89 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Bump nunit/docfx-action from 3.3.0 to 3.4.0 (#1569)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v3.3.0...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: nunit/docfx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    17edc6a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Bump nunit/docfx-action from 3.4.0 to 3.4.1 (#1572)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v3.4.0...v3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: nunit/docfx-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e05bc14 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. feat: yamldotnet 16 support (#1574)

    * feat: yamldotnet 16 support
    
    * update yamldotnet
    
    * fix interface
    
    * update Vecc.YamlDotNet.Analyzers.StaticGenerator
    IvanJosipovic authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    36a0204 View commit details
    Browse the repository at this point in the history
Loading