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: v16.0.7
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: v17.0.4
Choose a head ref
  • 4 commits
  • 60 files changed
  • 3 contributors

Commits on Apr 27, 2025

  1. Version 17.0 + Generate 1.33 (#1626)

    * generated based on 1.33
    
    * Update version to 17.0 in version.json
    
    * Remove extra API endpoint from swagger.json
    
    * Remove ModelConverter and related AutoMapper components
    
    * Update package versions
    
    * Refactor code to use ConfigureAwait(false) for asynchronous calls and update target framework to net9.0
    
    * Remove ConfigureAwait(false) from OidcAuthTests for consistency in async calls
    
    * Update SDK version in README to reflect support for net8.0 and net9.0
    
    * Update dotnet SDK version to 9.0.x in build workflow
    
    * Revert Fractions package version to 7.3.0 in Directory.Packages.props
    
    * Update target framework to netstandard2.1 for improved compatibility
    
    * Update package references for Microsoft.CodeAnalysis in Directory.Packages.props and LibKubernetesGenerator.target
    
    * Refactor Worker class constructor documentation and standardize Dictionary type declaration in Program.cs
    tg123 authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    001189d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Clean up warnings in examples (#1628)

    * Refactor examples to streamline code structure and improve readability
    
    * Update LangVersion to 13.0 for improved compatibility
    tg123 authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    ae79be6 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Bump nunit/docfx-action from 4.0.0 to 4.1.0 (#1629)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: nunit/docfx-action
      dependency-version: 4.1.0
      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 5, 2025
    Configuration menu
    Copy the full SHA
    e6317b8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Implementing a more modular API (#1627)

    * fix typo
    
    * Add modular API
    
    * Use x-kubernetes-action instead of operationId to generate method names
    
    * fix
    
    * Clean code style warnings
    
    * Refactor client constructors to use Kubernetes type instead of IKubernetes
    
    * Add ClientSet tests for Kubernetes pod operations
    
    * Fix order of parameters in Pod API calls for consistency
    
    * Enhance documentation for ClientSet and ResourceClient classes
    
    * Refactor ClientSet and GroupClient for Kubernetes usage
    
    * Refactor Pod API calls in tests to use singular form for consistency
    
    * Refactor Pod API calls to use 'Create' and 'Update' methods for consistency
    lqlive authored May 22, 2025
    Configuration menu
    Copy the full SHA
    f1125e9 View commit details
    Browse the repository at this point in the history
Loading