Skip to content

Commit 49f70ef

Browse files
committed
add release notes for SDK 1.8.0
1 parent 915c662 commit 49f70ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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:

0 commit comments

Comments
 (0)