From 3d48cef9ef2b8abb533f145ce5c6455f20840a04 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 19 Apr 2017 18:06:00 -0400 Subject: [PATCH] Add Glance version history Adds the version history files for Glance from Bexar through Mitaka, plus the version history file for Ocata. Change-Id: I1626ada8ba00912f9cad01d7708c6750b6152772 --- releases/bexar/glance.json | 8 ++++++++ releases/cactus/glance.json | 8 ++++++++ releases/diablo/glance.json | 12 ++++++++++++ releases/essex/glance.json | 12 ++++++++++++ releases/folsom/glance.json | 16 ++++++++++++++++ releases/grizzly/glance.json | 20 +++++++++++++++++++ releases/havana/glance.json | 24 +++++++++++++++++++++++ releases/icehouse/glance.json | 24 +++++++++++++++++++++++ releases/juno/glance.json | 24 +++++++++++++++++++++++ releases/kilo/glance.json | 28 +++++++++++++++++++++++++++ releases/liberty/glance.json | 28 +++++++++++++++++++++++++++ releases/mitaka/glance.json | 28 +++++++++++++++++++++++++++ releases/ocata/glance.json | 36 +++++++++++++++++++++++++++++++++++ 13 files changed, 268 insertions(+) create mode 100644 releases/bexar/glance.json create mode 100644 releases/cactus/glance.json create mode 100644 releases/diablo/glance.json create mode 100644 releases/essex/glance.json create mode 100644 releases/folsom/glance.json create mode 100644 releases/grizzly/glance.json create mode 100644 releases/havana/glance.json create mode 100644 releases/icehouse/glance.json create mode 100644 releases/juno/glance.json create mode 100644 releases/kilo/glance.json create mode 100644 releases/liberty/glance.json create mode 100644 releases/mitaka/glance.json create mode 100644 releases/ocata/glance.json diff --git a/releases/bexar/glance.json b/releases/bexar/glance.json new file mode 100644 index 0000000..9646ec7 --- /dev/null +++ b/releases/bexar/glance.json @@ -0,0 +1,8 @@ +{ + "versions": [ + { + "id": "v1.0", + "status": "CURRENT" + } + ] +} diff --git a/releases/cactus/glance.json b/releases/cactus/glance.json new file mode 100644 index 0000000..9646ec7 --- /dev/null +++ b/releases/cactus/glance.json @@ -0,0 +1,8 @@ +{ + "versions": [ + { + "id": "v1.0", + "status": "CURRENT" + } + ] +} diff --git a/releases/diablo/glance.json b/releases/diablo/glance.json new file mode 100644 index 0000000..22a0149 --- /dev/null +++ b/releases/diablo/glance.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v1.1", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/essex/glance.json b/releases/essex/glance.json new file mode 100644 index 0000000..22a0149 --- /dev/null +++ b/releases/essex/glance.json @@ -0,0 +1,12 @@ +{ + "versions": [ + { + "id": "v1.1", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/folsom/glance.json b/releases/folsom/glance.json new file mode 100644 index 0000000..610c282 --- /dev/null +++ b/releases/folsom/glance.json @@ -0,0 +1,16 @@ +{ + "versions": [ + { + "id": "v2.0", + "status": "CURRENT" + }, + { + "id": "v1.1", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/grizzly/glance.json b/releases/grizzly/glance.json new file mode 100644 index 0000000..6b8daa6 --- /dev/null +++ b/releases/grizzly/glance.json @@ -0,0 +1,20 @@ +{ + "versions": [ + { + "id": "v2.1", + "status": "CURRENT" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/havana/glance.json b/releases/havana/glance.json new file mode 100644 index 0000000..81ef384 --- /dev/null +++ b/releases/havana/glance.json @@ -0,0 +1,24 @@ +{ + "versions": [ + { + "id": "v2.2", + "status": "CURRENT" + }, + { + "id": "v2.1", + "status": "SUPPORTED" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/icehouse/glance.json b/releases/icehouse/glance.json new file mode 100644 index 0000000..81ef384 --- /dev/null +++ b/releases/icehouse/glance.json @@ -0,0 +1,24 @@ +{ + "versions": [ + { + "id": "v2.2", + "status": "CURRENT" + }, + { + "id": "v2.1", + "status": "SUPPORTED" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/juno/glance.json b/releases/juno/glance.json new file mode 100644 index 0000000..81ef384 --- /dev/null +++ b/releases/juno/glance.json @@ -0,0 +1,24 @@ +{ + "versions": [ + { + "id": "v2.2", + "status": "CURRENT" + }, + { + "id": "v2.1", + "status": "SUPPORTED" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "CURRENT" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/kilo/glance.json b/releases/kilo/glance.json new file mode 100644 index 0000000..a4bf3da --- /dev/null +++ b/releases/kilo/glance.json @@ -0,0 +1,28 @@ +{ + "versions": [ + { + "id": "v2.3", + "status": "CURRENT" + }, + { + "id": "v2.2", + "status": "SUPPORTED" + }, + { + "id": "v2.1", + "status": "SUPPORTED" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "SUPPORTED" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/liberty/glance.json b/releases/liberty/glance.json new file mode 100644 index 0000000..a4bf3da --- /dev/null +++ b/releases/liberty/glance.json @@ -0,0 +1,28 @@ +{ + "versions": [ + { + "id": "v2.3", + "status": "CURRENT" + }, + { + "id": "v2.2", + "status": "SUPPORTED" + }, + { + "id": "v2.1", + "status": "SUPPORTED" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "SUPPORTED" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/mitaka/glance.json b/releases/mitaka/glance.json new file mode 100644 index 0000000..a4bf3da --- /dev/null +++ b/releases/mitaka/glance.json @@ -0,0 +1,28 @@ +{ + "versions": [ + { + "id": "v2.3", + "status": "CURRENT" + }, + { + "id": "v2.2", + "status": "SUPPORTED" + }, + { + "id": "v2.1", + "status": "SUPPORTED" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "SUPPORTED" + }, + { + "id": "v1.0", + "status": "SUPPORTED" + } + ] +} diff --git a/releases/ocata/glance.json b/releases/ocata/glance.json new file mode 100644 index 0000000..a9dea3e --- /dev/null +++ b/releases/ocata/glance.json @@ -0,0 +1,36 @@ +{ + "versions": [ + { + "id": "v2.5", + "status": "CURRENT" + }, + { + "id": "v2.4", + "status": "SUPPORTED" + }, + { + "id": "v2.3", + "status": "SUPPORTED" + }, + { + "id": "v2.2", + "status": "SUPPORTED" + }, + { + "id": "v2.1", + "status": "SUPPORTED" + }, + { + "id": "v2.0", + "status": "SUPPORTED" + }, + { + "id": "v1.1", + "status": "DEPRECATED" + }, + { + "id": "v1.0", + "status": "DEPRECATED" + } + ] +}