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

chore(deps): update dependency avitaltamir/cyphernetes to v0.16.0 #10131

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
AvitalTamir/cyphernetes minor 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

Features

  • Kindless nodes (x) - discover all resources connected to a given node on the graph
  • Anonymous nodes (:Pod) - use nodes without variable names, make queries leaner where you don’t need variables in subsequent RETURN/SET/DELETE clauses
  • 
New search bar in web client - Quickly filter down results by key or value

Improvements

  • New AND keyword (will deprecate commas in WHERE clauses in a future version to better align with Cypher)
  • New NOT keyword to negate conditions in WHERE clauses

Bugfixes

  • (Regression) Allow using backslashes to escape dots in jsonPaths in WHERE and RETURN 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved because label type/renovate is present.

Copy link

github-actions bot commented Feb 7, 2025

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/cyphernetes:0.16.0

📦 Image Reference ghcr.io/uniget-org/tools/cyphernetes:0.16.0
digestsha256:d08c9cec6c683e967090d521c5a69a5813142b92f4afc375b140e0af798be4cc
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size31 MB
packages62

Copy link

github-actions bot commented Feb 7, 2025

Copy link

github-actions bot commented Feb 7, 2025

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/13191660270.

@github-actions github-actions bot merged commit d2636b9 into main Feb 7, 2025
10 of 11 checks passed
@github-actions github-actions bot deleted the renovate/avitaltamir-cyphernetes-0.x branch February 7, 2025 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants