-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
21 changed files
with
20,129 additions
and
17,589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="AutoMapper" Version="12.0.1" /> | ||
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.3.1" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.0" /> | ||
<PackageVersion Include="Fractions" Version="7.3.0" /> | ||
<PackageVersion Include="IdentityModel.OidcClient" Version="5.2.1" /> | ||
<PackageVersion Include="JsonPatch.Net" Version="2.1.0" /> | ||
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" /> | ||
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="17.8.0" /> | ||
<PackageVersion Include="Moq" Version="4.20.70" /> | ||
<PackageVersion Include="Nito.AsyncEx" Version="5.1.2" /> | ||
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.7.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.8.1" /> | ||
<PackageVersion Include="Portable.BouncyCastle" Version="1.9.0" /> | ||
<PackageVersion Include="SharpZipLib" Version="1.4.2" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" /> | ||
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" /> | ||
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" /> | ||
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="20.0.15" /> | ||
<PackageVersion Include="System.Reactive" Version="6.0.0" /> | ||
<PackageVersion Include="System.Text.Json" Version="8.0.4" /> | ||
<PackageVersion Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="16.0.0" /> | ||
<PackageVersion Include="xunit" Version="2.6.6" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" /> | ||
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" /> | ||
<PackageVersion Include="YamlDotNet" Version="16.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Autofac" Version="8.0.0" /> | ||
<PackageVersion Include="CaseExtensions" Version="1.1.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" /> | ||
<PackageVersion Include="Namotion.Reflection" Version="3.0.1" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="NJsonSchema" Version="10.9.0" /> | ||
<PackageVersion Include="NSwag.Core" Version="13.20.0" /> | ||
<PackageVersion Include="Scriban" Version="5.9.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" /> | ||
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
<GlobalPackageReference Include="Microsoft.VisualStudio.SlnGen" Version="11.2.6" /> | ||
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" /> | ||
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.1.118" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="AutoMapper" Version="13.0.1" /> | ||
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.5.0" /> | ||
<PackageVersion Include="FluentAssertions" Version="7.0.0" /> | ||
<PackageVersion Include="Fractions" Version="7.3.0" /> | ||
<PackageVersion Include="IdentityModel.OidcClient" Version="6.0.0" /> | ||
<PackageVersion Include="JsonPatch.Net" Version="2.1.0" /> | ||
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.5.1" /> | ||
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> | ||
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="17.12.0" /> | ||
<PackageVersion Include="Moq" Version="4.20.72" /> | ||
<PackageVersion Include="Nito.AsyncEx" Version="5.1.2" /> | ||
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.7.0" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.8.1" /> | ||
<PackageVersion Include="Portable.BouncyCastle" Version="1.9.0" /> | ||
<PackageVersion Include="SharpZipLib" Version="1.4.2" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" /> | ||
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.0" /> | ||
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" /> | ||
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="21.2.1" /> | ||
<PackageVersion Include="System.Reactive" Version="6.0.1" /> | ||
<PackageVersion Include="System.Text.Json" Version="9.0.0" /> | ||
<PackageVersion Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="16.3.0" /> | ||
<PackageVersion Include="xunit" Version="2.9.2" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" /> | ||
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" /> | ||
<PackageVersion Include="YamlDotNet" Version="16.3.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Autofac" Version="8.2.0" /> | ||
<PackageVersion Include="CaseExtensions" Version="1.1.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" /> | ||
<PackageVersion Include="Namotion.Reflection" Version="3.0.1" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="NJsonSchema" Version="10.9.0" /> | ||
<PackageVersion Include="NSwag.Core" Version="13.20.0" /> | ||
<PackageVersion Include="Scriban" Version="5.9.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" /> | ||
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | ||
<GlobalPackageReference Include="Microsoft.VisualStudio.SlnGen" Version="12.0.3" /> | ||
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" /> | ||
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.1.118" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export KUBERNETES_BRANCH=v1.31.0 | ||
export KUBERNETES_BRANCH=v1.32.0 | ||
export CLIENT_VERSION=0.0.1 | ||
export PACKAGE_NAME=k8s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/KubernetesClient.ModelConverter/KubernetesClient.ModelConverter.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.