Skip to content

Releases: CAFDataProcessing/worker-workflow

v8.3.1

10 Feb 12:00
c189480

Choose a tag to compare

Version Number

8.3.1-1649

Patch Fixes Included

  • This release includes OS package updates only.

New Features

  • None

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.3.1 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.3 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v8.3.0

13 Nov 11:14
68ce6b9

Choose a tag to compare

Version Number

8.3.0-1614

New Features

  • US902044: Added environment variable as new argument source.

Bug Fixes

  • I1047132: Fixed an issue where terminateOnFailure was not working for any actions prior to the last action in a workflow.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.3.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.3 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v8.2.1

23 Jul 07:31
538692e

Choose a tag to compare

Version Number

8.2.1-1586

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.2.1 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.2 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v8.2.0

04 Jul 12:25
59b4389

Choose a tag to compare

Version Number

8.2.0-1577

New Features

  • US1016047: Introduced CAF_RABBITMQ_TLS_PROTOCOL_VERSION environment variable so that when Rabbit MQ protocol is
    set to "amqps" a TLS version can be specified.
    • By default, this variable is set to "TLSv1.2".

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.2.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.2 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v8.1.2

02 Apr 19:08
535e01b

Choose a tag to compare

Version Number

8.1.2-1550

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.1.2 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.1 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v8.1.1

25 Mar 15:37
68da3ac

Choose a tag to compare

Version Number

8.1.1-1547

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.1.1 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.1 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v8.1.0

24 Feb 22:07
5188b71

Choose a tag to compare

Version Number

8.1.0-1538

New Features

  • US990352: Get correlation id from worker task message instead of creating one.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.1.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.1 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v8.0.0

28 Nov 16:31
b779e74

Choose a tag to compare

Version Number

8.0.0-1512

Breaking change

  • US975260: Refactor to remove HPE references in package names

New Features

  • US969005: Add support for getting secrets from configurable sources.
    • Secrets can be retrieved from the following sources:
      • Environment variables (direct value) - enabled via CAF_ENABLE_ENV_SECRETS (defaults to true)
      • File content (path specified by environment variable with _FILE suffix) - enabled via CAF_ENABLE_FILE_SECRETS (defaults to false)

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:8.0.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:8.0 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:8 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v7.2.0

26 Sep 13:13
b30c64d

Choose a tag to compare

Version Number

7.2.0-1486

New Features

  • US929026: Updated to run on Java 21.
  • US952036: Image is now built on Oracle Linux.
  • I948127: JVM arguments introduced for diagnosing OutOfMemoryError.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:7.2.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:7.2 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:7 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)

v7.1.0

14 Jun 08:24
8de9dd0

Choose a tag to compare

Version Number

7.1.0-1414

New Features

  • US914108: Version Currency: JUnit 5 migration
  • US915147: New liveness and readiness endpoints added.
    • A new /health-check?name=all&type=ALIVE endpoint has been added on the default REST port (8080) to check if a worker is alive.
    • A new /health-check?name=all&type=READY endpoint has been added on the default REST port (8080) to check if a worker is ready.
    • See the Worker Framework Documentation
      for more details.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-workflow:7.1.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-workflow:7.1 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:7 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-workflow:latest (Dynamic Tag)