Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apache-airflow-backport-providers-cncf-kubernetes

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apache-airflow-backport-providers-cncf-kubernetes

Backport provider package apache-airflow-backport-providers-cncf-kubernetes for Apache Airflow

  • 2021.3.3
  • PyPI
  • Socket score

Maintainers
3

Package apache-airflow-backport-providers-cncf-kubernetes

Release: 2021.3.3

Table of contents

Backport package

This is a backport providers package for cncf.kubernetes provider. All classes for this provider package are in airflow.providers.cncf.kubernetes python package.

Only Python 3.6+ is supported for this backport package.

While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you want to use this backport package.

Release 2021.3.3

Bug fixes

  • Allow pod name override in KubernetesPodOperator if pod_template is used. (#14186)
  • Allow users of the KPO to actually template environment variables (#14083)

Release 2021.2.5

  • Pass image_pull_policy in KubernetesPodOperator correctly (#13289)

Bug fixes

Additional limitations

This provider is only usable with Apache Airflow >= 1.10.12 version due to refactorings implemented in Apache Airflow 1.10.11 and fixes implemented in 1.10.11. The package has appropriate requirements set so you should not be able to install it with Apache Airflow < 1.10.12.

Installation

You can install this package on top of an existing airflow 1.10.* installation via pip install apache-airflow-backport-providers-cncf-kubernetes

PIP requirements

PIP packageVersion required
cryptography>=2.0.0
kubernetes>=3.0.0, <12.0.0

Provider classes summary

In Airflow 2.0, all operators, transfers, hooks, sensors, secrets for the cncf.kubernetes provider are in the airflow.providers.cncf.kubernetes package. You can read more about the naming conventions used in Naming conventions for provider packages

Operators

New operators

New Airflow 2.0 operators: airflow.providers.cncf.kubernetes package
operators.spark_kubernetes.SparkKubernetesOperator

Moved operators

Airflow 2.0 operators: airflow.providers.cncf.kubernetes packageAirflow 1.10.* previous location (usually airflow.contrib)
operators.kubernetes_pod.KubernetesPodOperatorcontrib.operators.kubernetes_pod_operator.KubernetesPodOperator

Sensors

New sensors

New Airflow 2.0 sensors: airflow.providers.cncf.kubernetes package
sensors.spark_kubernetes.SparkKubernetesSensor

Hooks

New hooks

New Airflow 2.0 hooks: airflow.providers.cncf.kubernetes package
hooks.kubernetes.KubernetesHook

Releases

Release 2021.3.3

CommitCommittedSubject
809b4f9b12021-02-23Unique pod name (#14186)
649335c042021-02-07Template k8s.V1EnvVar without adding custom attributes to dict. (#14123)
d4c4db8a12021-02-05Allow users of the KPO to template environment variables (#14083)
10343ec292021-02-05Corrections in docs and tools after releasing provider RCs (#14082)

Release 2021.2.5

CommitCommittedSubject
88bdcfa0d2021-02-04Prepare to release a new wave of providers. (#14013)
ac2f72c982021-02-01Implement provider versioning tools (#13767)
a9ac2b0402021-01-23Switch to f-strings using flynt. (#13732)
1b9e3d1c22021-01-22Revert &#34;Fix error with quick-failing tasks in KubernetesPodOperator (#13621)&#34; (#13835)
94d3ed61d2021-01-21Fix error with quick-failing tasks in KubernetesPodOperator (#13621)
3fd5ef3552021-01-21Add missing logos for integrations (#13717)
295d66f912020-12-30Fix Grammar in PIP warning (#13380)
7a560ab6d2020-12-24Pass image_pull_policy in KubernetesPodOperator correctly (#13289)
6cf76d7ac2020-12-18Fix typo in pip upgrade command :( (#13148)
32971a1a22020-12-09Updates providers versions to 1.0.0 (#12955)
b40dffa082020-12-08Rename remaing modules to match AIP-21 (#12917)
9b39f24782020-12-08Add support for dynamic connection form fields per provider (#12558)
bd90136aa2020-11-30Move operator guides to provider documentation packages (#12681)
2037303ee2020-11-29Adds support for Connection/Hook discovery from providers (#12466)
de3b1e6872020-11-28Move connection guides to provider documentation packages (#12653)
c02a3f59e2020-11-23Spark-on-k8s sensor logs - properly pass defined namespace to pod log call (#11199)
c34ef853c2020-11-20Separate out documentation building per provider (#12444)
9e089ab892020-11-19Fix Kube tests (#12479)
d32fe78c02020-11-18Update readmes for cncf.kube provider fixes (#12457)
d84a52dc82020-11-18Fix broken example_kubernetes DAG (#12455)
7c8b71d202020-11-18Fix backwards compatibility further (#12451)
0080354502020-11-18Update provider READMEs for 1.0.0b2 batch release (#12449)
7ca0b6f122020-11-18Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)

Release 2020.11.23

CommitCommittedSubject
4873d97592020-11-18Enable Markdownlint rule MD003/heading-style/header-style (#12427)
763b40d222020-11-18Raise correct Warning in kubernetes/backcompat/volume_mount.py (#12432)
bc4bb30582020-11-18Fix docstrings for Kubernetes Backcompat module (#12422)
cab86d80d2020-11-17Make K8sPodOperator backwards compatible (#12384)
ae7cb4a1e2020-11-17Update wrong commit hash in backport provider changes (#12390)
6889a333c2020-11-15Improvements for operators and hooks ref docs (#12366)
221f809c12020-11-14Fix full_pod_spec for k8spodoperator (#12354)
7825e8f592020-11-13Docs installation improvements (#12304)
85a18e13d2020-11-09Point at pypi project pages for cross-dependency of provider packages (#12212)
59eb5de782020-11-09Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)
3f59e75cd2020-11-09KubernetesPodOperator: use randomized name to get the failure status (#12171)
b2a28d1592020-11-09Moves provider packages scripts to dev (#12082)
7825be50d2020-11-05Randomize pod name (#12117)
91a64db502020-11-04Format all files (without excepions) by black (#12091)
4e8f9cc8d2020-11-03Enable Black - Python Auto Formmatter (#9550)
8c42cf1b02020-11-03Use PyUpgrade to use Python 3.6 features (#11447)
5a439e84e2020-10-26Prepare providers release 0.0.2a1 (#11855)

Release 2020.10.29

CommitCommittedSubject
b680bbc0b2020-10-24Generated backport providers readmes/setup for 2020.10.29
53e6062102020-10-21Enforce strict rules for yamllint (#11709)
349b0811c2020-10-20Add D200 pydocstyle check (#11688)
eee4e30f22020-10-15Add better debug logging to K8sexec and K8sPodOp (#11502)
16e7129712020-10-13Added support for provider packages for Airflow 2.0 (#11487)
8640fb6c12020-10-09fix tests (#11368)
298052fce2020-10-10[airflow/providers/cncf/kubernetes] correct hook methods name (#11008)
49aad025b2020-10-09Users can specify sub-secrets and paths k8spodop (#11369)
b93b6c5be2020-10-05Allow labels in KubernetesPodOperator to be templated (#10796)
0a0e1af802020-10-03Fix Broken Markdown links in Providers README TOC (#11249)

Release 2020.10.5

CommitCommittedSubject
ca4238eb42020-10-02Fixed month in backport packages to October (#11242)
5220e4c382020-10-02Prepare Backport release 2020.09.07 (#11238)
a888198c22020-09-27Allow overrides for pod_template_file (#11162)
0161b5ea22020-09-26Increasing type coverage for multiple provider (#11159)
e3f96ce7a2020-09-24Fix incorrect Usage of Optional[bool] (#11138)
f3e87c5032020-09-22Add D202 pydocstyle check (#11032)
b61225a882020-09-21Add D204 pydocstyle check (#11031)
cba51d49e2020-09-17Simplify the K8sExecutor and K8sPodOperator (#10393)
1294e15d42020-09-16KubernetesPodOperator template fix (#10963)
5d6d5a2f72020-09-14Allow to specify path to kubeconfig in KubernetesHook (#10453)
7edfac9572020-09-09Add connection caching to KubernetesHook (#10447)
9549274d12020-09-09Upgrade black to 20.8b1 (#10818)
90c1505682020-09-04Make grace_period_seconds option on K8sPodOperator (#10727)
338b412c02020-09-02Add on_kill support for the KubernetesPodOperator (#10666)
596bc13372020-08-31Adds 'cncf.kubernetes' package back to backport provider packages. (#10659)
1e5aa44652020-08-26Spark-on-K8S sensor - add driver logs (#10023)
fdd9b6f652020-08-25Enable Black on Providers Packages (#10543)
2f2d8dbfa2020-08-25Remove all "noinspection" comments native to IntelliJ (#10525)
7c206a82a2020-08-22Replace assigment with Augmented assignment (#10468)
8cd2be9e12020-08-11Fix KubernetesPodOperator reattachment (#10230)
cdec301252020-08-07Add correct signature to all operators and sensors (#10205)
24c8e4c2d2020-08-06Changes to all the constructors to remove the args argument (#10163)
aeea712742020-08-02Remove args parameter from provider operator constructors (#10097)
f1fd3e2c42020-07-31Fix typo on reattach property of kubernetespodoperator (#10056)
03c4351742020-07-31Allow image in KubernetesPodOperator to be templated (#10068)
88c1603062020-07-31Improve docstring note about GKEStartPodOperator on KubernetesPodOperator (#10049)
7d24b088c2020-07-25Stop using start_date in default_args in example_dags (2) (#9985)
33f0cd2652020-07-22apply_default keeps the function signature for mypy (#9784)
c2db0dfeb2020-07-22More strict rules in mypy (#9705) (#9906)
719ae2bf62020-07-22Dump Pod as YAML in logs for KubernetesPodOperator (#9895)
840799d552020-07-20Improve KubernetesPodOperator guide (#9079)
44d4ae8092020-07-06Upgrade to latest pre-commit checks (#9686)
8bd15ef632020-07-01Switches to Helm Chart for Kubernetes tests (#9468)
40bf8f28f2020-06-18Detect automatically the lack of reference to the guide in the operator descriptions (#9290)
1d36b03032020-05-23Fix references in docs (#8984)
e742ef7c72020-05-23Fix typo in test_project_structure (#8978)
375d1ca222020-05-19Release candidate 2 for backport packages 2020.05.20 (#8898)
12c5e5d8a2020-05-17Prepare release candidate for backport packages (#8891)
8985df0bf2020-05-16Monitor pods by labels instead of names (#6377)
f3521fb0e2020-05-16Regenerate readme files for backport package release (#8886)
92585ca4c2020-05-15Added automated release notes generation for backport operators (#8807)
f82ad452b2020-05-15Fix KubernetesPodOperator pod name length validation (#8829)
1ccafc6172020-04-02Add spark_kubernetes system test (#7875)
cd546b6642020-03-23Add missing call to Super class in 'cncf' & 'docker' providers (#7825)
6c39a3bf92020-03-10[AIRFLOW-6542] Add spark-on-k8s operator/hook/sensor (#7163)
42eef38212020-03-07[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)
3320e432a2020-02-24[AIRFLOW-6817] Lazy-load airflow.DAG to keep user-facing API untouched (#7517)
0ec2774122020-02-24[AIRFLOW-5629] Implement Kubernetes priorityClassName in KubernetesPodOperator (#7395)
9cbd7de6d2020-02-18[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)
967930c0c2020-02-11[AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)
96f8343892020-02-03[AIRFLOW-6678] Pull event logs from Kubernetes (#7292)
97a429f9d2020-02-02[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)
cf141506a2020-02-02[AIRFLOW-6708] Set unique logger names (#7330)
373c6aa4a2020-01-30[AIRFLOW-6682] Move GCP classes to providers package (#7295)
83c0378732020-01-30[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)
059eda05f2020-01-21[AIRFLOW-6610] Move software classes to providers package (#7231)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc