From adde0278898ab3c56d2ba96eeb10106b3ee11286 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 12 Mar 2020 11:58:43 -0700 Subject: [PATCH] channels: Add candidate-4.5, fast-4.5, and stable-4.5 Like 6947046673 (channels: Add candidate-4.4, fast-4.4, and stable-4.4, 2020-03-12, #111), but for 4.5. There are no 4.5 consumers yet, but this change sets Cincinnati up for them once they arrive (and now that release-4.4 is no longer being fast-forwarded, the 4.5 consumers may land in the installer and console masters anytime). --- channels/candidate-4.5.yaml | 2 ++ channels/fast-4.5.yaml | 2 ++ channels/stable-4.5.yaml | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 channels/candidate-4.5.yaml create mode 100644 channels/fast-4.5.yaml create mode 100644 channels/stable-4.5.yaml diff --git a/channels/candidate-4.5.yaml b/channels/candidate-4.5.yaml new file mode 100644 index 000000000..4f07ac45b --- /dev/null +++ b/channels/candidate-4.5.yaml @@ -0,0 +1,2 @@ +name: candidate-4.5 +versions: [] diff --git a/channels/fast-4.5.yaml b/channels/fast-4.5.yaml new file mode 100644 index 000000000..78b53d824 --- /dev/null +++ b/channels/fast-4.5.yaml @@ -0,0 +1,2 @@ +name: fast-4.5 +versions: [] diff --git a/channels/stable-4.5.yaml b/channels/stable-4.5.yaml new file mode 100644 index 000000000..9ac70ec61 --- /dev/null +++ b/channels/stable-4.5.yaml @@ -0,0 +1,2 @@ +name: stable-4.5 +versions: []