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

fix(deps): update zeebe.version to v8.7.0-alpha4 #456

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.camunda:zeebe-bom (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-build-tools (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-test-util (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-client-java (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-bpmn-model (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-db (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-logstreams (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-protocol-impl (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-protocol (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-atomix-cluster (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence
io.camunda:zeebe-util (source) 8.7.0-alpha2 -> 8.7.0-alpha4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

camunda/camunda (io.camunda:zeebe-bom)

v8.7.0-alpha4

Compare Source

v8.7.0-alpha4-rc2

Compare Source

v8.7.0-alpha4-rc1

Compare Source

v8.7.0-alpha3

Compare Source

Enhancements
Gateway
  • Enable Query API (not configurable, remove dedicated annotation for query controllers) (#​25993)
Java Client
  • Add Spring SDK Testing support that was present in community Spring SDK (#​26423)
Misc
  • Migrate joining inclusive gateway with at least one incoming sequence flow is taken (#​25674)
  • Migrate active inclusive gateway (#​25673)
  • Migrate joining parallel gateway with at least one incoming sequence flow is taken (#​25640)
  • Unify authorizations configuration properties across components (#​25373)
  • A process instance completes an ad-hoc subprocess when the last child instance is completed (#​25272)
  • I can activate activities when entering an ad-hoc subprocess (#​25271)
  • Migrate existing Tasklist v1 API to the harmonized index schema (#​24665)
  • [Doc Handling] AWS S3 document store implementation (#​24541)
  • I can migrate parallel and inclusive gateway instances (#​24361)
  • Implement Usage Metric REST API (#​23812)
  • Migrate active parallel gateway (#​22128)
Bug Fixes
Java Client
  • Unauthorized REST requests are retried forever when OAuth is used (#​26012)
  • Zeebe Java Client Fails to Handle Error Responses Gracefully (#​25087)
  • Fix REST client connection handling (#​19883)
Misc
  • Components navigation menu does not show available cluster (unaligned with Tasklist behavior) (#​26688)
  • Form fields not accessible in Chrome Browser (#​26522)
  • CommandWrapper#executeAsyncWithMetrics fails with ClassCastException (#​26418)
  • Webapps backup fails if one application is not deployed (#​26120)
  • Admin role missing from Users Assigned roles UI/is not found in service calls for a members roles (#​26098)
  • Investigate failing integration tests on stable/8.6 (#​26092)
  • Follow-up: Fix page.firstSortValues returned by the search API (#​26080)
  • Matchers used for index descriptor make impossible to restore a backup (#​26066)
  • Opensearch schema manager false negative during index validation (#​26056)
  • Camunda Exporter flushs even when importers are not done (#​26047)
  • Importer(s) are not communicating import done correctly (#​26046)
  • Broken style in some instances on the Decisions page (#​26036)
  • Elasticsearch Issue on INT with SNAPSHOT generation (#​26030)
  • Missing permissions should return status code 403 Forbidden (#​26010)
  • "Post exporter" is stuck on amount of incidents > 10 (#​25968)
  • Manual and Scheduled Backups Failing to Progress (#​25938)
  • Index name: task. Not supported index changes are introduced. Data migration is required. (#​25810)
  • Same-name form resources inside deployments overridden with unexpected content on deployment distribution (#​25727)
  • Misleading log when starting Optimize (#​25716)
  • Redirect the /instances/* routes to /operate/instances/* (#​25711)
  • Same-site auth cookie is not being attached to the home page request after successful authentication (#​25644)
  • Tasklist Error on Initial and Subsequent Navigations (#​25638)
  • C8Run - 8.7 version doesn't start with the ./start.sh or ./shutdown.sh (#​25633)
  • Identity records are not copied properly (#​25620)
  • UserTaskVariableHandler handle variables with suffix same as internal suffix (#​25614)
  • Tasklist ignores context path when redirecting to deep link URLs after OIDC login (#​25534)
  • Resource cache is not filled correctly and stays empty (#​25507)
  • [CPT] hasCompletedElements() throws an IllegalStateException: Duplicate key null (#​25355)
  • Process modification on inclusive gateway makes active token disappear (#​25099)
  • Unable to Assign Zeebe User Task in C8Run 8.7.0-alpha1 & 8.6.5 (#​24808)
  • Scrolls are not sufficiently cleared on AWS Opensearch: rework fix for #​19869 (#​24321)
  • Execution listeners on processes or participants are not shown in Operate UI (#​24287)
  • Rework how BatchOperationEntity#operationsFinishedCount is updated (#​24084)
  • C8 Single app - Cannot Assign/Complete Zeebe user tasks using Tasklist (#​21818)
  • A process instance is stuck after modifing to an inclusive gateway (#​20587)
Maintenance
  • Unknown channel option 'SO_SNDBUF' (#​26396)
  • [Doc Handling] Return specific content-type from the document GET endpoint (#​26137)
  • [Doc Handling] GCP document store prefix (#​26136)
  • Opensearch schema manager false negative during index validation (#​26056)
  • Mark Query API as stable (#​26009)
  • Adjust Identity related services, transformers, and processors (#​25905)
  • Refactor GroupEntity groupKey (#​25893)
  • Improve CachedTestResultsExtension resilience on configuration reading (#​25641)
  • Camunda exporter starts flushing when importing is done. (#​24908)
  • [EPIC]: Remove 8.7 importing (#​24441)
Documentation
  • Remove alpha label from query API in OpenAPI spec (#​26022)
  • Document that the parameters elasticsearchJobExecutorThreadCount and elasticsearchJobExecutorQueueSize are valid for OpenSearch as well (#​23766)
  • Remove warnings from documentation about OpenSearch features that are not available (#​23615)
  • Package 6: Documentation changes for OpenSearch (#​23155)
Merged Pull Requests
  • fix: prevent focus trap on Tasklist native OS notifications dialog (#​26649)
  • fix: load dev data from classpath (#​26558)
  • ci: fix optimize docker image build and verification (#​26550)
  • test: use lowercase GCS bucketname (#​26538)
  • fix: allow missing indices when archiving for now (#​26536)
  • ci: make mvn build Tasklist FE by default (#​26515)
  • build: Rollback Optimize dockerfile changes (#​26513)
  • fix: match historic/rollover indices correctly (#​26511)
  • fix: Add missing database env var (#​26508)
  • feat: enable webapp functionality only if webappEnabled property is set (#​26493)
  • refactor: make shouldCreateData check zeebe deployment index (#​26491)
  • build: add curl and base commands to optimize dockerfile (#​26478)
  • ci: make tasklist e2e use the camunda exporter (#​26475)
  • fix: make DevDataGenerator use TasklistServicesAdapter (#​26464)
  • build: add curl fetch for wait-for-it.sh script for optimize dockerfile (#​26454)
  • build(deps): upgrade Spring Boot to version 3.3.7 (#​26355)
  • Fix failing io.camunda.tasklist.es.SchemaCreationIT (#​26348)
  • 8.6.3 - Merge release branch into stable (#​25679)

v8.7.0-alpha3-rc6

Compare Source

v8.7.0-alpha3-rc5

Compare Source

v8.7.0-alpha3-rc4

Compare Source

v8.7.0-alpha3-rc3

Compare Source

v8.7.0-alpha3-rc2

Compare Source

v8.7.0-alpha3-rc1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from ChrisKujawa as a code owner January 8, 2025 23:22
@renovate renovate bot force-pushed the renovate/zeebe.version branch from 51171ff to 628e529 Compare January 12, 2025 17:29
@renovate renovate bot changed the title fix(deps): update zeebe.version to v8.7.0-alpha3-rc5 fix(deps): update zeebe.version to v8.7.0-alpha3-rc6 Jan 12, 2025
@renovate renovate bot force-pushed the renovate/zeebe.version branch from 628e529 to 953484f Compare January 12, 2025 20:39
@renovate renovate bot changed the title fix(deps): update zeebe.version to v8.7.0-alpha3-rc6 fix(deps): update zeebe.version to v8.7.0-alpha3 Jan 12, 2025
@renovate renovate bot force-pushed the renovate/zeebe.version branch from 953484f to 6599f8e Compare February 3, 2025 14:25
@renovate renovate bot changed the title fix(deps): update zeebe.version to v8.7.0-alpha3 fix(deps): update zeebe.version to v8.7.0-alpha4-rc1 Feb 3, 2025
@renovate renovate bot changed the title fix(deps): update zeebe.version to v8.7.0-alpha4-rc1 fix(deps): update zeebe.version to v8.7.0-alpha4-rc2 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/zeebe.version branch from 6599f8e to 684a3dc Compare February 7, 2025 18:04
@renovate renovate bot changed the title fix(deps): update zeebe.version to v8.7.0-alpha4-rc2 fix(deps): update zeebe.version to v8.7.0-alpha4 Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants