From a42e0795d7a145b8ffe9942e8add1b70cbc5c910 Mon Sep 17 00:00:00 2001 From: brais <26645694+BraisVQ@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:03:37 +0200 Subject: [PATCH 1/2] Update Aqua CLi to 2022.4.588 (#1304) --- CHANGELOG.md | 4 ++++ configuration-sample/ods-core.env.sample | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8c1eb4a..c0188dbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ### Added ### Changed +- Webhook Proxy maintenance ([#1298](https://github.com/opendevstack/ods-core/pull/1298)) +- Update SonarQube to 10.x non LTS ([#1300](https://github.com/opendevstack/ods-core/issues/1300)) +- Jenkins maintenance ([#1299](https://github.com/opendevstack/ods-core/pull/1299)) and update java version in Jenkins ([#1295](https://github.com/opendevstack/ods-core/issues/1295)) +- Update Aqua CLI version ([#1298](https://github.com/opendevstack/ods-core/pull/1298)) ### Fixed diff --git a/configuration-sample/ods-core.env.sample b/configuration-sample/ods-core.env.sample index d3f83b9f9..f5a82abfb 100644 --- a/configuration-sample/ods-core.env.sample +++ b/configuration-sample/ods-core.env.sample @@ -250,8 +250,8 @@ JENKINS_AGENT_BASE_SNYK_DISTRIBUTION_URL=https://github.com/snyk/snyk/releases/d # Releases are published at https://download.aquasec.com/scanner # Check Aqua versions backward compatibility at https://docs.aquasec.com/docs/version-compatibility-of-components#section-backward-compatibility-across-two-major-versions # To Download the aquaSec scanner cli and check their documentaion requires a valid account on aquasec.com -# Latest tested version is 2022.4.517 -# Example: https://:@download.aquasec.com/scanner/2022.4.517/scannercli +# Latest tested version is 2022.4.588 +# Example: https://:@download.aquasec.com/scanner/2022.4.588/scannercli JENKINS_AGENT_BASE_AQUASEC_SCANNERCLI_URL= # Repository of shared library From 099e928d9a16bfc031bef8c8b2e843276036d749 Mon Sep 17 00:00:00 2001 From: "Vazquez,Brais (IT EDP)" Date: Wed, 23 Oct 2024 09:49:48 +0200 Subject: [PATCH 2/2] Changelog update for 4.6.0 release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0188dbae..ccaf925ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,14 @@ - Webhook Proxy maintenance ([#1298](https://github.com/opendevstack/ods-core/pull/1298)) - Update SonarQube to 10.x non LTS ([#1300](https://github.com/opendevstack/ods-core/issues/1300)) - Jenkins maintenance ([#1299](https://github.com/opendevstack/ods-core/pull/1299)) and update java version in Jenkins ([#1295](https://github.com/opendevstack/ods-core/issues/1295)) -- Update Aqua CLI version ([#1298](https://github.com/opendevstack/ods-core/pull/1298)) ### Fixed +## [4.6.0] - 2024-10-23 + +### Changed +- Update Aqua CLI version ([#1298](https://github.com/opendevstack/ods-core/pull/1298)) + ## [4.5.1] - 2024-07-17 ### Added