From b365cf25e63994155ec5082d4a799c1a5848f925 Mon Sep 17 00:00:00 2001 From: Benjamin ACH Date: Mon, 13 Jul 2026 11:18:00 +0200 Subject: [PATCH 1/4] docs: discontinue referral program --- redirections.yml | 8 ++++++- .../scalingo-account/2000-01-01-navigating.md | 12 +---------- .../scalingo-account/2000-01-01-referrals.md | 21 ------------------- .../2021-06-25-per-container-metrics.markdown | 1 - ...-07-13-referral-program-discontinuation.md | 12 +++++++++++ 5 files changed, 20 insertions(+), 34 deletions(-) delete mode 100644 src/_posts/platform/user-management/scalingo-account/2000-01-01-referrals.md create mode 100644 src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md diff --git a/redirections.yml b/redirections.yml index 388585d6f..db2612f0a 100644 --- a/redirections.yml +++ b/redirections.yml @@ -730,7 +730,7 @@ new: "/platform/billing/consumption-reports" - old: "/platform/account/manage#referrals" - new: "/platform/user-management/scalingo-account/navigating#referrals" + new: "/changelog#changelog-dashboard-referral-program-discontinuation" - old: "/platform/account/manage" new: "/platform/user-management/scalingo-account/navigating" @@ -933,6 +933,12 @@ - old: "/platform/cli/introduction" new: "/tools/cli/start" + - old: "/platform/user-management/scalingo-account/navigating#referrals" + new: "/changelog#changelog-dashboard-referral-program-discontinuation" + + - old: "/platform/user-management/scalingo-account/referrals" + new: "/changelog#changelog-dashboard-referral-program-discontinuation" + obsolete: - "/how-to-migrate-from-cloudcontrol/" - "/how-to-migrate-from-shelly-cloud/" diff --git a/src/_posts/platform/user-management/scalingo-account/2000-01-01-navigating.md b/src/_posts/platform/user-management/scalingo-account/2000-01-01-navigating.md index 0b0f5af78..1e42aa3e3 100644 --- a/src/_posts/platform/user-management/scalingo-account/2000-01-01-navigating.md +++ b/src/_posts/platform/user-management/scalingo-account/2000-01-01-navigating.md @@ -1,7 +1,7 @@ --- nav: Navigating the Account Dashboard title: Navigating the Scalingo Account Dashboard -modified_at: 2025-07-02 12:00:00 +modified_at: 2026-07-13 00:00:00 index: 20 --- @@ -89,14 +89,6 @@ updated if necessary. Learn more about the [HDS certification][hds] -## Referrals - -The [**Referrals**][account-referrals] tab allows to: - -- Get your referral link -- View some statistics related to your referrals (clicks, sign-ups, earnings) - - [api]: https://developers.scalingo.com [dashboard-account]: https://dashboard.scalingo.com/account [account-authentication]: https://dashboard.scalingo.com/account/authentication @@ -104,8 +96,6 @@ The [**Referrals**][account-referrals] tab allows to: [account-tokens]: https://dashboard.scalingo.com/account/tokens [account-integrations]: https://dashboard.scalingo.com/account/integrations [account-hds]: https://dashboard.scalingo.com/account/hds -[account-referrals]: https://dashboard.scalingo.com/account/referrals - [ssh-keys]: {% post_url platform/getting-started/2000-01-01-first-steps %}#ssh-key-setup [scm]: {% post_url platform/app/2000-01-01-scm-integration %} [best-practices]: {% post_url platform/user-management/teamwork/2000-01-01-best-practices %} diff --git a/src/_posts/platform/user-management/scalingo-account/2000-01-01-referrals.md b/src/_posts/platform/user-management/scalingo-account/2000-01-01-referrals.md deleted file mode 100644 index 446a8d3ae..000000000 --- a/src/_posts/platform/user-management/scalingo-account/2000-01-01-referrals.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Referral Program -modified_at: 2025-06-26 00:00:00 -tags: referral -index: 99 ---- - -Scalingo offers a referral program that allows users to earn credits by inviting others to the platform. - -## How It Works - -* Referral Link: Each user has a unique [referral link](https://dashboard.scalingo.com/account/referrals) available in their dashboard. -* Earnings: When someone signs up using your referral link and becomes a paying customer, you receive 20% of their monthly usage as credits. -* Duration: This benefit lasts for 12 months from the referred user’s account creation date. -* Credit application: Earned credits are automatically applied to your future invoices. - -## Tracking Referrals - -You can monitor your referral statistics, including the number of sign-ups and credits earned, directly from the [referral section](https://dashboard.scalingo.com/account/referrals) in your dashboard. - -For more details, refer to the [original blog post](https://scalingo.com/blog/recommend-scalingo-to-your-friends-and-save-money). diff --git a/src/changelog/dashboard/_posts/2021-06-25-per-container-metrics.markdown b/src/changelog/dashboard/_posts/2021-06-25-per-container-metrics.markdown index 8956c0c4d..eda86e448 100644 --- a/src/changelog/dashboard/_posts/2021-06-25-per-container-metrics.markdown +++ b/src/changelog/dashboard/_posts/2021-06-25-per-container-metrics.markdown @@ -3,7 +3,6 @@ modified_at: 2021-06-25 12:00:00 title: 'Per-container metrics, notifiers/alerts, changelog' --- -* Account: the referral program is displayed again * Account: the deletion process is working again * Billing/invoices: the duration billed is now displayed for each entry * App/addons: addons can be resumed if they were suspended diff --git a/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md b/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md new file mode 100644 index 000000000..c6d9ed9c5 --- /dev/null +++ b/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md @@ -0,0 +1,12 @@ +--- +modified_at: 2026-07-13 00:00:00 +title: 'Referral program discontinuation' +--- + +As part of upcoming changes to account management, we will discontinue the +Scalingo referral program. + +We will assess how a referral program could be reintroduced in the future. + +If you have questions or a specific situation to discuss, please contact our +[Sales team](https://scalingo.com/book-a-demo). From cabc3eb32550fb4045a109b0f48a3c0c60907306 Mon Sep 17 00:00:00 2001 From: Benjamin ACH Date: Mon, 13 Jul 2026 11:22:51 +0200 Subject: [PATCH 2/4] Improve changelog note --- .../_posts/2026-07-13-referral-program-discontinuation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md b/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md index c6d9ed9c5..e6dd3462f 100644 --- a/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md +++ b/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md @@ -3,10 +3,9 @@ modified_at: 2026-07-13 00:00:00 title: 'Referral program discontinuation' --- -As part of upcoming changes to account management, we will discontinue the -Scalingo referral program. +As part of the rollout of Organizations, we are discontinuing the Scalingo referral program. -We will assess how a referral program could be reintroduced in the future. +The current referral mechanism is not compatible with the new account model. We will evaluate whether a new referral program can be introduced in the future as part of the Organizations experience. If you have questions or a specific situation to discuss, please contact our [Sales team](https://scalingo.com/book-a-demo). From 021b84f9a8dbaf1bb66317ecce641c763339b10c Mon Sep 17 00:00:00 2001 From: Benjamin ACH Date: Mon, 13 Jul 2026 11:40:07 +0200 Subject: [PATCH 3/4] Fix an issue in the redirection file --- redirections.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirections.yml b/redirections.yml index db2612f0a..e4a3aea92 100644 --- a/redirections.yml +++ b/redirections.yml @@ -730,7 +730,7 @@ new: "/platform/billing/consumption-reports" - old: "/platform/account/manage#referrals" - new: "/changelog#changelog-dashboard-referral-program-discontinuation" + new: "/platform/user-management/scalingo-account/navigating#referrals" - old: "/platform/account/manage" new: "/platform/user-management/scalingo-account/navigating" From 1698d3a27eba8f6a426a6f47737fdc8d0a0e7dac Mon Sep 17 00:00:00 2001 From: Benjamin ACH Date: Thu, 16 Jul 2026 17:39:56 +0200 Subject: [PATCH 4/4] Texte update --- .../_posts/2026-07-13-referral-program-discontinuation.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md b/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md index e6dd3462f..2802859e1 100644 --- a/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md +++ b/src/changelog/dashboard/_posts/2026-07-13-referral-program-discontinuation.md @@ -3,9 +3,8 @@ modified_at: 2026-07-13 00:00:00 title: 'Referral program discontinuation' --- -As part of the rollout of Organizations, we are discontinuing the Scalingo referral program. +We are discontinuing the Scalingo Referral Program because it no longer meets our expectations and is not aligned with upcoming changes to the platform. -The current referral mechanism is not compatible with the new account model. We will evaluate whether a new referral program can be introduced in the future as part of the Organizations experience. +**From 1 August 2026, no new referral credits can be earned**. Any referral credits you have already earned will continue to be automatically applied to invoices covering usage **up to 31 December 2026**. -If you have questions or a specific situation to discuss, please contact our -[Sales team](https://scalingo.com/book-a-demo). +If you have any questions, don’t hesitate to contact our Support team.