Skip to content

Releases: ing-bank/flink-deployer

Add fallback to deploy

09 Dec 12:12
b2d8147
Compare
Choose a tag to compare
1.4.0

Set the version to 1.4.0 (#42)

Support multiple program arguments

24 Jun 11:17
1b74114
Compare
Choose a tag to compare

This release adds support for declaring multiple program arguments.

Expose terminate API

12 Apr 05:03
Compare
Choose a tag to compare

This release replaces the private cancel API with a public terminate API usable through the CLI. The terminate API supports the two modes as supported by the official Flink API

Include the job base name when identifying the job to update

22 Mar 11:47
Compare
Choose a tag to compare

This release includes a fix to include the job base name when running the update command. Before this fix, it actually just looked at the number of running jobs instead of taking into account the job base name to search for.

Add authentication to the savepoint monitoring API call

18 Mar 15:48
a6b4354
Compare
Choose a tag to compare

The savepoint creation monitoring API call was mistakenly left out during the last release. This release adds authentication support to that API call. Logging the error inside the exponential backoff retry operation is now also supported so that any other error won't get swallowed again.

Support basic authentication

14 Mar 14:07
b540b0a
Compare
Choose a tag to compare

This release supports authenticating to Flink ran behind a web server like NGINX with basic authentication set up

Retryable HTTP calls

23 Sep 11:08
Compare
Choose a tag to compare

This release includes:

  • retryable HTTP calls with exponential back-off
  • ability to set the individual HTTP timeout
  • multi-stage Docker build which builds the executable inside Docker

Utilise Flink REST API

27 Aug 06:16
b94f5e2
Compare
Choose a tag to compare
  1. Use the Apache Flink REST API instead of the CLI
  2. Decreased the container size by extending from Alpine
  3. Removed query functionality

Updates to CLI command "query"

13 Mar 12:37
b517dd1
Compare
Choose a tag to compare
Merge pull request #9 from ing-bank/queryable-state

Queryable state

Update CLI command "update"

13 Mar 12:24
211236b
Compare
Choose a tag to compare

CLI command now properly uses the savepoint directory argument when creating savepoints