Skip to content

Releases: replicatedhq/replicated-sdk

1.19.9

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:47
97735a2
Update Go deps (#449)

1.19.8

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:03
12b3901
1.19.8

1.19.7

Choose a tag to compare

@github-actions github-actions released this 13 Jul 23:53
77fe62b
Build securebuild package and images on tag (#440)

1.19.6

Choose a tag to compare

@github-actions github-actions released this 08 Jun 17:25
1.19.6
22c0a63
1.19.6

1.19.5

Choose a tag to compare

@github-actions github-actions released this 26 May 14:26
ef2e9f4
1.19.5

1.19.4

Choose a tag to compare

@github-actions github-actions released this 12 May 16:37
e4638db
1.19.4

1.19.3

Choose a tag to compare

@github-actions github-actions released this 20 Apr 19:02
d404dad
1.19.3

1.19.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 19:11
3656cee
1.19.2

1.19.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 21:51
dac7452

Bug Fix: Fixed an issue where the "Enable mock data for development" checkbox in the Vendor Portal did not reliably disable mock mode for development licenses. The SDK now defaults mock mode to OFF when the integration-enabled key is absent from the replicated secret.

Improvements:

  • Switched to the GA discovery.k8s.io/v1 EndpointSlice API for service status discovery (replacing legacy Endpoints)
  • Added support for specifying the replicated-sdk image by digest

1.19.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 18:13
850aaa7

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.