-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
#13081 add note block to 2.x migration docs #13094
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst)
|
@@ -352,7 +359,7 @@ respect to the Kubernetes Executor. This is called out below for users of the Ku | |||
|
|||
**Upgrade KubernetesExecutor settings** | |||
|
|||
*The KubernetesExecutor Will No Longer Read from the airflow.cfg for Base Pod Configurations.* | |||
*The KubernetesExecutor Will t` Longer Read from the airflow.cfg for Base Pod Configurations.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't need
Signed-off-by: Tisham Dhar <whatnickd@gmail.com>
The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest master or amend the last commit of the PR, and push it with --force-with-lease. |
Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
Is this ready to merge should I perform the rebase activity or wait a bit more for a final approval from @kaxil |
Awesome work, congrats on your first merged pull request! |
closes: #13081
Added 2.x upgrading note in the OAuth section. Affects 1.10.14 bridge release as well. Auto-upgrade in our environment to 1.10.14 caused a minor OAuth2 login downtime. We will create a note in the official helm-chart repo as well for the secret_key to be highlighted similar to the fernet_key.