chore(deps): update dependency avitaltamir/cyphernetes to v0.16.0 #10131
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.3
->0.16.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
AvitalTamir/cyphernetes (AvitalTamir/cyphernetes)
v0.16.0
Compare Source
Release Notes for Cyphernetes v0.16.0
This release introduces a powerful new Cypher feature - the ability to use nodes without labels in patterns (Kindless nodes).
Kindless node patterns (e.g.
MATCH (p:Pod)->(x) RETURN x.kind
) allow you to discover resources - Cyphernetes will expand the query to include every possible kind allowed by the relationship and return all matching resources.This unlocks the power of discovering resources without knowing their kind in advance.
Besides kindless nodes, a couple of cool improvements and bug fixes.
![Screenshot 2025-02-06 at 21 11 45](https://private-user-images.githubusercontent.com/83203533/410604759-d8eadc99-069e-4c95-aee6-b3530f890f03.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODk4MjcsIm5iZiI6MTczOTE4OTUyNywicGF0aCI6Ii84MzIwMzUzMy80MTA2MDQ3NTktZDhlYWRjOTktMDY5ZS00Yzk1LWFlZTYtYjM1MzBmODkwZjAzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEyMTIwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY2MGY4MjIwM2FiODQzZjE5NmM4MzZhMzg3MDY3NTE3NjkwNmJjMjA0ZDEyOWI1MmZmYmJlYzk0M2M4OWFjYTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VcPoTM7zS9S_4yFBzvb_10TlCO2CUG8e77ew93LUOpw)
Features
(x)
- discover all resources connected to a given node on the graph(:Pod)
- use nodes without variable names, make queries leaner where you don’t need variables in subsequentRETURN
/SET
/DELETE
clausesImprovements
AND
keyword (will deprecate commas inWHERE
clauses in a future version to better align with Cypher)NOT
keyword to negate conditions inWHERE
clausesBugfixes
WHERE
andRETURN
clauses🎖️ Thanks @reitzig for reporting a super important issue
🏅 Thanks @naorpeled for the much needed, Sisyphean code-reviews
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.