From be18a2f157af778a5872ecd84da57503d89aa967 Mon Sep 17 00:00:00 2001 From: psavidis <69160690+psavidis@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:11:59 +0300 Subject: [PATCH] chore(content/update): Add Alpine 3.18 Update to Docs Related to: camunda/camunda-bpm-platform#3234 --- content/update/minor/719-to-720/_index.md | 31 ++++++++++++++--------- content/update/patch-level.md | 8 ++++++ 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/content/update/minor/719-to-720/_index.md b/content/update/minor/719-to-720/_index.md index 2b26cf425..a75fdc255 100644 --- a/content/update/minor/719-to-720/_index.md +++ b/content/update/minor/719-to-720/_index.md @@ -16,18 +16,19 @@ menu: This document guides you through the update from Camunda Platform `7.19.x` to `7.20.0` and covers the following use cases: 1. For administrators and developers: [Database updates](#database-updates) -1. For administrators and developers: [Full distribution update](#full-distribution) -1. For administrators: [Standalone web application](#standalone-web-application) -1. For administrators: [Optimistic Locking on PostgreSQL](#optimistic-locking-on-postgresql) -1. For administrators: [Explicit JUEL module on Jakarta Expression Language 4](#explicit-juel-module-on-jakarta-expression-language-4) -1. For developers: [JavaScript external task client re-throws errors on task service APIs](#javascript-external-task-client-rethrows-errors-on-task-service-apis) -1. For developers: [Explicit asset declaration in Java web app plugins](#explicit-asset-declaration-in-java-web-app-plugins) -1. For developers: [Discontinue support for handling JPA entities as variables](#discontinue-support-for-handling-jpa-entities-as-variables) -1. For developers: [Quarkus 3 update](#quarkus-3-update) -1. For developers: [Spring Framework 6.0 support](#spring-framework-6-0-support) -1. For developers: [Upgrade to Spring Boot 3.1](#upgrade-to-spring-boot-3-1) - * For developers: [External Task Client Spring Boot Starter requires JDK 17](#external-task-client-spring-boot-starter-requires-jdk-17) -1. For developers: [Camunda Platform Run requires JDK 17](#camunda-platform-run-requires-jdk-17) +2. For administrators and developers: [Full distribution update](#full-distribution) +3. For administrators: [Standalone web application](#standalone-web-application) +4. For administrators: [Optimistic Locking on PostgreSQL](#optimistic-locking-on-postgresql) +5. For administrators: [Explicit JUEL module on Jakarta Expression Language 4](#explicit-juel-module-on-jakarta-expression-language-4) +6. For developers: [JavaScript external task client re-throws errors on task service APIs](#javascript-external-task-client-rethrows-errors-on-task-service-apis) +7. For developers: [Explicit asset declaration in Java web app plugins](#explicit-asset-declaration-in-java-web-app-plugins) +8. For developers: [Discontinue support for handling JPA entities as variables](#discontinue-support-for-handling-jpa-entities-as-variables) +9. For developers: [Quarkus 3 update](#quarkus-3-update) +10. For developers: [Spring Framework 6.0 support](#spring-framework-6-0-support) +11. For developers: [Upgrade to Spring Boot 3.1](#upgrade-to-spring-boot-3-1) + * For developers: [External Task Client Spring Boot Starter requires JDK 17](#external-task-client-spring-boot-starter-requires-jdk-17) +12. For developers: [Camunda Platform Run requires JDK 17](#camunda-platform-run-requires-jdk-17) +13. For developers: [Update Alpine Base Docker Image to 3.18](#update-base-of-camunda-docker-images-to-alpine-3-18) This guide covers mandatory migration steps and optional considerations for the initial configuration of new functionality included in Camunda Platform 7.20. @@ -212,3 +213,9 @@ After adopting Spring Boot 3, the External Task Client Spring Boot Starter requi Starting with Camunda Platform 7.20, the Camunda Platform Run distribution requires Java Runtime Environment 17 installed. +# Update base of Camunda Docker images to Alpine 3.18 + +The Camunda Docker images are based on Alpine. This release updates the Alpine base docker image to 3.18. See the detailed list of changes in the official [release notes][alpine318] page. + +[alpine318]: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.18.0 + diff --git a/content/update/patch-level.md b/content/update/patch-level.md index 404f69baa..e60f37e95 100644 --- a/content/update/patch-level.md +++ b/content/update/patch-level.md @@ -444,6 +444,14 @@ Requests for undeclared assets will be rejected, and it will likely render your [custom-script]: {{< ref "/webapps/cockpit/extend/configuration#custom-scripts" >}} [frontend-modules]: {{< ref "/webapps/cockpit/extend/plugins#structure-of-a-frontend-module" >}} +## 7.19.4 to 7.19.5 / 7.18.9 to 7.18.10 / 7.17.14 to 7.17.15 + +### Update base of Camunda Docker images to Alpine 3.18 + +The Camunda Docker images are based on Alpine. This release updates the Alpine base docker image to 3.18. See the detailed list of changes in the official [release notes][alpine318] page. + +[alpine318]: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.18.0 + # Full Distribution This section is applicable if you installed the [Full Distribution]({{< ref "/introduction/downloading-camunda.md#full-distribution" >}}) with a **shared process engine**. In this case you need to update the libraries and applications installed inside the application server.