Releases: kubernetes-client/csharp
Releases · kubernetes-client/csharp
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
What's Changed
- Add environment variable checking for in cluster configs. by @brendandburns in #766
Full Changelog: 7.0.9...7.0.10
7.0.9
7.0.8
7.0.7
What's Changed
- Fix OWNERS file : reviewer to reviewers by @Garima-Negi in #769
New Contributors
- @Garima-Negi made their first contribution in #769
Full Changelog: 7.0.6...7.0.7
7.0.6
7.0.5
What's Changed
- Release version 1.2.0 by @brendandburns in #192
- Move Fractions library inside project by @RohanNagar in #194
- Add support for 'azure' AAD based authentication. by @brendandburns in #193
- Update generated code. by @brendandburns in #197
- Add CONTRIBUTING.md by @nikhita in #199
- Xamarin support by @JonJam in #200
- Update install-linux.sh by @DWSR in #201
- align files to .editorconfig by @tg123 in #203
- run generate script for k8s 1.12 by @tg123 in #205
- Rev YamlDotNet library. by @brendandburns in #211
- fix a race condition. by @xinyanmsft in #212
- Disable a test on OS X because it started failing for unknown reasons by @brendandburns in #218
- Rev ASPNetCore version by @brendandburns in #216
- Rev dotnet version on OS X by @brendandburns in #217
- Create KubernetesClientConfiguration from pre-loaded K8SConfiguration by @itowlson in #213
- Rev a couple of versions. by @brendandburns in #225
- Remove requirement for certificate authority and certificate authority data in kubeconfig. by @twitchax in #222
- generate for 1.13 by @tg123 in #223
- added support for GCP by @cilerler in #227
- add WebSocket server certificate validation for net452 by @xinyanmsft in #231
- Bump down Newtonsoft.Json package to 9.0.1 from 10.0.2. Add reference… by @pragyamehta in #230
- Add a port-forwarding example. by @brendandburns in #232
- bug fix - remove port bytes during port forwarding by @xinyanmsft in #233
- Updated OWNERS file to include link to docs by @rlenferink in #238
- Introducing KubernetesClientConfiguration.ClientCertificateKeyStoreFl… by @maganvill in #237
- Fix up YAML serialisation to understand AutoRest property renaming by @itowlson in #209
- Update Program.cs by @dansemedo in #240
- pretend to support chain by @tg123 in #245
- Fix documentation of how to regenerate the client code. by @brendandburns in #244
- Fix elliptic curve certs and add a unit test by @brendandburns in #243
- Update dotnet on OS X to 2.2 by @brendandburns in #246
- add az pipepline yaml by @tg123 in #247
- Improve the default client loading code. by @brendandburns in #251
- generator cmd param by @tg123 in #252
- gen v1.13.4 by @tg123 in #254
- Add bundle certificate support by @etchang in #253
- Re-add nerdbank while we setup the azure pipeline... by @brendandburns in #255
- Rev to 1.5 by @brendandburns in #256
- Fix NuGet package versions by @qmfrederik in #257
- Make MSBuild.Sdk.Extras private, it is a build-time only dependency. by @qmfrederik in #258
- Fix build warnings in the StreamDemuxerTests by @qmfrederik in #259
- Update NuGet dependencies for the Tests project by @qmfrederik in #260
- Update CI dependencies by @qmfrederik in #261
- Mark all Fractions classes as internal by @qmfrederik in #265
- Add MSBuild leg, for building NuGet package with Xamarin support by @qmfrederik in #266
- Add SourceLink support by @qmfrederik in #267
- Use YamlDotNet 6.0.0, which is signed by default by @qmfrederik in #268
- Improve README.md with better example and descriptions. by @brendandburns in #250
- fixed BuildConfigFromConfigFile ignoring the currentContext parameter by @gaziqbal in #269
- Remove double "Usage" in docs by @tomkerkhove in #270
- Add code coverage, Linux & macOS leg to Azure CI by @qmfrederik in #264
- Temporarily disable the Resharper checks by @qmfrederik in #274
- Gen v1.14.0 by @tg123 in #275
- Add simpler Exec methods by @qmfrederik in #271
- Rev minikube version and disable ubuntu build. by @brendandburns in #283
- add websocket auth support for .net standard 2.0 support by @xinyanmsft in #281
- gen v1.15.0 by @tg123 in #287
- Add another couple of constructors to Fix #279 by @DavidParks8 in #302
- Fix YAML serialization for IntOrString values. by @brendandburns in #310
- Clean up and fix port forwarding example. by @brendandburns in #309
- gen v1.16.0 by @tg123 in #312
- watcher to support empty response by @tg123 in #313
- fix yaml stringorint case on windows by @tg123 in #314
- Add an initial github action. by @brendandburns in #324
- Add an exception for certs known not to work. by @brendandburns in #322
- Fix - Not applied patch if path contains Uppercase by @idubnori in #330
- Remove forward slashes from paths. by @brendandburns in #323
- fix gh action failed by @tg123 in #337
- Use
Path.DirectorySeparatorChar
to have ServiceAccountPath start from root by @darobs in #342 - Prevent NullReferenceException when using HttpClient to initialize Kubernetes client. Fixes #335 by @BrandonSharp in #336
- Add a loadAll to load multiple objects from a single YAML. (and tests) by @brendandburns in #344
- File.Open changed to File.OpenRead by @jurgyy in #348
- Updated Nerdbank.GitVersioning to 3.0.50 by @Leonardo-Ferreira in #350
- Improve async config loading. by @brendandburns in #353
- Upgrade Microsoft.AspNetCore.WebUtilities to 2.2.0 for netstandard2.0 by @pragyamehta in #358
- Out-of-tree client authentication providers (UserCredentials exec option) for asp.net core applications by @talboren2 in #359
- [breaking changes] cleanup targets by @tg123 in #361
- fix DisposeWatch test fickle by @tg123 in #365
- revert move fraction internal by @tg123 in #366
- Introduce githuh action by @tg123 in #364
- following up after switching to gh action by @tg123 in #367
- Use value from ContextDetails to populate Namespace by @rynowak in #373
- fix watch generator uses different name pattern from gen project by @tg123 in #369
- Ensure that awaits do not continue on the captured context. by @andykernahan in #370
- fix watch=true doesn't respect cancellation token by @tg123 in #376
- update source link to release by @tg123 in #377
- Add interfaces for generated Kubernetes objects by @macsux in #378
- Remove dupe null check by @tylerje in #384
- Improve Watcher ...