diff --git a/releases/mitaka/dragonflow.json b/releases/mitaka/dragonflow.json new file mode 100644 index 0000000..ea4088e --- /dev/null +++ b/releases/mitaka/dragonflow.json @@ -0,0 +1,8 @@ +{ + "versions": [ + { + "id": "v1.0", + "status": "DEPRECATED" + } + ] +} diff --git a/releases/newton/dragonflow.json b/releases/newton/dragonflow.json new file mode 100644 index 0000000..dc8960b --- /dev/null +++ b/releases/newton/dragonflow.json @@ -0,0 +1,8 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "DEPRECATED" + } + ] +} diff --git a/releases/ocata/dragonflow.json b/releases/ocata/dragonflow.json new file mode 100644 index 0000000..524e391 --- /dev/null +++ b/releases/ocata/dragonflow.json @@ -0,0 +1,8 @@ +{ + "versions": [ + { + "id": "v3.0", + "status": "CURRENT" + } + ] +}