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: v15.0.1
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: v16.0.1
Choose a head ref
  • 6 commits
  • 26 files changed
  • 4 contributors

Commits on Sep 17, 2024

  1. Bump nunit/docfx-action from 3.4.1 to 3.4.2 (#1586)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.4.1 to 3.4.2.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v3.4.1...v3.4.2)
    
    ---
    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 Sep 17, 2024
    Configuration menu
    Copy the full SHA
    722f21c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Added OnError event to MetaObjectLock (#1585)

    * Added OnError event to MetaObjectLock
    
    * Updated event name
    fh-tmccurdy authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    541abb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Enable JSON Patch in AOT (#1588)

    * Special case serialization of V1Patch
    
    * Add AOT JSON Patch Example
    hwoodiwiss authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c3b3a08 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    a139dd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Bump codecov/codecov-action from 4 to 5 (#1595)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    61e6b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. generate api v1.32 (#1603)

    * generate based on v1.32
    
    * bump ver
    
    * Delete swagger.json.unprocessed
    
    * Update target frameworks and SDK versions in project files
    
    * Remove extra API endpoint from swagger.json
    
    * Update .NET SDK version to 9.0.x and adjust package references
    
    * happy build
    
    * Enhance certificate handling for .NET 9.0 compatibility in CertUtils and KubernetesClientConfiguration
    
    * Add mapping for V1beta1ResourceClaim to V1ResourceClaim in AutoMapper configurations
    
    * Refactor certificate loading to improve compatibility with .NET 9.0
    
    * Update package versions in Directory.Packages.props for improved compatibility and features
    
    * Update Fractions package version to 7.3.0 for improved compatibility
    tg123 authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    f7e7613 View commit details
    Browse the repository at this point in the history
Loading