Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce8e825

Browse files
committed
Add changelog section
1 parentf35813b commitce8e825

File tree

2 files changed

+47
-14
lines changed

2 files changed

+47
-14
lines changed

‎_docs/installation/gitops/monitor-manage-runtimes.md‎

Lines changed: 47 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Here is a description of the information in the List View.
7070
|**Cluster/Namespace**| The K8s API server endpoint, as well as the namespace with the cluster.|
7171
|**Modules**| The modules installed based on the type of provisioned Runtime. Hybrid GitOps (both Helm and CLI) Runtimes include CI and CD Ops modules. Hosted runtimes include CD Ops.|
7272
|**Managed Cluster**| The number of managed clusters, if any, registered with the GitOps Runtime. To view list of managed clusters, click the runtime name, and then the**Managed Clusters** tab. To work with managed clusters, see[Adding external clusters to runtimes]({{site.baseurl}}/docs/installation/gitops/managed-cluster/).|
73-
|**Version**| The version of the Runtime currently installed (CLI installations), including the version of the Helm chart(Helm installations) .**Update Available!** indicates there are newer versions of the Runtime orHelm chart.To see all the commits, mouse over**Update Available!**, and select**View Complete Change Log**.
73+
|**Version**| The version of the Runtime currently installed, and the version of the Helm chartin parentheses. <br><br>**Update Available!** indicates there are newer versions of the Runtime,Helm chart, or both. <br>To see all the commits and changes for the version, mouse over**Update Available!**, and select**View Complete Change Log**. <br> See[Upgrade GitOps Runtimes](#hybrid-gitops-upgrade-gitops-runtimes) and[View changelogs for GitOps Runtimes](#changelog-for-all-runtime-releases).|
7474
|**Last Updated**| The most recent update information from the runtime to the Codefresh platform. Updates are sent to the platform typically every few minutes. Longer update intervals may indicate networking issues.|
7575
|**Sync Status**| The sync status of the GitOps Runtime. The sync status is displayed only when you have completed installation and configured the GitOps Runtime as an Argo Application. {::nomarkdown}<ul><li> <img src="../../../../images/icons/runtime-synced.png" display=inline-block> <b>Synced</b></li> <li><img src="../../../../images/icons/runtime-syncing.png" display=inline-block> <b>Syncing</b>.</li><li><img src="../../../../images/icons/runtime-out-of-sync.png" display=inline-block> <b>Out-of-sync</b>.</li><li><b>N/A</b>: Codefresh could not get the sync status. This could be because the Runtime is not configured as an Argo application.</li><li><b>Complete Installation</b>: Git credentials are not configured for the Runtime. Click the three-dot context menu and select <b>Update Git Runtime Credentials</b>. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#update-git-credentials-for-gitops-runtimes">Update Git credentials for GitOps Runtimes</a>.</li> </ul> {:/} |
7676
|**Actions** | The possible actions to manage the selected runtime.{::nomarkdown}<ul><li> <b>Upgrade</b>: Upgrade to the latest version. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#hybrid-gitops-upgrade-gitops-runtimes">Upgrade GitOps Runtimes</a></li> <li><b>Download All Logs</b>:Download logs for the Runtime or for its components. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#viewdownload-logs-to-troubleshoot-gitops-runtimes">View/download logs for GitOps Runtimes</a></li><li><b>Update Git Runtime Credentials</b>: Update Git token for Runtime. See </li><li><b>Delete Runtime</b>: Available only when the Hybrid GitOps Runtime is Offline. <br>Delete the GitOps Runtime from the Codefresh platform, retaining it on the cluster. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#hybrid-gitops-delete-gitops-runtimes">Delete GitOps Runtimes</a>. </li><li><b>Uninstall Runtime</b>: Uninstall the runtime from the cluster on which it is provisioned. See <a href="https://codefresh.io/docs/docs/installation/gitops/monitor-manage-runtimes/#uninstall-gitops-runtimes">Uninstall GitOps Runtimes</a></li> </ul> {:/}|
@@ -102,23 +102,29 @@ Here is a description of the information in the Topology view.
102102

103103
##(Hybrid GitOps) Upgrade GitOps Runtimes
104104

105-
Upgrade provisioned Hybrid GitOps Runtimes to install critical security updates, get new functionality, and the latest versions of all components.
106-
The upgrade procedure differs depending on whether the GitOps Runtime has been configured as an Argo CD application or not:
107-
* Argo CD GitOps Runtimes: For Runtimes configured as Argo CD applications, you need to manually update the version in the Helm chart located in the Shared Configuration Repository.
108-
* Non-Argo CD GitOps Runtimes: Run the upgrade command.
105+
Upgrade provisioned Hybrid GitOps Runtimes to install critical security updates, get new functionality, and the latest versions of all components.
109106

110-
If you have managed clusters for Hybrid GitOps Runtimes, upgrading the Runtime automatically updates runtime components within the managed cluster as well.
107+
**Changelog for new versions**
108+
Codefresh alerts you to newer versions of Runtimes, through`Update Available! Notification` in the List View's Version column. A new version of the GtiOps Runtime includes a link to the changelog, detailing the changes in that version.
109+
See also[View changelogs for GitOps Runtimes](#changelog-for-all-runtime-releases).
110+
111+
**Upgrade procedure**
112+
The upgrade procedure differs slightly depending on whether the GitOps Runtime has been configured as an Argo CD application or not:<br>
113+
* Argo CD GitOps Runtimes
114+
For Runtimes configured as Argo CD applications, you need to manually update the version in the Helm chart located in the Shared Configuration Repository.
115+
* Non-Argo CD GitOps Runtimes
116+
Run the upgrade command.
111117

112118
{{site.data.callout.callout_tip}}
113119
**TIP**
114-
The`Update Available! Notification` in the List View's Version column indicates that a newer version oftheRuntime, Helm chart, or both are available.
120+
If you have managed clusters for Hybrid GitOps Runtimes, upgrading the Runtime automatically updates runtime components withinthemanaged cluster as well.
115121
{{site.data.callout.end}}
116122

123+
#####How to
117124
1. In the Codefresh UI, on the toolbar, click the**Settings** icon.
118-
1. From Runtimes in the sidebar, select[**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
119-
1. Switch to either the**List View** or to the**Topology View**.
120-
1.**List view**:
121-
1. To see all the commits to the Runtime, in the Version column, mouse over**Update Available!**, and select**View Complete Change Log**.
125+
1. From Runtimes in the sidebar, select[**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}, and then switch to either**List View** or to the**Topology View**.
126+
1. To upgrade in**List view**, move to the**Version** column and do the following:
127+
1. To see the changes in the new version of the Runtime, mouse over**Update Available!**, and select**View Complete Change Log**.
122128
1. Do one of the following:
123129
* To the right of the row with the Runtime to upgrade, click the context menu and select**Upgrade**.
124130
* Click the Runtime name, and then click**Upgrade** on the top-right.
@@ -133,7 +139,8 @@ The `Update Available! Notification` in the List View's Version column indicates
133139
max-width="80%"
134140
%}
135141

136-
**Topology view**:
142+
{:start="4"}
143+
1. To upgrade in**Topology view**:
137144
Click the Runtime cluster, and from the panel, click the context menu, and then select**Upgrade Runtime**.
138145
{% include
139146
image.html
@@ -147,7 +154,7 @@ The `Update Available! Notification` in the List View's Version column indicates
147154

148155
{:start="5"}
149156
1. Do one of the following depending on whether you have configured the Runtime as an Argo CD Application or not:
150-
* ArgoCDGitOpsRuntimes:Continue from step_6_.
157+
* ArgoCD GitOpsRuntimes:Continue from step_6_.
151158
* Non-Argo CD GitOps Runtimes: Continue from step_7_.
152159
1. For GitOps Runtimes, do the following:
153160
1. In your Shared Configuration Repository, go to`resources/<runtime_name>/chart`
@@ -166,10 +173,36 @@ dependencies:
166173
version:<version>
167174
```
168175
1. For non-GitOps Runtimes, do the following:
169-
1. Copy and run the upgrade command:
176+
1. Copy and run the upgrade command:
170177
`RELEASE_NAME=$(helm ls -n codefresh-gitops-runtime -q) && helm upgrade ${RELEASE_NAME} -n codefresh-gitops-runtime`
171178
1. To exit the upgrade panel, click **Close**.
172179

180+
## (Hybrid GitOps) View changelogs for GitOps Runtimes
181+
Each version of a GitOps Runtime includes a changelog detailing the changes in that release.
182+
183+
##### Upgrade notification & changelog for latest Runtime release
184+
In the GitOps Runtimes List view, the Version column displays the current version installed.
185+
186+
Whenever there is a newer version of the Runtime, Helm chart, or both, the **Update Available!** notification appears in the same column.
187+
Mouse over shows a link to the changelog for that version on GitHub, labeled as **Latest**, as in the example below.
188+
189+
{% include
190+
image.html
191+
lightbox="true"
192+
file="/images/runtime/helm/runtime-changelog.png"
193+
url="/images/runtime/helm/runtime-changelog.png"
194+
alt="Changelog for GitOps Runtimes on GitHub"
195+
caption="Changelog for GitOps Runtimes on GitHub"
196+
max-width="60%"
197+
%}
198+
199+
200+
##### Changelog for all Runtime releases
201+
Changelogs for all versions, including historical versions are available on GitHub.
202+
203+
* [Changelogs for GitOps Runtimes](https://github.com/codefresh-io/gitops-runtime-helm/releases){:target="\_blank"}
204+
205+
173206
## Update Git credentials for GitOps Runtimes
174207

175208
Provisioned GitOps Runtimes require valid Git Runtime tokens at all times to authenticate and authorize the Runtime.
136 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp