Releases: LamaAni/KubernetesJobOperator
Releases · LamaAni/KubernetesJobOperator
Bug fix - Delete policy as string
Fixes
- Delete policy as string was not translated correctly.
Bug fix - Pod deletion when job is deleted and custom constructor matching.
Fixes
- Pod deletion when job is deleted.
- Custom type (Job, Pod, .. ) kind matching.
Jinja2 Support
Auto Reconnect Fix
Fixes
- Auto reconnect issue when displaying pod logs.
- Added logging info for pod log read start.
- 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
Merge pull request #22 from LamaAni/config_pre_1_10_6 Added fixes for older airflow config loading
Fix config default value
Merge pull request #21 from LamaAni/config_loader_error_2 Yet another fix for config
Fix config loading
Fixes:
- Fixed config loading when value dose not exist (empty string '' as value)
Fix for Job state (Fail/Success)
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
Fixes:
- Method help
- Repo help
- Airflow.cfg support
Note
Release of fixes in 1.0.6
Fixes for error management and Deleted resources
Fixes:
- JobRunner detect when object was deleted manually and error without timeout.
- Changed Query status to an object KubeApiRestQueryConnectionState
- Fix for error in Job failure. The.job may fail before it was even scheduled.
- Fix for since in GetLogs (appropriate times now)
- Fix for client reconnect, Throwing appropriate errors now.
- Fix for watcher, added force stop background loggers on stop/query end.
- Updated tests.