Skip to content

Releases: CAFAudit/audit-service

v3.9.0

03 May 12:37
Compare
Choose a tag to compare

Version Number

3.9.0-853

New Features

  • 397426: Format of logging has been changed to include the UTC Date alongside UTC Time.

Known Issues

  • None

Release Artifacts

Maven
Read more

v3.8.0

15 Oct 16:12
Compare
Choose a tag to compare

Version Number

3.8.0-718

New Features

  • SCMOD-12113: Update Swagger UI to 3.52.0

Known Issues

  • None

Release Artifacts

Maven
Read more

v3.7.1

18 May 12:07
Compare
Choose a tag to compare

Version Number

3.7.1-625

New Features

  • None

Bug Fixes

  • Dependency updates only in this release.

Known Issues

  • None

Release Artifacts

Maven
Read more

v3.7.0

07 Jan 17:53
Compare
Choose a tag to compare

Version Number

3.7.0-590

New Features

  • SCMOD-9181: Updated JRE 11 base image
    The JRE 11 base image has been updated to support a generic SSL cert directory. The MESOS_SANDBOX variable has been replaced with SSL_CA_CRT_DIR in order to maintain backward compatibility (ex: for use on Kubernetes).

  • SCMOD-5156: Use fully-qualified DockerHub images
    DockerHub image names have been updated so that images are pulled from our DockerHub proxy.

  • SCMOD-11768: Explicitly specify base image
    Explicitly specify the busybox base image so that it is pulled from our DockerHub proxy rather than docker.io.

Known Issues

  • None

Release Artifacts

Maven
Read more

v3.6.0

20 Aug 16:50
Compare
Choose a tag to compare

Version Number

3.6.0-546

New Features

  • SCMOD-9780: Updated images to use Java 11
  • SCMOD-9609: Added support for supplying a username and password for Elasticsearch requests
  • SCMOD-9295: Added healthcheck, which will check if Elasticsearch is healthy

Known Issues

  • None

v3.5.0

20 Mar 23:16
Compare
Choose a tag to compare

Version Number

3.5.0-451

New Features

  • SCMOD-8520: Update to use security hardened base images
  • SCMOD-8630: Update to allow Elasticsearch protocol to be configurable

Known Issues

  • None

v3.4.0

25 Oct 09:12
Compare
Choose a tag to compare

Version Number

3.4.0-380

New Features

  • SCMOD-7343: Audit Service has been updated to support Elasticsearch 7.2.0
  • SCMOD-7032: Added feature to support multiple host names for Elastic search
  • SCMOD-7034: Support added to use index templates
  • SCMOD-7628: Update the logging to use caf-logging format
  • SCMOD-4930: Removed elastic search cluster name specification.
    The audit service now uses the Elastic HTTP client which does not require a cluster name.

Known Issues

  • None

v3.3.0

23 Apr 16:03
Compare
Choose a tag to compare

Version Number

3.3.0-280

New Features

  • SCMOD-5879: Audit implementations broken into separate jar files
    Auditing implementations, direct to elasticsearch and auditing via CAF Audit Webservice, have been broken into their own jars and out of the CAF Audit project. This change now means that the CAF Audit service container must contain either one or both of the implementation jars.
    The implementation to use can then be selected as before using the CAF_AUDIT_MODE environment variable.
  • SCMOD-5968: Updated to use openSUSE Leap 15 base images
  • CAF-4049: Use CAF_AUDIT_MONKEY_JAVA_OPTS in startup
  • CAF-3718: Updated Audit Service to support multi-process logging
  • Updated base projects to get new swagger branding
  • Adding audit-service-deploy to the build process

Known Issues

  • None

v3.2.0

24 Jul 02:13
Compare
Choose a tag to compare

Version Number

3.2.0-83

New Features

  • CAF-3075 Added support for Kibana including sample Dashboards
  • CAF-3029 Enhanced Audit Monkey to provide demo data suitable for Kibana
  • CAF-2992 Updated Web Service to hold onto an reuse an AuditConnection, (greatly improving the Web Service performance)
  • CAF-2850 ElasticAuditConfiguration now configuable from Environment Variables

Known Issues

  • None

v3.1.0

24 Jul 02:12
Compare
Choose a tag to compare

Version Number

3.1.0-50

New Features

  • CAF-2277: Exposed a new https endpoint for audit web service web calls (default 8443).
  • CAF-2693: Added support for Elasticsearch 'keyword' and 'text' string data types.
  • CAF-2846: Added support for configuring the Audit Service logging levels through an environment variable
  • CAF-2692: Added the Audit Monkey. The Audit Monkey provides a means of testing both the generated AuditLog and the Audit Web Service as well as generating significant volumes of data for Elasticsearch.
  • CAF-2274: Added the Audit Web Service which offers a RESTful API for the logging of application audit event messages into Elasticsearch.
  • CAF-2660: Added the Audit Web Service Client which offers a type-safe method of invoking the Audit Web Service REST API.

Known Issues

  • None