Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add constraint for installed Airflow version #274

Merged
merged 2 commits into from Jun 22, 2021
Merged

Conversation

kaxil
Copy link
Contributor

@kaxil kaxil commented Jun 21, 2021

To avoid accidental Airflow upgrades, this commit/PR adds "apache-airflow==INSTALLED_VERSION" to the constraints file that is baked in the docker image.

@kaxil kaxil force-pushed the airflow-constraints branch 5 times, most recently from aaed3ec to 8d94785 Compare June 21, 2021 20:29
To avoid accidental Airflow upgrades, this commit/PR adds "apache-airflow==INSTALLED_VERSION" to the constraints file that is baked in the docker image.
@kaxil kaxil requested review from ernest-kr and ashb June 21, 2021 23:53
@kaxil kaxil merged commit 60174ec into master Jun 22, 2021
@kaxil kaxil deleted the airflow-constraints branch June 22, 2021 08:31
kaxil added a commit that referenced this pull request Jun 23, 2021
https://github.com/astronomer/airflow/commits/v2-0-0
https://github.com/astronomer/airflow/commits/v2-0-2

Astronomer Certified 2.0.0-8.dev, TBC
----------------------------------------

## Bugfixes

- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5a7e9ee21))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@ddcb07317))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41d4f9d6c))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@df68d5c06))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@9c76e8f6b))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@55b836b31))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@bc82a2353))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@d3c5f8e2c))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@692dc1885))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.0.2-4.dev, TBC
----------------------------------------

### Bugfixes

- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@de563e385))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@523bba07e))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@ae0d11995))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@c95f6d96f))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@d44c223c1))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@836803b64))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@a1f3daf7f))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@39ff9d198))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@44ddad0e6))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@19b303e27))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@99d5ebd1f))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@aba6acbda))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))
kaxil added a commit that referenced this pull request Jun 23, 2021
https://github.com/astronomer/airflow/commits/v2-0-0
https://github.com/astronomer/airflow/commits/v2-0-2

Astronomer Certified 2.0.0-8.dev, TBC
----------------------------------------

## Bugfixes

- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5a7e9ee21))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@ddcb07317))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41d4f9d6c))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@df68d5c06))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@9c76e8f6b))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@55b836b31))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@bc82a2353))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@d3c5f8e2c))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@692dc1885))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.0.2-4.dev, TBC
----------------------------------------

### Bugfixes

- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@de563e385))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@523bba07e))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@ae0d11995))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@c95f6d96f))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@d44c223c1))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@836803b64))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@a1f3daf7f))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@39ff9d198))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@44ddad0e6))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@19b303e27))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@99d5ebd1f))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@aba6acbda))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))
kaxil added a commit that referenced this pull request Jul 13, 2021
# Changelog

Astronomer Certified 2.0.0-8, 2021-07-13
----------------------------------------

## Bugfixes

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@3f309b057))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1b4920158))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5a7e9ee21))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@ddcb07317))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41d4f9d6c))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@df68d5c06))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@9c76e8f6b))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@55b836b31))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@bc82a2353))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@d3c5f8e2c))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@692dc1885))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.0.2-4, 2021-07-13
----------------------------------------

### Bugfixes

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@1141c186f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@ebf2e305c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@de563e385))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@523bba07e))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@ae0d11995))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@c95f6d96f))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@d44c223c1))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@836803b64))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@a1f3daf7f))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@39ff9d198))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@44ddad0e6))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@19b303e27))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@99d5ebd1f))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@aba6acbda))

Astronomer Certified 2.1.0-3, 2021-07-13
----------------------------------------

## Bugfixes

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@58cfc68bf))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@a2b574c0c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5398eb5ab))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@7e5968aaa))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41ae7090d))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@9d14b1d6d))
- fix: change graph focus to top of view instead of center (#16484) ([commit](astronomer/airflow@9eca94bb6))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@83fb4bf9e))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@9ac87a9cf))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@6af516b29))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@8d40ce481))
- Tree View UI for larger DAGs & more consistent spacing in Tree View (#16522) ([commit](astronomer/airflow@f3fb06ce5))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@8b2a7b75c))
- Fix normalize-url vulnerability (#16375) ([commit](astronomer/airflow@58357b578))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@26abb8d37))
- add num_runs query param for tree refresh (#16437) ([commit](astronomer/airflow@71feed690))
- set max tree width to 1200px (#16067) ([commit](astronomer/airflow@9bcfd97d7))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@8fcc68d88))
- Bump version to 2.1.0.dev1+astro.3 ([commit](astronomer/airflow@2700c8cf3))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@5917abf11))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.1.1-2, 2021-07-13
----------------------------------------

### Bugfixes

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@98abd2fb7))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@74fa1325c))
- Set process title for ``serve-logs`` and ``LocalExecutor`` (#16644) ([commit](astronomer/airflow@d8d851d70))
- Fix: Marking Task as success/failed ([commit](astronomer/airflow@df1ff499c))
- Fix "Invalid JSON configuration, must be a dict" (#16648) ([commit](astronomer/airflow@2637d9a15))
kaxil added a commit that referenced this pull request Jul 13, 2021
Astronomer Certified 2.0.0-8, 2021-07-13
----------------------------------------

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@3f309b057))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1b4920158))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5a7e9ee21))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@ddcb07317))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41d4f9d6c))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@df68d5c06))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@9c76e8f6b))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@55b836b31))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@bc82a2353))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@d3c5f8e2c))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@692dc1885))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.0.2-4, 2021-07-13
----------------------------------------

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@1141c186f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@ebf2e305c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@de563e385))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@523bba07e))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@ae0d11995))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@c95f6d96f))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@d44c223c1))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@836803b64))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@a1f3daf7f))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@39ff9d198))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@44ddad0e6))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@19b303e27))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@99d5ebd1f))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@aba6acbda))

Astronomer Certified 2.1.0-3, 2021-07-13
----------------------------------------

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@58cfc68bf))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@a2b574c0c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5398eb5ab))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@7e5968aaa))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41ae7090d))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@9d14b1d6d))
- fix: change graph focus to top of view instead of center (#16484) ([commit](astronomer/airflow@9eca94bb6))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@83fb4bf9e))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@9ac87a9cf))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@6af516b29))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@8d40ce481))
- Tree View UI for larger DAGs & more consistent spacing in Tree View (#16522) ([commit](astronomer/airflow@f3fb06ce5))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@8b2a7b75c))
- Fix normalize-url vulnerability (#16375) ([commit](astronomer/airflow@58357b578))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@26abb8d37))
- add num_runs query param for tree refresh (#16437) ([commit](astronomer/airflow@71feed690))
- set max tree width to 1200px (#16067) ([commit](astronomer/airflow@9bcfd97d7))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@8fcc68d88))
- Bump version to 2.1.0.dev1+astro.3 ([commit](astronomer/airflow@2700c8cf3))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@5917abf11))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.1.1-2, 2021-07-13
----------------------------------------

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@98abd2fb7))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@74fa1325c))
- Set process title for ``serve-logs`` and ``LocalExecutor`` (#16644) ([commit](astronomer/airflow@d8d851d70))
- Fix: Marking Task as success/failed ([commit](astronomer/airflow@df1ff499c))
- Fix "Invalid JSON configuration, must be a dict" (#16648) ([commit](astronomer/airflow@2637d9a15))
kaxil added a commit that referenced this pull request Jul 13, 2021
Astronomer Certified 2.0.0-8, 2021-07-13
----------------------------------------

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@3f309b057))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1b4920158))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5a7e9ee21))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@ddcb07317))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41d4f9d6c))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@df68d5c06))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@9c76e8f6b))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@55b836b31))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@bc82a2353))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@d3c5f8e2c))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@692dc1885))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.0.2-4, 2021-07-13
----------------------------------------

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@1141c186f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@ebf2e305c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@de563e385))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@523bba07e))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@ae0d11995))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@c95f6d96f))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@d44c223c1))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@836803b64))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@a1f3daf7f))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@39ff9d198))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@44ddad0e6))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@19b303e27))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@99d5ebd1f))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@aba6acbda))

Astronomer Certified 2.1.0-3, 2021-07-13
----------------------------------------

- [astro] Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@58cfc68bf))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@a2b574c0c))
- Avoid recursing too deep when redacting logs (#16491) ([commit](astronomer/airflow@5398eb5ab))
- Switch to built-in data structures in SecretsMasker (#16424) ([commit](astronomer/airflow@7e5968aaa))
- Don't fail to log if we can't redact something (#16118) ([commit](astronomer/airflow@41ae7090d))
- Don't show stale Serialized DAGs if they are deleted in DB (#16368) ([commit](astronomer/airflow@9d14b1d6d))
- fix: change graph focus to top of view instead of center (#16484) ([commit](astronomer/airflow@9eca94bb6))
- Fix Orphaned tasks stuck in CeleryExecutor as running (#16550) ([commit](astronomer/airflow@83fb4bf9e))
- Redact conn secrets in webserver logs (#16579) ([commit](astronomer/airflow@9ac87a9cf))
- Don't crash attempting to mask secrets in dict with non-string keys (#16601) ([commit](astronomer/airflow@6af516b29))
- Fix Dag Details start date bug (#16206) ([commit](astronomer/airflow@8d40ce481))
- Tree View UI for larger DAGs & more consistent spacing in Tree View (#16522) ([commit](astronomer/airflow@f3fb06ce5))
- Make task ID on legend have enough width and width of line chart to be 100%.  (#15915) ([commit](astronomer/airflow@8b2a7b75c))
- Fix normalize-url vulnerability (#16375) ([commit](astronomer/airflow@58357b578))
- Clean Markdown with dedent to respect indents (#16414) ([commit](astronomer/airflow@26abb8d37))
- add num_runs query param for tree refresh (#16437) ([commit](astronomer/airflow@71feed690))
- set max tree width to 1200px (#16067) ([commit](astronomer/airflow@9bcfd97d7))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@8fcc68d88))
- Bump version to 2.1.0.dev1+astro.3 ([commit](astronomer/airflow@2700c8cf3))
- Add `passphrase` and `private_key` to default sensitive fileld names (#16392) ([commit](astronomer/airflow@5917abf11))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab Security manager to 1.6.0 (#272) ([commit](417fd59))

Astronomer Certified 2.1.1-2, 2021-07-13
----------------------------------------

- Handle Istio containers with Kubernetes Executor Pod adoption (#1318) ([commit](astronomer/airflow@98abd2fb7))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@74fa1325c))
- Set process title for ``serve-logs`` and ``LocalExecutor`` (#16644) ([commit](astronomer/airflow@d8d851d70))
- Fix: Marking Task as success/failed ([commit](astronomer/airflow@df1ff499c))
- Fix "Invalid JSON configuration, must be a dict" (#16648) ([commit](astronomer/airflow@2637d9a15))
@kaxil kaxil mentioned this pull request Jul 14, 2021
kaxil added a commit that referenced this pull request Jul 23, 2021
Astronomer Certified 1.10.7-19, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@fc685c2ad))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@878e7aac4))

Astronomer Certified 1.10.10-9, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@06804608f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1df632588))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab sec manager to 1.6.0 (#272) ([commit](417fd59))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))

Astronomer Certified 1.10.12-5, TBC
-----------------------------------------------

### Bugfixes

- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@0ec3decda))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@492573cd7))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@ae9a5ed41))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
- Dockerfile: Add missing '--no-cache-dir' in 1.10.12 alpine image (#230) ([commit](6cc5015))

Astronomer Certified 1.10.14-4, TBC
------------------------------------------

### Bugfixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@25d46e4e9))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@e268afd5c))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@815dcd5b4))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
kaxil added a commit that referenced this pull request Jul 23, 2021
Astronomer Certified 1.10.7-19, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@fc685c2ad))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@878e7aac4))

Astronomer Certified 1.10.10-9, TBC
--------------------------------------------

### Bug Fixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@06804608f))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@1df632588))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Upgrade Fab sec manager to 1.6.0 (#272) ([commit](417fd59))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))

Astronomer Certified 1.10.12-5, TBC
-----------------------------------------------

### Bugfixes

- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@0ec3decda))
- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@492573cd7))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@ae9a5ed41))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
- Dockerfile: Add missing '--no-cache-dir' in 1.10.12 alpine image (#230) ([commit](6cc5015))

Astronomer Certified 1.10.14-4, TBC
------------------------------------------

### Bugfixes

- Exclude ``yarn.lock`` from built Python wheel file (#16577) ([commit](astronomer/airflow@25d46e4e9))
- [backport] Fix bug with `executor_config` and Volumes ([commit](astronomer/airflow@e268afd5c))
- Only allow webserver to request from the worker log server (#16754) ([commit](astronomer/airflow@815dcd5b4))
- Dockerfile: Add constraint for installed Airflow version (#274) ([commit](60174ec))
- Dockerfile: Update / Override PIP version in Env Vars (#263) ([commit](ab60218))
- Dockerfile: Bump Epoch to fix CVEs (#239) ([commit](6522368))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants