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.4.0
6
+
version: 1.5.0
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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ This topic contains release notes for the [Replicated SDK](/vendor/replicated-sd
13
13
Released on April 4, 2025
14
14
15
15
### New Features {#new-features-1-5-0}
16
-
* Adds support for setting custom annotations across all resources via the `commonAnnotations` Helm value.
17
-
* Adds support for configuring container resource requirements via the `resources` Helm value.
18
-
* Adds support for customizing the readiness probe configuration.
19
-
* Adds support for mounting custom volumes with `extraVolumes` and `extraVolumeMounts` Helm values.
20
-
* Adds support for init containers with the `initContainers` Helm value.
21
-
* Adds support for host settings including `hostNetwork`, `hostIPC`, and `hostAliases`.
22
-
* Adds support for advanced scheduling with `topologySpreadConstraints`.
23
-
* Adds support for priority configuration with `priorityClassName` and `schedulerName`.
24
-
* Adds support for using existing secrets with new `existingSecret` Helm value.
16
+
* Adds support for setting custom annotations across all resources with the [`commonAnnotations`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L16) Helm value.
17
+
* Adds support for configuring container resource requirements with the [`resources`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L93) Helm value.
18
+
* Adds support for customizing the readiness probe configuration with the [`readinessProbe`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L79) Helm value.
19
+
* Adds support for mounting custom volumes with the [`extraVolumes`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L115) and [`extraVolumeMounts`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L125) Helm values.
20
+
* Adds support for init containers with the [`initContainers`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L104) Helm value.
21
+
* Adds support for host settings including [`hostNetwork`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L171C1-L171C8), [`hostIPC`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L175), and [`hostAliases`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L179).
22
+
* Adds support for advanced scheduling with the [`topologySpreadConstraints`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L188) Helm value.
23
+
* Adds support for priority configuration with the [`priorityClassName`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L199) and [`schedulerName`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L203) Helm values.
24
+
* Adds support for using existing secrets with the [`existingSecret`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L134) Helm value.
25
25
26
26
### Improvements {#improvements-1-5-0}
27
-
*Improved template organization with reusable helper functions.
28
-
*Consolidated related configuration sections in templates.
29
-
*Added comprehensive documentation for all configuration options.
27
+
*Improves template organization with reusable helper functions.
28
+
*Consolidates related configuration sections in templates.
29
+
*Adds comprehensive documentation for all configuration options. See [values.yaml.tmpl](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl) in the replicated-sdk repository in GitHub.
0 commit comments