Skip to content

Commit dcd43aa

Browse files
authored
Merge pull request #3441 from replicatedhq/laverya/sc-126926/send-image-digests-from-sdk
add release notes for SDK 1.8.0
2 parents 915c662 + 604a01e commit dcd43aa

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.7.2
6+
version: 1.8.0
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ 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.0
12+
13+
Released on August 12, 2025
14+
15+
### Improvements {#improvements-1-8-0}
16+
* Adds reporting of in-use digests of app images.
17+
* Expands the Minimal RBAC role to include the ability to list and watch pods within the namespace.
18+
1119
## 1.7.2
1220

13-
Released on July 10, 2025
21+
Released on August 5, 2025
1422

1523
### Improvements {#improvements-1-7-2}
1624
* Updates the default Minimal RBAC role to allow accessing the replicated-sdk configmap.

docs/vendor/replicated-sdk-customizing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ rules:
254254
- pods
255255
verbs:
256256
- get
257+
- list
258+
- watch
257259
- apiGroups:
258260
- ""
259261
resourceNames:

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.7.2
120+
chartVersion: 1.8.0
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)