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

Release 2.35.0 #2568

Merged
merged 24 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5da5930
feat(protocols): add logging socket closing
inkedsquid Nov 26, 2024
1325b1d
chore(docker): bump base version of elasticsearch for docker image
fmauNeko Nov 27, 2024
5e185f1
Merge pull request #2565 from kuzzleio/chore/docker_elasticsearch_7.17
rolljee Nov 29, 2024
52f7d18
refactor(protocols): remove useless check
inkedsquid Dec 2, 2024
db0501e
fix: deployment workflow run rework
rolljee Dec 18, 2024
699f180
fix: ci was not running properly
rolljee Dec 18, 2024
8ef4738
fix: ubuntu version and deps issues
rolljee Dec 18, 2024
9b9360f
Add caching of npm deps
rolljee Dec 18, 2024
7657499
Update ci
rolljee Dec 18, 2024
45dd37b
Update ci
rolljee Dec 18, 2024
253e52c
Add packages
rolljee Dec 18, 2024
e8a26ff
Update runner ubuntu version
rolljee Dec 18, 2024
e565d7d
fix: typo in workflow
rolljee Dec 18, 2024
3d6c8b2
Merge pull request #2564 from kuzzleio/feat/KZLPRD-616-socket-payload…
rolljee Dec 19, 2024
78e3176
Merge pull request #2566 from kuzzleio/fix/workflow-run-rework
rolljee Dec 19, 2024
38b0396
Merge pull request #2567 from kuzzleio/2-dev
rolljee Dec 19, 2024
a7e939b
chore(release): 2.35.0-beta.1 [skip ci]
semantic-release-bot Dec 19, 2024
05ff115
fix: add node_version env var in workflow
rolljee Dec 19, 2024
4a0cc18
chore(release): 2.35.0-beta.2 [skip ci]
semantic-release-bot Dec 19, 2024
b91edfe
fix: elasticsearch docker_platforms
rolljee Dec 19, 2024
7b03fb3
chore(release): 2.35.0-beta.3 [skip ci]
semantic-release-bot Dec 19, 2024
c481243
fix: only deploy on master branch
rolljee Dec 19, 2024
17956d6
Merge branch 'beta' of github.com:kuzzleio/kuzzle into beta
rolljee Dec 19, 2024
c20cbda
chore(release): 2.35.0-beta.4 [skip ci]
semantic-release-bot Dec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/core-dev.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/elasticsearch.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/kuzzle-core.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/kuzzle-plugin-dev.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/kuzzle-runner.yml

This file was deleted.

Loading