Release Notes for Cyphernetes v0.15.2
This release contains a critical bug fix to the parser where quoted key names inside node properties (i.e. (d:Deployment {"name":"foo"})
) would get ignored potentially leading to selecting or mutating all resources of the specified kind instead of only the ones matching the selector.
We also added an additional E2E test for the core package (so far we've only been running E2E for the operator).
This version also contains a few important bug fixes - Thanks @wendorf for reporting issues!
Improvements
- Web client will now try to assign another port if the one requested is taken
- Support stars as array indexes in WHERE clauses
- E2E test for core package
Bugfixes
- Properly handle quoted keys in node properties
- Completion generation should not try to get current Kubernetes context
- Web interface not properly detecting port conflicts