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

cyphernetes 0.14.0 #197194

Merged
merged 2 commits into from
Nov 9, 2024
Merged

cyphernetes 0.14.0 #197194

merged 2 commits into from
Nov 9, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Release Notes for Cyphernetes v0.14.0

Team Cyphernetes is pleased to announce the release of Cyphernetes v0.14.0. This version introduces multi-cluster support, the top-requested feature from the community. In addition, there are several other features and improvements that we are excited to share with you.

Features

  • Multi-cluster support: Cyphernetes now supports executing queries across multiple clusters using the IN keyword:
IN staging, production MATCH (d:Deployment) RETURN d

// Response:
{
  [
    {
      "staging_d": { 
        ...
    },
    {
      "production_d": {
       ...
    }
  ]
}
  • Support aggregation of CPU and Memory - You can now use fields containing CPU or memory values in SUM operations
  • Support for defining custom relationships in a YAML file (see the CLI docs for more)

Improvements

  • Support no-color mode in the shell & query using the --no-color flag or NO_COLOR env var (#131)
  • Add context indicator to web client (#140)
  • Better component layout in web client
  • Two new comparison operators added to WHERE clause:
    • Regex =~ (#135)
    • String contains CONTAINS (#105)
  • Refactored debug logging code (#129)

Bug Fixes

  • Support comparing values against NULL in WHERE clause (#138)

Acknowledgments

Thanks to everybody both here and in the /r/kubernetes community who reported bugs, opened issues, commented and used Cyphernetes. The positive feedback we got this month was incredible, it's inspiring to see the community grow and learn about the cool ways people use Cyphernetes.

Special thanks to our awesome contributors who pushed Cyphernetes to new heights this month with new features, bug fixes and code improvements:
🎖️ @jameskim0987 - Awesome contributions this month with the addition of CPU & Memory aggregation and much more
🏅 @naorpeled - For adding 2 new useful comparison operators, no-color support and more
🥇 @aetimmes, @dadav, @hmizael - Thanks for opening new issues

Stay tuned for more!

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Nov 9, 2024
Copy link
Contributor

github-actions bot commented Nov 9, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 9, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 9, 2024
Merged via the queue into master with commit d068a6d Nov 9, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-cyphernetes-0.14.0 branch November 9, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants