Skip to content

Commit

Permalink
Merge pull request #2591 from kuzzleio/beta
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
rolljee authored Feb 11, 2025
2 parents c5171cd + 153d4e3 commit 908c186
Show file tree
Hide file tree
Showing 5 changed files with 880 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release workflow

env:
DOCKER_PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
DOCKER_PLATFORMS: "linux/amd64,linux/arm64"
DOCKER_PLATFORMS_ELASTICSEARCH: "linux/amd64,linux/arm64"
ELASTICSEARCH_VERSION: "7.17.26"
NODE_VERSION: "20"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
pull_request:

env:
DOCKER_PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
NODE_LTS_MAINTENANCE_VERSION: "18"
NODE_LTS_ACTIVE_VERSION: "20"
NODE_LTS_CURRENT_VERSION: "22"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.40.1-beta.1](https://github.com/kuzzleio/kuzzle/compare/v2.40.0...v2.40.1-beta.1) (2025-02-11)


### Bug Fixes

* arm architecture not needed ([dd751a9](https://github.com/kuzzleio/kuzzle/commit/dd751a990be3211f71490b31de285f25dd3600ff))

# [2.40.0](https://github.com/kuzzleio/kuzzle/compare/v2.39.0...v2.40.0) (2025-01-16)


Expand Down
Loading

0 comments on commit 908c186

Please sign in to comment.