-
Notifications
You must be signed in to change notification settings - Fork 493
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
Two Lambdas in Eval Node Not Retaining Fields #631
Comments
@mingraham I have fixed the issue #635. This was a definite regression and tests have been added to prevent further regressions. |
Ok, thank you @nathanielc. Is the updated code in the nightly build? |
Also, what build is the last stable build without this bug in it? I am taking the TICKscript I am referencing into production today, and would like to use stable builds. |
Its not in the nightly build yet. I believe you would have to go back to v0.12 to avoid this bug. FWIW I will be cutting 1.0.0-beta2 early next week with this fix. |
Ok, thanks for the quick work, much appreciated! |
@nathanielc I actually am not able to find a version of Kapacitor that is 0.12. Where should I download this from? |
@mingraham Sorry for the delay, old releases are all under
To get the 0.12.0 rpm for example
Or the deb
|
@nathanielc: Thank you for the links, but looking through https://dl.influxdata.com/ with CMD+F, I could not find either of those available (I had looked here previously). Is there another way to check for existing downloadables? EDIT: That .deb is not found when I try to |
@mingraham Sorry copy paste error, link updated. @rossmcdonald Do you know if we have any location where you can find link to old versions? |
A tab to the right of |
Hello,
I have been debugging an issue where a message alerted to my Slack channel from Kapacitor v0.13.1 looks like
whereas it previously was working with a message like
My TICKscript looks like the following:
I cannot seem to figure out what went wrong here, because I do not remember changing the syntax.
The text was updated successfully, but these errors were encountered: