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

Mellanox / network-operator / 22036250267
62%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2026 01:14PM UTC
Jobs 1
Files 58
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

15 Feb 2026 01:11PM UTC coverage: 61.757% (-0.2%) from 61.994%
22036250267

push

github

web-flow
fix: relax kubeVersion constraint to support pre-release suffixes (#2167)

## Summary
- Append `-0` to the Helm chart `kubeVersion` constraint (`>= 1.21.0` →
`>= 1.21.0-0`) so it accepts Kubernetes versions with pre-release
suffixes

## Problem
Kubernetes distributions like EKS append pre-release metadata to the
version string (e.g. `v1.34.3-eks-ac2d5a0`). Per the [semver
spec](https://semver.org/#spec-item-11), pre-release versions have lower
precedence than the release version, so Helm's `>= 1.21.0` constraint
rejects `1.34.3-eks-ac2d5a0` even though the cluster version clearly
satisfies the requirement.

```
Error: chart requires kubeVersion: >= 1.21.0 which is incompatible with Kubernetes v1.34.3-eks-ac2d5a0
```

## Fix
Appending `-0` to the constraint includes pre-release versions in the
comparison. This is the standard Helm convention — the bundled
`sriov-network-operator` sub-chart already uses `>= 1.16.0-0`.

Reference: https://helm.sh/docs/topics/charts/#the-apiversion-field

## Test plan
- [x] Verified `helm install` succeeds on EKS v1.34.3-eks-ac2d5a0 with
patched chart
- [x] No change in behavior for standard Kubernetes versions (e.g.
v1.32.0)

4168 of 6749 relevant lines covered (61.76%)

48.56 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
78.38
0.0% pkg/state/state_hostdevice_network.go
2
84.25
-0.55% pkg/state/state_skel.go
4
43.76
-0.62% api/v1alpha1/zz_generated.deepcopy.go
15
75.0
-14.77% controllers/hostdevicenetwork_controller.go
Jobs
ID Job ID Ran Files Coverage
1 22036250267.1 15 Feb 2026 01:14PM UTC 58
61.76
GitHub Action Run
Source Files on build 22036250267
  • Tree
  • List 58
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22036250267
  • 284924bd on github
  • Prev Build on master (#22036240038)
  • Delete
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