• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / cloud-provider-azure / 25041752851
75%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2026 08:32AM UTC
Jobs 1
Files 95
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Apr 2026 08:14AM UTC coverage: 75.228% (+0.08%) from 75.149%
25041752851

push

github

web-flow
feat: support config-gated in-place mutation of FirstPartyUsage IP tags (#10133)

* feat: support config-gated in-place mutation of FirstPartyUsage IP tags

Add enableIPTagMutationForExistingPublicIP config flag that enables
in-place mutation of FirstPartyUsage IP tags on existing public IPs
instead of deleting and recreating the PIP.

Only FirstPartyUsage-type IP tags (/NonProd, /Unprivileged) can be
mutated in-place. Attempting to change other IP tag types (e.g.
RoutingPreference) returns a reconciliation error. When the config
flag is disabled (default), the original delete-and-recreate behavior
is preserved.

* refactor: move FirstPartyUsage IP tag type to pkg/consts

* fix: use proper lexicographic ordering in sortIPTags comparator

The existing comparator used `a < b || c < d` which is not a strict
weak ordering and can produce non-deterministic sort results. Fix to
compare by IPTagType first, then by Tag only when types are equal.

* address comments

* test: remove e2e test for FirstPartyUsage IP tag mutation

14580 of 19381 relevant lines covered (75.23%)

845.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
248
84.59
0.33% provider/azure_loadbalancer.go
14
0.0
0.0% provider/config/azure.go
4
94.38
0.07% provider/azure_publicip_repo.go
Jobs
ID Job ID Ran Files Coverage
1 25041752851.1 28 Apr 2026 08:32AM UTC 95
75.23
GitHub Action Run
Source Files on build 25041752851
  • Tree
  • List 95
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25041752851
  • 92f91881 on github
  • Prev Build on master (#25026684756)
  • Next Build on master (#25043037046)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc