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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
core
: This is the package that provides theParse
method - It contains the language parser, relationship engine and other parts that together provide that Cyphernetes magicprovider
: This is an interface that allows the core package to interface with a data backend - contains functions for doing CRUD operations as well as resolving resource kind names and other schema related functionalityapiserver
: A default provider implementation - this is the original K8s go-client used by Cyphernetes up until now.This change allows for easier integration of the Cyphernetes language into other Go projects and opens up the possibility of including Cyphernetes in products that use other backends that reflect the contents of etcd (e.g. Postgres, Elasticsearch…) for looking up resources.
For the first time, we publish an Integration guide in our docs.
Besides these two major changes, the refactoring job includes many bug fixes, performance improvements and enhancements to usability. More than anything, we received a lot of user feedback over the past couple of months! Thank you! This helped us address several important issues and come up with feature ideas.
Features
version
command—format
flag for YAML output support in query/shell commandsImprovements
deployments.apps
)nodes
,namespaces
…) without explicitly setting “all-namespaces”Bug Fixes
default
on web caused missing results when namespace was defined in local Kubernetes context—namespace
was ignored by Cyphernetes shell - now takes precedenceAcknowledgements
We have a new maintainer! We also have some fresh code contributors and new issue reporters - It's amazing to see the Cyphernetes community growing like that. Thanks to everyone who contributed!
🥇 New maintainer:
We are welcoming @naorpeled as a maintainer for the Cyphernetes repo 🥳
Over the last few months Naor has consistently been contributing and demonstrated responsibility and true care for the project.
I'm honored to have him by my side as an official Cyphernetes maintainer, good luck Naor - You're already doing an awesome job.
🎖️ For reporting issues:
@scraly
@SleepyBrett
@elliotxx
@hmizael
🏅 In the PR department:
@viniciusartur
@noetarbouriech