Skip to content

Releases: chkpnt/truststorebuilder-gradle-plugin

0.6.0

25 Jan 17:56
Compare
Choose a tag to compare

What's Changed

  • Added support for certificate bundles (#64), so it is now very easy to import a bundle like the CA certificates extracted from Mozilla
  • Added support for PKCS12 containers (#68)
  • Added support to build multiple TrustStores
  • Removed the feature to configure the certificate's alias for the TrustStore. The alias is now derived from the CN of the certificate and its fingerprint (sha1).
  • Separated the configuration of the buildTrustStore-tasks and the checkCertificates-task
  • Updated dependencies
  • Plugin requires Gradle 7.0

Full Changelog: 0.5.1...0.6.0

Migration from previous versions

The DSL provided by the trustStoreBuilder-extension changed a lot. Please have a look at the examples in the README.md and the demo project.

0.5.1

25 Jul 14:59
Compare
Choose a tag to compare
  • Remove runtime dependency to kotlin-stdlib

0.5.0

25 Jul 13:54
Compare
Choose a tag to compare
  • Task buildTrustStore can be excluded from lifecycle task build
  • Task checkCertificates can be excluded from lifecycle task check

0.4.0

14 Apr 22:41
Compare
Choose a tag to compare
  • Changed the versioning scheme to be more similar to semantic versioning
  • Updated several build dependencies
  • Plugin requires users to use Gradle 5.0 or later

0.3.94

05 Oct 18:57
Compare
Choose a tag to compare

0.2.57

05 Oct 16:50
Compare
Choose a tag to compare

Revised configuration:

  • Merging outputDirName and trustStoreFileName into trustStore with default value $buildDir/cacerts.jks
  • Renaming inputDirName to inputDir with new default value src/main/certs/

0.1.41

05 Oct 16:48
Compare
Choose a tag to compare
0.1.41 Pre-release
Pre-release
  • No changes
  • Plugin can now be published to the Gradle plugin repository using Gradle

0.1.37

05 Oct 16:45
Compare
Choose a tag to compare
0.1.37 Pre-release
Pre-release
  • License added

0.1.34

05 Oct 16:43
Compare
Choose a tag to compare
0.1.34 Pre-release
Pre-release
  • First published release
  • Do not use