OIDC, resource creation, visionOS support, improved text views and many new resource types!
- You can now create new resources from YAML.
- The app now natively supports visionOS.
- We've rewritten our text editor, now featuring vastly better performance, proper syntax highlighting, find and replace (on iOS, macOS support will follow), undo and redo, and multi-cursor editing on macOS.
- We've rewritten our terminal and log viewer, now featuring better rendering performance, light and dark theming, multi-line selection of logs, an adjustable font size, and better ANSI color parsing.
- A future update will include the ability to import and create custom themes for the text editor, terminal and log viewer.
- Caution: due to an internal change to the Google integration, previously stored GCP clusters will be removed with this update and will have to be re-added to the app. We're sorry for this inconvenience.
New in 1.7.1:
- You can now pin custom resource categories to the main menu, to jump right to their list views without having to go through the custom resource overview.
- On pods with multiple containers, you can now choose which container to attach to before opening a shell.
- The resource editor can now filter out null values and managed fields from the YAML source.
- We've fixed a bug causing carriage returns on the terminal to sometimes be rendered wrong when attached to pods.
New in 1.7.2:
- The app now supports OpenID Connect (OIDC) to authenticate with Kubernetes API servers.
- We've improved the overall experience of importing kubeconfigs into the app.
- You can now rename clusters while importing them from a kubeconfig or cloud provider.
- We've fixed an issue causing the logs view to sometimes not clear when switching between containers.
- We've fixed a bug causing the cluster list to sometimes crash when deleting a cluster.
- We've improved the rendering performance of log streams with very long lines in it.
New in 1.7.3:
- The app now supports the following new resource types: endpoint slice, ingress class, volume attachment, CSI driver, CSI node, CSI storage capacity, certificate signing request, validating webhook configuration, mutating webhook configuration, validating admission policy, and validating admission policy binding.
- The horizontal pod autoscaler client now uses the v2 API instead of v1.
- We've improved the reliability of port forwarding sessions.
- We've improved the reliability of shell connections.
- We've fixed a bug causing open terminals to sometimes repeatedly trigger the bell sound.
New in 1.7.4:
- Additionally to Prometheus endpoints that are services inside of a cluster, the app now also supports pods inside of a cluster and custom external endpoints.
- We've fixed a bug causing the app's widgets to sometimes not show up on macOS.