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

chore(deps): update camunda-platform-alpha (patch) #2744

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 Update Change
bitnami/postgresql (source) patch 14.15.0-debian-12-r6 -> 14.15.0-debian-12-r8
camunda/camunda (source) patch 8.7.0-alpha2 -> 8.7.0-alpha3
camunda/connectors-bundle patch 8.7.0-alpha2.1 -> 8.7.0-alpha3.1
camunda/optimize (source) patch 8.7.0-alpha2 -> 8.7.0-alpha3
charts/camunda-platform-alpha patch 8.7.0-alpha2 -> 8.7.0-alpha3
elasticsearch (source) patch 21.4.1 -> 21.4.2

Release Notes

camunda/camunda (charts/camunda-platform-alpha)

v8.7.0-alpha3

Compare Source

Enhancements

Gateway
  • Enable Query API (not configurable, remove dedicated annotation for query controllers) (#​25993)
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)
bitnami/charts (elasticsearch)

v21.4.2

  • bitnami/elasticsearch: mount cerst to master node instead empty-dir (#​30989)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 automation/renovatebot Issues and PRs created by or related to renovatebot automerge dependencies Pull requests that update a dependency file deps/charts kind/chore Indicates a maintenance chore (updating docs, etc) version/8.7 Camunda applications/cycle version labels Jan 8, 2025
@github-actions github-actions bot added the version/alpha Camunda applications/cycle version (this is a pointer to alpha) label Jan 8, 2025
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-alpha branch 8 times, most recently from 4dcc72a to c0a8be4 Compare January 9, 2025 22:48
@renovate renovate bot changed the title chore(deps): update elasticsearch docker tag to v21.4.2 chore(deps): update camunda-platform-alpha (patch) Jan 9, 2025
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-alpha branch 13 times, most recently from 0eeb9d7 to 750f693 Compare January 14, 2025 20:14
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-alpha branch from 750f693 to 106b907 Compare January 14, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation/renovatebot Issues and PRs created by or related to renovatebot automerge dependencies Pull requests that update a dependency file deps/charts kind/chore Indicates a maintenance chore (updating docs, etc) version/alpha Camunda applications/cycle version (this is a pointer to alpha) version/8.7 Camunda applications/cycle version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants