You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vendor/releases-about.mdx
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,14 @@ If you enable semantic versioning for a channel and then promote releases to it,
179
179
180
180
You can enable semantic versioning on a channel that already has releases promoted to it without semantic versioning. Any subsequently promoted releases must use semantic versioning. In this case, the channel will have releases with and without semantic version numbers. For information about how Replicated organizes these release sequences, see [Semantic Versioning Sequences](#semantic-versioning-sequence).
181
181
182
+
### Demotion
183
+
184
+
A channel release can be demoted from a channel. When a channel release is demoted, the release is longer available for download, but is not withdrawn from environments where it was already downloaded or installed.
185
+
186
+
The demoted release's channel sequence and version are not reused. For customers, the release will appear to have been skipped. Un-demoting a release will restore its place in the channel sequence making it again available for download and installation.
187
+
188
+
For information about how to demote a release, see [Demote a Release](/vendor/releases-creating-releases#demote-a-release) in _Managing Releases with the Vendor Portal_.
189
+
182
190
## Vendor Portal Pages
183
191
184
192
This section provides information about the channels and releases pages in the Vendor Portal.
@@ -205,7 +213,7 @@ As shown in the image above, you can do the following from the **Channels** page
205
213
206
214
Click **Release history** to access the history of all releases promoted to the channel. From the **Release History** page, you can view the version labels and files in each release that has been promoted to the selected channel.
207
215
208
-
You can also build and download air gap bundles to be used in air gap installations with Replicated installers (Embedded Cluster, KOTS, kURL), and edit the release properties for each release promoted to the channel from the **Release History** page.
216
+
You can also build and download air gap bundles to be used in air gap installations with Replicated installers (Embedded Cluster, KOTS, kURL), edit the release properties for each release promoted to the channel from the **Release History** page, and demote a release from the channel.
209
217
210
218
The following shows an example of the **Release History** page:
Copy file name to clipboardExpand all lines: docs/vendor/releases-creating-releases.mdx
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,14 +91,14 @@ To edit release properties:
91
91
92
92
1. Go to **Channels**.
93
93
1. In the channel where the release was promoted, click **Release History**.
94
-
1. For the release sequence that you want to edit, click **Edit Release**.
94
+
1. For the release sequence that you want to edit, open the dot menu and click **Edit release**.
95
95
1. Edit the properties as needed.
96
96
<imgsrc="/images/release-properties.png"alt="Release Properties dialog in the Vendor Portal"width="300"/>
97
97
98
98
[View a larger image](/images/release-properties.png)
99
99
1. Click **Update Release**.
100
100
101
-
## Archiving Releases
101
+
## Archive a Release
102
102
103
103
You can archive releases to remove them from view on the **Releases** page. Archiving a release that has been promoted does _not_ remove the release from the channel's **Release History** page or prevent KOTS from downloading the archived release.
104
104
@@ -107,4 +107,21 @@ To archive one or more releases:
107
107
1. From the **Releases** page, click the trash can icon in the upper right corner.
108
108
1. Select one or more releases.
109
109
1. Click **Archive Releases**.
110
-
1. Confirm the archive action when prompted.
110
+
1. Confirm the archive action when prompted.
111
+
112
+
## Demote a Release
113
+
114
+
A channel release can be demoted from a channel. When a channel release is demoted, the release is longer available for download, but is not withdrawn from environments where it was already downloaded or installed. For more information, see [Demotion](/vendor/releases-about#demotion) in _About Channels and Releases_.
115
+
116
+
For information about demoting and un-demoting releases with the Replicated CLI, see [channel demote](/reference/replicated-cli-channel-demote) and [channel un-demote](/reference/replicated-cli-channel-un-demote).
117
+
118
+
To demote a release in the Vendor Portal:
119
+
120
+
1. Go to **Channels**.
121
+
1. In the channel where the release was promoted, click **Release History**.
122
+
1. For the release sequence that you want to demote, open the dot menu and select **Demote Release**.
123
+
124
+

125
+
[View a larger version of this image](/images/channels-release-history.png)
126
+
127
+
After the release is demoted, the given release sequence is greyed out and a **Demoted** label is displayed next to the release on the **Release History** page.
0 commit comments