Skip to content

Commit ee6e1f6

Browse files
authored
Merge branch 'main' into automation/vendor-portal-release-notes-v2024.08.19-1
2 parents 6251f96 + a5472de commit ee6e1f6

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

docs/release-notes/rn-app-manager.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ The following table lists the versions of Kubernetes that are compatible with ea
1616

1717
<!--RELEASE_NOTES_PLACEHOLDER-->
1818

19+
## 1.115.0
20+
21+
Released on August 20, 2024
22+
23+
Support for Kubernetes: 1.28, 1.29, and 1.30
24+
25+
### Improvements {#improvements-1-115-0}
26+
* Displays guidance on the **Nodes** page and easier access to the node join command during initial install of Embedded Cluster.
27+
* Adds back the check for updates button on the **Version history** page, so you can check for updates without refreshing the page.
28+
1929
## 1.114.0
2030

2131
Released on August 12, 2024

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@ pagination_prev: null
88

99
<!--RELEASE_NOTES_PLACEHOLDER-->
1010

11+
1112
## v2024.08.19-1
1213

1314
Released on August 19, 2024
1415

1516
### New Features {#new-features-v2024-08-19-1}
1617
* Update Embedded Cluster install instructions to use custom domain when applicable.
1718

19+
## v2024.08.15-2
20+
21+
Released on August 15, 2024
22+
23+
### New Features {#new-features-v2024-08-15-2}
24+
* Adds a PATCH method for `/v3/customer/:customerId` path that allows updating a customer without having to resend the entire customer object.
25+
26+
1827
## v2024.08.13-1
1928

2029
Released on August 13, 2024

docs/vendor/embedded-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You can configure a custom domain for the `replicated.app` endpoint so that your
138138

139139
### Using the Vendor API
140140

141-
Some vendors already have a portal that their customers log in to to access documentation or download artifacts. In cases like this, you can serve the Embedded Cluster binary yourself using the Replicated Vendor API.
141+
Some vendors already have a portal where their customers log in to access documentation or download artifacts. In cases like this, you can serve the Embedded Cluster binary yourself using the Replicated Vendor API.
142142

143143
To serve the binary with the Vendor API:
144144

docs/vendor/testing-supported-clusters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ Compatibility Matrix supports creating clusters with Replicated Embedded Cluster
243243
<th>Limitations</th>
244244
<td>
245245
<ul>
246-
<li>The admin console UI is not exposed publicly and must be exposed via `kubectl -n kotsadm port-forward svc/kurl-proxy-kotsadm 38800:8800`.</li>
247-
<li>A valid customer license is required for installing with embedded cluster.</li>
246+
<li>The Admin Console UI is not exposed publicly and must be exposed via `kubectl -n kotsadm port-forward svc/kurl-proxy-kotsadm 38800:8800`. The password for the Admin Console is `password`.</li>
247+
<li>A valid customer license is required for installing with Embedded Cluster.</li>
248248
<li>The [cluster prepare](/vendor/testing-how-to#prepare-clusters) command is not supported.</li>
249249
<li>Embedded clusters cannot be created from the Vendor Portal.</li>
250250
</ul>

0 commit comments

Comments
 (0)