azure-container-networking
                                
                                
                                
                                    azure-container-networking copied to clipboard
                            
                            
                            
                        Azure Container Networking Solutions for Linux and Windows Containers
Reverts Azure/azure-container-networking#3738 New Home AZ property should be in spec not status
**Component (Azure NPM or Azure CNI):** Application Insights Telemetry **Describe in detail the feature/behavior/change you'd like to see:** The Application Insights telemetry handle currently supports only instrumentation keys, with the...
This PR addresses the issue where CNS was directly logging HNS Endpoints with `%+v`, which resulted in printing byte arrays as raw bytes in the logs. ## Changes made: 1....
This PR adds version constraints to the Dependabot configuration to ensure Kubernetes dependencies remain compatible with versions 1.30, 1.31, and 1.32. ## Problem Without version constraints, Dependabot could automatically update...
Bumps [k8s.io/kubelet](https://github.com/kubernetes/kubelet) from 0.30.7 to 0.33.2. Commits 2a5c1c7 Update dependencies to v0.33.2 tag c6b3504 Merge remote-tracking branch 'origin/master' into release-1.33 1e1109b Move to released version of prometheus/client_golang v1.22.0 from rc.0...
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.2.3 to 1.3.0. Release notes Sourced from github.com/containernetworking/cni's releases. v1.3.0 What's Changed RFC - Support safe subdirectory-based plugin conf loading by @bleggett in containernetworking/cni#1052 This adds a...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.0 to 1.73.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.73.0 New Features balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds...
## Issue In the `releaseAll` function of the CNS fsnotify package, when errors occur during file operations (opening or reading files), the code logs the error but continues execution. This...
Added comprehensive Docker image generation documentation to the main README covering all four core networking components as requested in the issue. ## Changes Made Added a new "Docker Image Generation"...
**Reason for Change**: Currently the telemetry CNI is sending is insufficient to debug CNI issues. This PR refactors the cni telemetry to send more and better quality logs. - Moves...