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.6.3 (main) #968

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.camunda:zeebe-process-test-engine (source) 8.5.7 -> 8.6.3 age adoption passing confidence
io.camunda:zeebe-process-test-api (source) 8.5.7 -> 8.6.3 age adoption passing confidence
io.camunda:zeebe-process-test-filters (source) 8.5.7 -> 8.6.3 age adoption passing confidence
io.camunda:zeebe-process-test-assertions (source) 8.5.7 -> 8.6.3 age adoption passing confidence
io.camunda:zeebe-process-test-extension-testcontainer (source) 8.5.7 -> 8.6.3 age adoption passing confidence
io.camunda:zeebe-process-test-extension (source) 8.5.7 -> 8.6.3 age adoption passing confidence
io.camunda:zeebe-bpmn-model (source) 8.5.7 -> 8.6.3 age adoption passing confidence
io.camunda:zeebe-bom (source) 8.5.7 -> 8.6.3 age adoption passing confidence

Release Notes

camunda/zeebe-process-test (io.camunda:zeebe-process-test-engine)

v8.6.3

Compare Source

Full Changelog: camunda/zeebe-process-test@8.6.1...8.6.3

v8.6.2

Compare Source

Full Changelog: camunda/zeebe-process-test@8.6.1...8.6.2

v8.6.1

Compare Source

Full Changelog: camunda/zeebe-process-test@8.6.0...8.6.1

v8.6.0

Compare Source

What's Changed
New Contributors

Full Changelog: camunda/zeebe-process-test@8.5.0...8.6.0

v8.5.8

Compare Source

Full Changelog: camunda/zeebe-process-test@8.5.7...8.5.8

camunda/camunda (io.camunda:zeebe-bpmn-model)

v8.6.3

Compare Source

Bug Fixes
Java Client
  • spring-boot-starter-camunda-sdk will run into a NPE if legacy 8.5 properties are used (#​23183)

v8.6.2

Compare Source

Bug Fixes
Misc
  • Unsafe command distribution acknowledgement (#​23361)
Merged Pull Requests
  • Use new record to transmit acknowledgement (#​23363)

v8.6.1

Compare Source

Bug Fixes
Misc
  • Password encoder change is not backward compatible (#​23213)
  • Error when performing an upgrade from Optimize 3.13/8.5 to 8.6 (#​23168)
  • ActivatedJob REST entity returns key instead of jobKey (#​23101)
  • fix/Spring Boot SDK: do not ignore json field names from annotations (#​21962)
Maintenance
  • Oauth2 Scope is not exposed in Zeebe SDK config (#​23071)
Merged Pull Requests

v8.6.0

Compare Source

Enhancements
Broker
  • Migrate intermediate message catch event (#​19716)
  • Do not evaluate target boundary event correlation key expression on migration (#​19527)
  • Migrate message event subprocess (#​17419)
  • Migrate existing message boundary event subscription on process instance migration (#​16386)
  • Migrate child process instances (#​15922)
  • Migrate call activity instances (#​15921)
  • Migrate timer boundary event subscriptions (#​15918)
Gateway
  • Migrate the Delete Resource gRPC API to REST (#​21212)
  • Migrate the Evaluate Decision gRPC API to REST (#​21211)
  • Migrate the Signal broadcast gRPC API to REST (#​21210)
  • Migrate the Cancel Process Instance gRPC API to REST (#​21209)
  • Migrate the Migrate Process Instance gRPC API to REST (#​21208)
  • Migrate the Modify Process Instance gRPC API to REST (#​21207)
  • Migrate the Set Variables gRPC API to REST (#​21057)
  • Migrate the Publish Message gRPC API to REST (#​21056)
  • Migrate the Start Process instance gRPC API to REST (#​21055)
  • Migrate the Deploy Resource gRPC API to REST (#​21054)
  • Configure Query API availability (disabled by default) (#​20580)
  • Migrate the Resolve incident gRPC API to REST (#​20085)
  • Migrate the Update job retries and timeout gRPC API to REST (#​20083)
  • Migrate the Throw error gRPC API to REST (#​20082)
  • Migrate the Fail Job gRPC API to REST (#​20081)
  • Migrate the Complete Job gRPC API to REST (#​20080)
  • Add query API to see the status of exporters (#​19023)
  • A long-polling REST API endpoint is available to activate jobs (#​17676)
Java Client
  • Support the Set Variables API over REST (#​22194)
  • Support the Publish Message API over REST (#​22193)
  • Support the Start Process instance API over REST (#​22192)
  • Support the Deploy Resource API over REST (#​22191)
  • Support the Update job retries and timeout API over REST (#​21523)
  • Support the Resolve incident API over REST (#​21430)
  • Support the Throw error API over REST (#​21412)
  • Support the Fail Job API over REST (#​21377)
  • Support the Complete Job API over REST (#​21167)
  • The Java client supports Job activation over REST (including long polling) (#​18256)
Misc
  • Migrate sequential multi-instance element instances (#​22184)
  • Migrate parallel multi-instance element instances (#​22129)
  • Migrate error event subprocess (#​22032)
  • Migrate error boundary events (#​21866)
  • Migrate signal event subprocess (#​21864)
  • Migrate intermediate signal catch events (#​21863)
  • Migrate signal boundary event subscriptions (#​21862)
  • Migrate script task instances (#​21671)
  • Migrate event-based gateway instances (#​21593)
  • Migrate business rule task instances (#​21588)
  • Migrate exclusive gateway instances (#​21580)
  • Migrate send task instances (#​21538)
  • Add Priority field to Tasklist OOTB Front-End consuming from Tasklist v1 REST API (#​21516)
  • Add version tag column to process instances list (#​21327)
  • Migrate timer event subprocess (#​21218)
  • Add version tag to process instances list header (#​21185)
  • Improve Java client with REST API exceptional flow (#​21173)
  • Add version tag to process instance details header (#​21170)
  • Validate correct usage of bindingType and versionTag attributes (#​21161)
  • Add new ZeebeVersionTag extension element to BPMN Model API (#​21124)
  • Resolve linked forms to correct version for user tasks with binding type versionTag (#​21041)
  • Resolve called decision to correct version for business rule tasks with binding type versionTag (#​21040)
  • Resolve called process to correct version for call activities with binding type versionTag (#​21038)
  • Store deployed forms by id and version tag (#​21037)
  • Store deployed decisions by id and version tag (#​21036)
  • Store deployed processes by id and version tag (#​21035)
  • Add support for binding type versionTag to BPMN Model API (#​21034)
  • Migrate receive task instances (#​20938)
  • Migrate intermediate timer catch events (#​20911)
  • Support migration of receive tasks, message event subprocess, timer event subprocess (#​20818)
  • Support message and timer intermediate events migration (#​20817)
  • Refactor internal exporter metrics to use Micrometer (#​20724)
  • Store request data in state (#​20568)
  • Add Correlate Message command to the client (#​20478)
  • Add new CorrelateMessage REST endpoint (#​20477)
  • Add Intermediate None Event to StraightThroughProcessingLoopValidator (#​20308)
  • Static translations of tasklist UI (#​20287)
  • Add integration tests for new command (#​20190)
  • Add new message correlation record to CompactRecordLogger (#​20189)
  • Add new fields to message record templates (#​20187)
  • Create template for new message correlation record (#​20186)
  • Send response in MessageSubscriptionRejectProcessor (#​20176)
  • Send response in MessageSubscriptionCorrelateProcessor (#​20175)
  • Store request data in message subscription (#​20174)
  • Create MessageCorrelationCorrelateProcessor (#​20173)
  • Extend MessageSubscriptionRecord to store request data (#​20167)
  • Create message correlation record and intents (#​20164)
  • Add validation rule to check for invalid bindingType values (#​20054)
  • Support message and timer boundary events migration (#​19886)
  • Create new version of every resource in multi-resource deployment if at least one has changed (#​19859)
  • Resolve deployment-bound resource links within same deployment (#​19710)
  • Store reference to deployment for deployed resources (#​19709)
  • I can see highlighted associations related to executed compensation events (#​19567)
  • I can toggle the execution count badges in process instance details view (#​19562)
  • I can see the number of executions for each element in instance details diagram (#​19558)
  • I can see which elements were executed/completed in the process instance diagram (#​19555)
  • Add new bindingType attribute to BPMN Model API (#​19461)
  • Guarantee generated requestId is unique within cluster. (#​19339)
  • Provide a custom middleware mechanism for the Zeebe REST API in the Gateway (#​19291)
  • [CPT] I can run process tests with Camunda connectors (#​19260)
  • [CPT] I can trigger a BPMN timer event (#​19176)
  • [CPT] Create a Spring integration for Process Testing (#​18999)
  • [CPT] Create a JUnit 5 extension for Process Testing (#​18997)
  • [CPT] Create a Testcontainer runtime for Process Testing (#​18994)
  • Pre-select target proceess versions in instance migration mode (#​18761)
  • Allow enabling an exporter via an API (#​18752)
  • Support child instances in instance migration (#​18594)
  • I can copy all variables from a process instance (#​18578)
  • I can see the date of the last successful migration for a process instance (#​18576)
  • I can confirm instance migration before starting the migrate operation (#​18574)
  • I can filter for unmapped source flow nodes in instance migration mode (#​18573)
  • I can see which flow nodes are not mapped in instance migration mode (#​18571)
  • I can skip the instance migration modal (#​18541)
  • I can see automapping for flow nodes in instance migration mode (#​18538)
  • Support call activity mapping in instance migration mode (#​18492)
  • Provide observation context to exporters (#​18467)
  • Allow disabling an exporter via an API (#​18030)
  • Provide dates of last successful operations (#​17704)
  • Stop checking Elastic/Open Search healthiness in Tasklist health check (#​17544)
  • Migrate Spring-zeebe test (#​17343)
  • Review and address TODOs (#​17342)
  • Remove leftovers from other components and unused code (#​17341)
  • Review community-project latest changes (#​17340)
  • Merge SpringBoot starter SDK and Spring Client (#​17339)
  • go client jobWorkerBuilder can't set tenantIds (#​17167)
  • Clients can provide a reference to a command that can be observed in the resulting event (#​16916)
  • Incident records provide tree path properties that locate the incident in a hierarchy of process instances (#​16915)
  • Support BPMN Converging Inclusive Gateway (#​10031)
  • As a user I want to configure LongPollingActivateJobsHandler (#​8777)
Bug Fixes
Broker
  • Limit the number of element in the process caches (#​15533)
  • NPE "this.appenderFuture" is null when closing the partition (#​10227)
  • Align deployment rejection message for DMN resources (#​8806)
  • Replay test has not same state on terminating exclusive gateway (#​6652)
  • ClassCastException: ExecutableFlowElementContainer cannot be cast to ExecutableMultiInstanceBody (#​6152)
  • Exporter arguments are always converted to maps instead of list (#​4552)
Gateway
  • Return a 502 for MessagingException$ConnectionClosed in the C8 REST API (#​22540)
  • Endless errors on gateway because the writer is full (#​13018)
  • Considerable amount of GRPC error details can trigger ingress response header limit (#​11284)
Go Client
  • zbctl 8.4.0 can't send requests with authorization information (#​16015)
Misc
  • Operate backup is not proceeding after taking the first snapshot (#​22871)
  • Operate snapshot names are incorrect (#​22861)
  • Tests are failing in CollectionRestServiceRoleIT (#​22515)
  • ProcessOverviewUpdateIT tests are failing (#​22509)
  • Duplicate resources refer to current deploymentKey instead of the one from initial deployment (#​22473)
  • Optimize backup fails with ElasticsearchStatusException when retrieving snapshots (#​22430)
  • Instance migration should not allow changing the event type of a mapped catch event (#​22146)
  • Queued command distribution finishes too soon (#​22123)
  • Operate: Bearer token with typ AT+JWT not supported (#​22119)
  • Tasklist: Bearer token with typ AT+JWT not supported (#​22118)
  • The importer doesn't cache the tree path of a container instance when a contained flow node instance is imported (#​22074)
  • Fix and refactor handle catch event migrations (#​21924)
  • Job Worker User Task with Custom Form Key not being handled properly (#​21811)
  • Task Assignment Notification Displays "{{numTasks}}" Instead of Actual Number (#​21768)
  • Zeebe's processing schedule service doesn't play well with past dates during tests (#​21738)
  • Modeler accept Decimal Priority Values in XML Configuration (#​21434)
  • Custom headers are not supported for Zeebe user tasks on openSearch (#​21296)
  • Submit button in public forms is hidden under the nav bar ios phone (#​21052)
  • Multi instance body finishes with less inner activities than expected (#​20958)
  • Cancel active EL jobs on process termination (#​20775)
  • NPE in BpmnStateBehavior.getParentElementInstanceContext "parentElementInstance" is null (#​20762)
  • Old versions are retrieved when filtering process that require form input to start (#​20734)
  • Process instance banned for timer trigger command with unknown process (#​20677)
  • Disable graphql introspection in Tasklist (#​20672)
  • ILM policy is added to all indices not only archived indices (#​20567)
  • Possible memory corruption leading to SIGSEGV (#​20555)
  • StackOverflowError during process instance modification (#​20307)
  • Exporting decision evaluation records breaks with large evaluationFailureMessage values (#​20248)
  • Issue when importing variables in a MT environment (#​20199)
  • Flaky test shouldBeThreadSafe: io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCacheTest (#​20136)
  • Snapshot detected as corrupted because of incorrect checksum comparison (#​19984)
  • Tasklist index prefixes are not correctly setup on OpenSearch (#​19905)
  • RandomizedRaftTest.livenessTestWithSnapshot is unstable (#​19862)
  • Concurrency mode check slows down import (#​19840)
  • No executable process is found after transformation (#​19834)
  • Native notifications inline message doesn't disappear after enabling notifications (#​19592)
  • [Spring SDK] Fix unit tests to run into the unified CI (#​19520)
  • Operate import slows down in case of data loss (#​19424)
  • Invalid offset when reading record from an older version (#​19379)
  • CI: fake status checks produced even if Zeebe CI is running (#​19289)
  • Closing of StreamProcessor hangs indefinitely (#​19219)
  • Instance migration subscribes element instance with incident to message event (#​19212)
  • Instance migration is not triggered with pre-selected target process (#​19171)
  • Cannot take backup to Azure when using managed identity (#​19104)
  • Resource authorizations are not working without providing the deprecated CAMUNDA_TASKLIST_IDENTITY_BASEURL (#​19007)
  • Default tenant id not picked up by Spring Zeebe SDK @​JobWorker annotation (#​18975)
  • Saving a custom filter with all statuses excludes the competed tasks (#​18967)
  • Tasklist cannot update ISM policy in AWS OpenSearch (#​18891)
  • Filtering tasks by process retrieves only tasks from latest deployed process version (#​18813)
  • on openSearch XML retrieved is Null when user has access to the process view (#​18772)
  • ZEEBE_GATEWAY_SECURITY_AUTHENTICATION_MODE:none does not disable Identity-based authentication (#​18726)
  • Missing Zeebe user task migration doc URL in REST API error message (#​18663)
  • Remove client's secrets reference in logs (#​18656)
  • When activating the identity-auth profile, the health and readiness probes fail with status code 401 (#​18568)
  • Operate import does not work for Opensearch with UnsupportedOperationException (#​18452)
  • Opensearch exporter fails with 400 on AWS Opensearch service (#​18251)
  • Batch modification needs to handle requests containing values for both fromFlowNodeId and fromFlowNodeInstanceKey (#​18162)
  • java.lang.IllegalArgumentException: type must not be empty (#​18139)
  • Tasklist importer pod is crashlooping (#​18095)
  • Operate can't complete backup snapshot (#​18049)
  • [Spring Zeebe SDK] Token not refreshed (#​17799)
  • Tasklist is retuning null as item in the permissions array (#​17688)
  • Starting the Operate container with an unprivileged may fail to create the logs folder (#​17685)
  • Import is blocked after some user task records are lost (#​17615)
  • NPE in user task import (#​17611)
  • AWS: Number of Opensearch requests are failing with wrong request signature (#​17552)
  • Broken job stream aggregation (#​17513)
  • Failed to close snapshot store (#​17452)
  • Timestamp values in actuators are serialized as integers instead of date-time strings (#​17347)
  • Partition stays in force configuration after force failover (#​17334)
  • Potential duplicate PI creation across partitions in case of request timeouts (#​17333)
  • Retrieving index settings in Opensearch returns null values for the settings (#​17272)
  • Cannot update from a previous version to current snapshot (#​17229)
  • Retention policy is not applied to existing indices when enabled (#​17147)
  • Duplicate entries in decision output table (#​17024)
  • Fix element processing flow for Intermediate Catch/Throw Events with Execution Listeners (#​16536)
  • I can activate a job without retries after resolving the JOB_NO_RETRIES incident (#​16484)
  • CI: Zeebe build fails due to SBE build errors (#​16029)
  • SetVariables is not always retryable (#​15549)
  • Oauth token refresh can trigger rate limiting and log errors (#​13832)
  • Redundant logging of first commit index (#​13403)
  • NullPointerException in ActivateProcessInstanceBatchProcessor.createChildInstanceRecord (#​12918)
  • Race condition when closing the log stream and opening a writer (#​12870)
  • NPE when receiving a log stream writer while shutting down (#​12254)
Maintenance
  • QA and E2E workflows on main is failing (#​22353)
  • Provide a way to register indices and index templates for expoirter (#​21980)
  • Camunda exporter schema manager validator (#​21831)
  • Updating of index and index templates can be handled by schema manager (#​21762)
  • Add Elasticsearch implementation for indices and template creation. (#​21527)
  • Stream platform clock modifications are consistent (#​21068)
  • Stream platform time is controllable (#​21051)
  • Retry open of exporter on failure (#​20728)
  • Update the REST controller developer guide (#​20619)
  • Mark Query API commands as experimental (#​20596)
  • Refactor fold method argument order in Either interface (#​20588)
  • Strange use of ObjectMapper in ES/OS DTO (#​20556)
  • Exclude specific versions from rolling update test (#​20157)
  • Remove references to unused combined checksum. (#​20100)
  • Snyk scan for Zeebe is broken after moving modules around (#​20011)
  • Simplify user task update data model (#​19986)
  • Update RocksDB to 9.x (#​19981)
  • Simplify REST test setup to improve test isolation (#​19977)
  • Index outOfBounds while fetching next snapshot of removed member. (#​19642)
  • Concurrent maven builds causing failures in CI process. ([#​19619](https://redirect.github.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Oct 2, 2024
@renovate renovate bot force-pushed the renovate/main-zeebe.version branch from 9c8656c to c80e584 Compare October 2, 2024 13:31
@renovate renovate bot changed the title fix(deps): update zeebe.version to v8.5.8 (main) fix(deps): update zeebe.version (main) Oct 2, 2024
@renovate renovate bot changed the title fix(deps): update zeebe.version (main) fix(deps): update zeebe.version to v8.6.0 (main) Oct 2, 2024
@renovate renovate bot force-pushed the renovate/main-zeebe.version branch 11 times, most recently from b2194c6 to d02c0de Compare October 9, 2024 04:46
@renovate renovate bot force-pushed the renovate/main-zeebe.version branch 2 times, most recently from 992d528 to 46e169c Compare October 10, 2024 05:43
@renovate renovate bot force-pushed the renovate/main-zeebe.version branch from 46e169c to 028c3cb Compare October 21, 2024 05:09
@renovate renovate bot changed the title fix(deps): update zeebe.version to v8.6.0 (main) fix(deps): update zeebe.version to v8.6.3 (main) Oct 21, 2024
@renovate renovate bot force-pushed the renovate/main-zeebe.version branch from 028c3cb to b0742b7 Compare October 21, 2024 05:13
@renovate renovate bot force-pushed the renovate/main-zeebe.version branch from b0742b7 to e7e5507 Compare October 22, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants