+
Skip to content

Tags: dacort/airflow

Tags

2.1.1rc1

Toggle 2.1.1rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
ashb Ash Berlin-Taylor
Apache Airflow version 2.1.1rc1

Bug Fixes
"""""""""

- Don't crash attempting to mask secrets in dict with non-string keys (apache#16601)
- Always install sphinx_airflow_theme from ``PyPI`` (apache#16594)
- Remove limitation for elasticsearch library (apache#16553)
- Adding extra requirements for build and runtime of the PROD image. (apache#16170)
- Cattrs 1.7.0 released by the end of May 2021 break lineage usage (apache#16173)
- Removes unnecessary packages from setup_requires (apache#16139)
- Pins docutils to <0.17 until breaking behaviour is fixed (apache#16133)
- Improvements for Docker Image docs (apache#14843)
- Ensure that ``dag_run.conf`` is a dict (apache#15057)
- Fix CLI connections import and migrate logic from secrets to Connection model (apache#15425)
- Fix Dag Details start date bug (apache#16206)
- Fix DAG run state not updated while DAG is paused (apache#16343)
- Allow null value for operator field in task_instance schema(REST API) (apache#16516)
- Avoid recursion going too deep when redacting logs (apache#16491)
- Backfill: Don't create a DagRun if no tasks match task regex (apache#16461)
- Tree View UI for larger DAGs & more consistent spacing in Tree View (apache#16522)
- Correctly handle None returns from Query.scalar() (apache#16345)
- Adding ``only_active`` parameter to /dags endpoint (apache#14306)
- Don't show stale Serialized DAGs if they are deleted in DB (apache#16368)
- Make REST API List DAGs endpoint consistent with UI/CLI behaviour (apache#16318)
- Support remote logging in elasticsearch with ``filebeat 7`` (apache#14625)
- Queue tasks with higher priority and earlier execution_date first. (apache#15210)
- Make task ID on legend have enough width and width of line chart to be 100%. (apache#15915)
- Fix normalize-url vulnerability (apache#16375)
- Validate retries value on init for better errors (apache#16415)
- add num_runs query param for tree refresh (apache#16437)
- Fix templated default/example values in config ref docs (apache#16442)
- Add ``passphrase`` and ``private_key`` to default sensitive field names (apache#16392)
- Fix tasks in an infinite slots pool were never scheduled (apache#15247)
- Fix Orphaned tasks stuck in CeleryExecutor as running (apache#16550)
- Don't fail to log if we can't redact something (apache#16118)
- Set max tree width to 1200 pixels (apache#16067)
- Fill the "job_id" field for ``airflow task run`` without ``--local``/``--raw`` for KubeExecutor (apache#16108)
- Fixes problem where conf variable was used before initialization (apache#16088)
- Fix apply defaults for task decorator (apache#16085)
- Parse recently modified files even if just parsed (apache#16075)
- Ensure that we don't try to mask empty string in logs (apache#16057)
- Don't die when masking ``log.exception`` when there is no exception (apache#16047)
- Restores apply_defaults import in base_sensor_operator (apache#16040)
- Fix auto-refresh in tree view When webserver ui is not in ``/`` (apache#16018)
- Fix dag.clear() to set multiple dags to running when necessary (apache#15382)
- Fix Celery executor getting stuck randomly because of reset_signals in multiprocessing (apache#15989)

upgrade-check/1.4.0

Toggle upgrade-check/1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kaxil Kaxil Naik
Apache Airflow Upgrade Check 1.4.0

providers-elasticsearch/2.0.2rc1

Toggle providers-elasticsearch/2.0.2rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs: Added new pipeline example for the tutorial docs (apache#16548)

Added hooks and changed whats next position as per request from apache#16084

providers-zendesk/2.0.0

Toggle providers-zendesk/2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chart: Support for overriding webserver and flower service ports (apa…

…che#16572)

This allows services to expose sidecars with webservers in them, or even to only expose a sidecar (say enforcing inbound traffic to go through a proxy).

If we are okay with the general approach, both NetworkPolicy and Ingress need similar changes so there is broad support for these types of sidecars.

Closes apache#16039

providers-yandex/2.0.0

Toggle providers-yandex/2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chart: Support for overriding webserver and flower service ports (apa…

…che#16572)

This allows services to expose sidecars with webservers in them, or even to only expose a sidecar (say enforcing inbound traffic to go through a proxy).

If we are okay with the general approach, both NetworkPolicy and Ingress need similar changes so there is broad support for these types of sidecars.

Closes apache#16039

providers-vertica/2.0.0

Toggle providers-vertica/2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chart: Support for overriding webserver and flower service ports (apa…

…che#16572)

This allows services to expose sidecars with webservers in them, or even to only expose a sidecar (say enforcing inbound traffic to go through a proxy).

If we are okay with the general approach, both NetworkPolicy and Ingress need similar changes so there is broad support for these types of sidecars.

Closes apache#16039

providers-trino/2.0.0

Toggle providers-trino/2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chart: Support for overriding webserver and flower service ports (apa…

…che#16572)

This allows services to expose sidecars with webservers in them, or even to only expose a sidecar (say enforcing inbound traffic to go through a proxy).

If we are okay with the general approach, both NetworkPolicy and Ingress need similar changes so there is broad support for these types of sidecars.

Closes apache#16039

providers-telegram/2.0.0

Toggle providers-telegram/2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chart: Support for overriding webserver and flower service ports (apa…

…che#16572)

This allows services to expose sidecars with webservers in them, or even to only expose a sidecar (say enforcing inbound traffic to go through a proxy).

If we are okay with the general approach, both NetworkPolicy and Ingress need similar changes so there is broad support for these types of sidecars.

Closes apache#16039

providers-tableau/2.0.0

Toggle providers-tableau/2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chart: Support for overriding webserver and flower service ports (apa…

…che#16572)

This allows services to expose sidecars with webservers in them, or even to only expose a sidecar (say enforcing inbound traffic to go through a proxy).

If we are okay with the general approach, both NetworkPolicy and Ingress need similar changes so there is broad support for these types of sidecars.

Closes apache#16039

providers-ssh/2.0.0

Toggle providers-ssh/2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Chart: Support for overriding webserver and flower service ports (apa…

…che#16572)

This allows services to expose sidecars with webservers in them, or even to only expose a sidecar (say enforcing inbound traffic to go through a proxy).

If we are okay with the general approach, both NetworkPolicy and Ingress need similar changes so there is broad support for these types of sidecars.

Closes apache#16039
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载