Skip to content

Commit

Permalink
add known limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieyohannan committed Mar 12, 2024
1 parent 3920843 commit 9e3ba21
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jekyll/_cci2/release/releases-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,17 @@ A number of features and improvements are planned to be added through open previ
== Known limitations

* Restarting the release agent while a release is ongoing will cause the release agent to lose track of the release status and fail to update the CircleCI services accordingly.
* **In the CircleCI releases UI it is currently possible for you to attempt and restore a version that does not exist**. All releases are presented in the UI, including those outside of the scope of any version history limits you might have set. We do not currently filter out releases for which there is no longer any data.
+
Depending on your setup, you will have options for configuring revision history limits: `revisionHistoryLimit` for Kubernetes and Argo Rollouts, and `$HELM_MAX_HISTORY` for Helm.
+
If you have these limits set, you can not restore a version outside the limit. For example, if your limit is set to the last 10 releases, you can not restore the 11th deployment back.
+
We are working on updates to:
+
** Indicate out-of-scope releases
** Prevent you from attempting to restore unavailable releases
** Provising a manual way for you to mark releases as unavailable

[#troubleshooting]
== Troubleshooting
Expand Down

0 comments on commit 9e3ba21

Please sign in to comment.