Skip to content

Tags: ing-bank/flink-deployer

Tags

1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set the version to 1.4.0 (#42)

1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set the version to 1.3.0 (#40)

1.2.0

Replace Cancel with Terminate (#37)

* replace Cancel with Terminate

* Code optimized based on code review result

* Update doc about command: terminate

* Code optimized

1.1.2

Add support for handling multiple jobs in a flink cluster (#31)

* Add support for handling multiple jobs in a flink cluster

* Fixed review comments and unit tests to support multiple jobs in the
same cluster

* Addressed review comments

* Fixed unit tests

1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added additional logging for savepoint creation monitoring (#29)

1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for basic authentication (#27)

1.0.1

Retryable HTTP calls

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

1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support flink rest api (#14)

* Replace the Flink cli actions with REST calls

* Flink rest api alter docker base (#13)

* Replace the Flink cli actions with REST calls

* Build on top of latest alpine image and remove setup for Flink CLI

* Remove unneeded env vars

* Use different env vars for Flink host/port

* Remove env vars from dockerfile and list in README

* Replace the Flink cli actions with REST calls

* Refactor all the things

* Alter ing.com to proper github.com/ing-bank location

* Support testing all packages and report coverage in travis

* Adjust README to use test-with-coverage script

* Update README with new update command, set deploy as default for compose

* Use the correct PATCH API to terminate the job

* Method comments and linting happiness

* Allow for specifying a savepoint-dir when deploying

* Do not deploy when updating a job which isn't running

* Move some example commands to separate markdown doc

* Add the savepoint-dir as a CLI option for deploy

0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from ing-bank/queryable-state

Queryable state

0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from ing-bank/savepoint-on-update

Use savepoint variable on update