From e5736af93e671f83a57af6923f8cd3a182a9618a Mon Sep 17 00:00:00 2001 From: Aron Gunn Date: Wed, 20 Sep 2023 11:38:07 -0500 Subject: [PATCH 1/3] 9/20/23 - ritz303 : Updated the change log --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11f59b1a..a3bc18cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Change Log ## 0.7.0 (Sep 11th 2023) -- build - add zgrinber as jenkins release approver [#629](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/629) -- build - add ishishov as jenkins release approver [#634](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/634) -- build - add vbelouso as release approver [#635](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/635) -- refactor - crda to rhda alpha [#636](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/636) +- fixes - Improved overall performance and stability with the analysis report. +- informational - Alpha release of the new Red Hat Dependency Analytics (RHDA) extension. +- informational - Currently no support for Python and Go, but coming soon. +- informational - Code base refactoring from CRDA to RHDA alpha. See [#636](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/636) ## 0.3.10 (May 22th 2022) - fixes - Extension breaks for Go version 1.17. See [#608](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/608) - fixes - Retry failed stack analysis requests. See [#609](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/609) From c64a23bf467170d9515bcc7b4932e3e85a16f444 Mon Sep 17 00:00:00 2001 From: Aron Gunn Date: Wed, 20 Sep 2023 11:49:35 -0500 Subject: [PATCH 2/3] 9/20/23 - ritz303 : Added another info statement --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bc18cd8..894b7ec54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.7.0 (Sep 11th 2023) - fixes - Improved overall performance and stability with the analysis report. - informational - Alpha release of the new Red Hat Dependency Analytics (RHDA) extension. +- informational - The deprecated CRDA GitHub Action CI tool has been disabled. - informational - Currently no support for Python and Go, but coming soon. - informational - Code base refactoring from CRDA to RHDA alpha. See [#636](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/636) ## 0.3.10 (May 22th 2022) From a4ac8dc618e0ba24e77be217ce2469565ae1f600 Mon Sep 17 00:00:00 2001 From: Aron Gunn Date: Wed, 20 Sep 2023 13:09:12 -0500 Subject: [PATCH 3/3] 9/20/23 - ritz303 : Removed the added info statement --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894b7ec54..d6cab784d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,8 @@ ## 0.7.0 (Sep 11th 2023) - fixes - Improved overall performance and stability with the analysis report. - informational - Alpha release of the new Red Hat Dependency Analytics (RHDA) extension. -- informational - The deprecated CRDA GitHub Action CI tool has been disabled. -- informational - Currently no support for Python and Go, but coming soon. - informational - Code base refactoring from CRDA to RHDA alpha. See [#636](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/636) +- informational - Currently no support for Python and Go, but coming soon. ## 0.3.10 (May 22th 2022) - fixes - Extension breaks for Go version 1.17. See [#608](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/608) - fixes - Retry failed stack analysis requests. See [#609](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/609)