Skip to content

Releases: Ramilito/kubectl.nvim

v1.1.0

26 Oct 02:10
Compare
Choose a tag to compare

Release Notes: kubectl.nvim v1.1.0

Another fantastic release packed with powerful features! 🚀
Although this is a minor version update, don't be misled—major enhancements have been added, and soon, version numbers will automatically increment to better reflect feature additions.

Enjoy all the new tools at your disposal, and a big shoutout to @mosheavni for the outstanding work! 🙌

What's Changed

🚀 Highlights

🔍 Negative and multi filter by @mosheavni

Advanced filtering with options to exclude specific text while including others for more precise search results.

image

🌳 Lineage by @Ramilito

A feature inspired by kube-lineage that displays resources in a tree structure!
This feature is in beta, with known issues still under review and is therefore disabled by default. ⚠️

image

🛠️ Action view by @Ramilito

A new view for composing various parameters before executing commands, giving you greater control and flexibility.

action_view

###🐛 Debug containers by @Ramilito
Easily attach to and view debug containers through the container view.

debug

📌 Multi select by @mosheavni

Support for selecting multiple resources simultaneously, making batch actions more convenient. (Default binding: <Tab>)

multi_select

🔖 Togglable header by @mosheavni

The header offers a wealth of contextual information but can be toggled off when not needed. (Default binding: <M-h>).

Enhancements 🔥

Fixes 🔧

Chores

New Contributors

Full Changelog: 1.0.0...v1.1.0

v1.0.0

29 Sep 06:17
760d497
Compare
Choose a tag to compare

Release Notes: kubectl.nvim v1.0.0

We are thrilled to announce the release of kubectl.nvim v1.0.0! This major update brings a host of new features, enhancements, and bug fixes to improve your Kubernetes experience within Neovim. A huge thank you to @mosheavni, whose hard work and dedication has made this release possible. Your contributions are greatly appreciated!

What's Changed

🚀 Highlights

🎉 Custom Resource Support

Manage Custom Resource Definitions (CRDs) directly within Neovim. Interact seamlessly with custom Kubernetes resources as you would with standard ones.

🌐 Session Per Context

Maintain separate sessions for different Kubernetes contexts, simplifying cluster management. Switch between clusters without losing your workflow state.

📝 Enhanced Logging with History Navigation

Navigate through your log history effortlessly with improved logging functionality. Revisit previous logs without hassle.

📊 Real-Time Resource Monitoring

Introducing the new Top View for real-time monitoring of resource usage. Keep track of your cluster's performance at a glance.

🎛️ Configurable Keymaps

Customize your workflow with fully configurable keymaps. Set up shortcuts that fit your preferences and enhance productivity.

🗂️ Improved Namespace Management

Efficiently switch and filter namespaces with enhanced completion and management features. Work across different namespaces with ease.

🚀 Ingress and Helm Integration

New views for Ingress resources and Helm releases expand the range of resources you can manage directly from Neovim.

🔍 Label Selector Filtering

Filter resources based on labels for precise control and management. Easily narrow down resources to those that matter most.

🧠 Fuzzy Completion and Enhanced Navigation

Experience improved resource selection with fuzzy completion. Navigate your Kubernetes resources more intuitively and quickly.

🖥️ Customizable Overview Dashboard

Get a comprehensive view of your cluster with the new Overview Dashboard, featuring grid layout that will be customizable in the future.

Enhancements 🔥

Fixes 🔧

Read more

0.3.0

21 Aug 08:47
1f23f2b
Compare
Choose a tag to compare

Creating this release before merging #171 which is a big change and not sure what problems that will cause, so if it doesn't work properly just pin the config to this release! ping:@mosheavni, @idelice

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

25 Jul 18:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

24 Jun 03:43
2a9e827
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Ramilito/kubectl.nvim/commits/0.1.0