Releases: microsoft/ApplicationInsights-Kubernetes
v1.1.1
- A few bug fixes
v1.1.0
- Update the initialization, address the issue of circular dependencies with ILogger/ILoggerFactory.
NuGet package:
https://www.nuget.org/packages/Microsoft.ApplicationInsights.Kubernetes/1.1.0
v1.0.2
v1.0.1
v1.0.0
The first stable release. Added document support for public APIs.
Get the package on NuGet:
https://www.nuget.org/packages/Microsoft.ApplicationInsights.Kubernetes/1.0.0
And with hosting startup:
https://www.nuget.org/packages/Microsoft.ApplicationInsights.Kubernetes.HostingStartup/1.0.0
v1.0.0-beta.9
Do not crash the app when running in containers use an orchestrator other than Kubernetes.
Get the package on NuGet.org: https://www.nuget.org/packages/Microsoft.ApplicationInsights.Kubernetes/1.0.0-beta9.
v1.0.0-beta.8
- Support
EnableKubernetes()
on multipleTelemetryConfiguration
instances. - Fix some issues.
v1.0.0-beta.7
- Support running in the Windows Containers hosted by Kubernetes;
- Change the certificate validation implementation when querying the Kubernetes host;
- Sign the NuGet packages;
- Fix some small bugs;
v1.0.0-beta.6
- Enable Application Insights automatically for Hosting Startup.
- Supports 0 code light up.
- Set a proper SDK Version in telemetry data.
- Some documentation updates.
v1.0.0-beta.5
-
Supports ASP.NET Core 2.0 Hosting startup:
-
In the new NuGet Package: https://www.nuget.org/packages/Microsoft.ApplicationInsights.Kubernetes.HostingStartup/1.0.0-beta5
-
Reference https://docs.microsoft.com/en-us/aspnet/core/aspnetcore-2.0 for implementation details.
-
-
Small code refactor upon service injections.