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

Fix jinja file inclusion in cncf.kubernetes provider package #27451

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

dstandish
Copy link
Contributor

@dstandish dstandish commented Nov 1, 2022

Should actually resolve #26910

Followup to #27171

Should be able to test with

rm -rf dist/  \
    && breeze release-management prepare-provider-packages --package-format both cncf.kubernetes --version-suffix-for-pypi abc123  \
    && tar -xvf dist/apache-airflow-providers-cncf-kubernetes-4.4.0abc123.tar.gz -C dist/  \
    && ls -lah dist/apache-airflow-providers-cncf-kubernetes-4.4.0abc123/airflow/providers/cncf/kubernetes \
    && unzip dist/apache_airflow_providers_cncf_kubernetes-4.4.0abc123-py3-none-any.whl -d dist/here  \
    && ls -lah dist/here/airflow/providers/cncf/kubernetes/

@dstandish dstandish force-pushed the fix-cncf-jinja-file-inclusion branch from a321780 to 17f5020 Compare November 1, 2022 20:19
@dstandish dstandish merged commit 8975d7c into apache:main Nov 1, 2022
@dstandish dstandish deleted the fix-cncf-jinja-file-inclusion branch November 1, 2022 20:31
@dstandish dstandish added this to the Airflow 2.4.4 milestone Nov 15, 2022
@ephraimbuddy ephraimbuddy modified the milestones: Airflow 2.4.4, Airflow 2.5.0 Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python_kubernetes_script.jinja2 file missing from apache-airflow-providers-cncf-kubernetes==4.4.0 release
4 participants