Skip to content

Commit 20b77e2

Browse files
committed
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.
1 parent 9cbb12a commit 20b77e2

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Also needs to be updated in galaxy.yml
2-
VERSION = 6.0.0-dev0
2+
VERSION = 6.0.0.dev0
33

44
TEST_ARGS ?= ""
55
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tags:
2525
- openshift
2626
- okd
2727
- cluster
28-
version: 6.0.0-dev0
28+
version: 6.0.0.dev0
2929
build_ignore:
3030
- .DS_Store
3131
- "*.tar.gz"

tests/sanity/ignore-2.14.txt

-30
This file was deleted.

0 commit comments

Comments
 (0)