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

Constrain versions for Providers during docker build for 2.0.0 #212

Merged
merged 2 commits into from Feb 11, 2021

Commits on Feb 9, 2021

  1. Constrain versions for Providers during docker build for 2.0.0

    Since we are planning to cut 2.0.0-3 we should release the same set of Providers except for few exceptions:
    
    apache-airflow-providers-elasticsearch==1.0.1 -- contains our logging fix
    apache-airflow-providers-cncf-kubernetes==1.0.1 -- contains a bug fix for K8s Operator
    apache-airflow-providers-microsoft-azure==1.1.0 -- Will allow installing snowflake provider (includes apache/airflow#12188)
    
    Since this constraints are only used in docker build time and not included in Dockerfile users are free to upgrade to a major version for providers like google.
    kaxil committed Feb 9, 2021
    Copy the full SHA
    ddab190 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    kaxil committed Feb 9, 2021
    Copy the full SHA
    61279f7 View commit details
    Browse the repository at this point in the history