Releases: kubernetes-client/csharp
Releases · kubernetes-client/csharp
v10.0.16
What's Changed
- Bump System.IO.Abstractions.TestingHelpers from 18.0.1 to 19.1.1 by @dependabot in #1132
- Bump NSwag.Core from 13.18.0 to 13.18.2 by @dependabot in #1146
- Bump System.IO.Abstractions from 18.0.1 to 19.1.1 by @dependabot in #1133
- Bump Microsoft.TestPlatform.ObjectModel from 17.4.0 to 17.4.1 by @dependabot in #1147
- Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by @dependabot in #1148
- Bump YamlDotNet from 12.2.1 to 12.3.1 by @dependabot in #1149
- Bump System.IO.Abstractions.TestingHelpers from 19.1.1 to 19.1.5 by @dependabot in #1151
- Bump System.IO.Abstractions from 19.1.1 to 19.1.5 by @dependabot in #1150
- Bump OpenTelemetry from 1.3.1 to 1.3.2 by @dependabot in #1153
- Bump OpenTelemetry.Exporter.Console from 1.3.1 to 1.3.2 by @dependabot in #1152
- Bump Moq from 4.18.3 to 4.18.4 by @dependabot in #1159
- Bump IdentityModel.OidcClient from 5.2.0 to 5.2.1 by @dependabot in #1163
- add generic watch by @tg123 in #1155
- remove system io abstraction by @tg123 in #1157
- expose watch to classic by @tg123 in #1166
Full Changelog: v10.0.1...v10.0.16
v10.0.1
What's Changed
- remove unused util code by @tg123 in #1042
- Bump Microsoft.CodeAnalysis.NetAnalyzers from 7.0.0-preview1.22518.1 to 7.0.0 by @dependabot in #1119
- Bump Fractions from 7.2.0 to 7.2.1 by @dependabot in #1127
- Bump YamlDotNet from 12.1.0 to 12.2.0 by @dependabot in #1124
- Bump microsoft/setup-msbuild from 1.1 to 1.2 by @dependabot in #1130
- way to disable http2 by @tg123 in #1120
- update system abstract io by @tg123 in #1121
- dispose cts after call finish by @tg123 in #1128
- Bump YamlDotNet from 12.2.0 to 12.2.1 by @dependabot in #1142
- Bump microsoft/setup-msbuild from 1.2 to 1.3 by @dependabot in #1141
- Bump System.Text.Json from 7.0.0 to 7.0.1 by @dependabot in #1143
- generate v1.26 by @tg123 in #1122
Full Changelog: v9.1.3...v10.0.1
v9.1.3
What's Changed
- Add issue templates by @tg123 in #1060
- Bump FluentAssertions from 6.7.0 to 6.8.0 by @dependabot in #1062
- Bump Nerdbank.GitVersioning from 3.5.113 to 3.5.119 by @dependabot in #1063
- Bump prometheus-net from 6.0.0 to 7.0.0 by @dependabot in #1064
- Bump coverlet.msbuild from 3.1.2 to 3.2.0 by @dependabot in #1066
- Bump System.IdentityModel.Tokens.Jwt from 6.23.1 to 6.25.0 by @dependabot in #1065
- Bump System.Diagnostics.DiagnosticSource from 6.0.0 to 7.0.0 by @dependabot in #1080
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by @dependabot in #1075
- Bump Microsoft.TestPlatform.ObjectModel from 17.3.2 to 17.4.0 by @dependabot in #1079
- Bump Fractions from 7.1.0 to 7.2.0 by @dependabot in #1087
- Bump Microsoft.Bcl.AsyncInterfaces from 6.0.0 to 7.0.0 by @dependabot in #1083
- Bump Autofac from 6.4.0 to 6.5.0 by @dependabot in #1091
- Bump SharpZipLib from 1.4.0 to 1.4.1 by @dependabot in #1081
- Bump NSwag.Core from 13.17.0 to 13.18.0 by @dependabot in #1093
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 by @dependabot in #1101
- Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.0 by @dependabot in #1076
- Bump System.IdentityModel.Tokens.Jwt from 6.25.0 to 6.25.1 by @dependabot in #1110
- Bump IdentityModel.OidcClient from 5.1.0 to 5.2.0 by @dependabot in #1116
- Bump Moq from 4.18.2 to 4.18.3 by @dependabot in #1115
- Bump YamlDotNet from 12.0.2 to 12.1.0 by @dependabot in #1117
- add API document github page by @tg123 in #1114
- Enhance AbstractKubernetes SendRequest extensibility by @wimoy in #994
- add net7 remove net5 by @tg123 in #1085
- Bump System.Text.Json from 6.0.6 to 7.0.0 by @dependabot in #1078
- Bump Microsoft.Extensions.Logging from 6.0.0 to 7.0.0 by @dependabot in #1082
New Contributors
Full Changelog: v9.0.38...v9.1.3
v9.0.38
v9.0.37
What's Changed
- Standardization of using order and object initialization by @m3nax in #1028
- fix build warning of ThisAssembly by @tg123 in #1039
- add patch and replace to generic by @tg123 in #1040
- simplify setup dotnet by @tg123 in #1043
- Bump actions/setup-dotnet from 2 to 3 by @dependabot in #1044
- Use consistent net6.0 TargetFramework by @stan-sz in #1051
- Bump YamlDotNet from 12.0.1 to 12.0.2 by @dependabot in #1052
- Bump IdentityModel.OidcClient from 5.0.2 to 5.1.0 by @dependabot in #1053
- Provide strict k8s yaml model deserializer by @stan-sz in #1047
Full Changelog: v9.0.28...v9.0.37
v9.0.28
What's Changed
- Bump Microsoft.TestPlatform.ObjectModel from 17.3.1 to 17.3.2 by @dependabot in #1035
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #1036
- Support round-trip CRD (de)serialization by @stan-sz in #1034
Full Changelog: v9.0.25...v9.0.28
v9.0.25
What's Changed
- Bump JsonPatch.Net from 2.0.3 to 2.0.4 by @dependabot in #984
- Bump System.IdentityModel.Tokens.Jwt from 6.22.0 to 6.22.1 by @dependabot in #987
- Updated sdk version in global.json to 6.0.400 by @m3nax in #989
- Bump Microsoft.CodeAnalysis.CSharp from 4.0.1 to 4.2.0 by @dependabot in #918
- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 by @dependabot in #991
- Fix for error generated by netstandard1.3 dependecy by @m3nax in #990
- Bump Microsoft.TestPlatform.ObjectModel from 17.3.0 to 17.3.1 by @dependabot in #992
- Bump Microsoft.CodeAnalysis.CSharp from 4.2.0 to 4.3.0 by @dependabot in #993
- Version 9.0: Based on Swagger 1.25 by @tg123 in #995
- Bump System.IdentityModel.Tokens.Jwt from 6.22.1 to 6.23.0 by @dependabot in #996
- Bump System.IdentityModel.Tokens.Jwt from 6.23.0 to 6.23.1 by @dependabot in #1001
- Bump OpenTelemetry from 1.3.0 to 1.3.1 by @dependabot in #999
- Bump OpenTelemetry.Exporter.Console from 1.3.0 to 1.3.1 by @dependabot in #1000
- Implement IMetadata interface by @stan-sz in #998
- Bump System.IO.Abstractions.TestingHelpers from 17.1.1 to 17.2.1 by @dependabot in #1005
- Bump System.IO.Abstractions from 17.1.1 to 17.2.1 by @dependabot in #1004
- Fix README link to XUnit project by @pcgeek86 in #1006
- Revert "Bump Microsoft.CodeAnalysis.CSharp from 4.2.0 to 4.3.0" by @m3nax in #1008
- Bump System.Text.Json from 6.0.5 to 6.0.6 by @dependabot in #1007
- Fix some compilation warnings by @m3nax in #1010
- Added msbuild build of project in buildtest action by @m3nax in #1022
- Bump SharpZipLib from 1.3.3 to 1.4.0 by @dependabot in #1018
- Bump System.IO.Abstractions.TestingHelpers from 17.2.1 to 17.2.3 by @dependabot in #1019
- Bump Microsoft.Build.Traversal from 3.1.6 to 3.2.0 by @dependabot in #1016
- Make use of Cert Flags if Set by @bootleg224 in #936
- Fix duplication errors in ruleset by @m3nax in #1023
- Bump Namotion.Reflection from 2.0.10 to 2.1.1 by @dependabot in #1017
- Bump NJsonSchema from 10.7.2 to 10.8.0 by @dependabot in #1021
- Bump System.IO.Abstractions from 17.2.1 to 17.2.3 by @dependabot in #1015
- Bump NSwag.Core from 13.16.1 to 13.17.0 by @dependabot in #1020
- Bump Nerdbank.GitVersioning from 3.5.109 to 3.5.113 by @dependabot in #1027
- Bump YamlDotNet from 12.0.0 to 12.0.1 by @dependabot in #1014
- shortcut for iitem by @tg123 in #883
New Contributors
- @pcgeek86 made their first contribution in #1006
- @bootleg224 made their first contribution in #936
Full Changelog: v8.0.68...v9.0.25
v8.0.68
What's Changed
- Updated codeql-action from v1 to v2 by @m3nax in #902
- Add dependabot support for GitHub actions dependencies by @m3nax in #904
- Bump actions/checkout from 2 to 3 by @dependabot in #907
- Bump actions/setup-dotnet from 1 to 2 by @dependabot in #908
- Bump actions/delete-package-versions from 2 to 3 by @dependabot in #909
- Consolidation of nuget packages version across test projects by @m3nax in #910
- Add dependabot support for Nuget dependencies by @m3nax in #911
- Bump FluentAssertions from 6.1.0 to 6.7.0 by @dependabot in #915
- Bump System.IO.Abstractions from 13.2.47 to 17.0.21 by @dependabot in #919
- Bump MartinCostello.Logging.XUnit from 0.2.0 to 0.3.0 by @dependabot in #921
- Bump prometheus-net from 5.0.1 to 6.0.0 by @dependabot in #916
- Bump Namotion.Reflection from 2.0.9 to 2.0.10 by @dependabot in #917
- Bump Autofac from 6.3.0 to 6.4.0 by @dependabot in #920
- Bump System.Text.Json from 6.0.2 to 6.0.5 by @dependabot in #926
- Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 by @dependabot in #928
- 913 Fix nuget workflow errors by @m3nax in #925
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 by @dependabot in #931
- Bump Fractions from 7.0.0 to 7.1.0 by @dependabot in #932
- Bump Portable.BouncyCastle from 1.8.10 to 1.9.0 by @dependabot in #929
- Bump Microsoft.Bcl.AsyncInterfaces from 1.1.0 to 6.0.0 by @dependabot in #934
- Bump IdentityModel.OidcClient from 4.0.0 to 5.0.0 by @dependabot in #923
- Bump NJsonSchema from 10.6.6 to 10.7.2 by @dependabot in #924
- Bump Moq from 4.17.2 to 4.18.1 by @dependabot in #927
- Bump JsonPatch.Net from 1.1.2 to 2.0.2 by @dependabot in #930
- Bump System.IdentityModel.Tokens.Jwt from 6.13.1 to 6.21.0 by @dependabot in #935
- Bump Microsoft.TestPlatform.ObjectModel from 16.11.0 to 17.2.0 by @dependabot in #940
- Bump System.IO.Abstractions.TestingHelpers from 13.2.47 to 17.0.21 by @dependabot in #941
- Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.3.1 to 3.3.2 by @dependabot in #942
- Bump NSwag.Core from 13.15.5 to 13.16.1 by @dependabot in #939
- Bump Nerdbank.GitVersioning from 3.4.255 to 3.5.107 by @dependabot in #943
- Console example of OpenTelemetry tracing by @m3nax in #944
- Bump Nerdbank.GitVersioning from 3.5.107 to 3.5.108 by @dependabot in #948
- Provide KubernetesYaml.SerializeAll method by @MoimHossain in #947
- ASP.NET core web api DI example by @m3nax in #950
- Bump Swashbuckle.AspNetCore from 6.3.1 to 6.3.2 by @dependabot in #952
- Bump System.IO.Abstractions from 17.0.21 to 17.0.23 by @dependabot in #954
- Bump System.IO.Abstractions.TestingHelpers from 17.0.21 to 17.0.23 by @dependabot in #955
- Bump IdentityModel.OidcClient from 5.0.0 to 5.0.1 by @dependabot in #956
- fix(StringQuotingEmitter): add missing patterns for double quoting by @vitorpmoreira in #957
- Bump Swashbuckle.AspNetCore from 6.3.2 to 6.4.0 by @dependabot in #958
- Bump System.IO.Abstractions from 17.0.23 to 17.0.24 by @dependabot in #959
- Bump YamlDotNet from 11.2.1 to 12.0.0 by @dependabot in #963
- Copy local file to pod using tar by @lazarkrstic in #962
- Bump System.IdentityModel.Tokens.Jwt from 6.21.0 to 6.22.0 by @dependabot in #964
- .NET Core service worker DI example by @m3nax in #951
- Bump xunit from 2.4.1 to 2.4.2 by @dependabot in #966
- Bump Moq from 4.18.1 to 4.18.2 by @dependabot in #968
- Bump Nerdbank.GitVersioning from 3.5.108 to 3.5.109 by @dependabot in #970
- Bump IdentityModel.OidcClient from 5.0.1 to 5.0.2 by @dependabot in #972
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 by @dependabot in #974
- Bump Microsoft.TestPlatform.ObjectModel from 17.2.0 to 17.3.0 by @dependabot in #975
- Bump JsonPatch.Net from 2.0.2 to 2.0.3 by @dependabot in #977
- Bump System.IO.Abstractions.TestingHelpers from 17.0.23 to 17.1.1 by @dependabot in #978
- Bump System.IO.Abstractions from 17.0.24 to 17.1.1 by @dependabot in #979
- chunk websocket frame when buff > 15M by @tg123 in #981
- add missing files for classic by @tg123 in #983
New Contributors
- @m3nax made their first contribution in #902
- @MoimHossain made their first contribution in #947
- @vitorpmoreira made their first contribution in #957
- @lazarkrstic made their first contribution in #962
Full Changelog: v8.0.12...v8.0.68
v8.0.12
What's Changed
- Specify container to fix bad request error by @garvincasimir in #896
- Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/LibKubernetesGenerator by @dependabot in #897
- fix patch in netframework by @tg123 in #894
- enable websocket on netstandard by @tg123 in #899
New Contributors
- @garvincasimir made their first contribution in #896
- @dependabot made their first contribution in #897
Full Changelog: v8.0.8...v8.0.12
v8.0.8
What's Changed
- fix a typo in examples/customResource by @ianzhang366 in #879
- fix ExecStatus by @tg123 in #881
New Contributors
- @ianzhang366 made their first contribution in #879
Full Changelog: v8.0.6...v8.0.8