Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- run:
name: Check that the CHANGELOG has been modified in the current branch
command: |
git whatchanged --name-only --pretty="" origin..HEAD | grep CHANGELOG
git log --name-only --pretty="" --raw --no-merges origin..HEAD | grep CHANGELOG

# Check that the CHANGELOG max line length does not exceed 80 characters
lint-changelog:
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
helm repo add elastic https://helm.elastic.co
helm repo update
helm install elastic-operator elastic/eck-operator

# Deploy a two-nodes elasticsearch cluster
kubectl apply -f src/helm/manifests/data-lake.yml

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to
### Fixed

- Fix type of `statement.result.score.scaled` from `int` to `Decimal`
- Replace deprecated `git whatchanged` command in CI.

## [5.0.1] - 2024-07-11

Expand Down