Skip to content

Commit

Permalink
Camunda SDK and Camunda Localhost Upgrade (#3532)
Browse files Browse the repository at this point in the history
- Upgraded Camunda SDK to the latest version.
- Upgraded local Camunda versions to the latest available from
https://github.com/camunda/camunda-platform/blob/main/.env
  • Loading branch information
andrewsignori-aot authored Jul 16, 2024
1 parent 7602475 commit eb93831
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ export CRA_RESPONSE_FOLDER := $(or $(CRA_RESPONSE_FOLDER), CRA-Response)
export CRA_PROGRAM_AREA_CODE := $(or $(CRA_PROGRAM_AREA_CODE), )
export CRA_ENVIRONMENT_CODE := $(or $(CRA_ENVIRONMENT_CODE), )
# Versions used by camunda-docker-compose-core.yml during the make camunda.
# Versions upgraded following the conbination available on https://github.com/camunda/camunda-platform/blob/main/.env
export CAMUNDA_CONNECTORS_VERSION := $(or $(CAMUNDA_CONNECTORS_VERSION), 8.5.3)
export CAMUNDA_PLATFORM_VERSION := $(or $(CAMUNDA_PLATFORM_VERSION), 8.5.0)
export ELASTIC_VERSION := $(or $(ELASTIC_VERSION), 8.14.0)
export CAMUNDA_PLATFORM_VERSION := $(or $(CAMUNDA_PLATFORM_VERSION), 8.5.2)
export ELASTIC_VERSION := $(or $(ELASTIC_VERSION), 8.14.3)
# Camunda default values for local development.
export CAMUNDA_OAUTH_DISABLED := $(or $(CAMUNDA_OAUTH_DISABLED), true)
export CAMUNDA_SECURE_CONNECTION := $(or $(CAMUNDA_SECURE_CONNECTION), false)
Expand Down
8 changes: 4 additions & 4 deletions sources/packages/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sources/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@bull-board/api": "^5.15.1",
"@bull-board/express": "^5.15.1",
"@bull-board/ui": "^5.15.1",
"@camunda8/sdk": "^8.6.7",
"@camunda8/sdk": "^8.6.8",
"@golevelup/nestjs-discovery": "^4.0.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/bull": "^10.1.0",
Expand Down

0 comments on commit eb93831

Please sign in to comment.