Skip to content

Commit 7eca00a

Browse files
authored
Merge pull request #3574 from replicatedhq/laverya/replicated-sdk-181
replicated sdk 1.8.1
2 parents ebf92a9 + 866942e commit 7eca00a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/partials/replicated-sdk/_dependency-yaml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dependencies:
44
- name: replicated
55
repository: oci://registry.replicated.com/library
6-
version: 1.8.0
6+
version: 1.8.1
77
```
88
99
For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub.

docs/release-notes/rn-replicated-sdk.md

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

99
This topic contains release notes for the [Replicated SDK](/vendor/replicated-sdk-overview). The release notes list new features, improvements, bug fixes, known issues, and breaking changes.
1010

11+
## 1.8.1
12+
13+
Released on October 8, 2025
14+
15+
### Improvements {#improvements-1-8-1}
16+
* Updates Helm from v3.18.4 to v3.19.0.
17+
* Updates Kubernetes from v1.33.3 to v1.34.1.
18+
* Resolves vendor-portal empty namespace linter warnings for replicated-support-bundle.
19+
1120
## 1.8.0
1221

1322
Released on August 12, 2025

docs/vendor/replicated-sdk-installing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
117117
name: replicated
118118
# for chartversion, enter the version of the
119119
# SDK Helm chart in the release
120-
chartVersion: 1.8.0
120+
chartVersion: 1.8.1
121121
```
122122
123123
As shown in the example above, the HelmChart custom resource requires the name and version of the SDK Helm chart that you added to the release:

0 commit comments

Comments
 (0)