diff --git a/releases/folsom/cinder.json b/releases/folsom/cinder.json new file mode 100644 index 0000000..9646ec7 --- /dev/null +++ b/releases/folsom/cinder.json @@ -0,0 +1,8 @@ +{ + "versions": [ + { + "id": "v1.0", + "status": "CURRENT" + } + ] +} diff --git a/releases/grizzly/cinder.json b/releases/grizzly/cinder.json new file mode 100644 index 0000000..e445184 --- /dev/null +++ b/releases/grizzly/cinder.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/havana/cinder.json b/releases/havana/cinder.json new file mode 100644 index 0000000..e445184 --- /dev/null +++ b/releases/havana/cinder.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/icehouse/cinder.json b/releases/icehouse/cinder.json new file mode 100644 index 0000000..e445184 --- /dev/null +++ b/releases/icehouse/cinder.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/juno/cinder.json b/releases/juno/cinder.json new file mode 100644 index 0000000..d8bbcf9 --- /dev/null +++ b/releases/juno/cinder.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "DEPRECATED" + } + ] +} diff --git a/releases/kilo/cinder.json b/releases/kilo/cinder.json new file mode 100644 index 0000000..d8bbcf9 --- /dev/null +++ b/releases/kilo/cinder.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "DEPRECATED" + } + ] +} diff --git a/releases/liberty/cinder.json b/releases/liberty/cinder.json new file mode 100644 index 0000000..d8bbcf9 --- /dev/null +++ b/releases/liberty/cinder.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "DEPRECATED" + } + ] +} diff --git a/releases/mitaka/cinder.json b/releases/mitaka/cinder.json new file mode 100644 index 0000000..c5d7c0a --- /dev/null +++ b/releases/mitaka/cinder.json @@ -0,0 +1,18 @@ +{ + "versions": [ + { + "id": "v3.0", + "max_version": "3.0", + "min_version": "3.0", + "status": "CURRENT" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.0", + "status": "DEPRECATED" + } + ] +} diff --git a/releases/newton/cinder.json b/releases/newton/cinder.json index 10f926b..990cf89 100644 --- a/releases/newton/cinder.json +++ b/releases/newton/cinder.json @@ -1,18 +1,18 @@ { "versions": [ { - "id": "v1.0", - "status": "DEPRECATED" + "id": "v3.0", + "max_version": "3.15", + "min_version": "3.0", + "status": "CURRENT" }, { "id": "v2.0", "status": "SUPPORTED" }, { - "id": "v3.0", - "max_version": "3.15", - "min_version": "3.0", - "status": "CURRENT" + "id": "v1.0", + "status": "DEPRECATED" } ] } diff --git a/releases/ocata/cinder.json b/releases/ocata/cinder.json new file mode 100644 index 0000000..76a8661 --- /dev/null +++ b/releases/ocata/cinder.json @@ -0,0 +1,18 @@ +{ + "versions": [ + { + "id": "v3.0", + "max_version": "3.27", + "min_version": "3.0", + "status": "CURRENT" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.0", + "status": "DEPRECATED" + } + ] +}