Skip to content

Releases: redhat-developer/intellij-kubernetes

1.4.0

14 Aug 13:33
Compare
Choose a tag to compare

Features

  • Impl'd describe for resources (#553) link

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

  • Update release to ask release version to be published link
  • Use amman/semantic-pull-request 5.5.3 link

1.3.0

17 Apr 15:47
Compare
Choose a tag to compare
  • 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

09 Jan 13:44
Compare
Choose a tag to compare
  • bump telemetry to 1.1.0.52 to fix "fatal IDE error" (#693) link

1.2.1

06 Dec 10:57
Compare
Choose a tag to compare
  • "Current namespace" of my old context is overwritten when I switch to a new context (#669) link

1.2.0

21 Sep 08:15
e18b556
Compare
Choose a tag to compare
  • 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

04 Sep 16:30
Compare
Choose a tag to compare
  • 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

1.0.1

04 Sep 16:35
Compare
Choose a tag to compare
  • resource tree: Routes are missing for openshift cluster (#610) link

1.0.0

06 Jun 19:59
3a912ad
Compare
Choose a tag to compare
  • Support editing a K8s resource on a logged in cluster using private certificate (#600) link
  • Reduces number of editor notification messages when updating K8s resource files. (#570) link
  • Allows the user to set the Namespace/Project from Context Menu (#521) link

0.8.1

04 Apr 13:11
Compare
Choose a tag to compare
  • As a user I want to be able to use a KUBECONFIG at any location, not just the default (#586) link

0.8.0

28 Mar 13:21
Compare
Choose a tag to compare
  • Feature Request: Support Multi Resource Files (#549) link
  • Pushing pod with spec errors if it already exists on cluster (#561) link
  • Pushing existing resource to a different namespace causes error (#569) link