From 0275701f113ac9dfb4336606fbc4cbf8afaeec06 Mon Sep 17 00:00:00 2001 From: David Legrand Date: Thu, 21 Nov 2024 19:09:27 +0100 Subject: [PATCH] changelog: EOL warnings in Console Co-Authored-By: florian-sanders-cc <100240294+florian-sanders-cc@users.noreply.github.com> --- .../2024-11-21-eol-warnings-console.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/changelog/2024-11-21-eol-warnings-console.md diff --git a/content/changelog/2024-11-21-eol-warnings-console.md b/content/changelog/2024-11-21-eol-warnings-console.md new file mode 100644 index 00000000..804071ee --- /dev/null +++ b/content/changelog/2024-11-21-eol-warnings-console.md @@ -0,0 +1,23 @@ +--- +title: "Console: end of life versions warnings" +date: 2024-11-21 +tags: + - console + - eol +authors: + - name: David Legrand + link: https://github.com/davlgd + image: https://github.com/davlgd.png?size=40 + - name: Florian Sanders + link: https://github.com/florian-sanders-cc + image: https://github.com/florian-sanders-cc.png?size=40 +description: Better stay up to date! +excludeSearch: true +--- + +[Earlier this year](/changelog/2024-04-24-php-deprecate-warning/), we started to show warnings in logs when you deploy PHP applications with a `CC_PHP_VERSION` corresponding to a release considered as [end-of-life by PHP community](https://www.php.net/supported-versions.php). Today, we start showing such warnings in the environment variables panel of applications in the Clever Cloud Console for: +- `CC_PHP_VERSION` +- `CC_PYTHON_VERSION` +- `CC_RUBY_VERSION` + +Our goal is to better inform our customers about the lifecycle of their ecosystems, and to provide guidance on the proper values to use for the version management of their applications. We'll extend this to other runtimes in the coming weeks.