From 694704667361a17e402a8b237dea608337fd3a65 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 12 Mar 2020 10:43:14 -0700 Subject: [PATCH] channels: Add candidate-4.4, fast-4.4, and stable-4.4 So that Cincinnati doesn't complain when the console bumps its hard-coded list of channels and starts asking for stable-4.4 ([1] is in flight to remove the need for the console to hard-code available channels, but hasn't seen much recent progress). And even without the console issue, the installer has been putting new clusters in stable-4.4 since openshift/installer@d7fb12c07a (bootkube: Update to stable-4.4 channel, 2020-01-16, openshift/installer#2940). [1]: https://github.com/openshift/enhancements/pull/123 --- channels/candidate-4.4.yaml | 2 ++ channels/fast-4.4.yaml | 2 ++ channels/stable-4.4.yaml | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 channels/candidate-4.4.yaml create mode 100644 channels/fast-4.4.yaml create mode 100644 channels/stable-4.4.yaml diff --git a/channels/candidate-4.4.yaml b/channels/candidate-4.4.yaml new file mode 100644 index 000000000..1ce6478ee --- /dev/null +++ b/channels/candidate-4.4.yaml @@ -0,0 +1,2 @@ +name: candidate-4.4 +versions: [] diff --git a/channels/fast-4.4.yaml b/channels/fast-4.4.yaml new file mode 100644 index 000000000..a49078dcb --- /dev/null +++ b/channels/fast-4.4.yaml @@ -0,0 +1,2 @@ +name: fast-4.4 +versions: [] diff --git a/channels/stable-4.4.yaml b/channels/stable-4.4.yaml new file mode 100644 index 000000000..fcf381361 --- /dev/null +++ b/channels/stable-4.4.yaml @@ -0,0 +1,2 @@ +name: stable-4.4 +versions: []