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

Step: 1.25.0-next -> 1.26.0 #709

Merged
merged 1 commit into from
Oct 27, 2022
Merged
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
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fix: update actions with filter of timed based rules are not tried to execute after first failure updating entities (#708)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "perseo",
"description": "IOT CEP front End",
"license": "AGPL-3.0-only",
"version": "1.25.0-next",
"version": "1.26.0",
"author": {
"name": "crbrox",
"email": "carlos.romerobrox@telefonica.com"
3 changes: 3 additions & 0 deletions rpm/SPECS/cep.spec
Original file line number Diff line number Diff line change
@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Thu Oct 27 2022 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.26.0
- Fix: update actions with filter of timed based rules are not tried to execute after first failure updating entities (#708)

* Fri Jul 1 2022 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.25.0
- Add: full detail about batch update error or success in logs
- Fix: check rule.name match with EPL rule.text ruleName when update a text rule (#699)