Skip to content

Releases: aptakube/aptakube

1.6.6: Massive package updates

09 May 10:19
2b4e169
Compare
Choose a tag to compare

📦 Package Updates

This release includes some a large package/dependency version bump. I decided not to add new features or improvements to simplify troubleshoot of any potential regressions.

There shouldn't be any new major issues, but if you find something broken, please report to me on support@aptakube.com or on Discord and I'll get it sorted ASAP 😀

Thank you!

🐞 Bugs Fixed

  • Fixed an issue where a port would remain open after closing a port forward session
  • Fixed an issue with incorrect port selected during port forward #266

1.6.5: Support for OIDC

25 Apr 08:40
2b4e169
Compare
Choose a tag to compare

🌟 What's new

  • Added support for OIDC authentication (#221)

😎 Improvements

  • Added code folding to YAML editor
  • Removed overscroll on macOS
  • Added taint value to nodes (#224)
  • Added support for provideClusterInfo on exec plugins

🐞 Bugs Fixed

  • Fixed an issue where the app would crash on startup if unable to check for available updates

1.6.4: Context Groups

15 Apr 18:17
2b4e169
Compare
Choose a tag to compare

🌟 What's new

  • Added the ability to group contexts to simplify connecting to multiple contexts. You can group contexts by anything you want, such as Product, Environment or Provider. See Context Extension to learn more.

😎 Improvements

  • Added the option to manually update the app when automatic updates are disabled
  • Improved performance of reading CRD list very large clusters

🐞 Bugs Fixed

  • Fixed an issue with namespace events #220
  • Fixed an issue where the app would not connect to some AKS clusters due to certificate issues

📸 Screenshots

Context Groups

1.6.3: Context Extension

19 Feb 20:16
641e656
Compare
Choose a tag to compare

🌟 What's new

  • Added the ability to customize context icon and order. See Context Extension to learn more
  • added containerRuntimeVersion column to Node List

😎 Improvements

  • A few users have reported some annoyances with the previous feature where recently used context was selected by default. This is now reverted until I find a better way of doing it #203
  • Container's Environment Variables are now sorted by key name #186

🐞 Bugs Fixed

  • Fixed an issue where Helm Release list would not show statuses other than Deployed #202
  • Fixed an issue where duplicate environment variables would appear on container's environment list #205
  • Fixed an issue where Spec/Status was unreadable for some resources #207

📸 Screenshots

Context Extension

1.6.2: Node Actions: Cordon and Drain

30 Jan 20:07
641e656
Compare
Choose a tag to compare

🌟 What's new

  • Added ability to cordon/uncordon and drain nodes via Aptakube
  • Added a feedback form and a review button

😎 Improvements

  • Last cluster selection will be remembered even after the app is closed

🐞 Bugs Fixed

  • Fixed an issue during context selection for Helm commands

📸 Screenshots

Xnapper-2024-01-30-19 56 51

1.6.1: 💥 Log viewer crash fixed!

11 Dec 17:29
641e656
Compare
Choose a tag to compare

😎 Improvements

  • Using Jet Brains Mono font for logs
  • Improved how we display Spec/Status for CRD #193

🐞 Bugs Fixed

  • Fixed an issue where the app would crash when viewing a large number of logs #190 - Special thanks to everyone on discord who helped me find the root cause and validate the fix 🫶
  • Fixed a minor issue with HTTP Get probe formatting #192

1.6.0: Helm Integration and new YAML Editor

30 Nov 11:37
641e656
Compare
Choose a tag to compare

Read the release post for more details → https://aptakube.com/blog/aptakube-1.6

🌟 What's new

  • Helm Integration started a couple of versions ago, and this release now includes Rollbacks and Upgrades. This is now feature complete!
  • There's a new editor for YAML based on the popular Monaco Editor (same as in VSCode)
  • New App Settings home for current and future configurations
  • Ability to disable auto-update

😎 Improvements

  • Aptakube is now using paged lists on all resources, this should help reduce pressure on your API Server
  • Improved how we display Helm Release values, it'll now give you the option to show just the configuration used, or include also the default values. #184
  • Made it easier for users to find Aptakube logs #172

🐞 Bugs Fixed

  • Fixed an issue with port forwarding using wrong port #175
  • Fixed an issue where custom port field was not shown when doing port forwarding
  • Improved how we display long CRD sections #176
  • Fixed an issue where long texts would be cropped when copying from the editor #167
  • Fixed an issue with the ContextMenu not showing for rows at the end of the table #183

📸 Screenshots

Helm

1.5.12: Bug fix for auth commands on Windows 🪟

05 Oct 09:28
641e656
Compare
Choose a tag to compare

🐞 Bugs Fixed

  • [Windows] Fixed a regression where auth commands would not work unless they had the .exe extension. Thanks SWeB for the bug report :)

1.5.11: Uninstall Helm Releases + Bug Fixes 💪

04 Oct 15:28
641e656
Compare
Choose a tag to compare

✨ What's new

  • You can now uninstall helm releases directly from Aptakube. This action uses the helm CLI found in your path. Be sure to install the CLI if you haven't already.

😎 Improvements

  • Improved error message and logging when auth binary is not found in your path.
  • Improved how we render custom resources Spec/Status/Data fields to make it easier to read #166

🐞 Bugs Fixed

  • Fixed an issue where helm releases without manifest would not correctly render all columns #165
  • Fixed an issue with pod selector for different StatefulSets that had the same selector #170
  • Fixed a render issue with navigation selector when using keyboard #168
  • [macOS] Fixed an issue with pod shell when using multiple kubeconfigs #158

1.5.10

21 Sep 09:48
641e656
Compare
Choose a tag to compare

🐞 Bugs Fixed

  • [Linux] Removed Debian auto-update process as this is not currently supported by Tauri #150
  • Fixed an issue where the service port name was incorrect #156
  • Fixed an issue where the UI would freeze for a few seconds when loading a large number of items #155