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: v13.0.11
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: v13.0.23
Choose a head ref
  • 12 commits
  • 14 files changed
  • 6 contributors

Commits on Jan 30, 2024

  1. Let Microsoft.VisualStudio.SlnGen dependency development only (#1509)

    Configure `Microsoft.VisualStudio.SlnGen` `PrivateAssets`
    WeihanLi authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    80cdef2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Bump codecov/codecov-action from 3 to 4 (#1512)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    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 Feb 1, 2024
    Configuration menu
    Copy the full SHA
    37d8e3d View commit details
    Browse the repository at this point in the history
  2. Fix: Exec provider potential deadlock (#1457)

    * Fix: Exec Process deadlock
    
    WaitForExit should have been called after all other methods are called on the process
    
    * Non-blocking standard output stream parsing
    
    * Force buffer flush for non-infinite timeout
    avin3sh authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    140d7de View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    83310a2 View commit details
    Browse the repository at this point in the history
  2. update nuget (#1515)

    tg123 authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0972162 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Bump nunit/docfx-action from 3.0.0 to 3.1.0 (#1517)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v3.0.0...v3.1.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 Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2ed87b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bump actions/delete-package-versions from 4 to 5 (#1519)

    Bumps [actions/delete-package-versions](https://github.com/actions/delete-package-versions) from 4 to 5.
    - [Release notes](https://github.com/actions/delete-package-versions/releases)
    - [Commits](actions/delete-package-versions@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/delete-package-versions
      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 Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cdf5398 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update Version Compatibility in readme (#1514)

    * Add SDK version 13.0 to the compatibility table
    * Clarity client's backward compatibility
    * Clarify back-porting fixes to older versions
    Sarah-A authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5296e5f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Bump Microsoft.VisualStudio.SlnGen from 11.1.0 to 11.2.3 (#1522)

    Bumps [Microsoft.VisualStudio.SlnGen](https://github.com/microsoft/SlnGen) from 11.1.0 to 11.2.3.
    - [Release notes](https://github.com/microsoft/SlnGen/releases)
    - [Changelog](https://github.com/microsoft/slngen/blob/main/RELEASE.md)
    - [Commits](microsoft/slngen@v11.1.0...v11.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.VisualStudio.SlnGen
      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 Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6cc9c21 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. add AKS with kubelogin + MSI example (#1523)

    * Add AKS Kubelogin example code
    
    * Update kubelogin path and add instructions in README
    tg123 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ff2809e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15d79d View commit details
    Browse the repository at this point in the history
Loading