Skip to content

Releases: redhat-developer/intellij-dependency-analytics

Early-Access

10 Dec 02:03
3cd5213

Choose a tag to compare

Early-Access Pre-release
Pre-release

What's Changed

  • fix: fix deprecated API warning from FileChooserDescriptorFactory. Replace with modern API. by @soul2zimate in #201
  • fix: step "Check for changes since last nightly" needs to run before "Determine version and channel" by @soul2zimate in #214
  • fix: ensure step Verify ZIP file exists only runs when there's actually something to verify by @soul2zimate in #215
  • feat: Add support for user-configurable patterns/globs for excluding manifests from Component Analysis by @soul2zimate in #200
  • fix: return a new list to allow ExcludeManifestIntentionAction adds elements afterwards by @soul2zimate in #217
  • build: bump up exhort-java-api to 0.0.9-SNAPSHOT by @soul2zimate in #219
  • fix: IntelliJ platform version range for plugin verification by @soul2zimate in #221
  • feat: retrieve IDE maven user settings file and local repository. by @soul2zimate in #220
  • feat: Go Plugin dependency removal by @soul2zimate in #216
  • chore: update var names and add missing docs by @soul2zimate in #223
  • feat: Docker plugin dependency removal. by @soul2zimate in #222
  • fix: fix in Go annotator for single-line require and replace by @soul2zimate in #227
  • chore: update change notes by @soul2zimate in #226
  • fix: resize images by @soul2zimate in #228
  • build: rename plugin files to include short commit ID by @soul2zimate in #229
  • build: Upgrade trustify-da-api-spec 2.0.1 and trustify-da-java-client 0.0.11 by @soul2zimate in #225
  • chore: add RHTPA integration note to release notes by @soul2zimate in #230
  • fix: ensure plugin.xml explicitly declares a dependency on the JSON module which is required at runtime by @soul2zimate in #232

Full Changelog: 1.1.0...early-access

1.1.0

01 Sep 17:07
1.1.0
caa9c74

Choose a tag to compare

Features

  • Added recommendation acceptance tracking link
  • Add gradle support link
  • Support idea IJ 2024.1.x link
  • Upgrade ideaVersion to 2024.2 and make necessary updates. (#168) link
  • Support http proxy (#179) link
  • Add support for pnpm package manager (#180) link
  • Add support for yarn package manager (#181) link
  • Add action group ID to comply Dynamic Plugin restrictions to avoid restart after plugin installation. (#192) link
  • Enable using the Maven Wrapper (mvnw) (#198) link

Bug Fixes

  • Gradle - add action to insert Redhat GA Maven Repository to build.gradle manifest link
  • TC-1631 link
  • Bug of exception in components analysis link
  • Remove unwanted logs(#163) link
  • Add more possibilities to lexer and grammar of build.gradle groovy dsl language (#162) link
  • Fix incorrect link of ubi-9 container image link
  • Delete recursively temp directory after component analysis link
  • Remove duplicate CA files for PNPM and Yarn providers (#187) link
  • Correct exhortApi.componentAnalysis call parameter (#189) link
  • TC-1631 Explicitly synchronize PSI file cached document content and disk file content to avoid analysis happens before changes is saved to disk. (#197) link
  • Clarify IntelliJ Ultimate Edition requirment for Golang projects. (#195) link
  • Allow Inline Vulnerability Severity Alerts level change. (#204) link
  • TC-2796 add more standard configuration names to lexer and grammar of build.gradle (#206) link
  • Unable to detect workflow_dispatch (#211) link
  • Trigger manual wf missing build (#212) link
  • Format issue link
  • Token usage link

Documentation

  • Add documentation for gradle link
  • Add documentation for gradle (#165) link
  • Correct docs for dockerfile scanning (#157) link
  • Update readme and change-notes. (#202) link

Refactoring

Builds

  • Bump actions to latest versions (#172) link

Other

  • Bump development version to 1.1.0-SNAPSHOT link
  • Change the idea version since-build property to 223.0 link
  • Save backup job configuration in xml due to jenkins studio decommissioning link
  • Bump changelog version to 0.0.12 (#151) link
  • Update .gitignore (#178) link
  • Code cleanup, remove redundant and obsolete codes and simplify some method calls. (#190) link
  • Upgrade gradle wrapper to 8.5 link
  • Upgrade Gradle IntelliJ Plugin to 2.x link
  • Update Plugin verification and enable gradle caching for build link
  • Remove redundant validate step, Upgrade plugins to compatible versions and suppress one plugin descriptor error since the plugin was previously uploaded to the JetBrains Marketplace link
  • Update idea-version version link
  • Upgrade exhort-java-api to 0.0.8 (#205) link
  • Update deprecated feature and target file name (#207) link
  • Migrate jenkins to github workflow (#208) link
  • Fix token usage and publish nightly if there are changes (#209) link
  • Format nightly using the date as suffix (#210) link
  • Prepare 1.1.0 (#213) link

1.0.0

25 Apr 13:23
baac3c6

Choose a tag to compare

Features

  • Support dockerfile base image vulnerability scan (#150) link

Bug Fixes

  • Add error annotation and link to DA link
  • Python MATCH_MANIFEST_VERSIONS unchecked-->false link
  • Requirements plugin issue link

Other

  • Bump development version to 0.9.1-SNAPSHOT link
  • Bump exhort-java-api version to 0.0.6-SNAPSHOT link
  • Bump redhat intellij telemetry plugin version link

0.9.0

23 Jan 14:51
49a3e2d

Choose a tag to compare

Features

  • Supporting scanning go.mod (#134) link
  • Support requirements.txt (#136) link
  • Set rhda_token, rhda_source, MATCH_MANIFEST_VERSIONS and EXHORT_PYTHON_VIRTUAL_ENV for exhort api calls (#135) link
  • Support multi-source link
  • Add oss-index provider/source support link
  • Add quickfix with RH TC recommendation/remediation link
  • Add CAUpdateManifestIntentionAction mechanism to add an updateManifest annotation link

Bug Fixes

  • Python dependency name mismatch (#141) link
  • Perform stack analysis asynchronously to avoid UI freezing (#139) link
  • Point to exhort backend PROD again link
  • Artifact' quickfix should be highlighted with different color link

Documentation

  • Update plugin.xml with release 0.9.0' change-notes link

Builds

  • Add xieshenzh as jenkins release approver (#132) link
  • Update username in Jenkinsfile (#140) link

Other

  • Bump development version to 0.7.1-SNAPSHOT (#133) link
  • Update docs (#137) link
  • Adding backstage configuration catalog-info.yaml (#142) link
  • Bump exhort-java-api' version to 0.0.4-SNAPSHOT link
  • Bump plugin version to 0.9.0-SNAPSHOT link
  • Bump exhort-java-api to version 0.0.5-SNAPSHOT link

0.7.0

15 Sep 11:39
ca9b762

Choose a tag to compare

Features

  • Use new backend for java pom manifests stack analysis (#118) link
  • Moving stack analysis for npm package manager to be used by new exhort java api (#126) link
  • Adjust component analysis for java-api (#128) link

Bug Fixes

  • Crda api break function name (#123) link

Builds

  • Add zgrinber as jenkins release approver (#124) link
  • Add vbelouso as jenkins release approver (#127) link

Other

  • Bump development version to 0.7.0-SNAPSHOT (#115) link
  • Set gradle to always update snapshots version when building (#120) link
  • Correct the docs (#129) link
  • Release Intelli-J dependency analytics version 0.7.0 (#130) link

0.6.0

19 May 07:30
0.6.0
f9936a9

Choose a tag to compare

Bug Fixes

  • Version 2022.3 breaks by marking PreloadingActivity for internal usage (#107) link

Builds

  • Bump intellij plugin from 1.9.0 to 1.13.2 (#96) link
  • Bump org.kohshuke.github-api from 1.306 to 1.314 (#104) link
  • Bump java version from 1.8 to 11 (#98) link
  • Add latest IJ workflow (#108) link
  • Pin lsp4intellij to version 0.95.0 (#106) link

Other

  • Pin 3rd-party actions to SHA1 (#90) link
  • Bump telemetry plugin dependency to 0.0.3.33 (#102) link
  • Removed unused source file (#99) link
  • Update gradle distribution url from 7.6 to version 8.0.2 (#103) link
  • The file field in the storage annotation id depercated, replaced by value (#100) link
  • Bump crda cli from 0.2.4 to 0.2.5 (#101) link
  • Replace ocp icon with tc one (#114) link

0.5.0

16 Jan 16:24
b22d786

Choose a tag to compare

Bug Fixes

  • Update com.fasterxml.jackson.core:jackson-databind (#77) link
  • Crda not found (#87) link

Builds

0.4.0

20 Apr 10:03
cadb948

Choose a tag to compare

Bug Fixes

  • NPE in SaReportEditorProvider (#61) link
  • Use common-compress 1.21 (#73) link
  • Use org.kohsuke:github-api 1.303 (#74) link

Builds

Other

0.3.0

16 Sep 15:26
19ac202

Choose a tag to compare

Features

  • Stack Analysis implementation (#49) link
  • Extend support for Golang in Component Analysis. (#56) link

Other

  • Bump to 0.3.0 link
  • Fix release workflow (#43) link
  • Report errors (#44) link
  • Add 2021.1 (#45) link
  • Add 2021.2 (#48) link
  • Switch to IntelliJ Gradle plugin 1.x (#53) link
  • Run pluginVerifier in the IntelliJ versions workflow (#54) link
  • Update telemetry to 0.0.2.18 (#55) link
  • Switch release job to Java 11 (#58) link
  • Prepare for 0.3.0 (#59) link

0.2.0

05 Apr 19:22
7d1944c

Choose a tag to compare

Features

Bug Fixes

  • Download LSP bundle with nodejs runtime (#26) link
  • Associate LSP bundle download with app preload instead of project (#36) link

Other

  • Bump to 0.2.0 link
  • Adopt conventional commits (#37) link
  • Switch to main branch (#38) link
  • Fix release workflow (#40) link
  • Auto archive Jenkins release builds (#41) link
  • Fix Jenkinsfile syntax link
  • Prepare for 0.2.0 (#42) link