Skip to content

Commit e4b25fc

Browse files
committed
Prep RN
Prep 10.2.0 release notes.
1 parent 10e9279 commit e4b25fc

File tree

3 files changed

+31
-14
lines changed

3 files changed

+31
-14
lines changed

documentation/src/main/markdown/currentreleasenotes.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,20 @@
99

1010
<note type="note">It is recommended that customers continue to maintain sig-repo.synopsys.com, and repo.blackduck.com on their allow list until February 2025 when sig-repo.synopsys.com will be fully replaced by repo.blackduck.com.</note>
1111

12-
## Version 10.1.0
12+
## Version 10.2.0
1313

1414
### New features
1515

16-
* npm lockfile and shrinkwrap detectors now ignore packages flagged as extraneous in the package-lock.json and npm-shrinkwrap.json files.
17-
* Support added for Opam Package Manager via [Opam Detector](packagemgrs/opam.md).
18-
* New Gradle Native Inspector option to only process the root dependencies of a Gradle project. See [detect.gradle.root.only](properties/detectors/gradle.md#gradle-root-only-enabled-advanced) for more details.
16+
*
1917

2018
### Changed features
2119

22-
* npm version 1 package-lock.json and npm-shrinkwrap.json file parsing has been restored.
23-
* The `detect.project.codelocation.unmap` property has been deprecated.
24-
* Changed [detect_product_long]'s JAR signing authority from Synopsys, Inc. to Black Duck Software, Inc.
25-
* Use of the --detect.yarn.ignore.all.workspaces flag is not required for Yarn 4 projects, thus configuration parameters such as detect.yarn.dependency.types.excluded=NON_PRODUCTION can be employed.
20+
*
2621

2722
### Resolved issues
2823

29-
* (IDETECT-4517) - [detect_product_short] now correctly indicates a timeout failure occurred when multipart binary or container scans timeout during an upload.
30-
* (IDETECT-4540) - Multipart binary and container scans now correctly retry when authentication errors are received during transmission.
31-
* (IDETECT-4469) - Eliminating null (`\u0000`) and replacement (`\uFFFD`) characters during the processing of Python requirements.txt files to ensure successful extraction of dependency information.
3224
* (IDETECT-4447) - ID strings of detected Yarn project dependencies are now correctly formed. Related warning messages have been improved to identify entries in the yarn.lock file that have not been resolved through package.json files and could not be resolved with any standard NPM packages.
3325

3426
### Dependency updates
3527

36-
* Upgraded and released [docker_inspector_name] version 11.1.0.
37-
* Upgraded to [project_inspector_name] v2024.12.1.
28+
*

documentation/src/main/markdown/previousreleasenotes.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
<!-- Check the support matrix to determine supported, non-current major version releases -->
22
# Release notes for previous supported versions
33

4+
## Version 10.1.0
5+
6+
### New features
7+
8+
* npm lockfile and shrinkwrap detectors now ignore packages flagged as extraneous in the package-lock.json and npm-shrinkwrap.json files.
9+
* Support added for Opam Package Manager via [Opam Detector](packagemgrs/opam.md).
10+
* New Gradle Native Inspector option to only process the root dependencies of a Gradle project. See [detect.gradle.root.only](properties/detectors/gradle.md#gradle-root-only-enabled-advanced) for more details.
11+
12+
### Changed features
13+
14+
* npm version 1 package-lock.json and npm-shrinkwrap.json file parsing has been restored.
15+
* The `detect.project.codelocation.unmap` property has been deprecated.
16+
* Changed [detect_product_long]'s JAR signing authority from Synopsys, Inc. to Black Duck Software, Inc.
17+
* Use of the --detect.yarn.ignore.all.workspaces flag is not required for Yarn 4 projects, thus configuration parameters such as detect.yarn.dependency.types.excluded=NON_PRODUCTION can be employed.
18+
19+
### Resolved issues
20+
21+
* (IDETECT-4517) - [detect_product_short] now correctly indicates a timeout failure occurred when multipart binary or container scans timeout during an upload.
22+
* (IDETECT-4540) - Multipart binary and container scans now correctly retry when authentication errors are received during transmission.
23+
* (IDETECT-4469) - Eliminating null (`\u0000`) and replacement (`\uFFFD`) characters during the processing of Python requirements.txt files to ensure successful extraction of dependency information.
24+
25+
### Dependency updates
26+
27+
* Upgraded and released [docker_inspector_name] version 11.1.0.
28+
* Upgraded to [project_inspector_name] v2024.12.1.
29+
430
## Version 10.0.0
531

632
[company_name] [solution_name] has been renamed [detect_product_long] with page links, documentation, and other URLs updated accordingly. Update any [detect_product_short] documentation, or other bookmarks you may have. See the [Domain Change FAQ](https://community.blackduck.com/s/article/Black-Duck-Domain-Change-FAQ).

documentation/topics.ditamap

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<prodinfo>
88
<prodname>Black Duck Detect</prodname>
99
<vrmlist>
10-
<vrm version="10.1.0"/>
10+
<vrm version="10.2.0"/>
1111
</vrmlist>
1212
</prodinfo>
1313
<!-- zoomin bundle name -->

0 commit comments

Comments
 (0)