Skip to content

Releases: blackducksoftware/synopsysctl

v3.2.0

22 May 07:29
7e36064
Compare
Choose a tag to compare

New Features

  • Support for Blackduck 2023.4.0 release
  • Introduced --storage-provider-config flag under create and update subcommands to support providing storage provider configuration for Blackduck installation.

v3.1.0

16 May 19:35
fcdc91c
Compare
Choose a tag to compare

New Features

  • Support for Blackduck 2023.1.2 release.

v3.0.3

03 Jan 18:28
Compare
Choose a tag to compare

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

22 Sep 14:39
43d0a93
Compare
Choose a tag to compare

Version 3.0.2

New features

  • Updated synopsysctl for Postgres 13 container.

v3.0.1

10 May 02:44
Compare
Choose a tag to compare

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

01 Apr 14:01
e8e30c4
Compare
Choose a tag to compare

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

25 Jan 15:56
Compare
Choose a tag to compare

Version 2.1.4

Resolved issues

An installation issue related to --pull-secret-name flag

v2.1.3

19 Oct 16:54
Compare
Choose a tag to compare

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

10 Sep 14:49
Compare
Choose a tag to compare

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

29 Mar 15:22
Compare
Choose a tag to compare

Version 2.1.1

New features

  • Added --is-azure flag which you set to true when deploying in Azure.