Skip to content

Commit

Permalink
Bump apache-airflow-providers-cncf-kubernetes version up to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseenkov committed Mar 5, 2024
1 parent 2852976 commit b1332fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ additional-extras:
- apache-beam[gcp]
- name: cncf.kubernetes
dependencies:
- apache-airflow-providers-cncf-kubernetes>=7.2.0
- apache-airflow-providers-cncf-kubernetes>=8.0.0
- name: leveldb
dependencies:
- plyvel
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/tests/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_get_package_extras():
"amazon": ["apache-airflow-providers-amazon>=2.6.0"],
"apache.beam": ["apache-airflow-providers-apache-beam", "apache-beam[gcp]"],
"apache.cassandra": ["apache-airflow-providers-apache-cassandra"],
"cncf.kubernetes": ["apache-airflow-providers-cncf-kubernetes>=7.2.0"],
"cncf.kubernetes": ["apache-airflow-providers-cncf-kubernetes>=8.0.0"],
"common.sql": ["apache-airflow-providers-common-sql"],
"facebook": ["apache-airflow-providers-facebook>=2.2.0"],
"leveldb": ["plyvel"],
Expand Down

0 comments on commit b1332fa

Please sign in to comment.