Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(docker-compose): update camunda-docker-compose-8.5 (patch) #63

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docker-compose/versions/camunda-8.5/.env
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## Image versions ##
# renovate: datasource=docker depName=camunda/connectors-bundle
CAMUNDA_CONNECTORS_VERSION=8.5.11
CAMUNDA_CONNECTORS_VERSION=8.5.12

# renovate: datasource=docker depName=camunda/zeebe
CAMUNDA_PLATFORM_VERSION=8.5.10
CAMUNDA_PLATFORM_VERSION=8.5.12

# renovate: datasource=docker depName=camunda/identity
CAMUNDA_IDENTITY_VERSION=8.5.10
CAMUNDA_IDENTITY_VERSION=8.5.11

# renovate: datasource=docker depName=camunda/operate
CAMUNDA_OPERATE_VERSION=8.5.9
CAMUNDA_OPERATE_VERSION=8.5.10

# renovate: datasource=docker depName=camunda/tasklist
CAMUNDA_TASKLIST_VERSION=8.5.10
CAMUNDA_TASKLIST_VERSION=8.5.11

# renovate: datasource=docker depName=camunda/optimize
CAMUNDA_OPTIMIZE_VERSION=8.5.9
CAMUNDA_OPTIMIZE_VERSION=8.5.10

# renovate: datasource=docker depName=camunda/web-modeler lookupName=registry.camunda.cloud/web-modeler-ee/modeler-restapi
CAMUNDA_WEB_MODELER_VERSION=8.5.13
CAMUNDA_WEB_MODELER_VERSION=8.5.14

# renovate: datasource=docker depName=elasticsearch
ELASTIC_VERSION=8.14.3
Expand Down
Loading