Package apache-airflow-providers-cncf-kubernetes

Kubernetes

This is detailed commit list of changes for versions provider package: cncf.kubernetes. For high-level changelog, see package information including changelog.

4.1.0

Latest change: 2022-06-07

Commit

Committed

Subject

717a7588bc

2022-06-07

Update package description to remove double min-airflow specification (#24292)

b1ad017cee

2022-06-07

pydocstyle D202 added (#24221)

aeabe994b3

2022-06-07

Prepare docs for May 2022 provider's release (#24231)

98b4e48fbc

2022-06-06

Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054)

42abbf0d61

2022-06-06

Fix await_container_completion condition (#23883)

027b707d21

2022-06-05

Add explanatory note for contributors about updating Changelog (#24229)

7ad4e67c1a

2022-06-03

Migrate Cncf.Kubernetes example DAGs to new design #22441 (#24132)

60eb9e106f

2022-05-31

Use KubernetesHook to create api client in KubernetesPodOperator (#20578)

e240132934

2022-05-27

[FEATURE] KPO use K8S hook (#22086)

6bbe015905

2022-05-26

Use "remote" pod when patching KPO pod as "checked" (#23676)

ec6761a5c0

2022-05-23

Clean up f-strings in logging calls (#23597)

064c41afda

2022-05-20

Don't use the root logger in KPO _suppress function (#23835)

4.0.2

Latest change: 2022-05-12

Commit

Committed

Subject

75c60923e0

2022-05-12

Prepare provider documentation 2022.05.11 (#23631)

2eeb120bf4

2022-05-12

Revert "Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)" (#23656)

ee342b85b9

2022-05-11

Fix k8s pod.execute randomly stuck indefinitely by logs consumption (#23497) (#23618)

863b257642

2022-05-10

Fix: Exception when parsing log #20966 (#23301)

faae9faae3

2022-05-10

Fixed Kubernetes Operator large xcom content Defect  (#23490)

dbdcd0fd1d

2022-04-30

Clarify 'reattach_on_restart' behavior (#23377)

a914ec22c1

2022-04-30

Add YANKED to yanked releases of the cncf.kubernetes (#23378)

4.0.1

Latest change: 2022-04-30

Commit

Committed

Subject

11bbe471cd

2022-04-30

Prepare documentation for cncf.kubernetes 4.0.1 release (#23374)

8e3abe4180

2022-04-29

Fix ''KubernetesPodOperator'' with 'KubernetesExecutor'' on 2.3.0 (#23371)

8b6b0848a3

2022-04-23

Use new Breese for building, pulling and verifying the images. (#23104)

c7399c7190

2022-04-21

KubernetesHook should try incluster first when not otherwise configured (#23126)

70eede5dd6

2022-04-20

Fix KPO to have hyphen instead of period (#22982)

c3d883a971

2022-04-19

KubernetesPodOperator should patch "already checked" always (#22734)

d81703c577

2022-04-14

Add k8s container's error message in airflow exception (#22871)

3c5bc73579

2022-04-12

Delete old Spark Application in SparkKubernetesOperator (#21092)

6933022e94

2022-04-10

Fix new MyPy errors in main (#22884)

04082ac091

2022-04-09

Cleanup dup code now that k8s provider requires 2.3.0+ (#22845)

4.0.0

Latest change: 2022-04-07

Commit

Committed

Subject

56ab82ed7a

2022-04-07

Prepare mid-April provider documentation. (#22819)

67e2723b73

2022-03-29

Log traceback only on ''DEBUG'' for KPO logs read interruption (#22595)

6db30f3207

2022-03-29

Update our approach for executor-bound dependencies (#22573)

0d64d66cea

2022-03-28

Stop crashing when empty logs are received from kubernetes client (#22566)

0a99be7411

2022-03-22

Optionally not follow logs in KPO pod_manager (#22412)

3.1.2

Latest change: 2022-03-22

Commit

Committed

Subject

d7dbfb7e26

2022-03-22

Add documentation for bugfix release of Providers (#22383)

0f977daa3c

2022-03-22

Fix "run_id" k8s and elasticsearch compatibility with Airflow 2.1 (#22385)

7bd165fbe2

2022-03-16

Remove RefreshConfiguration workaround for K8s token refreshing (#20759)

3.1.1

Latest change: 2022-03-14

Commit

Committed

Subject

16adc035b1

2022-03-14

Add documentation for Classifier release for March 2022 (#22226)

3.1.0

Latest change: 2022-03-07

Commit

Committed

Subject

f5b96315fe

2022-03-07

Add documentation for Feb Providers release (#22056)

8d8d072289

2022-03-03

Change KubePodOperator labels from exeuction_date to run_id (#21960)

6c37e47cf6

2022-03-02

Add map_index label to mapped KubernetesPodOperator (#21916)

351fa53432

2022-03-01

Fix Kubernetes example with wrong operator casing (#21898)

a159ae828f

2022-02-25

Remove types from KPO docstring (#21826)

0a3ff43d41

2022-02-08

Add pre-commit check for docstring param types (#21398)

3.0.2

Latest change: 2022-02-08

Commit

Committed

Subject

d94fa37830

2022-02-08

Fixed changelog for January 2022 (delayed) provider's release (#21439)

6c3a67d4fc

2022-02-05

Add documentation for January 2021 providers release (#21257)

4a73d8f3d1

2022-02-01

Add missed deprecations for cncf (#20031)

cb73053211

2022-01-27

Add optional features in providers. (#21074)

602abe8394

2022-01-20

Remove ':type' lines now sphinx-autoapi supports typehints (#20951)

428bd5f228

2022-01-10

Make ''delete_pod'' change more prominent in K8s changelog (#20753)

5569b868a9

2022-01-09

Fix MyPy Errors for providers: Tableau, CNCF, Apache (#20654)

3.0.1

Latest change: 2022-01-08

Commit

Committed

Subject

da9210e89c

2022-01-08

Add documentation for an ad-hoc release of 2 providers (#20765)

7222f68d37

2022-01-04

Update Kubernetes library version (#18797)

3.0.0

Latest change: 2021-12-31

Commit

Committed

Subject

f77417eb0d

2021-12-31

Fix K8S changelog to be PyPI-compatible (#20614)

97496ba2b4

2021-12-31

Update documentation for provider December 2021 release (#20523)

83f8e178ba

2021-12-31

Even more typing in operators (template_fields/ext) (#20608)

746ee587da

2021-12-31

Delete pods by default in KubernetesPodOperator (#20575)

d56ff765e1

2021-12-30

Implement dry_run for KubernetesPodOperator (#20573)

e63417553f

2021-12-30

Move pod_mutation_hook call from PodManager to KubernetesPodOperator (#20596)

ca6c210b7d

2021-12-30

Rename ''PodLauncher'' to ''PodManager'' (#20576)

e07e831946

2021-12-30

Clarify docstring for ''build_pod_request_obj'' in K8s providers (#20574)

d56e7b56bb

2021-12-30

Fix template_fields type to have MyPy friendly Sequence type (#20571)

a0821235fb

2021-12-30

Use typed Context EVERYWHERE (#20565)

f200bb1977

2021-12-29

Simplify ''KubernetesPodOperator'' (#19572)

4b8a1201ae

2021-12-16

Fix Volume/VolumeMount KPO DeprecationWarning (#19726)

2fb5e1d0ec

2021-12-15

Fix cached_property MyPy declaration and related MyPy errors (#20226)

f9eab1c185

2021-12-06

Add params config, in_cluster, and cluster_context to KubernetesHook (#19695)

2.2.0

Latest change: 2021-11-30

Commit

Committed

Subject

853576d901

2021-11-30

Update documentation for November 2021 provider's release (#19882)

fe682ec3d3

2021-11-24

Fix duplicate changelog entries (#19759)

0d60d1af41

2021-11-23

Checking event.status.container_statuses before filtering (#19713)

1e57022953

2021-11-19

Added namespace as a template field in the KPO. (#19718)

f7410dfba2

2021-11-19

Coalesce 'extra' params to None in KubernetesHook (#19694)

bf5f452413

2021-11-08

Change to correct type in KubernetesPodOperator (#19459)

854b70b904

2021-11-07

Decouple name randomization from name kwarg (#19398)

2.1.0

Latest change: 2021-10-29

Commit

Committed

Subject

d9567eb106

2021-10-29

Prepare documentation for October Provider's release (#19321)

0a6850647e

2021-10-21

Update docstring to let users use 'node_selector' (#19057)

1571f80546

2021-10-14

Add pre-commit hook for common misspelling check in files (#18964)

b2045d6d1d

2021-10-13

Add more type hints to PodLauncher (#18928)

c8b86e69e4

2021-10-12

Add more information to PodLauncher timeout error (#17953)

2.0.3

Latest change: 2021-09-30

Commit

Committed

Subject

840ea3efb9

2021-09-30

Update documentation for September providers release (#18613)

ef037e7021

2021-09-29

Static start_date and default arg cleanup for misc. provider example DAGs (#18597)

7808be7ffb

2021-09-21

Make Kubernetes job description fit on one log line (#18377)

b8d06e812a

2021-09-08

Fix KubernetesPodOperator reattach when not deleting pods (#18070)

64d2f5488f

2021-09-07

Do not fail KubernetesPodOperator tasks if log reading fails (#17649)

0a68588479

2021-08-30

Add August 2021 Provider's documentation (#17890)

42e13e1a5a

2021-08-30

Remove all deprecation warnings in providers (#17900)

2.0.2

Latest change: 2021-08-24

Commit

Committed

Subject

bb5602c652

2021-08-24

Prepare release for Kubernetes Provider (#17798)

be75dcd39c

2021-08-23

Update description about the new ''connection-types'' provider meta-data

73d2b720e0

2021-08-21

Fix using XCom with ''KubernetesPodOperator'' (#17760)

76ed2a49c6

2021-08-19

Import Hooks lazily individually in providers manager (#17682)

97428efc41

2021-08-02

Fix messed-up changelog in 3 providers (#17380)

b0b2591071

2021-07-27

Fix static checks (#17256)

997f7d0beb

2021-07-27

Update spark_kubernetes.py (#17237)

2.0.1

Latest change: 2021-07-26

Commit

Committed

Subject

87f408b1e7

2021-07-26

Prepares docs for Rc2 release of July providers (#17116)

d48b4e0caf

2021-07-21

Simplify 'default_args' in Kubernetes example DAGs (#16870)

3939e84161

2021-07-20

Enable using custom pod launcher in Kubernetes Pod Operator (#16945)

d02ded65ea

2021-07-15

Fixed wrongly escaped characters in amazon's changelog (#17020)

b916b75079

2021-07-15

Prepare documentation for July release of providers. (#17015)

b2c66e45b7

2021-07-11

BugFix: Using 'json' string in template_field causes issue with K8s Operators (#16930)

9d6ae609b6

2021-06-28

Updating task dependencies (#16624)

866a601b76

2021-06-28

Removes pylint from our toolchain (#16682)

2.0.0

Latest change: 2021-06-18

Commit

Committed

Subject

bbc627a3da

2021-06-18

Prepares documentation for rc2 release of Providers (#16501)

4c9735ff9b

2021-06-17

Fix unsuccessful KubernetesPod final_state call when 'is_delete_operator_pod=True' (#15490)

cbf8001d76

2021-06-16

Synchronizes updated changelog after buggfix release (#16464)

1fba5402bb

2021-06-15

More documentation update for June providers release (#16405)

4752fb3eb8

2021-06-14

Fix issue with parsing error logs in the KPO (#15638)

9c94b72d44

2021-06-07

Updated documentation for June 2021 provider release (#16294)

2f16757e1a

2021-06-03

Bug Pod Template File Values Ignored (#16095)

476d0f6e3d

2021-05-22

Bump pyupgrade v2.13.0 to v2.18.1 (#15991)

85b2ccb0c5

2021-05-20

Add 'KubernetesPodOperat' 'pod-template-file' jinja template support (#15942)

733bec9a04

2021-05-20

Bug Fix Pod-Template Affinity Ignored due to empty Affinity K8S Object (#15787)

37d549bde7

2021-05-14

Save pod name to xcom for KubernetesPodOperator (#15755)

37681bca00

2021-05-07

Auto-apply apply_default decorator (#15667)

1.2.0

Latest change: 2021-05-01

Commit

Committed

Subject

807ad32ce5

2021-05-01

Prepares provider release after PIP 21 compatibility (#15576)

5b2fe0e740

2021-04-27

Add Connection Documentation for Popular Providers (#15393)

53fc1a9679

2021-04-26

Change KPO node_selectors warning to proper deprecationwarning (#15507)

d3cc67aa7a

2021-04-24

Fix timeout when using XCom with KubernetesPodOperator (#15388)

be421a6b07

2021-04-23

Fix labels on the pod created by ''KubernetsPodOperator'' (#15492)

44480d3673

2021-04-14

Require 'name' with KubernetesPodOperator (#15373)

b4770725a3

2021-04-12

Add links to new modules for deprecated modules (#15316)

1.1.0

Latest change: 2021-04-07

Commit

Committed

Subject

1806670383

2021-04-07

Retry pod launching on 409 ApiExceptions (#15137)

042be2e4e0

2021-04-06

Updated documentation for provider packages before April release (#15236)

6d7a70b88e

2021-04-05

Separate Kubernetes pod_launcher from core airflow (#15165)

00453dc4a2

2021-03-20

Add ability to specify api group and version for Spark operators (#14898)

68e4c4dcb0

2021-03-20

Remove Backport Providers (#14886)

e7bb17aeb8

2021-03-06

Use built-in 'cached_property' on Python 3.8 where possible (#14606)

7daebefd15

2021-03-05

Use libyaml C library when available. (#14577)

1.0.2

Latest change: 2021-02-27

Commit

Committed

Subject

589d6dec92

2021-02-27

Prepare to release the next wave of providers: (#14487)

809b4f9b18

2021-02-23

Unique pod name (#14186)

649335c043

2021-02-07

Template k8s.V1EnvVar without adding custom attributes to dict. (#14123)

d4c4db8a18

2021-02-05

Allow users of the KPO to template environment variables (#14083)

10343ec29f

2021-02-05

Corrections in docs and tools after releasing provider RCs (#14082)

1.0.1

Latest change: 2021-02-04

Commit

Committed

Subject

88bdcfa0df

2021-02-04

Prepare to release a new wave of providers. (#14013)

ac2f72c98d

2021-02-01

Implement provider versioning tools (#13767)

a9ac2b040b

2021-01-23

Switch to f-strings using flynt. (#13732)

1b9e3d1c28

2021-01-22

Revert "Fix error with quick-failing tasks in KubernetesPodOperator (#13621)" (#13835)

94d3ed61d6

2021-01-21

Fix error with quick-failing tasks in KubernetesPodOperator (#13621)

3fd5ef3555

2021-01-21

Add missing logos for integrations (#13717)

295d66f914

2020-12-30

Fix Grammar in PIP warning (#13380)

7a560ab6de

2020-12-24

Pass image_pull_policy in KubernetesPodOperator correctly (#13289)

6cf76d7ac0

2020-12-18

Fix typo in pip upgrade command :( (#13148)

1.0.0

Latest change: 2020-12-09

Commit

Committed

Subject

32971a1a2d

2020-12-09

Updates providers versions to 1.0.0 (#12955)

b40dffa085

2020-12-08

Rename remaing modules to match AIP-21 (#12917)

9b39f24780

2020-12-08

Add support for dynamic connection form fields per provider (#12558)

bd90136aaf

2020-11-30

Move operator guides to provider documentation packages (#12681)

2037303eef

2020-11-29

Adds support for Connection/Hook discovery from providers (#12466)

de3b1e687b

2020-11-28

Move connection guides to provider documentation packages (#12653)

c02a3f59e4

2020-11-23

Spark-on-k8s sensor logs - properly pass defined namespace to pod log call (#11199)

c34ef853c8

2020-11-20

Separate out documentation building per provider  (#12444)

9e089ab895

2020-11-19

Fix Kube tests (#12479)

d32fe78c0d

2020-11-18

Update readmes for cncf.kube provider fixes (#12457)

d84a52dc8f

2020-11-18

Fix broken example_kubernetes DAG (#12455)

7c8b71d201

2020-11-18

Fix backwards compatibility further (#12451)

0080354502

2020-11-18

Update provider READMEs for 1.0.0b2 batch release (#12449)

7ca0b6f121

2020-11-18

Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)

763b40d223

2020-11-18

Raise correct Warning in kubernetes/backcompat/volume_mount.py (#12432)

bc4bb30588

2020-11-18

Fix docstrings for Kubernetes Backcompat module (#12422)

cab86d80d4

2020-11-17

Make K8sPodOperator backwards compatible (#12384)

ae7cb4a1e2

2020-11-17

Update wrong commit hash in backport provider changes (#12390)

6889a333cf

2020-11-15

Improvements for operators and hooks ref docs (#12366)

221f809c1b

2020-11-14

Fix full_pod_spec for k8spodoperator (#12354)

7825e8f590

2020-11-13

Docs installation improvements (#12304)

85a18e13d9

2020-11-09

Point at pypi project pages for cross-dependency of provider packages (#12212)

59eb5de78c

2020-11-09

Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)

3f59e75cdf

2020-11-09

KubernetesPodOperator: use randomized name to get the failure status (#12171)

b2a28d1590

2020-11-09

Moves provider packages scripts to dev (#12082)

7825be50d8

2020-11-05

Randomize pod name (#12117)

91a64db505

2020-11-04

Format all files (without excepions) by black (#12091)

4e8f9cc8d0

2020-11-03

Enable Black - Python Auto Formmatter (#9550)

8c42cf1b00

2020-11-03

Use PyUpgrade to use Python 3.6 features (#11447)

5a439e84eb

2020-10-26

Prepare providers release 0.0.2a1 (#11855)

872b1566a1

2020-10-25

Generated backport providers readmes/setup for 2020.10.29 (#11826)

53e6062105

2020-10-21

Enforce strict rules for yamllint (#11709)

349b0811c3

2020-10-20

Add D200 pydocstyle check (#11688)

eee4e30f2c

2020-10-15

Add better debug logging to K8sexec and K8sPodOp (#11502)

16e7129719

2020-10-13

Added support for provider packages for Airflow 2.0 (#11487)

8640fb6c10

2020-10-09

fix tests (#11368)

298052fcee

2020-10-10

[airflow/providers/cncf/kubernetes] correct hook methods name (#11008)

49aad025b5

2020-10-09

Users can specify sub-secrets and paths k8spodop (#11369)

b93b6c5be3

2020-10-05

Allow labels in KubernetesPodOperator to be templated (#10796)

0a0e1af800

2020-10-03

Fix Broken Markdown links in Providers README TOC (#11249)

ca4238eb4d

2020-10-02

Fixed month in backport packages to October (#11242)

5220e4c384

2020-10-02

Prepare Backport release 2020.09.07 (#11238)

a888198c27

2020-09-27

Allow overrides for pod_template_file (#11162)

0161b5ea2b

2020-09-26

Increasing type coverage for multiple provider (#11159)

e3f96ce7a8

2020-09-24

Fix incorrect Usage of Optional[bool] (#11138)

f3e87c5030

2020-09-22

Add D202 pydocstyle check (#11032)

b61225a885

2020-09-21

Add D204 pydocstyle check (#11031)

cba51d49ee

2020-09-17

Simplify the K8sExecutor and K8sPodOperator (#10393)

1294e15d44

2020-09-16

KubernetesPodOperator template fix (#10963)

5d6d5a2f7d

2020-09-14

Allow to specify path to kubeconfig in KubernetesHook (#10453)

7edfac957b

2020-09-09

Add connection caching to KubernetesHook (#10447)

9549274d11

2020-09-09

Upgrade black to 20.8b1 (#10818)

90c1505686

2020-09-04

Make grace_period_seconds option on K8sPodOperator (#10727)

338b412c04

2020-09-02

Add on_kill support for the KubernetesPodOperator (#10666)

596bc13379

2020-08-31

Adds 'cncf.kubernetes' package back to backport provider packages. (#10659)

1e5aa4465c

2020-08-26

Spark-on-K8S sensor - add driver logs (#10023)

fdd9b6f65b

2020-08-25

Enable Black on Providers Packages (#10543)

2f2d8dbfaf

2020-08-25

Remove all "noinspection" comments native to IntelliJ (#10525)

7c206a82a6

2020-08-22

Replace assigment with Augmented assignment (#10468)

8cd2be9e16

2020-08-11

Fix KubernetesPodOperator reattachment (#10230)

cdec301254

2020-08-07

Add correct signature to all operators and sensors (#10205)

24c8e4c2d6

2020-08-06

Changes to all the constructors to remove the args argument (#10163)

aeea71274d

2020-08-02

Remove 'args' parameter from provider operator constructors (#10097)

f1fd3e2c45

2020-07-31

Fix typo on reattach property of kubernetespodoperator (#10056)

03c4351744

2020-07-31

Allow 'image' in 'KubernetesPodOperator' to be templated (#10068)

88c1603060

2020-07-31

Improve docstring note about GKEStartPodOperator on KubernetesPodOperator (#10049)

7d24b088cd

2020-07-25

Stop using start_date in default_args in example_dags (2) (#9985)

33f0cd2657

2020-07-22

apply_default keeps the function signature for mypy (#9784)

c2db0dfeb1

2020-07-22

More strict rules in mypy (#9705) (#9906)

719ae2bf62

2020-07-22

Dump Pod as YAML in logs for KubernetesPodOperator (#9895)

840799d559

2020-07-20

Improve KubernetesPodOperator guide (#9079)

44d4ae809c

2020-07-06

Upgrade to latest pre-commit checks (#9686)

8bd15ef634

2020-07-01

Switches to Helm Chart for Kubernetes tests (#9468)

40bf8f28f9

2020-06-18

Detect automatically the lack of reference to the guide in the operator descriptions (#9290)

1d36b0303b

2020-05-23

Fix references in docs (#8984)

e742ef7c70

2020-05-23

Fix typo in test_project_structure (#8978)

375d1ca229

2020-05-19

Release candidate 2 for backport packages 2020.05.20 (#8898)

12c5e5d8ae

2020-05-17

Prepare release candidate for backport packages (#8891)

8985df0bfc

2020-05-16

Monitor pods by labels instead of names (#6377)

f3521fb0e3

2020-05-16

Regenerate readme files for backport package release (#8886)

92585ca4cb

2020-05-15

Added automated release notes generation for backport operators (#8807)

f82ad452b0

2020-05-15

Fix KubernetesPodOperator pod name length validation (#8829)

1ccafc617c

2020-04-02

Add spark_kubernetes system test (#7875)

cd546b664f

2020-03-23

Add missing call to Super class in 'cncf' & 'docker' providers (#7825)

6c39a3bf97

2020-03-10

[AIRFLOW-6542] Add spark-on-k8s operator/hook/sensor (#7163)

42eef38217

2020-03-07

[AIRFLOW-6877] Add cross-provider dependencies as extras (#7506)

3320e432a1

2020-02-24

[AIRFLOW-6817] Lazy-load 'airflow.DAG' to keep user-facing API untouched (#7517)

0ec2774120

2020-02-24

[AIRFLOW-5629] Implement Kubernetes priorityClassName in KubernetesPodOperator (#7395)

9cbd7de6d1

2020-02-18

[AIRFLOW-6792] Remove _operator/_hook/_sensor in providers package and add tests (#7412)

967930c0cb

2020-02-11

[AIRFLOW-5413] Allow K8S worker pod to be configured from JSON/YAML file (#6230)

96f834389e

2020-02-03

[AIRFLOW-6678] Pull event logs from Kubernetes (#7292)

97a429f9d0

2020-02-02

[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)

cf141506a2

2020-02-02

[AIRFLOW-6708] Set unique logger names (#7330)

373c6aa4a2

2020-01-30

[AIRFLOW-6682] Move GCP classes to providers package (#7295)

83c037873f

2020-01-30

[AIRFLOW-6674] Move example_dags in accordance with AIP-21 (#7287)

059eda05f8

2020-01-21

[AIRFLOW-6610] Move software classes to providers package (#7231)

Was this entry helpful?