You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/partials/replicated-sdk/_dependency-yaml.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
dependencies:
4
4
- name: replicated
5
5
repository: oci://registry.replicated.com/library
6
-
version: 1.11.2
6
+
version: 1.21.1
7
7
```
8
8
9
9
For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub.
Copy file name to clipboardExpand all lines: docs/release-notes/rn-replicated-sdk.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,20 @@ pagination_prev: null
8
8
9
9
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.
10
10
11
+
## 1.12.1
12
+
13
+
Released on December 3, 2025
14
+
15
+
### Improvements {#improvements-1-12-1}
16
+
* Updates the license signature verification code to improve behavior when unsigned data has been changed.
17
+
18
+
## 1.12.0
19
+
20
+
Released on November 26, 2025
21
+
22
+
### New Features {#new-features-1-12-0}
23
+
* Adds the customer ID to the response of the `/license/info` endpoint.
24
+
11
25
## 1.11.2
12
26
13
27
Released on November 21, 2025
@@ -28,24 +42,26 @@ Released on November 17, 2025
28
42
29
43
Released on November 5, 2025
30
44
31
-
### Improvements {#improvements-1-11-0}
45
+
### New Features {#new-features-1-11-0}
32
46
* Adds support for configuring image pull secrets with [`values.global.imagePullSecrets`](https://github.com/replicatedhq/replicated-sdk/blob/1.11.0/chart/values.yaml#L8) as well as the existing [`values.replicated.imagePullSecrets`](https://github.com/replicatedhq/replicated-sdk/blob/1.11.0/chart/values.yaml#L167).
33
47
* Adds an image pull secret, titled `enterprise-pull-secret`.
34
48
35
49
## 1.10.0
36
50
37
51
Released on October 29, 2025
38
52
39
-
### Improvements {#improvements-1-10-0}
53
+
### New Features {#new-features-1-10-0}
40
54
* Adds support for configuring a proxy for the SDK with [`proxy`](https://github.com/replicatedhq/replicated-sdk/blob/1.10.0/chart/values.yaml#L315). For more information, see [Proxy Configuration](/vendor/replicated-sdk-customizing#proxy).
41
55
* Enables the use of `kots.io/v1beta2` licenses.
42
56
43
57
## 1.9.0
44
58
45
59
Released on October 16, 2025
46
60
47
-
### Improvements {#improvements-1-9-0}
61
+
### New Features {#new-features-1-9-0}
48
62
* Adds support for reporting all running images in a cluster with [`reportAllImages`](https://github.com/replicatedhq/replicated-sdk/blob/1.9.0/chart/values.yaml#L307). For more information, see [Report All Images](/vendor/replicated-sdk-customizing#report-all-images).
63
+
64
+
### Improvements {#improvements-1-9-0}
49
65
* Enables `reportAllImages` automatically for Embedded Cluster installations.
50
66
* Compares images using only the trailing name segments, so `alpine/curl:latest` matches `proxy.replicated.com/myapp/docker/alpine/curl:latest` and `private-registry.app.com/alpine/curl:latest`.
51
67
* Improves image name reporting by using the image name from the container spec when available.
@@ -63,8 +79,10 @@ Released on October 8, 2025
63
79
64
80
Released on August 12, 2025
65
81
66
-
### Improvements {#improvements-1-8-0}
82
+
### New Features {#features-1-8-0}
67
83
* Adds reporting of in-use digests of app images.
84
+
85
+
### Improvements {#improvements-1-8-0}
68
86
* Expands the Minimal RBAC role to include the ability to list and watch pods within the namespace.
0 commit comments