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

Bump apache-airflow-providers-fab from 1.3.0 to 1.5.2 in /docker/config #3

Open
wants to merge 1 commit into
base: v2.10.1
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 8, 2025

Bumps apache-airflow-providers-fab from 1.3.0 to 1.5.2.

Release notes

Sourced from apache-airflow-providers-fab's releases.

v1.5.2

This is probably missing some important items, but most of it should be captured

  • Initial setup on Travis CI provides continuous Integration, automated testing, no Hadoop unit tests just yet, but that is coming up
  • Unit tests coverage reports with coverals
  • Better py3 compatibility, unit tests run against both 2.7 ad 3.4 and we're now using the from __future__ imports to prevent regression
  • A MesosExecutor to run your tasks on Mesos
  • Some Kerberos integration for Hive / Hadoop
  • DAG's graph view legend for states are now toggles to highlight tasks in specific states
  • Automated zombie task instance killing as part of the scheduler's routine. The process looks for running tasks that don't have a heartbeat and kills them
  • MySqlHook bulk load option
  • More options in the UI's Mark Success form
  • MySQL uses mysqlclient lib instead of mysql-python
  • Using gunicorn instead of tornado as the wsgi web server
  • OracleHook
  • FTPHook
  • Much more! tons of bug fixes and usability improvements.

1.5.1

Bugfix around XCom table creation timestamp issue

1.5.0

v1.5.0 is a huge release. Tons of important features.

Make sure to run airflow upgradedb after you upgrade

Improvements:

  • @​jlowin landed a feature to communicate information across tasks called XCom, more information here
  • @​neovintage integrated Airflow with Alembic, making database migration easy, run airflow upgradedb to get your database up to date as you upgrade Airflow
  • The dependency engine is now more flexible, allowing for trigger rules, before this update, tasks would only be triggered when all dependencies were successful (still the default), now you can set tasks to trigger when a single parent succeeds, when one fails, when they all fail, or to fire regardless of their dependencies:
  • @​neovintage added support for connection to be defined in environment variables, allowing to bypass or override the metadata database
  • @​jlowin improved the tree view to render a non expendable when trees go above 5k nodes
  • The Druid hook and HiveToDruidTransfer are maturing and becoming production grade
  • @​kapil-malik added a UI feature where some users can only see their own DAGs while superusers can still see all, this feature is turned off by default
  • Allowing all operators and some preoperators to receive list of sql statements to be execute as a chain
  • Improved the task_instance table to log the operator name and queued timestamp
  • Passwords in the metadata can now be encrypted
  • Improvements to the unit tests (speed + coverage)
  • Bugfixes + more

Apache Airflow Helm Chart 1.5.0

New Features

  • Add support for custom command and args in jobs (#20864)
  • Support for priorityClassName (#20794)
  • Add envFrom to the Flower deployment (#21401)
  • Add annotations to cleanup pods (#21484)

Improvements

  • Speedup liveness probe for scheduler and triggerer (#20833, #21108, #22041)
  • Update git-sync to v3.4.0 (#21309)
  • Remove default auth backend setting (#21640)

... (truncated)

Commits
  • 8071308 v1.5.2
  • 189d778 Moving the fernet msg some place else
  • d34977c Merge pull request #535 from airbnb/speedup_dag_states
  • 2e97e5b Bugfix for new pandas version, unit test improvment
  • 255a1ab Merge pull request #528 from airbnb/kill_zombies
  • ac7e935 Trying https
  • 42e7e38 Fixing httphook
  • 43509d1 Adding state back to TI constructor
  • 3306eb5 Adding index to speed zombie lokkup
  • 473c777 Automating the killing of zombie task instances
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [apache-airflow-providers-fab](https://github.com/apache/airflow) from 1.3.0 to 1.5.2.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst)
- [Commits](apache/airflow@1.3.0...1.5.2)

---
updated-dependencies:
- dependency-name: apache-airflow-providers-fab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants