Skip to content

Releases: LamaAni/KubernetesJobOperator

Bug fix: Error when using custom versions (composer)

29 Nov 23:52
d0a213b
Compare
Choose a tag to compare

Fixes:

  1. Fix version parsing when using custom version

Bug fix: Legacy operator compatibility to airflow 2

05 Aug 21:10
cd11ac7
Compare
Choose a tag to compare

Fixes:

  1. Compatibility and pod generation for airflow 2.

Bug fix: Deprecated functions

04 Aug 16:34
db25775
Compare
Choose a tag to compare

Fixes: Airflow 2 deprecated function and methods. (Mostly remove warnings and give proper references).

Feature: Allow support for noting the main container on Pod like elements

02 Aug 15:24
ec38d5d
Compare
Choose a tag to compare

Upgrade to support airflow 2.0.0

02 Jun 15:32
f63f103
Compare
Choose a tag to compare

Changes:

  1. Added support for changes in base class, to recognize and switch to airflow 2.0.0
  2. Added support for path recognition in airflow 2.0.0
  3. Added support for logging configuration in airflow 2.0.0

XCOM and kube log api events support

01 May 20:41
136ae61
Compare
Choose a tag to compare

Added:

  1. Airflow XCOM support.
  2. ::kube_api:[event name]=[event value] in logs support

Container name and multi containers log

27 Apr 15:54
6a5f65d
Compare
Choose a tag to compare

Fixes:

  1. Pods with multi containers are error out. See issue #38

Added:

  1. Container names to logs reader.

Removed extra logging

22 Feb 14:20
Compare
Choose a tag to compare

The configuration loading creates an unnecessary logging message.

Removed logging message.

Added KUBERNETES_JOB_OPERATOR_RESOURCES

17 Feb 18:30
6cb58cd
Compare
Choose a tag to compare

Added env in executing pods which lists all the resources generated in the operation.
Env name: KUBERNETES_JOB_OPERATOR_RESOURCES

Jinja template arguments foreach operator instance

17 Feb 16:41
8f1ca1e
Compare
Choose a tag to compare

Added:

  1. Allow each opeator to have its own, customized, jinja arguments.
  2. Input argument jinja_job_args
  3. appears in jinja as {{job.[my_arg]}}