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: master
Choose a head ref
  • 9 commits
  • 27 files changed
  • 5 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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2024
    Copy the full SHA
    722f21c View commit details

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
    Copy the full SHA
    541abb0 View commit details

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
    Copy the full SHA
    c3b3a08 View commit details

Commits on Nov 11, 2024

  1. Copy the full SHA
    a139dd5 View commit details

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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2024
    Copy the full SHA
    61e6b13 View commit details

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
    Copy the full SHA
    f7e7613 View commit details

Commits on Jan 21, 2025

  1. Actually assign loaded cert when generating pfx (#1609)

    * Actually assign loaded cert when generating pfx
    
    * Enable tests that would have caught this issue
    rmja authored Jan 21, 2025
    Copy the full SHA
    73b318b View commit details

Commits on Feb 11, 2025

  1. Update upload-artifact action to version 4 in buildtest workflow (#1615)

    * Update upload-artifact action to version 4 in buildtest workflow
    
    * Disable parallel build for E2E tests in buildtest workflow
    
    * Update artifact name to include OS in buildtest workflow
    tg123 authored Feb 11, 2025
    Copy the full SHA
    4b19366 View commit details

Commits on Feb 12, 2025

  1. Bump nunit/docfx-action from 3.4.2 to 4.0.0 (#1614)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.4.2 to 4.0.0.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v3.4.2...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: nunit/docfx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2025
    Copy the full SHA
    675de3d View commit details
Loading