Releases: blackducksoftware/synopsysctl
Releases · blackducksoftware/synopsysctl
v3.2.0
v3.1.0
New Features
- Support for Blackduck 2023.1.2 release.
v3.0.3
Version 3.0.3
Resolved issue
Introduced --max-total-source-size-mb
flag and fixed an issue where changing the value of MAX_TOTAL_SOURCE_SIZE_MB
did not apply correctly in Synopsysctl.
v3.0.2
Version 3.0.2
New features
- Updated synopsysctl for Postgres 13 container.
v3.0.1
Version 3.0.1
Resolved issues
Black Duck 2022.4.0 introduces new resource guidance in scans per hour (sph). When upgrading Black Duck to 2022.4.0 and above, Synopsysctl v3.0.1 and above must be used to accommodate latest resource guidance.
v3.0.0
Version 3.0.0
New features
- Updated synopsysctl for Postgres 11 container.
- Updated synopsysctl to support matchengine container.
Resolved issues
- Fixed several security vulnerabilities.
v2.1.4
Version 2.1.4
Resolved issues
An installation issue related to --pull-secret-name
flag
v2.1.3
Version 2.1.3
Resolved issues
- Added command to guide users to delete
webui
deployment at the time of upgrade from Black Duck version 2021.6.x to version 2021.8.1 and above. - Added
webui
container and pod which were introduced in Black Duck since 2021.6.x.
v2.1.2
Version 2.1.2
Resolved issues
For customers using native command to deploy Black Duck, when upgrading Black Duck from version 2021.6.x to version 2021.8.1 and above, you must delete the webui service before performing a helm upgrade. This can be done by running the following commands:
kubectl -n <namespace> delete deployment <namespace>-blackduck-webui
kubectl -n <namespace> delete service <namespace>-blackduck-webui
v2.1.1
Version 2.1.1
New features
- Added
--is-azure
flag which you set to true when deploying in Azure.