From ef79cccec499294178a552e1c0a6ef430b2d637b Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Thu, 10 Nov 2022 20:01:04 +0200 Subject: [PATCH] Update release notes --- RELEASE.md | 7 +++++++ release/pipelines.release.yml | 2 +- release/pipelines.snapshot.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 371251823..0a854d12d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,12 @@ # Release Notes +## build-info-extractor 2.37.3 / gradle-artifactory-plugin 4.29.3 (November 10, 2022) +- Bug fix - Remove custom exception for unknown violation types ([675](https://github.com/jfrog/build-info/pull/675)) +- Bug fix - Sha256 hashes being set to literal "SHA-256" in build-info json ([669](https://github.com/jfrog/build-info/pull/669)) + +## build-info-extractor 2.37.2 / gradle-artifactory-plugin 4.29.2 (October 18, 2022) +- Bug fix - Pom doesn't get deployed using Maven Install plugin 3+ ([670](https://github.com/jfrog/build-info/pull/670)) + ## build-info-extractor 2.37.1 / gradle-artifactory-plugin 4.29.1 (September 28, 2022) - Bug fix - Support Docker module ID with slash ([666](https://github.com/jfrog/build-info/pull/666)) diff --git a/release/pipelines.release.yml b/release/pipelines.release.yml index bdb78b3a2..43d20f357 100644 --- a/release/pipelines.release.yml +++ b/release/pipelines.release.yml @@ -54,7 +54,7 @@ pipelines: - jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local # Run audit - # - jf audit --fail=false #TODO uncomment + - jf audit --fail=false # Update version - sed -i -e "/build-info-version=/ s/=.*/=$NEXT_VERSION/" -e "/build-info-extractor-gradle-version=/ s/=.*/=$NEXT_GRADLE_VERSION/" gradle.properties diff --git a/release/pipelines.snapshot.yml b/release/pipelines.snapshot.yml index d0f57034a..ab6b9cc24 100644 --- a/release/pipelines.snapshot.yml +++ b/release/pipelines.snapshot.yml @@ -39,7 +39,7 @@ pipelines: - jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local # Run audit - # - jf audit --fail=false #TODO uncomment + - jf audit --fail=false # Delete former snapshots to make sure the release bundle will not contain the same artifacts - jf rt del "ecosys-oss-snapshot-local/org/jfrog/buildinfo/*" --quiet