Releases: astronomer/airflow
Releases · astronomer/airflow
Astronomer Certified 2.1.0-3, 2021-07-13
Bugfixes
- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) (commit)
- Only allow webserver to request from the worker log server (apache#16754) (commit)
- Avoid recursing too deep when redacting logs (apache#16491) (commit)
- Switch to built-in data structures in SecretsMasker (apache#16424) (commit)
- Don't fail to log if we can't redact something (apache#16118) (commit)
- Don't show stale Serialized DAGs if they are deleted in DB (apache#16368) (commit)
- fix: change graph focus to top of view instead of center (apache#16484) (commit)
- Fix Orphaned tasks stuck in CeleryExecutor as running (apache#16550) (commit)
- Redact conn secrets in webserver logs (apache#16579) (commit)
- Don't crash attempting to mask secrets in dict with non-string keys (apache#16601) (commit)
- Fix Dag Details start date bug (apache#16206) (commit)
- Tree View UI for larger DAGs & more consistent spacing in Tree View (apache#16522) (commit)
- Make task ID on legend have enough width and width of line chart to be 100%. (apache#15915) (commit)
- Fix normalize-url vulnerability (apache#16375) (commit)
- Clean Markdown with dedent to respect indents (apache#16414) (commit)
- add num_runs query param for tree refresh (apache#16437) (commit)
- set max tree width to 1200px (apache#16067) (commit)
- Exclude
yarn.lock
from built Python wheel file (apache#16577) (commit) - Add
passphrase
andprivate_key
to default sensitive fileld names (apache#16392) (commit)
Astronomer Certified 2.0.2-4, 2021-07-13
Bugfixes
- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) (commit)
- Only allow webserver to request from the worker log server (apache#16754) (commit)
- Avoid recursing too deep when redacting logs (apache#16491) (commit)
- Switch to built-in data structures in SecretsMasker (apache#16424) (commit)
- Don't fail to log if we can't redact something (apache#16118) (commit)
- Don't show stale Serialized DAGs if they are deleted in DB (apache#16368) (commit)
- Fix Orphaned tasks stuck in CeleryExecutor as running (apache#16550) (commit)
- Redact conn secrets in webserver logs (apache#16579) (commit)
- Don't crash attempting to mask secrets in dict with non-string keys (apache#16601) (commit)
- Fix Dag Details start date bug (apache#16206) (commit)
- Make task ID on legend have enough width and width of line chart to be 100%. (apache#15915) (commit)
- Clean Markdown with dedent to respect indents (apache#16414) (commit)
- Exclude
yarn.lock
from built Python wheel file (apache#16577) (commit) - Add
passphrase
andprivate_key
to default sensitive fileld names (apache#16392) (commit)
Astronomer Certified 2.0.0-8, 2021-07-13
Bugfixes
- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) (commit)
- Only allow webserver to request from the worker log server (apache#16754) (commit)
- Avoid recursing too deep when redacting logs (apache#16491) (commit)
- Switch to built-in data structures in SecretsMasker (apache#16424) (commit)
- Don't fail to log if we can't redact something (apache#16118) (commit)
- Don't show stale Serialized DAGs if they are deleted in DB (apache#16368) (commit)
- Fix Orphaned tasks stuck in CeleryExecutor as running (apache#16550) (commit)
- Redact conn secrets in webserver logs (apache#16579) (commit)
- Don't crash attempting to mask secrets in dict with non-string keys (apache#16601) (commit)
- Exclude
yarn.lock
from built Python wheel file (apache#16577) (commit) - Add
passphrase
andprivate_key
to default sensitive fileld names (apache#16392) (commit)
Astronomer Certified 2.1.1-1, 2021-07-02
User-facing CHANGELOG for AC 2.1.1+astro.1 from Airflow 2.1.1:
Bugfixes
- Fix TI success/failure links (commit)
- Fix TI success confirm page (apache#16650) (commit)
- Fail tasks in scheduler when executor reports they failed (apache#15929) (commit)
- Fix bug in mark TI success api (apache#16524) (commit)
- Fix TI success/failure links (apache#16233) (commit)
- [astro] Continually check if we should shut down istio contaner when running K8sPodOperator (commit)
- [astro] [AIRFLOW-5448] Handle istio-proxy for Kubernetes Pods (#62) (commit)
oss-helm-chart/1.1.0-rc1
Add the repo as follows:
helm repo add apache-airflow-oss https://github.com/astronomer/airflow/releases/download/oss-helm-chart/1.1.0-rc1
Install the chart:
helm install airflow apache-airflow-oss/airflow --version 1.1.0-rc1
Astronomer Certified 2.0.0-7, 2021-06-04
Bugfixes
- Fill the "job_id" field for
airflow task run
without--local
/--raw
for KubeExecutor (apache#16108) (commit) - Parse recently modified files even if just parsed (apache#16075) (commit)
- Ensure that we don't try to mask empty string in logs (apache#16057) (commit)
- Don't die when masking
log.exception
when there is no exception (apache#16047) (commit) - Ensure that secrets are masked no matter what logging config is in use (apache#15899) (commit)
Astronomer Certified 1.10.15-2, 2021-06-04
Bugfixes
- Bump JS dependencies & remove unwanted deps (commit)
- KubernetesPodOperator should retry log tailing in case of interruption (apache#11325) (commit)
- Correctly parse (and copy) extras with python version to metadist (commit)
- Respect LogFormat when using ES logging with Json Format (apache#13310) (commit)
Astronomer Certified 2.1.0-2, 2021-06-03
Bugfixes
- Update Kubernetes Provider to
1!1.2.1
to fix Pod hanging due to Istio container - Don't die when masking
log.exception
when there is no exception (apache#16047) (commit) - Ensure that we don't try to mask empty string in logs (apache#16057) (commit)
- Fill the "job_id" field for
airflow task run
without--local
/--raw
for KubeExecutor (apache#16108) (commit) - Fix auto-refresh in tree view When webserver ui is not in
/
(apache#16018) (commit)
Astronomer Certified 2.0.2-3, 2021-06-03
Bugfixes
- Update Kubernetes Provider to
1!1.2.1
to fix Pod hanging due to Istio container - Fill the "job_id" field for
airflow task run
without--local
/--raw
for KubeExecutor (apache#16108) (commit) - Ensure that we don't try to mask empty string in logs (apache#16057) (commit)
- Don't die when masking
log.exception
when there is no exception (apache#16047) (commit) - Ensure that secrets are masked no matter what logging config is in use (apache#15899) (commit)
helm-chart/v1.0.1-dev1: Doc: Add page containing list of Database Migrations (#16181)
Pre-release
closes https://github.com/apache/airflow/issues/11989