Skip to content

Releases: redhat-developer/intellij-common

1.9.7

21 Jan 15:51
Compare
Choose a tag to compare

Features

  • Allow ConfigWatcher to watch several files (#236) link
  • Inform ConfigWatcher event consumers of errors when parsing the config(s) (#259) link

Bug Fixes

  • Bump github artifact actions to v4 link
  • Bumped checkout and setup-java github actions to v4 link
  • Corrected component to be published, removed hacks (#251) link
  • Allow pre/post-2024.3 proxy settings (#242) link

Other

  • Support against IC-2024.2+ link
  • Support against IC-2024.2+ link
  • Support against IC-2024.2+ link
  • Support against IC-2024.2+ link
  • Support against IC-2024.2+ link
  • Moved jenkins build to new server (#257) link

1.9.6

13 Sep 08:06
Compare
Choose a tag to compare

Features

  • Impl'd utils and base undecorated dialog link
  • DownloadHelper#downloadIfRequired allows to know if was downloaded link
  • Check checksums when downloading tools from json (#230) link
  • Add system property to override download path (#231) link

Bug Fixes

  • Removed unused PopupHandlerAdapter link

Other

  • Update conventionalCheck.yml (#232) link

1.9.3

05 Dec 15:01
Compare
Choose a tag to compare

Features

  • Impl'd #isOpenShift for a given client/cluster link

Bug Fixes

  • Update modified descriptor, use correct thread when processing changes (#195) link
  • Dont invalidate root if invalidating node link
  • Dont NPE if label-text is null link
  • Report that loading tools.json failed (was: jackson error) link
  • Ignore unknown properties when unmarshalling ToolsConfig link
  • Notify if config file was deleted (#201) link
  • Allow to compare fileconfig-contexts (#201) link
  • Allow to retrieve name of current (kubeconfig) context link

Other

1.9.2

26 Jul 17:24
Compare
Choose a tag to compare

Bug Fixes

  • Only notify change when kube config exists, isnt empty and complete (#190) (#192) link

1.9.1

12 Apr 17:40
4a92b7b
Compare
Choose a tag to compare

Bug Fixes

  • Respect KUBECONFIG env var for kube config location (#183) link

Other

  • Added verification of IC-2022.3 (#171) link
  • Added means to get ContentFactory pre-/post-IC-2023.1 (#181) link
  • Added twelvemonkeys/common-lang to provide Platform rm'd in IC-2023.1 (#178) link
  • Bump intellij gradle plugin to 1.13.3 (#185) link
  • Pin 3rd-party actions to SHA1 (#177) link

1.9.0

07 Feb 16:44
Compare
Choose a tag to compare

Features

  • Bump kubernetes-client to 6.4.0 (#172) link

Bug Fixes

  • Avoid try-with-resources when using clients (#174) link

Other

  • Release 1.9.0 link

1.8.0

01 Dec 10:29
1b8e988
Compare
Choose a tag to compare

Features

Bug Fixes

  • Don't NPE when kube config has no current context (#163) link

Builds

Other

  • Extracted methods for YAML clutter removal from VirutalFileHelper link
  • Bumped openshift-client to 5.12.4 (#166) link

1.7.1

08 Jul 12:39
Compare
Choose a tag to compare

Bug Fixes

  • Add back executeWithTerminal method signature deleted wrongly (#147) link

Other

  • Release 1.7.1 link

1.7.0

13 Jun 08:55
77fe132
Compare
Choose a tag to compare

Features

  • Add process listener attach option so to listen to the process externally (#141) link
  • Allow to create process handler externally (#142) link

Other

  • Bumped to kubernetes-client 5.12.2 & min IC-2021.1 (#132) link

1.6.0

14 Apr 11:13
85a8cc5
Compare
Choose a tag to compare

Features

  • Support different os architectures when downloading (#137) link
  • Allow to execute command in existing terminal tab (#134) link

Bug Fixes

  • Graceful termination for terminal runs (#136) link

Builds