1.19.0
New Feature: Read-Only Mode
Added a readOnlyMode Helm value that prevents the SDK from creating or updating Kubernetes secrets at runtime. When enabled, the RBAC Role contains only read permissions and all write operations are gracefully skipped. This enables the SDK to operate in environments where secret write access is forbidden.
Bug Fix: SyncCustomAppMetrics failure no longer blocks the online API call — previously a local cache write failure would prevent the HTTP POST to Replicated from firing.