Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit info about rollback support for EC #2838

Merged
merged 4 commits into from
Nov 19, 2024
Merged

Conversation

@paigecalvert paigecalvert requested a review from a team as a code owner November 19, 2024 19:45
Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for replicated-docs ready!

Name Link
🔨 Latest commit 53bd292
🔍 Latest deploy log https://app.netlify.com/sites/replicated-docs/deploys/673cf2d5dbb9a700084d0973
😎 Deploy Preview https://deploy-preview-2838--replicated-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@replicated-ci replicated-ci added type::docs Improvements or additions to documentation type::feature labels Nov 19, 2024
Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for replicated-docs-upgrade ready!

Name Link
🔨 Latest commit 53bd292
🔍 Latest deploy log https://app.netlify.com/sites/replicated-docs-upgrade/deploys/673cf2d57a6e02000850600a
😎 Deploy Preview https://deploy-preview-2838--replicated-docs-upgrade.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -95,7 +95,7 @@ Released on November 4, 2024
</table>

### New Features {#new-features-1-17-0}
* Adds partial rollback support where you can roll back from one version to another as long as the Embedded Cluster Config doesn't change between the two.
* Adds support for partial rollbacks. Partial rollbacks are supported only when rolling back to a version where there is no change to the Embedded Cluster Config compared to the currently-installed version. For example, users can roll back to release version 1.0.0 after upgrading to 1.1.0 only if both 1.0.0 and 1.1.0 use the same Embedded Cluster Config. For more information about how to enable rollbacks for your application in the KOTS Application custom resource, see [allowRollback](/reference/custom-resource-application#allowrollback) in _Application_.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ copied over the same language used elsewhere and then added a link to the Application custom resource topic for more info about enabling rollbacks

@@ -51,7 +51,7 @@ Embedded Cluster has the following limitations:

* **Disaster recovery is in alpha**: Disaster Recovery for Embedded Cluster installations is in alpha. For more information, see [Disaster Recovery for Embedded Cluster (Alpha)](/vendor/embedded-disaster-recovery).

* **Partial rollback support**: Rollbacks for Embedded Cluster installations are supported only when rolling back to a version where there is no change to the [Embedded Cluster Config](https://docs.replicated.com/reference/embedded-config) compared to the currently-installed version. For example, users can roll back to release version 1.0.0 after upgrading to 1.1.0 only if both 1.0.0 and 1.1.0 use the same Embedded Cluster Config.
* **Partial rollback support**: In Embedded Cluster 1.17.0 and later, rollbacks are supported only when rolling back to a version where there is no change to the [Embedded Cluster Config](https://docs.replicated.com/reference/embedded-config) compared to the currently-installed version. For example, users can roll back to release version 1.0.0 after upgrading to 1.1.0 only if both 1.0.0 and 1.1.0 use the same Embedded Cluster Config. For more information about how to enable rollbacks for your application in the KOTS Application custom resource, see [allowRollback](/reference/custom-resource-application#allowrollback) in _Application_.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ Added a link to the Application custom resource topic since we weren't really telling people actual how to enable rollbacks in the first place

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also clarified the version

@paigecalvert paigecalvert merged commit 9bb9c05 into main Nov 19, 2024
5 checks passed
@paigecalvert paigecalvert deleted the partial-rollbacks-fix branch November 19, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::docs Improvements or additions to documentation type::feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants