Skip to content

Commit

Permalink
chore(content/update): Add Alpine 3.18 Update to Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis authored Jul 20, 2023
1 parent 4082f0c commit be18a2f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
31 changes: 19 additions & 12 deletions content/update/minor/719-to-720/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

8 changes: 8 additions & 0 deletions content/update/patch-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be18a2f

Please sign in to comment.