Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/release-notes/rn-replicated-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ pagination_prev: null

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.

## 1.0.0-beta.33

Released on December 23, 2024

### New Features {#new-features-1-0-0-beta-33}
* Adds support for setting `affinity` for the Replicated SDK deployment
* Adds `/app/status` [API](/reference/replicated-sdk-apis) that returns detailed application status information.
* Adds support for mocking channelID, channelName, channelSequence, releaseSequence in current release info returned by /app/info API.

### Bug Fixes {#bug-fixes-1-0-0-beta-33}
* Fixes a bug that could result in an instance being reported as unavailable if the application includes an Ingress resource.

## 1.0.0-beta.32

Released on December 9, 2024
Expand Down