Releases: redhat-developer/intellij-kubernetes
Releases · redhat-developer/intellij-kubernetes
1.4.0
Features
Bug Fixes
- Bumped intellij-common to 1.9.6-SNAPSHOT link
- Use #create/replace not #patch when resource has managed fields (#755) link
- Removed requested kubernetes version that's too low for github link
- Catch and display unknownhost exception (#757) link
- Disable telemetry in tests link
- Use PopupHandler#installPopupMenu, remove adapter link
- Dont use project as disposable link
- Removed erroneous import that it's not used link
- Provide unauthorized error msg if ex is unauthorized (#771) link
Other
1.3.0
- Support for clusters using OpenID auth providers (#726) link
- Allow to set current namespace even if listing them is not possible (#717) link
- Allow to easily edit Secrets in the editor (#663) link
- Allow force delete resource (#572) link
- Add compatibility to IDEA 2024.1 (#719) link
- Make sure text field for current namespace is visible on Linux (#637) link
- Use latest kubernetes-client 6.12.0 (#713) link
1.2.3
1.2.1
1.2.0
- As a user I want to be able to scale a deployment up or down without editing the yaml (#615) link
- As a user I want to have Replica Sets and Replication Controllers listed in the resource tree (#650) link
- Option "Show directory for non-unique file names" stops working (#652) link
- Error nodes: improve text to include the reason for the failure (#28) link
1.1.0
- As a user I want to be able to open the web console to my Kubernetes or OpenShift cluster (#617) link
- When switching current namespace with minikube, context gets and collapsing the resource tree (#640) link
- On startup, resource tree is not available as long as IDEA is indexing (#636) link
- The editor freezes for a few seconds before it's opened when I'm using Red Hat Developer Sandbox (#613) link
- If pushing to the cluster errors, I am not notified of the error but prompted to push again (#634) link
- Given that my token for the cluster is expired, the editor erroneously thinks that the resource doesn't exist (#621) link
- When pushing to a cluster whose token is expired, the editor is freezing IDEA (#622) link
- Fatal IDE error when trying to diff with a cluster that's not reachable (off or not authenticated) (#618) link