From 6e6afb10f029b8e047570436d65e62e856976f70 Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Wed, 4 Dec 2024 11:58:14 +0100 Subject: [PATCH 1/9] Added information about the Renovate Version in the Mend-hosted app section. --- docs/usage/faq.md | 28 ++---------------- docs/usage/mend-hosted/hosted-apps-config.md | 30 ++++++++++++++++++++ 2 files changed, 33 insertions(+), 25 deletions(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index e3d8287219c884..34a998561b7aa7 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -31,34 +31,12 @@ If you're self hosting Renovate, use the latest release if possible. ## When is the Mend Renovate App updated with new Renovate versions? -The Renovate maintainers manually update the app. -The maintainers don't follow any release schedule or release cadence, but try to update at least once a week. +The Renovate version on the Mend-hosted does not follow any release schedule or release cadence, but the maintainers try to update at least once a week. This means the Mend Renovate App can lag a few hours to a week behind the open source version. -Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users. +Major releases of Renovate are held back until the maintainers are reasonably confident that it works for most users. -## How can I see which version the Mend Renovate app is using? - -Follow these steps to see which version the Mend Renovate app is on: - -1. Go to the [Mend Developer Portal](https://developer.mend.io/) -1. Sign in to the Renovate app with your GitHub or Bitbucket account -1. Select your organization -1. Select a installed repository -1. Select a job from the _Recent jobs_ overview -1. Select the _Info_ Log Level from the dropdown menu -1. You should see something like this: - - ``` - INFO: Repository started - { - "renovateVersion": "39.11.5" - } - ``` - - -!!! tip - The PRs that Renovate creates have a link to the "repository job log" in the footer of the PR body text. +See the [Renovate Version](mend-hosted/hosted-apps-config.md#renovate-version) section of `Mend-hosted Apps Configuration` for more information. ## Renovate core features not supported on all platforms diff --git a/docs/usage/mend-hosted/hosted-apps-config.md b/docs/usage/mend-hosted/hosted-apps-config.md index 4d183fab6f1f8b..ce997833bfa189 100644 --- a/docs/usage/mend-hosted/hosted-apps-config.md +++ b/docs/usage/mend-hosted/hosted-apps-config.md @@ -17,6 +17,36 @@ The Renovate logs for the Mend-hosted apps are on the [Mend Developer Portal](ht Reading the logs can help you understand the configuration that Renovate used. +## Renovate Version + +The Renovate version used by the Mend-hosted apps is updated manually by the maintainers of the app. +The maintainers don't follow any release schedule or release cadence, but try to update at least once a week. +This means the Mend Renovate App can lag a few hours to a week behind the open source version. + +Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users. + +### Which version the Mend Renovate app is using? + +Follow these steps to see which version the Mend Renovate app used for a specific job: + +1. Sign in to the [Mend Developer Portal](https://developer.mend.io/) with your GitHub or Bitbucket account +1. Select your organization +1. Select a installed repository +1. Select a job from the _Recent jobs_ overview +1. Select the _Info_ Log Level from the dropdown menu +1. You should see something like this: + + ``` + INFO: Repository started + { + "renovateVersion": "39.11.5" + } + ``` + + +!!! tip + The PRs that Renovate creates have a link to the "repository job log" in the footer of the PR body text. + ## Onboarding behavior ### Installing Renovate into all repositories leads to silent mode From 4d44bd3fa12ce796d3d63cf4c0f1ef56b0aeac6d Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Wed, 4 Dec 2024 12:07:58 +0100 Subject: [PATCH 2/9] Minor wording fix for "Which version" section --- docs/usage/mend-hosted/hosted-apps-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/mend-hosted/hosted-apps-config.md b/docs/usage/mend-hosted/hosted-apps-config.md index ce997833bfa189..787ec273bf84f1 100644 --- a/docs/usage/mend-hosted/hosted-apps-config.md +++ b/docs/usage/mend-hosted/hosted-apps-config.md @@ -25,7 +25,7 @@ This means the Mend Renovate App can lag a few hours to a week behind the open s Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users. -### Which version the Mend Renovate app is using? +### Which version is the Mend Renovate app using? Follow these steps to see which version the Mend Renovate app used for a specific job: From 4ed01bae597da82db2b372dfd8777f86ff9c107a Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Wed, 4 Dec 2024 17:44:57 +0100 Subject: [PATCH 3/9] Added back the FAQ heading for how to find the Renovate version --- docs/usage/faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index 34a998561b7aa7..3f684796e3cdd1 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -36,7 +36,9 @@ This means the Mend Renovate App can lag a few hours to a week behind the open s Major releases of Renovate are held back until the maintainers are reasonably confident that it works for most users. -See the [Renovate Version](mend-hosted/hosted-apps-config.md#renovate-version) section of `Mend-hosted Apps Configuration` for more information. +## How can I see which version the Mend Renovate app is using? + +See the [Mend-hosted Apps Configuration](mend-hosted/hosted-apps-config.md#which-version-is-the-mend-renovate-app-using) for details. ## Renovate core features not supported on all platforms From c97b2f875cb468a841523df296fc9322e4f684d4 Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Fri, 6 Dec 2024 14:29:52 +0100 Subject: [PATCH 4/9] Removed duplication from FAQs. Replaced with link to Mend-hosted app config. --- docs/usage/faq.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index 3f684796e3cdd1..03dd0211dbe5b6 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -29,12 +29,9 @@ The Renovate team only fixes bugs in an older version if: If you're using the Mend Renovate App, you don't need to do anything, as the Renovate maintainers update it regularly. If you're self hosting Renovate, use the latest release if possible. -## When is the Mend Renovate App updated with new Renovate versions? +## When is the Mend Renovate App updated with a new Renovate versions? -The Renovate version on the Mend-hosted does not follow any release schedule or release cadence, but the maintainers try to update at least once a week. -This means the Mend Renovate App can lag a few hours to a week behind the open source version. - -Major releases of Renovate are held back until the maintainers are reasonably confident that it works for most users. +See the [Renovate version](mend-hosted/hosted-apps-config.md#renovate-version) section of `Mend-hosted Apps Configuration` for details. ## How can I see which version the Mend Renovate app is using? From f3e45ec35a70b22c9943cd3e73ea5e5a0882e5a2 Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Wed, 4 Dec 2024 11:58:14 +0100 Subject: [PATCH 5/9] Added information about the Renovate Version in the Mend-hosted app section. --- docs/usage/faq.md | 28 ++---------------- docs/usage/mend-hosted/hosted-apps-config.md | 30 ++++++++++++++++++++ 2 files changed, 33 insertions(+), 25 deletions(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index e3d8287219c884..34a998561b7aa7 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -31,34 +31,12 @@ If you're self hosting Renovate, use the latest release if possible. ## When is the Mend Renovate App updated with new Renovate versions? -The Renovate maintainers manually update the app. -The maintainers don't follow any release schedule or release cadence, but try to update at least once a week. +The Renovate version on the Mend-hosted does not follow any release schedule or release cadence, but the maintainers try to update at least once a week. This means the Mend Renovate App can lag a few hours to a week behind the open source version. -Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users. +Major releases of Renovate are held back until the maintainers are reasonably confident that it works for most users. -## How can I see which version the Mend Renovate app is using? - -Follow these steps to see which version the Mend Renovate app is on: - -1. Go to the [Mend Developer Portal](https://developer.mend.io/) -1. Sign in to the Renovate app with your GitHub or Bitbucket account -1. Select your organization -1. Select a installed repository -1. Select a job from the _Recent jobs_ overview -1. Select the _Info_ Log Level from the dropdown menu -1. You should see something like this: - - ``` - INFO: Repository started - { - "renovateVersion": "39.11.5" - } - ``` - - -!!! tip - The PRs that Renovate creates have a link to the "repository job log" in the footer of the PR body text. +See the [Renovate Version](mend-hosted/hosted-apps-config.md#renovate-version) section of `Mend-hosted Apps Configuration` for more information. ## Renovate core features not supported on all platforms diff --git a/docs/usage/mend-hosted/hosted-apps-config.md b/docs/usage/mend-hosted/hosted-apps-config.md index 4d183fab6f1f8b..ce997833bfa189 100644 --- a/docs/usage/mend-hosted/hosted-apps-config.md +++ b/docs/usage/mend-hosted/hosted-apps-config.md @@ -17,6 +17,36 @@ The Renovate logs for the Mend-hosted apps are on the [Mend Developer Portal](ht Reading the logs can help you understand the configuration that Renovate used. +## Renovate Version + +The Renovate version used by the Mend-hosted apps is updated manually by the maintainers of the app. +The maintainers don't follow any release schedule or release cadence, but try to update at least once a week. +This means the Mend Renovate App can lag a few hours to a week behind the open source version. + +Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users. + +### Which version the Mend Renovate app is using? + +Follow these steps to see which version the Mend Renovate app used for a specific job: + +1. Sign in to the [Mend Developer Portal](https://developer.mend.io/) with your GitHub or Bitbucket account +1. Select your organization +1. Select a installed repository +1. Select a job from the _Recent jobs_ overview +1. Select the _Info_ Log Level from the dropdown menu +1. You should see something like this: + + ``` + INFO: Repository started + { + "renovateVersion": "39.11.5" + } + ``` + + +!!! tip + The PRs that Renovate creates have a link to the "repository job log" in the footer of the PR body text. + ## Onboarding behavior ### Installing Renovate into all repositories leads to silent mode From 8cf846cfb3f0f2ef12f87726ffa99c2bb88d4d1d Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Wed, 4 Dec 2024 12:07:58 +0100 Subject: [PATCH 6/9] Minor wording fix for "Which version" section --- docs/usage/mend-hosted/hosted-apps-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/mend-hosted/hosted-apps-config.md b/docs/usage/mend-hosted/hosted-apps-config.md index ce997833bfa189..787ec273bf84f1 100644 --- a/docs/usage/mend-hosted/hosted-apps-config.md +++ b/docs/usage/mend-hosted/hosted-apps-config.md @@ -25,7 +25,7 @@ This means the Mend Renovate App can lag a few hours to a week behind the open s Major releases of Renovate are held back until the maintainers are reasonably certain it works for most users. -### Which version the Mend Renovate app is using? +### Which version is the Mend Renovate app using? Follow these steps to see which version the Mend Renovate app used for a specific job: From 9e4497bd36ec036e931ff43bd4c9f3fec466b05b Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Wed, 4 Dec 2024 17:44:57 +0100 Subject: [PATCH 7/9] Added back the FAQ heading for how to find the Renovate version --- docs/usage/faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index 34a998561b7aa7..3f684796e3cdd1 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -36,7 +36,9 @@ This means the Mend Renovate App can lag a few hours to a week behind the open s Major releases of Renovate are held back until the maintainers are reasonably confident that it works for most users. -See the [Renovate Version](mend-hosted/hosted-apps-config.md#renovate-version) section of `Mend-hosted Apps Configuration` for more information. +## How can I see which version the Mend Renovate app is using? + +See the [Mend-hosted Apps Configuration](mend-hosted/hosted-apps-config.md#which-version-is-the-mend-renovate-app-using) for details. ## Renovate core features not supported on all platforms From 2a04629be6930e6880f6a8c15ba991b25e1089a6 Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Fri, 6 Dec 2024 14:29:52 +0100 Subject: [PATCH 8/9] Removed duplication from FAQs. Replaced with link to Mend-hosted app config. --- docs/usage/faq.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index 3f684796e3cdd1..03dd0211dbe5b6 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -29,12 +29,9 @@ The Renovate team only fixes bugs in an older version if: If you're using the Mend Renovate App, you don't need to do anything, as the Renovate maintainers update it regularly. If you're self hosting Renovate, use the latest release if possible. -## When is the Mend Renovate App updated with new Renovate versions? +## When is the Mend Renovate App updated with a new Renovate versions? -The Renovate version on the Mend-hosted does not follow any release schedule or release cadence, but the maintainers try to update at least once a week. -This means the Mend Renovate App can lag a few hours to a week behind the open source version. - -Major releases of Renovate are held back until the maintainers are reasonably confident that it works for most users. +See the [Renovate version](mend-hosted/hosted-apps-config.md#renovate-version) section of `Mend-hosted Apps Configuration` for details. ## How can I see which version the Mend Renovate app is using? From 0a08447247f1a5502101c8ed4c93092c671170c1 Mon Sep 17 00:00:00 2001 From: Justin Clareburt Date: Tue, 10 Dec 2024 11:04:13 +0100 Subject: [PATCH 9/9] Removed Mend-hosted apps questions from FAQs --- docs/usage/faq.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index 03dd0211dbe5b6..1901e2f268a68b 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -29,14 +29,6 @@ The Renovate team only fixes bugs in an older version if: If you're using the Mend Renovate App, you don't need to do anything, as the Renovate maintainers update it regularly. If you're self hosting Renovate, use the latest release if possible. -## When is the Mend Renovate App updated with a new Renovate versions? - -See the [Renovate version](mend-hosted/hosted-apps-config.md#renovate-version) section of `Mend-hosted Apps Configuration` for details. - -## How can I see which version the Mend Renovate app is using? - -See the [Mend-hosted Apps Configuration](mend-hosted/hosted-apps-config.md#which-version-is-the-mend-renovate-app-using) for details. - ## Renovate core features not supported on all platforms | Feature | Platforms which lack feature | See Renovate issue(s) |