Skip to content

Commit 6fe5fd9

Browse files
authored
Merge branch 'main' into move-ec
2 parents dc1563d + 2c36f6d commit 6fe5fd9

File tree

4 files changed

+23
-152
lines changed

4 files changed

+23
-152
lines changed

docs/release-notes/rn-vendor-platform.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ This topic contains release notes for the Replicated Vendor Platform, which incl
1010

1111
<!--RELEASE_NOTES_PLACEHOLDER-->
1212

13+
## v2024.11.20-5
14+
15+
Released on November 20, 2024
16+
17+
### New Features {#new-features-v2024-11-20-5}
18+
* Allows the user to edit cluster tags from the **Edit Cluster** page.
19+
20+
## v2024.11.20-2
21+
22+
Released on November 20, 2024
23+
24+
### Bug Fixes {#bug-fixes-v2024-11-20-2}
25+
* Fixes a bug that could cause the [Channel installation command](/vendor/releases-about#channels-page) to use a kURL Installer other than the latest.
26+
1327
## v2024.11.18-0
1428

1529
Released on November 18, 2024

docs/vendor/tutorial-adding-db-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ As mentioned in the introduction, a full example of the code for this guide can
202202
### Validating Config Changes
203203

204204
Even though the options aren't wired, let's create a new release to validate the configuration screen was modified.
205-
Create a release by pushing a commit to your [ci-enabled repo](tutorial-ci-cd-integration) or by running `replicated release create --auto` locally.
205+
Create a release by running `replicated release create --auto`.
206206
Then head to the Admin Console instance and click **Check for Updates** on the Version History tab to pull the new release:
207207

208208
![View Update](/images/guides/kots/view-update.png)

docs/vendor/tutorial-ci-cd-integration.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

netlify.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@
178178

179179
[[redirects]]
180180
from="https://docs.replicated.com/vendor/distributing-workflow"
181-
to="https://docs.replicated.com/vendor/replicated-onboarding"
181+
to="https://docs.replicated.com/vendor/replicated-onboarding"
182182

183183
[[redirects]]
184-
from="https://docs.replicated.com/vendor/releases-configvalues"
185-
to="https://docs.replicated.com/enterprise/installing-embedded-automation"
184+
from = "https://docs.replicated.com/vendor/tutorial-ci-cd-integration"
185+
to = "https://docs.replicated.com/vendor/ci-overview"
186186

187187
###################################################
188188
# Redirects To the Enterprise Section
@@ -226,7 +226,11 @@
226226

227227
[[redirects]]
228228
from="https://docs.replicated.com/enterprise/image-registry-embedded-cluster"
229-
to="https://docs.replicated.com/enterprise/image-registry-kurl"
229+
to="https://docs.replicated.com/enterprise/image-registry-kurl"
230+
231+
[[redirects]]
232+
from="https://docs.replicated.com/vendor/releases-configvalues"
233+
to="https://docs.replicated.com/enterprise/installing-embedded-automation"
230234

231235
###################################################
232236
# Redirects To the References Section

0 commit comments

Comments
 (0)