diff --git a/content/changelog/2025/01-22-elixir-1.18-image-update.md b/content/changelog/2025/01-22-elixir-1.18-image-update.md new file mode 100644 index 00000000..f2ad242d --- /dev/null +++ b/content/changelog/2025/01-22-elixir-1.18-image-update.md @@ -0,0 +1,15 @@ +--- +title: "Elixir 1.18 is available" +date: 2025-01-22 +tags: + - images + - update +authors: + - name: David Legrand + link: https://github.com/davlgd + image: https://github.com/davlgd.png?size=40 +description: Elixir 1.13 is now end-of-life +excludeSearch: true +--- + +We deployed an updated Elixir image with no impact for our users. It uses `1.18` release by default and Linux Kernel `6.12.9`. diff --git a/content/doc/reference/reference-environment-variables.md b/content/doc/reference/reference-environment-variables.md index 90de8fbe..01cbd4af 100644 --- a/content/doc/reference/reference-environment-variables.md +++ b/content/doc/reference/reference-environment-variables.md @@ -166,7 +166,7 @@ If `TAILSCALE_LOGIN_SERVER` is provided, the agent will be configured to reach a | Name | Description | Default value | |-----------------------|------------------------------|--------------------------------| - |`CC_ELIXIR_VERSION` | Choose the Elixir version between `1.8`, `1.9`, `1.10`, `1.11`, `1.12`, `1.13`, `1.14`, `1.15` or `1.16` | 1.16 | + |`CC_ELIXIR_VERSION` | Choose the Elixir version among [those supported](/developers/doc/applications/elixir/#mandatory-configuration) | | |`CC_MIX_BUILD_GOAL` | The mix goal to build the application (default compile) | | |`CC_PHOENIX_ASSETS_DIR` | Folder in which your Phoenix assets are located. | | |`CC_PHOENIX_DIGEST_GOAL` | Phoenix digest goal. | phx.digest | diff --git a/data/runtime_versions.yml b/data/runtime_versions.yml index 7ae06583..09ec90b4 100644 --- a/data/runtime_versions.yml +++ b/data/runtime_versions.yml @@ -38,19 +38,20 @@ dotnet: elixir: eol_source: "https://hexdocs.pm/elixir/compatibility-and-deprecations.html" default: - - "1.17" + - "1.18" accepted: - "1.8 (EOL)" - "1.9 (EOL)" - "1.10 (EOL)" - "1.11 (EOL)" - "1.12 (EOL)" - - "1.13" + - "1.13 (EOL)" - "1.14" - "1.15" - "1.16" + - "1.17" java: - eol_source: "https://www.oracle.com/fr/java/technologies/java-se-support-roadmap.html" + eol_source: "https://adoptium.net/fr/support/" default: - "11" accepted: