You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change version to 6.0.0.dev0 as 6.0.0-dev0 is incompatiable with the
sanity
Sanity is failing with:
```
ERROR: Found 1 runtime-metadata issue(s) which need to be resolved:
ERROR: meta/runtime.yml:0:0: The tombstone removal_version ('6.0.0') must not be after the current version (SemanticVersion('6.0.0-dev0')) for dictionary value @ data['plugin_routing']['inventory']['k8s']['tombstone']['removal_version']. Got '6.0.0'
```
Versions `6.0.X`, `6.0.0.dev`, and so on considere higther than `6.0.0`
but `6.0.0-dev0` is lower that lead to failing test.
0 commit comments