Skip to content

Conversation

pedesen
Copy link
Contributor

@pedesen pedesen commented Jul 2, 2025

Description

This PR bumps the Zeebe dependency as part of the ongoing 8.5.x Operate release.

Checklist

Related issues

closes #

@github-actions github-actions bot added the component/operate Related to the Operate component/team label Jul 2, 2025
@pedesen pedesen requested review from a team and Copilot July 2, 2025 10:42
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the Zeebe dependency to version 8.5.20 across the project.

  • Updated Zeebe version in Maven pom.xml
  • Updated Docker image tags in multiple docker-compose configurations

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
operate/pom.xml Bumped <version.zeebe> from 8.5.19 to 8.5.20
operate/docker-compose.yml Updated Zeebe image tag to 8.5.20
operate/docker-compose.opensearch.yml Updated Zeebe image tag to 8.5.20
operate/docker-compose.opensearch-identity.yml Updated Zeebe image tag to 8.5.20
operate/config/docker-compose.test.yml Updated Zeebe image tag to 8.5.20
operate/config/docker-compose.opensearch-identity.yml Updated Zeebe image tag to 8.5.20
operate/config/docker-compose.mt.yml Updated Zeebe image tag to 8.5.20
operate/config/docker-compose.identity.yml Updated Zeebe image tag to 8.5.20
Comments suppressed due to low confidence (1)

operate/docker-compose.yml:34

  • [nitpick] Consider centralizing the Zeebe Docker image tag into an environment variable or a YAML anchor to avoid manual updates across multiple compose files.
    image: camunda/zeebe:8.5.20

@pedesen pedesen enabled auto-merge July 2, 2025 10:44
@pedesen pedesen merged commit f6121ce into stable/operate-8.5 Jul 2, 2025
19 checks passed
@pedesen pedesen deleted the update-zeebe-deps branch July 2, 2025 10:52
cmur2 added a commit that referenced this pull request Jul 2, 2025
## Description

Our GHA cache usage is higher than it used to be, so I was investigating
where this increased usage is coming from.

Checking https://github.com/camunda/camunda/actions/caches showed a PR
#34688 against
`stable/operate-8.5` creating GHA cache entries related to Docker
BuildKit - this is something we want to avoid according to our
[strategy](https://github.com/camunda/camunda/wiki/CI-&-Automation#caching-strategy).
GHA cache is a shared resource and we must make best use of limited
resources.

This PR disables caching for two GHA jobs of `stable/operate-8.5`
branch.

## Checklist

<!--- Please delete options that are not relevant. Boxes should be
checked by reviewer. -->
- [ ] Enable backports when necessary (fex. [for bug
fixes](https://github.com/camunda/camunda/blob/main/CONTRIBUTING.md#backporting-changes)
or [for CI
changes](https://github.com/camunda/camunda/wiki/CI-&-Automation#when-to-backport-ci-changes)).

## Related issues

closes #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/operate Related to the Operate component/team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants