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.17.0 #10733

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
AvitalTamir/cyphernetes minor 0.16.0 -> 0.17.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

AvitalTamir/cyphernetes (AvitalTamir/cyphernetes)

v0.17.0

Compare Source

Release Notes for Cyphernetes v0.17.0

This version of Cyhphernetes brings a host of new features and improvements.
First and foremost, we have a shiny new documentation website with proper language reference and examples pages courtesy of our incredible maintainer @​naorpeled.
As for new language features, Cyphernetes now supports temporal expressions and sub-pattern matching which bring powerful new capabilities. Several other improvements have been made to the shell and web UI and all bugs reported have been fixed.


Features

  • New documentation website replaces the old cyhphernet.es
  • Temporal expressions in WHERE clause allow finding resources by timestamps:

# Delete pods older than 7 daysMATCH (p:Pod)

WHERE p.metadata.creationTimestamp < datetime() - duration(“P7D”)

DELETE p
  • Sub-pattern matching in WHERE clause allow discovering resources by non-existent relationships:
# Find unused configmapsMATCH (cm:ConfigMap)

WHERE NOT (cm)->(:Pod)

RETURN cm.metadata.name

Improvements

  • Dry-run can now be toggled on/off in shell (with \dr) and web client
  • Namespace selector in web client
  • Allow summing of CPU and Memory resources for all containers

Bug Fixes

  • Add a missing mutex protection for resultMap access
  • Allow escaped JSONPaths in SET clauses (Thanks for reporting @​noetarbouriech!)
  • Progress bars now hidden in query subcommand
  • Prevent panic when attempting to autocomplete in beginning of line in web client

As usual - thanks to our community for bringing issues to our attention. We are especially proud of this version and looking forward for your feedback!


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 Mar 7, 2025

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

📦 Image Reference ghcr.io/uniget-org/tools/cyphernetes:0.17.0
digestsha256:978fa9036c507e1a9f288a113b6c149134344e11fad39384b7e4d19643ddc250
vulnerabilitiescritical: 0 high: 2 medium: 0 low: 0
platformlinux/amd64
size32 MB
packages62
critical: 0 high: 1 medium: 0 low: 0 golang.org/x/oauth2 0.21.0 (golang)

pkg:golang/golang.org/x/oauth2@0.21.0

high : CVE--2025--22868

Affected range<0.27.0
Fixed version0.27.0
Description

An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.

critical: 0 high: 1 medium: 0 low: 0 golang.org/x/crypto 0.31.0 (golang)

pkg:golang/golang.org/x/crypto@0.31.0

high : CVE--2025--22869

Affected range<0.35.0
Fixed version0.35.0
Description

SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.

Copy link

github-actions bot commented Mar 7, 2025

Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/13715896306.

Copy link

github-actions bot commented Mar 7, 2025

PR has unknown mergeable_state (unstable) and can not be merged. See https://github.com/uniget-org/tools/actions/runs/13715896306.

@nicholasdille nicholasdille merged commit ecfcaf3 into main Mar 7, 2025
10 of 11 checks passed
@nicholasdille nicholasdille deleted the renovate/avitaltamir-cyphernetes-0.x branch March 7, 2025 07:41
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.

4 participants