Releases: user-cube/kontext
Releases · user-cube/kontext
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
Changelog
- a08d10c Merge branch 'main' of github.com:user-cube/kontext
- 6cebc8c Merge branch 'main' of github.com:user-cube/kontext
- f71164d Merge branch 'main' of github.com:user-cube/kontext
- 965df68 Merge branch 'main' of github.com:user-cube/kontext
- e8ad6cb chore(release): 1.3.0 [skip ci]
- b5b6805 chore(release): 1.3.0 [skip ci]
- d0c293d chore(release): 1.3.0 [skip ci]
- 4c9b51b chore(release): 1.4.0 [skip ci]
- 53e025d chore(release): 1.4.0 [skip ci]
- d00592d chore(release): 1.5.0 [skip ci]
- a17d0af feat: release process
- 00689ff feat: release process
- d4379da feat: release process
- 0b496a5 feat: release process
- 25e5cca feat: release process
- 5ab89c6 feat: release process
- a1f13d0 feat: release process
- 9bb8763 feat: release process
- 77cc3ac feat: release process
- 5ad38b6 feat: release process
- 54d98f8 feat: update ci; homebrew tap; renovate bot (#8)
- e1b7887 feat: update goreleaser version
- bf0b426 fix: update goreleaser version
v1.2.0
What's Changed
- Bump golang.org/x/oauth2 from 0.8.0 to 0.27.0 by @dependabot[bot] in #6
- feat: Delete kontext by @user-cube in #7
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Bump golang.org/x/net from 0.13.0 to 0.38.0 by @dependabot in #5
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Kontext v1.1.0 Release Notes
Overview
This release of Kontext brings significant improvements to the user interface, architecture, and overall usability. The primary focus has been on enhancing the user experience when working with Kubernetes contexts and namespaces.
New Features
UI Improvements
- New UI Package: Centralized all UI-related code into a dedicated package for better maintainability
- Colorized Output: Enhanced color scheme with consistent styling for all messages
- Informative Icons: Added icons for success (✓), error (✗), warning, and notes (ℹ)
- Better Feedback: Clearer success, error, and informational messages
Namespace Management
- Improved
-nFlag Handling: Better handling of namespace selection when using the-nflag with switch commands - Current Namespace Prioritization: Namespace selectors now prioritize the current namespace for easier selection
- Namespace Validation: Added validation to detect when specified namespaces don't exist in a context
Context Management
- Smart Context Sorting: Context selectors now prioritize the current context in lists
- Enhanced Selection UI: Better visual indicators for current context/namespace in selectors
- Improved List Formatting: More readable output when listing contexts
Usability Enhancements
- Consistent Terminal Output: Standardized formatting for all terminal messages
- Interactive Selector Improvements: Better cursor positioning in interactive selection menus
- Helpful Notes: Added informative notes for various operations and edge cases
- Empty List Handling: Better handling when no namespaces are available for a context
Bug Fixes
- Fixed issue with namespace selection when using the
-nflag - Fixed cursor positioning in context and namespace selectors
- Improved handling of edge cases like missing or invalid namespaces
Internal Improvements
- Refactored Architecture: Better separation of concerns between UI and functionality
- Enhanced Error Handling: More robust error handling throughout the application
- Improved Documentation: Updated help text with clear examples for all commands
Getting Started
To install or upgrade:
# From source
go install github.com/user-cube/kontext@latest
# Or download the binary from the releases pageExample Usage
# Show interactive context selector
kontext
# Switch context and select namespace
kontext switch my-context -n
# List all available contexts
kontext list
# Show current context and namespace
kontext currentWhat's Changed
- Refactor UI by @user-cube in #2
- Update build information by @user-cube in #3
Full Changelog: v1.0.0...v1.1.0