Skip to content

Releases: LamaAni/KubernetesJobOperator

Bug fix - Delete policy as string

01 Dec 17:21
2863990

Choose a tag to compare

Fixes

  1. Delete policy as string was not translated correctly.

Bug fix - Pod deletion when job is deleted and custom constructor matching.

12 Nov 17:45
0a5ced7

Choose a tag to compare

Fixes

  1. Pod deletion when job is deleted.
  2. Custom type (Job, Pod, .. ) kind matching.

Jinja2 Support

12 Nov 16:19
07ce84d

Choose a tag to compare

Feature

  1. Added jinja2 support.

See issue: #23

Auto Reconnect Fix

11 Nov 18:44
9f64b94

Choose a tag to compare

Fixes

  1. Auto reconnect issue when displaying pod logs.
  2. Added logging info for pod log read start.
  3. Thread synchronized the creation of pod log reading (To remove the possibility of multiple log readers started).

Config load fix for airflow < 1.10.6

07 Oct 02:35
90e15d1

Choose a tag to compare

Merge pull request #22 from LamaAni/config_pre_1_10_6

Added fixes for older airflow config loading

Fix config default value

02 Oct 15:58
f172591

Choose a tag to compare

Merge pull request #21 from LamaAni/config_loader_error_2

Yet another fix for config

Fix config loading

02 Oct 15:28
13eb87c

Choose a tag to compare

Fix config loading Pre-release
Pre-release

Fixes:

  1. Fixed config loading when value dose not exist (empty string '' as value)

Fix for Job state (Fail/Success)

01 Oct 20:02
b1db9bd

Choose a tag to compare

Fixes

The job fail detection was looking at back_of_limit value rather than looking for a failed condition. Changed job
fail detection to conditions.

Method help, repo help and airflow.cfg support

30 Sep 20:38
5615c07

Choose a tag to compare

Fixes:

  1. Method help
  2. Repo help
  3. Airflow.cfg support

Note

Release of fixes in 1.0.6

Fixes for error management and Deleted resources

29 Sep 19:55
b6435de

Choose a tag to compare

Fixes:

  1. JobRunner detect when object was deleted manually and error without timeout.
  2. Changed Query status to an object KubeApiRestQueryConnectionState
  3. Fix for error in Job failure. The.job may fail before it was even scheduled.
  4. Fix for since in GetLogs (appropriate times now)
  5. Fix for client reconnect, Throwing appropriate errors now.
  6. Fix for watcher, added force stop background loggers on stop/query end.
  7. Updated tests.