apache-airflow-providers-hashicorp 4.1.1__tar.gz → 4.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of apache-airflow-providers-hashicorp might be problematic. Click here for more details.

Files changed (36) hide show
  1. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/PKG-INFO +8 -8
  2. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/README.rst +4 -4
  3. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/changelog.rst +17 -0
  4. apache_airflow_providers_hashicorp-4.2.0/docs/commits.rst +35 -0
  5. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/index.rst +5 -5
  6. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/provider.yaml +6 -2
  7. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/pyproject.toml +4 -4
  8. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/__init__.py +3 -3
  9. apache_airflow_providers_hashicorp-4.1.1/docs/commits.rst +0 -586
  10. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/.latest-doc-only-change.txt +0 -0
  11. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/conf.py +0 -0
  12. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/connections/vault.rst +0 -0
  13. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/installing-providers-from-sources.rst +0 -0
  14. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/integration-logos/Hashicorp-Vault.png +0 -0
  15. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/redirects.txt +0 -0
  16. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/secrets-backends/hashicorp-vault.rst +0 -0
  17. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/docs/security.rst +0 -0
  18. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/__init__.py +0 -0
  19. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/__init__.py +0 -0
  20. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/LICENSE +0 -0
  21. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/_internal_client/__init__.py +0 -0
  22. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/_internal_client/vault_client.py +0 -0
  23. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/get_provider_info.py +0 -0
  24. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/hooks/__init__.py +0 -0
  25. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/hooks/vault.py +0 -0
  26. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/secrets/__init__.py +0 -0
  27. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/src/airflow/providers/hashicorp/secrets/vault.py +0 -0
  28. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/conftest.py +0 -0
  29. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/__init__.py +0 -0
  30. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/hashicorp/__init__.py +0 -0
  31. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/hashicorp/_internal_client/__init__.py +0 -0
  32. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/hashicorp/_internal_client/test_vault_client.py +0 -0
  33. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/hashicorp/hooks/__init__.py +0 -0
  34. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/hashicorp/hooks/test_vault.py +0 -0
  35. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/hashicorp/secrets/__init__.py +0 -0
  36. {apache_airflow_providers_hashicorp-4.1.1 → apache_airflow_providers_hashicorp-4.2.0}/tests/unit/hashicorp/secrets/test_vault.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-hashicorp
3
- Version: 4.1.1
3
+ Version: 4.2.0
4
4
  Summary: Provider package apache-airflow-providers-hashicorp for Apache Airflow
5
5
  Keywords: airflow-provider,hashicorp,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -20,13 +20,13 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.9.0
23
+ Requires-Dist: apache-airflow>=2.10.0
24
24
  Requires-Dist: hvac>=1.1.0
25
25
  Requires-Dist: boto3>=1.33.0 ; extra == "boto3"
26
26
  Requires-Dist: apache-airflow-providers-google ; extra == "google"
27
27
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
28
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1
28
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0/changelog.html
29
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0
30
30
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
32
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -59,7 +59,7 @@ Provides-Extra: google
59
59
 
60
60
  Package ``apache-airflow-providers-hashicorp``
61
61
 
62
- Release: ``4.1.1``
62
+ Release: ``4.2.0``
63
63
 
64
64
 
65
65
  Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
@@ -72,7 +72,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
72
72
  are in ``airflow.providers.hashicorp`` python package.
73
73
 
74
74
  You can find package information and changelog for the provider
75
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1/>`_.
75
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0/>`_.
76
76
 
77
77
  Installation
78
78
  ------------
@@ -89,7 +89,7 @@ Requirements
89
89
  ================== ==================
90
90
  PIP package Version required
91
91
  ================== ==================
92
- ``apache-airflow`` ``>=2.9.0``
92
+ ``apache-airflow`` ``>=2.10.0``
93
93
  ``hvac`` ``>=1.1.0``
94
94
  ================== ==================
95
95
 
@@ -113,5 +113,5 @@ Dependent package
113
113
  ==================================================================================================== ==========
114
114
 
115
115
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1/changelog.html>`_.
116
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0/changelog.html>`_.
117
117
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-hashicorp``
25
25
 
26
- Release: ``4.1.1``
26
+ Release: ``4.2.0``
27
27
 
28
28
 
29
29
  Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
36
36
  are in ``airflow.providers.hashicorp`` python package.
37
37
 
38
38
  You can find package information and changelog for the provider
39
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0/>`_.
40
40
 
41
41
  Installation
42
42
  ------------
@@ -53,7 +53,7 @@ Requirements
53
53
  ================== ==================
54
54
  PIP package Version required
55
55
  ================== ==================
56
- ``apache-airflow`` ``>=2.9.0``
56
+ ``apache-airflow`` ``>=2.10.0``
57
57
  ``hvac`` ``>=1.1.0``
58
58
  ================== ==================
59
59
 
@@ -77,4 +77,4 @@ Dependent package
77
77
  ==================================================================================================== ==========
78
78
 
79
79
  The changelog for the provider package can be found in the
80
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1/changelog.html>`_.
80
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0/changelog.html>`_.
@@ -27,6 +27,23 @@
27
27
  Changelog
28
28
  ---------
29
29
 
30
+ 4.2.0
31
+ .....
32
+
33
+ .. note::
34
+ This release of provider is only available for Airflow 2.10+ as explained in the
35
+ Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
36
+
37
+ Misc
38
+ ~~~~
39
+
40
+ * ``Bump min Airflow version in providers to 2.10 (#49843)``
41
+
42
+ .. Below changes are excluded from the changelog. Move them to
43
+ appropriate section above if needed. Do not delete the lines(!):
44
+ * ``Update description of provider.yaml dependencies (#50231)``
45
+ * ``Avoid committing history for providers (#49907)``
46
+
30
47
  4.1.1
31
48
  .....
32
49
 
@@ -0,0 +1,35 @@
1
+
2
+ .. Licensed to the Apache Software Foundation (ASF) under one
3
+ or more contributor license agreements. See the NOTICE file
4
+ distributed with this work for additional information
5
+ regarding copyright ownership. The ASF licenses this file
6
+ to you under the Apache License, Version 2.0 (the
7
+ "License"); you may not use this file except in compliance
8
+ with the License. You may obtain a copy of the License at
9
+
10
+ .. http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ .. Unless required by applicable law or agreed to in writing,
13
+ software distributed under the License is distributed on an
14
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ KIND, either express or implied. See the License for the
16
+ specific language governing permissions and limitations
17
+ under the License.
18
+
19
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
20
+
21
+ .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ `PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
23
+
24
+ .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
25
+
26
+ Package apache-airflow-providers-hashicorp
27
+ ------------------------------------------------------
28
+
29
+ Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
30
+
31
+
32
+ This is detailed commit list of changes for versions provider package: ``hashicorp``.
33
+ For high-level changelog, see :doc:`package information including changelog <index>`.
34
+
35
+ .. airflow-providers-commits::
@@ -69,7 +69,7 @@ apache-airflow-providers-hashicorp package
69
69
  Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
70
70
 
71
71
 
72
- Release: 4.1.1
72
+ Release: 4.2.0
73
73
 
74
74
  Provider package
75
75
  ----------------
@@ -87,12 +87,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
87
87
  Requirements
88
88
  ------------
89
89
 
90
- The minimum Apache Airflow version supported by this provider distribution is ``2.9.0``.
90
+ The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
91
91
 
92
92
  ================== ==================
93
93
  PIP package Version required
94
94
  ================== ==================
95
- ``apache-airflow`` ``>=2.9.0``
95
+ ``apache-airflow`` ``>=2.10.0``
96
96
  ``hvac`` ``>=1.1.0``
97
97
  ================== ==================
98
98
 
@@ -121,5 +121,5 @@ Downloading official packages
121
121
  You can download officially released packages and verify their checksums and signatures from the
122
122
  `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
123
123
 
124
- * `The apache-airflow-providers-hashicorp 4.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.1.1.tar.gz.sha512>`__)
125
- * `The apache-airflow-providers-hashicorp 4.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.1.1-py3-none-any.whl.sha512>`__)
124
+ * `The apache-airflow-providers-hashicorp 4.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.2.0.tar.gz.sha512>`__)
125
+ * `The apache-airflow-providers-hashicorp 4.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.2.0-py3-none-any.whl.sha512>`__)
@@ -22,9 +22,13 @@ description: |
22
22
  Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
23
23
 
24
24
  state: ready
25
- source-date-epoch: 1744792137
26
- # note that those versions are maintained by release manager - do not update them manually
25
+ source-date-epoch: 1747133024
26
+ # Note that those versions are maintained by release manager - do not update them manually
27
+ # with the exception of case where other provider in sources has >= new provider version.
28
+ # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
29
+ # to be done in the same PR
27
30
  versions:
31
+ - 4.2.0
28
32
  - 4.1.1
29
33
  - 4.1.0
30
34
  - 4.0.0
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
25
25
 
26
26
  [project]
27
27
  name = "apache-airflow-providers-hashicorp"
28
- version = "4.1.1"
28
+ version = "4.2.0"
29
29
  description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  authors = [
@@ -57,7 +57,7 @@ requires-python = "~=3.9"
57
57
  # Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
58
58
  # After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
59
59
  dependencies = [
60
- "apache-airflow>=2.9.0",
60
+ "apache-airflow>=2.10.0",
61
61
  "hvac>=1.1.0",
62
62
  ]
63
63
 
@@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
107
107
  apache-airflow-providers-standard = {workspace = true}
108
108
 
109
109
  [project.urls]
110
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1"
111
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.1.1/changelog.html"
110
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0"
111
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.2.0/changelog.html"
112
112
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
113
113
  "Source Code" = "https://github.com/apache/airflow"
114
114
  "Slack Chat" = "https://s.apache.org/airflow-slack"
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.1.1"
32
+ __version__ = "4.2.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.9.0"
35
+ "2.10.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-hashicorp:{__version__}` needs Apache Airflow 2.9.0+"
38
+ f"The package `apache-airflow-providers-hashicorp:{__version__}` needs Apache Airflow 2.10.0+"
39
39
  )
@@ -1,586 +0,0 @@
1
-
2
- .. Licensed to the Apache Software Foundation (ASF) under one
3
- or more contributor license agreements. See the NOTICE file
4
- distributed with this work for additional information
5
- regarding copyright ownership. The ASF licenses this file
6
- to you under the Apache License, Version 2.0 (the
7
- "License"); you may not use this file except in compliance
8
- with the License. You may obtain a copy of the License at
9
-
10
- .. http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- .. Unless required by applicable law or agreed to in writing,
13
- software distributed under the License is distributed on an
14
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
- KIND, either express or implied. See the License for the
16
- specific language governing permissions and limitations
17
- under the License.
18
-
19
- .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
20
-
21
- .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
- `PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
23
-
24
- .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
25
-
26
- Package apache-airflow-providers-hashicorp
27
- ------------------------------------------------------
28
-
29
- Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
30
-
31
-
32
- This is detailed commit list of changes for versions provider package: ``hashicorp``.
33
- For high-level changelog, see :doc:`package information including changelog <index>`.
34
-
35
-
36
-
37
- 4.1.1
38
- .....
39
-
40
- Latest change: 2025-04-14
41
-
42
- ================================================================================================== =========== ==================================================================================
43
- Commit Committed Subject
44
- ================================================================================================== =========== ==================================================================================
45
- `cb295c351a <https://github.com/apache/airflow/commit/cb295c351a016c0a10cab07f2a628b865cff3ca3>`__ 2025-04-14 ``remove superfluous else block (#49199)``
46
- `4a8567b20b <https://github.com/apache/airflow/commit/4a8567b20bdd6555cbdc936d6674bf4fa390b0d5>`__ 2025-04-10 ``Prepare docs for Apr 2nd wave of providers (#49051)``
47
- `7b2ec33c7a <https://github.com/apache/airflow/commit/7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f>`__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
48
- `139673d3ce <https://github.com/apache/airflow/commit/139673d3ce5552c2cf8bcb2d202e97342c4b237c>`__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
49
- `67858fd7e7 <https://github.com/apache/airflow/commit/67858fd7e7ac82788854844c1e6ef5a35f1d0d23>`__ 2025-04-06 ``Improve documentation building iteration (#48760)``
50
- `adbb062b50 <https://github.com/apache/airflow/commit/adbb062b50e2e128fe475a76b7ce10ec93c39ee2>`__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
51
- `d4473555c0 <https://github.com/apache/airflow/commit/d4473555c0e7022e073489b7163d49102881a1a6>`__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
52
- `47002feacd <https://github.com/apache/airflow/commit/47002feacd8aaf794b47c2dd241aa25068354a2a>`__ 2025-03-30 ``Upgrade ruff to latest version (#48553)``
53
- `c762e17820 <https://github.com/apache/airflow/commit/c762e17820cae6b162caa3eec5123760e07d56cc>`__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
54
- `6adb2dbae4 <https://github.com/apache/airflow/commit/6adb2dbae47341eb61dbc62dbc56176d9aa83fd9>`__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
55
- `243fe86d4b <https://github.com/apache/airflow/commit/243fe86d4b3e59bb12977b3e36ca3f2ed27ca0f8>`__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
56
- `935d2831fe <https://github.com/apache/airflow/commit/935d2831fe8fd509b618a738bf00e0c34e186e11>`__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
57
- ================================================================================================== =========== ==================================================================================
58
-
59
- 4.1.0
60
- .....
61
-
62
- Latest change: 2025-03-09
63
-
64
- ================================================================================================== =========== ===================================================================================
65
- Commit Committed Subject
66
- ================================================================================================== =========== ===================================================================================
67
- `492ecfe5c0 <https://github.com/apache/airflow/commit/492ecfe5c03102bfb710108038ebd5fc50cb55b5>`__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
68
- `1d70f95293 <https://github.com/apache/airflow/commit/1d70f952939f44f7e0c47578b4872c0bc67ae581>`__ 2025-03-07 ``Add custom AWS Region support for STS endpoint to 'hashicorp' provider (#47495)``
69
- `e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)``
70
- `1addb55154 <https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)``
71
- `c6c4f95ed9 <https://github.com/apache/airflow/commit/c6c4f95ed9e3220133815b9126c135e805637022>`__ 2025-02-25 ``Add legacy namespace packages to airflow.providers (#47064)``
72
- `dbf8bb4092 <https://github.com/apache/airflow/commit/dbf8bb409223687c7d2ad10649a92d02c24bb3b4>`__ 2025-02-24 ``Remove extra whitespace in provider readme template (#46975)``
73
- `b28c336e8b <https://github.com/apache/airflow/commit/b28c336e8b7aa1d69c0f9520b182b1b661377337>`__ 2025-02-21 ``Upgrade flit to 3.11.0 (#46938)``
74
- `5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)``
75
- `4d5846f58f <https://github.com/apache/airflow/commit/4d5846f58fe0de9b43358c0be75dd72e968dacc4>`__ 2025-02-16 ``Move provider_tests to unit folder in provider tests (#46800)``
76
- `e027457a24 <https://github.com/apache/airflow/commit/e027457a24d0c6235bfed9c2a8399f75342e82f1>`__ 2025-02-15 ``Removed the unused provider's distribution (#46608)``
77
- `aa580d4c01 <https://github.com/apache/airflow/commit/aa580d4c01419d3e27ccb375cf14ae8f8bd150b7>`__ 2025-01-27 ``move hashicorp (#46087)``
78
- ================================================================================================== =========== ===================================================================================
79
-
80
- 4.0.0
81
- .....
82
-
83
- Latest change: 2024-12-20
84
-
85
- ================================================================================================== =========== ========================================================================================
86
- Commit Committed Subject
87
- ================================================================================================== =========== ========================================================================================
88
- `2723508345 <https://github.com/apache/airflow/commit/2723508345d5cf074aeb673955ce72996785f2bc>`__ 2024-12-20 ``Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)``
89
- `4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`__ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)``
90
- `696cb29f3b <https://github.com/apache/airflow/commit/696cb29f3bb5f0a1a947d183688cbd4f30bfeb3f>`__ 2024-12-06 ``Removed deprecated code from hashicorp provider (#44598)``
91
- `a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`__ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)``
92
- `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`__ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
93
- ================================================================================================== =========== ========================================================================================
94
-
95
- 3.8.0
96
- .....
97
-
98
- Latest change: 2024-08-19
99
-
100
- ================================================================================================== =========== =======================================================================
101
- Commit Committed Subject
102
- ================================================================================================== =========== =======================================================================
103
- `75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`__ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)``
104
- `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`__ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)``
105
- ================================================================================================== =========== =======================================================================
106
-
107
- 3.7.1
108
- .....
109
-
110
- Latest change: 2024-05-26
111
-
112
- ================================================================================================== =========== ==============================================================================================
113
- Commit Committed Subject
114
- ================================================================================================== =========== ==============================================================================================
115
- `34500f3a2f <https://github.com/apache/airflow/commit/34500f3a2fa4652272bc831e3c18fd2a6a2da5ef>`__ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)``
116
- `f411c147cd <https://github.com/apache/airflow/commit/f411c147cd7d7b21295b152e37566a159ddf94fe>`__ 2024-05-15 ``inherit key "verify" from env into session so that kv_client can read it properly (#38614)``
117
- `2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`__ 2024-05-11 ``Reapply templates for all providers (#39554)``
118
- `2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`__ 2024-05-10 ``Faster 'airflow_version' imports (#39552)``
119
- `73918925ed <https://github.com/apache/airflow/commit/73918925edaf1c94790a6ad8bec01dec60accfa1>`__ 2024-05-08 ``Simplify 'airflow_version' imports (#39497)``
120
- ================================================================================================== =========== ==============================================================================================
121
-
122
- 3.7.0
123
- .....
124
-
125
- Latest change: 2024-05-01
126
-
127
- ================================================================================================== =========== =======================================================================
128
- Commit Committed Subject
129
- ================================================================================================== =========== =======================================================================
130
- `fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`__ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)``
131
- `48c98bc1d4 <https://github.com/apache/airflow/commit/48c98bc1d4371a990bfadbfdd1478254e0098fa6>`__ 2024-04-27 ``Update Hashicorp AWS assume role auth docs (#39287)``
132
- `a3f0d83679 <https://github.com/apache/airflow/commit/a3f0d836796c34d3643842f1674f1d5b04bb34bd>`__ 2024-04-27 ``Add assume_role_kwargs in hashicorp backend config (#39279)``
133
- `ead9b00f7c <https://github.com/apache/airflow/commit/ead9b00f7cd5acecf9d575c459bb62633088436a>`__ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)``
134
- `d08f893f25 <https://github.com/apache/airflow/commit/d08f893f25c2267198916f013dd41c900aa3f3af>`__ 2024-04-25 ``Expose AWS IAM missing param in Hashicorp secret (#38536)``
135
- `5fa80b6aea <https://github.com/apache/airflow/commit/5fa80b6aea60f93cdada66f160e2b54f723865ca>`__ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
136
- `0a74928894 <https://github.com/apache/airflow/commit/0a74928894fb57b0160208262ccacad12da23fc7>`__ 2024-03-18 ``Bump ruff to 0.3.3 (#38240)``
137
- ================================================================================================== =========== =======================================================================
138
-
139
- 3.6.4
140
- .....
141
-
142
- Latest change: 2024-03-04
143
-
144
- ================================================================================================== =========== ===========================================================================
145
- Commit Committed Subject
146
- ================================================================================================== =========== ===========================================================================
147
- `83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`__ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
148
- `3568b09e8c <https://github.com/apache/airflow/commit/3568b09e8c7501bd84d08d594038dea9b8e20a23>`__ 2024-02-23 ``Fix unexpected keyword argument 'secret_path' in secrets.kv.v2 (#37626)``
149
- `5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`__ 2024-02-16 ``Add comment about versions updated by release manager (#37488)``
150
- `e346253760 <https://github.com/apache/airflow/commit/e3462537608854368b04f58c25835c8097dec51c>`__ 2024-02-15 ``Fix remaining D401 checks (#37434)``
151
- ================================================================================================== =========== ===========================================================================
152
-
153
- 3.6.3
154
- .....
155
-
156
- Latest change: 2024-02-12
157
-
158
- ================================================================================================== =========== ==================================================================================
159
- Commit Committed Subject
160
- ================================================================================================== =========== ==================================================================================
161
- `bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`__ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)``
162
- `399796364d <https://github.com/apache/airflow/commit/399796364d94d9362c346ab4dfe137a9d8cc5fbb>`__ 2024-02-11 ``feat(hashicorp): Add 'VAULT_TOKEN' support (#37337)``
163
- `dec2662190 <https://github.com/apache/airflow/commit/dec2662190dd4480d0c631da733e19d2ec9a479d>`__ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)``
164
- ================================================================================================== =========== ==================================================================================
165
-
166
- 3.6.2
167
- .....
168
-
169
- Latest change: 2024-01-26
170
-
171
- ================================================================================================== =========== ====================================================================================================================
172
- Commit Committed Subject
173
- ================================================================================================== =========== ====================================================================================================================
174
- `cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`__ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)``
175
- `0b680c9492 <https://github.com/apache/airflow/commit/0b680c94922e3f7ca1f3ada8328e315bbae37dc8>`__ 2024-01-26 ``Revert "Provide the logger_name param in providers hooks in order to override the logger name (#36675)" (#37015)``
176
- `2b4da0101f <https://github.com/apache/airflow/commit/2b4da0101f0314989d148c3c8a02c87e87048974>`__ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)``
177
- `cd5ab08d95 <https://github.com/apache/airflow/commit/cd5ab08d95aaf4c65e56a91f1843d04c09f27cb1>`__ 2024-01-10 ``Explicitly passing 'raise_on_deleted_version=True' to 'read_secret_version' in Hashicorp operator (#36532)``
178
- `6bd450da1e <https://github.com/apache/airflow/commit/6bd450da1eb6cacc2ccfd4544d520ae059b75c3b>`__ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)``
179
- `19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`__ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)``
180
- `6937ae7647 <https://github.com/apache/airflow/commit/6937ae76476b3bc869ef912d000bcc94ad642db1>`__ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)``
181
- `8b723e498d <https://github.com/apache/airflow/commit/8b723e498de47a14f4d2dc13d5a2b876d42d7ff8>`__ 2023-12-27 ``Use RST headers instead of Markdown (#36452)``
182
- ================================================================================================== =========== ====================================================================================================================
183
-
184
- 3.6.1
185
- .....
186
-
187
- Latest change: 2023-12-23
188
-
189
- ================================================================================================== =========== ==================================================================================
190
- Commit Committed Subject
191
- ================================================================================================== =========== ==================================================================================
192
- `b15d5578da <https://github.com/apache/airflow/commit/b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c>`__ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
193
- `f5883d6e7b <https://github.com/apache/airflow/commit/f5883d6e7be83f1ab9468e67164b7ac381fdb49f>`__ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)``
194
- `b9c38c6b18 <https://github.com/apache/airflow/commit/b9c38c6b18412179afca11aea5d68f416e7bcafd>`__ 2023-12-20 ``DOC multiple vault mount points (#36313)``
195
- `cd476acd8f <https://github.com/apache/airflow/commit/cd476acd8f1684f613c20dddaa9e988bcfb3ac1c>`__ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)``
196
- ================================================================================================== =========== ==================================================================================
197
-
198
- 3.6.0
199
- .....
200
-
201
- Latest change: 2023-12-08
202
-
203
- ================================================================================================== =========== =======================================================================
204
- Commit Committed Subject
205
- ================================================================================================== =========== =======================================================================
206
- `999b70178a <https://github.com/apache/airflow/commit/999b70178a1f5d891fd2c88af4831a4ba4c2cbc9>`__ 2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)``
207
- `d0918d77ee <https://github.com/apache/airflow/commit/d0918d77ee05ab08c83af6956e38584a48574590>`__ 2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
208
- `0b23d5601c <https://github.com/apache/airflow/commit/0b23d5601c6f833392b0ea816e651dcb13a14685>`__ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
209
- `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`__ 2023-11-19 ``Use reproducible builds for provider packages (#35693)``
210
- `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`__ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)``
211
- `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`__ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)``
212
- `706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`__ 2023-11-04 ``Remove empty lines in generated changelog (#35436)``
213
- `052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`__ 2023-11-04 ``Change security.rst to use includes in providers (#35435)``
214
- `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`__ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
215
- `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`__ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
216
- `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`__ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
217
- ================================================================================================== =========== =======================================================================
218
-
219
- 3.5.0
220
- .....
221
-
222
- Latest change: 2023-10-13
223
-
224
- ================================================================================================== =========== ===============================================================
225
- Commit Committed Subject
226
- ================================================================================================== =========== ===============================================================
227
- `e9987d5059 <https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`__ 2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
228
- `0c8e30e43b <https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`__ 2023-10-05 ``Bump min airflow version of providers (#34728)``
229
- `8ecd576de1 <https://github.com/apache/airflow/commit/8ecd576de1043dbea40e5e16b5dc34859cc41725>`__ 2023-09-14 ``Refactor shorter defaults in providers (#34347)``
230
- ================================================================================================== =========== ===============================================================
231
-
232
- 3.4.3
233
- .....
234
-
235
- Latest change: 2023-09-08
236
-
237
- ================================================================================================== =========== ===================================================================================================
238
- Commit Committed Subject
239
- ================================================================================================== =========== ===================================================================================================
240
- `21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`__ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)``
241
- `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`__ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)``
242
- `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`__ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)``
243
- `a54c2424df <https://github.com/apache/airflow/commit/a54c2424df51bf1acec420f4792a237dabcfa12b>`__ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)``
244
- `73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`__ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)``
245
- ================================================================================================== =========== ===================================================================================================
246
-
247
- 3.4.2
248
- .....
249
-
250
- Latest change: 2023-07-06
251
-
252
- ================================================================================================== =========== =================================================================
253
- Commit Committed Subject
254
- ================================================================================================== =========== =================================================================
255
- `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`__ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)``
256
- `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`__ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)``
257
- `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`__ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)``
258
- `1240dcc167 <https://github.com/apache/airflow/commit/1240dcc167c4b47331db81deff61fc688df118c2>`__ 2023-07-05 ``D205 Support - Providers: GRPC to Oracle (inclusive) (#32357)``
259
- `09d4718d3a <https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`__ 2023-06-27 ``Improve provider documentation and README structure (#32125)``
260
- `d136457686 <https://github.com/apache/airflow/commit/d136457686c06dc0720fc83fd24ce38642bdfd30>`__ 2023-06-20 ``Add default retry to hvac client requests (#31073)``
261
- ================================================================================================== =========== =================================================================
262
-
263
- 3.4.1
264
- .....
265
-
266
- Latest change: 2023-06-20
267
-
268
- ================================================================================================== =========== =============================================================
269
- Commit Committed Subject
270
- ================================================================================================== =========== =============================================================
271
- `79bcc2e668 <https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`__ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)``
272
- `8b146152d6 <https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`__ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)``
273
- `a59076eaee <https://github.com/apache/airflow/commit/a59076eaeed03dd46e749ad58160193b4ef3660c>`__ 2023-06-02 ``Add D400 pydocstyle check - Providers (#31427)``
274
- `41ea700cbd <https://github.com/apache/airflow/commit/41ea700cbdce99cddd0f7b51b33b9fab51b993af>`__ 2023-05-30 ``Fix hashicorp some client authentication methods (#31593)``
275
- `9fa75aaf7a <https://github.com/apache/airflow/commit/9fa75aaf7a391ebf0e6b6949445c060f6de2ceb9>`__ 2023-05-29 ``Remove Python 3.7 support (#30963)``
276
- ================================================================================================== =========== =============================================================
277
-
278
- 3.4.0
279
- .....
280
-
281
- Latest change: 2023-05-19
282
-
283
- ================================================================================================== =========== ======================================================================================
284
- Commit Committed Subject
285
- ================================================================================================== =========== ======================================================================================
286
- `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`__ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)``
287
- `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`__ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)``
288
- `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`__ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)``
289
- `7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`__ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)``
290
- `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`__ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)``
291
- `0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`__ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)``
292
- `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`__ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)``
293
- `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`__ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)``
294
- `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`__ 2023-04-04 ``Add mechanism to suspend providers (#30422)``
295
- ================================================================================================== =========== ======================================================================================
296
-
297
- 3.3.1
298
- .....
299
-
300
- Latest change: 2023-04-02
301
-
302
- ================================================================================================== =========== ==============================================================================================
303
- Commit Committed Subject
304
- ================================================================================================== =========== ==============================================================================================
305
- `55dbf1ff1f <https://github.com/apache/airflow/commit/55dbf1ff1fb0b22714f695a66f6108b3249d1199>`__ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)``
306
- `b3d5a176ba <https://github.com/apache/airflow/commit/b3d5a176baac530a25ec9d1c8838115d9d156f0b>`__ 2023-03-16 ``Remove required validations in Hashicorp Vault conn form (#30138)``
307
- `14d9e90b3a <https://github.com/apache/airflow/commit/14d9e90b3abca6a779a8fd264cfe9bcc081e1d9b>`__ 2023-03-16 ``Improve creating Vault connection from the UI and add documentation for this conn (#30057)``
308
- `63d9266492 <https://github.com/apache/airflow/commit/63d92664927647b29d586db2fc9adcfafddc473d>`__ 2023-03-14 ``remove unused key_id variable (#30055)``
309
- `d2f62d7cd5 <https://github.com/apache/airflow/commit/d2f62d7cd5c2b2c141b5db5594a95e6bf0148442>`__ 2023-03-13 ``Simplify dict logic in Hashicorp Vault Hook (#30060)``
310
- ================================================================================================== =========== ==============================================================================================
311
-
312
- 3.3.0
313
- .....
314
-
315
- Latest change: 2023-03-07
316
-
317
- ================================================================================================== =========== ==================================================================
318
- Commit Committed Subject
319
- ================================================================================================== =========== ==================================================================
320
- `4a9e1e8a1f <https://github.com/apache/airflow/commit/4a9e1e8a1fcf76c0bd9e2c501b0da0466223f6ac>`__ 2023-03-07 ``Prepare docs for hashicorp ad hoc RC2 release (#29942)``
321
- `4fa91d7540 <https://github.com/apache/airflow/commit/4fa91d7540b93420a6c7c43737e3ac881b418873>`__ 2023-03-04 ``Fix empty paths in Vault secrets backend (#29908)``
322
- `fcd3c0149f <https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`__ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)``
323
- `dff425bc3d <https://github.com/apache/airflow/commit/dff425bc3d92697bb447010aa9f3b56519a59f1e>`__ 2023-02-24 ``Support multiple mount points in Vault backend secret (#29734)``
324
- `1816bc321f <https://github.com/apache/airflow/commit/1816bc321f72ad768cc6ee6f3ed766b7a448abc6>`__ 2023-02-11 ``Update hashicorp-vault.rst (#29464)``
325
- ================================================================================================== =========== ==================================================================
326
-
327
- 3.2.0
328
- .....
329
-
330
- Latest change: 2022-11-15
331
-
332
- ================================================================================================== =========== ====================================================================================
333
- Commit Committed Subject
334
- ================================================================================================== =========== ====================================================================================
335
- `12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`__ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
336
- `1a3f7857f5 <https://github.com/apache/airflow/commit/1a3f7857f50170cbef767b91e2831fee8019e7b1>`__ 2022-11-02 ``Pass kwargs from vault hook to hvac client (#26680)``
337
- `9ab1a6a3e7 <https://github.com/apache/airflow/commit/9ab1a6a3e70b32a3cddddf0adede5d2f3f7e29ea>`__ 2022-10-27 ``Update old style typing (#26872)``
338
- `78b8ea2f22 <https://github.com/apache/airflow/commit/78b8ea2f22239db3ef9976301234a66e50b47a94>`__ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
339
- `2a34dc9e84 <https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`__ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
340
- `f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`__ 2022-09-28 ``Update docs for September Provider's release (#26731)``
341
- `06acf40a43 <https://github.com/apache/airflow/commit/06acf40a4337759797f666d5bb27a5a393b74fed>`__ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
342
- `1a1f352479 <https://github.com/apache/airflow/commit/1a1f352479d6dbff21d73d3c51b1e5d5188e00e3>`__ 2022-08-23 ``Add Airflow specific warning classes (#25799)``
343
- ================================================================================================== =========== ====================================================================================
344
-
345
- 3.1.0
346
- .....
347
-
348
- Latest change: 2022-08-10
349
-
350
- ================================================================================================== =========== ================================================================================
351
- Commit Committed Subject
352
- ================================================================================================== =========== ================================================================================
353
- `e5ac6c7cfb <https://github.com/apache/airflow/commit/e5ac6c7cfb189c33e3b247f7d5aec59fe5e89a00>`__ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)``
354
- `ad0a4965aa <https://github.com/apache/airflow/commit/ad0a4965aaf0702f0e8408660b912e87d3c75c22>`__ 2022-07-28 ``Use newer kubernetes authentication method in internal vault client (#25351)``
355
- ================================================================================================== =========== ================================================================================
356
-
357
- 3.0.1
358
- .....
359
-
360
- Latest change: 2022-07-13
361
-
362
- ================================================================================================== =========== =============================================================================
363
- Commit Committed Subject
364
- ================================================================================================== =========== =============================================================================
365
- `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`__ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)``
366
- `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`__ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)``
367
- `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`__ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)``
368
- `9c59831ee7 <https://github.com/apache/airflow/commit/9c59831ee78f14de96421c74986933c494407afa>`__ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)``
369
- ================================================================================================== =========== =============================================================================
370
-
371
- 3.0.0
372
- .....
373
-
374
- Latest change: 2022-06-09
375
-
376
- ================================================================================================== =========== ==================================================================================
377
- Commit Committed Subject
378
- ================================================================================================== =========== ==================================================================================
379
- `dcdcf3a2b8 <https://github.com/apache/airflow/commit/dcdcf3a2b8054fa727efb4cd79d38d2c9c7e1bd5>`__ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)``
380
- `717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`__ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)``
381
- `b1ad017cee <https://github.com/apache/airflow/commit/b1ad017cee66f5e042144cc7baa2d44b23b47c4f>`__ 2022-06-07 ``pydocstyle D202 added (#24221)``
382
- `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`__ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)``
383
- `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`__ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)``
384
- `75c60923e0 <https://github.com/apache/airflow/commit/75c60923e01375ffc5f71c4f2f7968f489e2ca2f>`__ 2022-05-12 ``Prepare provider documentation 2022.05.11 (#23631)``
385
- `428a439953 <https://github.com/apache/airflow/commit/428a43995390b3623a51aa7bac7e21da69a8db22>`__ 2022-05-09 ``Clean up in-line f-string concatenation (#23591)``
386
- `8b6b0848a3 <https://github.com/apache/airflow/commit/8b6b0848a3cacf9999477d6af4d2a87463f03026>`__ 2022-04-23 ``Use new Breese for building, pulling and verifying the images. (#23104)``
387
- ================================================================================================== =========== ==================================================================================
388
-
389
- 2.2.0
390
- .....
391
-
392
- Latest change: 2022-04-07
393
-
394
- ================================================================================================== =========== ==================================================================================
395
- Commit Committed Subject
396
- ================================================================================================== =========== ==================================================================================
397
- `56ab82ed7a <https://github.com/apache/airflow/commit/56ab82ed7a5c179d024722ccc697b740b2b93b6a>`__ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)``
398
- `7ab45d41d6 <https://github.com/apache/airflow/commit/7ab45d41d6c4de322dc8afe8a74b712d0bae4ee7>`__ 2022-03-24 ``Update secrets backends to use get_conn_value instead of get_conn_uri (#22348)``
399
- ================================================================================================== =========== ==================================================================================
400
-
401
- 2.1.4
402
- .....
403
-
404
- Latest change: 2022-03-22
405
-
406
- ================================================================================================== =========== ==============================================================
407
- Commit Committed Subject
408
- ================================================================================================== =========== ==============================================================
409
- `d7dbfb7e26 <https://github.com/apache/airflow/commit/d7dbfb7e26a50130d3550e781dc71a5fbcaeb3d2>`__ 2022-03-22 ``Add documentation for bugfix release of Providers (#22383)``
410
- ================================================================================================== =========== ==============================================================
411
-
412
- 2.1.3
413
- .....
414
-
415
- Latest change: 2022-03-14
416
-
417
- ================================================================================================== =========== ====================================================================
418
- Commit Committed Subject
419
- ================================================================================================== =========== ====================================================================
420
- `16adc035b1 <https://github.com/apache/airflow/commit/16adc035b1ecdf533f44fbb3e32bea972127bb71>`__ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)``
421
- ================================================================================================== =========== ====================================================================
422
-
423
- 2.1.2
424
- .....
425
-
426
- Latest change: 2022-03-07
427
-
428
- ================================================================================================== =========== ==========================================================================
429
- Commit Committed Subject
430
- ================================================================================================== =========== ==========================================================================
431
- `f5b96315fe <https://github.com/apache/airflow/commit/f5b96315fe65b99c0e2542831ff73a3406c4232d>`__ 2022-03-07 ``Add documentation for Feb Providers release (#22056)``
432
- `d94fa37830 <https://github.com/apache/airflow/commit/d94fa378305957358b910cfb1fe7cb14bc793804>`__ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
433
- `6c3a67d4fc <https://github.com/apache/airflow/commit/6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038>`__ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)``
434
- `602abe8394 <https://github.com/apache/airflow/commit/602abe8394fafe7de54df7e73af56de848cdf617>`__ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
435
- `03b08aad8c <https://github.com/apache/airflow/commit/03b08aad8c71204da7edc1202ff9928ff236366a>`__ 2022-01-14 ``Fix Vault Hook default connection name (#20792)``
436
- `f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`__ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)``
437
- `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`__ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)``
438
- `5516c14951 <https://github.com/apache/airflow/commit/5516c14951e41aa5852df7358df6284f549111cc>`__ 2021-12-22 ``Update hashicorp-vault.rst (#20348)``
439
- `2fb5e1d0ec <https://github.com/apache/airflow/commit/2fb5e1d0ec306839a3ff21d0bddbde1d022ee8c7>`__ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)``
440
- `43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`__ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)``
441
- ================================================================================================== =========== ==========================================================================
442
-
443
- 2.1.1
444
- .....
445
-
446
- Latest change: 2021-09-30
447
-
448
- ================================================================================================== =========== =================================================================
449
- Commit Committed Subject
450
- ================================================================================================== =========== =================================================================
451
- `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`__ 2021-09-30 ``Update documentation for September providers release (#18613)``
452
- `1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`__ 2021-09-12 ``Add official download page for providers (#18187)``
453
- `476ae0eb58 <https://github.com/apache/airflow/commit/476ae0eb588a5bfbc3d415a34cf4f0262f53888e>`__ 2021-09-10 ``Fixing Vault AppRole authentication with CONN_URI (#18064)``
454
- `046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`__ 2021-09-09 ``fix misspelling (#18121)``
455
- ================================================================================================== =========== =================================================================
456
-
457
- 2.1.0
458
- .....
459
-
460
- Latest change: 2021-09-03
461
-
462
- ================================================================================================== =========== ============================================================================
463
- Commit Committed Subject
464
- ================================================================================================== =========== ============================================================================
465
- `fd5d65751c <https://github.com/apache/airflow/commit/fd5d65751ca026d2b5f0ec1e4d9ce1b1e09e5b22>`__ 2021-09-03 ``Update release notes for 3 extra providers released (#18018)``
466
- `16b47cecfb <https://github.com/apache/airflow/commit/16b47cecfb5cf88b0176a59589cbd77e0eaccfd3>`__ 2021-09-01 ``Invalidate Vault cached prop when not authenticated (#17387)``
467
- `a29503e1ba <https://github.com/apache/airflow/commit/a29503e1baf7534c85ebf6685ba91003051c1cea>`__ 2021-08-31 ``Fix instantiating Vault Secret Backend during configuration (#17935)``
468
- `0a68588479 <https://github.com/apache/airflow/commit/0a68588479e34cf175d744ea77b283d9d78ea71a>`__ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)``
469
- `be75dcd39c <https://github.com/apache/airflow/commit/be75dcd39cd10264048c86e74110365bd5daf8b7>`__ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data``
470
- `6301faa388 <https://github.com/apache/airflow/commit/6301faa3888371ef361e704844f36d9bf768f731>`__ 2021-08-23 ``Enable Connection creation from Vault parameters (#15013)``
471
- `76ed2a49c6 <https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`__ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)``
472
- `29aab6434f <https://github.com/apache/airflow/commit/29aab6434ffe0fb8c83b6fd6c9e44310966d496a>`__ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)``
473
- `8fa4a8b587 <https://github.com/apache/airflow/commit/8fa4a8b587a3672156110fc4cf5c04bdf6830867>`__ 2021-08-02 ``Update hasicorp-vault.rst to describe use of config (#17313)``
474
- `87f408b1e7 <https://github.com/apache/airflow/commit/87f408b1e78968580c760acb275ae5bb042161db>`__ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)``
475
- `b916b75079 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`__ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)``
476
- `866a601b76 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`__ 2021-06-28 ``Removes pylint from our toolchain (#16682)``
477
- ================================================================================================== =========== ============================================================================
478
-
479
- 2.0.0
480
- .....
481
-
482
- Latest change: 2021-06-18
483
-
484
- ================================================================================================== =========== ==================================================================================
485
- Commit Committed Subject
486
- ================================================================================================== =========== ==================================================================================
487
- `bbc627a3da <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`__ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)``
488
- `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`__ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)``
489
- `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`__ 2021-06-15 ``More documentation update for June providers release (#16405)``
490
- `70cfe01353 <https://github.com/apache/airflow/commit/70cfe0135373d1f0400e7d9b275ebb017429794b>`__ 2021-06-12 ``Sanitize end of line character when loading token from a file (vault) (#16407)``
491
- `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`__ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)``
492
- `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`__ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)``
493
- ================================================================================================== =========== ==================================================================================
494
-
495
- 1.0.2
496
- .....
497
-
498
- Latest change: 2021-04-07
499
-
500
- ================================================================================================== =========== =============================================================================
501
- Commit Committed Subject
502
- ================================================================================================== =========== =============================================================================
503
- `4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`__ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)``
504
- `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`__ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)``
505
- `b74f796c83 <https://github.com/apache/airflow/commit/b74f796c833283c820c81b20df1ba9f9cfa485c3>`__ 2021-04-06 ``Fix deprecated warning hvac auth (#15216)``
506
- `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`__ 2021-03-20 ``Remove Backport Providers (#14886)``
507
- `e7bb17aeb8 <https://github.com/apache/airflow/commit/e7bb17aeb83b2218620c5320241b0c9f902d74ff>`__ 2021-03-06 ``Use built-in 'cached_property' on Python 3.8 where possible (#14606)``
508
- ================================================================================================== =========== =============================================================================
509
-
510
- 1.0.1
511
- .....
512
-
513
- Latest change: 2021-02-04
514
-
515
- ================================================================================================== =========== =========================================================
516
- Commit Committed Subject
517
- ================================================================================================== =========== =========================================================
518
- `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`__ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)``
519
- `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`__ 2021-02-01 ``Implement provider versioning tools (#13767)``
520
- `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`__ 2021-01-21 ``Add missing logos for integrations (#13717)``
521
- `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`__ 2020-12-30 ``Fix Grammar in PIP warning (#13380)``
522
- `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`__ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)``
523
- `f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`__ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)``
524
- ================================================================================================== =========== =========================================================
525
-
526
- 1.0.0
527
- .....
528
-
529
- Latest change: 2020-12-09
530
-
531
- ================================================================================================== =========== ==================================================================================
532
- Commit Committed Subject
533
- ================================================================================================== =========== ==================================================================================
534
- `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`__ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)``
535
- `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`__ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)``
536
- `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`__ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)``
537
- `70b1cc2cfc <https://github.com/apache/airflow/commit/70b1cc2cfc9a130a9a8677df3503b13be926eb2b>`__ 2020-12-04 ``Move secret backends guides to provider docs (#12798)``
538
- `36a9b0f48b <https://github.com/apache/airflow/commit/36a9b0f48baf4a8ef8fc02a450a279948a8c0f02>`__ 2020-11-20 ``Fix the default value for VaultBackend's config_path (#12518)``
539
- `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`__ 2020-11-20 ``Separate out documentation building per provider (#12444)``
540
- `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`__ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)``
541
- `7ca0b6f121 <https://github.com/apache/airflow/commit/7ca0b6f121c9cec6e25de130f86a56d7c7fbe38c>`__ 2020-11-18 ``Enable Markdownlint rule MD003/heading-style/header-style (#12427) (#12438)``
542
- `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`__ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
543
- `6889a333cf <https://github.com/apache/airflow/commit/6889a333cff001727eb0a66e375544a28c9a5f03>`__ 2020-11-15 ``Improvements for operators and hooks ref docs (#12366)``
544
- `7825e8f590 <https://github.com/apache/airflow/commit/7825e8f59034645ab3247229be83a3aa90baece1>`__ 2020-11-13 ``Docs installation improvements (#12304)``
545
- `85a18e13d9 <https://github.com/apache/airflow/commit/85a18e13d9dec84275283ff69e34704b60d54a75>`__ 2020-11-09 ``Point at pypi project pages for cross-dependency of provider packages (#12212)``
546
- `59eb5de78c <https://github.com/apache/airflow/commit/59eb5de78c70ee9c7ae6e4cba5c7a2babb8103ca>`__ 2020-11-09 ``Update provider READMEs for up-coming 1.0.0beta1 releases (#12206)``
547
- `b2a28d1590 <https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32>`__ 2020-11-09 ``Moves provider packages scripts to dev (#12082)``
548
- `4e8f9cc8d0 <https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68>`__ 2020-11-03 ``Enable Black - Python Auto Formmatter (#9550)``
549
- `dd2442b1e6 <https://github.com/apache/airflow/commit/dd2442b1e66d4725e7193e0cab0548a4d8c71fbd>`__ 2020-11-02 ``Vault with optional Variables or Connections (#11736)``
550
- `5a439e84eb <https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0>`__ 2020-10-26 ``Prepare providers release 0.0.2a1 (#11855)``
551
- `872b1566a1 <https://github.com/apache/airflow/commit/872b1566a11cb73297e657ff325161721b296574>`__ 2020-10-25 ``Generated backport providers readmes/setup for 2020.10.29 (#11826)``
552
- `349b0811c3 <https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a>`__ 2020-10-20 ``Add D200 pydocstyle check (#11688)``
553
- `16e7129719 <https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746>`__ 2020-10-13 ``Added support for provider packages for Airflow 2.0 (#11487)``
554
- `0a0e1af800 <https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa>`__ 2020-10-03 ``Fix Broken Markdown links in Providers README TOC (#11249)``
555
- `ca4238eb4d <https://github.com/apache/airflow/commit/ca4238eb4d9a2aef70eb641343f59ee706d27d13>`__ 2020-10-02 ``Fixed month in backport packages to October (#11242)``
556
- `5220e4c384 <https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5>`__ 2020-10-02 ``Prepare Backport release 2020.09.07 (#11238)``
557
- `9549274d11 <https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9>`__ 2020-09-09 ``Upgrade black to 20.8b1 (#10818)``
558
- `3867f76625 <https://github.com/apache/airflow/commit/3867f7662559761864ec4e7be26b776c64c2f199>`__ 2020-08-28 ``Update Google Cloud branding (#10615)``
559
- `fdd9b6f65b <https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3>`__ 2020-08-25 ``Enable Black on Providers Packages (#10543)``
560
- `3696c34c28 <https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34>`__ 2020-08-24 ``Fix typo in the word "release" (#10528)``
561
- `2f2d8dbfaf <https://github.com/apache/airflow/commit/2f2d8dbfafefb4be3dd80f22f31c649c8498f148>`__ 2020-08-25 ``Remove all "noinspection" comments native to IntelliJ (#10525)``
562
- `ee7ca128a1 <https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94>`__ 2020-08-22 ``Fix broken Markdown refernces in Providers README (#10483)``
563
- `2f31b3060e <https://github.com/apache/airflow/commit/2f31b3060ed8274d5d1b1db7349ce607640b9199>`__ 2020-07-08 ``Get Airflow configs with sensitive data from Secret Backends (#9645)``
564
- `44d4ae809c <https://github.com/apache/airflow/commit/44d4ae809c1e3784ff95b6a5e95113c3412e56b3>`__ 2020-07-06 ``Upgrade to latest pre-commit checks (#9686)``
565
- `a99aaeb496 <https://github.com/apache/airflow/commit/a99aaeb49672e913d5ff79606237f6f3614fc8f5>`__ 2020-07-03 ``Allow setting Hashicorp Vault token from File (#9644)``
566
- `d0e7db4024 <https://github.com/apache/airflow/commit/d0e7db4024806af35e3c9a2cae460fdeedd4d2ec>`__ 2020-06-19 ``Fixed release number for fresh release (#9408)``
567
- `12af6a0800 <https://github.com/apache/airflow/commit/12af6a08009b8776e00d8a0aab92363eb8c4e8b1>`__ 2020-06-19 ``Final cleanup for 2020.6.23rc1 release preparation (#9404)``
568
- `df693e0e31 <https://github.com/apache/airflow/commit/df693e0e3138f6601c4776cd529d8cb7bcde2f90>`__ 2020-06-19 ``Add more authentication options for HashiCorp Vault classes (#8974)``
569
- `c7e5bce57f <https://github.com/apache/airflow/commit/c7e5bce57fe7f51cefce4f8a41ce408ac5675d13>`__ 2020-06-19 ``Prepare backport release candidate for 2020.6.23rc1 (#9370)``
570
- `d47e070a79 <https://github.com/apache/airflow/commit/d47e070a79b574cca043ca9c06f91d47eecb3040>`__ 2020-06-17 ``Add HashiCorp Vault Hook (split-out from Vault secret backend) (#9333)``
571
- `f6bd817a3a <https://github.com/apache/airflow/commit/f6bd817a3aac0a16430fc2e3d59c1f17a69a15ac>`__ 2020-06-16 ``Introduce 'transfers' packages (#9320)``
572
- `0b0e4f7a4c <https://github.com/apache/airflow/commit/0b0e4f7a4cceff3efe15161fb40b984782760a34>`__ 2020-05-26 ``Preparing for RC3 relase of backports (#9026)``
573
- `00642a46d0 <https://github.com/apache/airflow/commit/00642a46d019870c4decb3d0e47c01d6a25cb88c>`__ 2020-05-26 ``Fixed name of 20 remaining wrongly named operators. (#8994)``
574
- `375d1ca229 <https://github.com/apache/airflow/commit/375d1ca229464617780623c61c6e8a1bf570c87f>`__ 2020-05-19 ``Release candidate 2 for backport packages 2020.05.20 (#8898)``
575
- `12c5e5d8ae <https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79>`__ 2020-05-17 ``Prepare release candidate for backport packages (#8891)``
576
- `f3521fb0e3 <https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca>`__ 2020-05-16 ``Regenerate readme files for backport package release (#8886)``
577
- `92585ca4cb <https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92>`__ 2020-05-15 ``Added automated release notes generation for backport operators (#8807)``
578
- `d8cb0b5ddb <https://github.com/apache/airflow/commit/d8cb0b5ddb02d194742e374d9ac90dd8231f6e80>`__ 2020-05-04 ``Support k8s auth method in Vault Secrets provider (#8640)``
579
- `87969a350d <https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca>`__ 2020-04-09 ``[AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170)``
580
- `c1c88abfed <https://github.com/apache/airflow/commit/c1c88abfede7a36c3b1d1b511fbc6c03af46d363>`__ 2020-03-28 ``Get Airflow Variables from Hashicorp Vault (#7944)``
581
- `eb4af4f944 <https://github.com/apache/airflow/commit/eb4af4f944c77e67e167bbb6b0a2aaf075a95b50>`__ 2020-03-28 ``Make BaseSecretsBackend.build_path generic (#7948)``
582
- `686d7d50bd <https://github.com/apache/airflow/commit/686d7d50bd21622724d6818021355bc6885fd3de>`__ 2020-03-25 ``Standardize SecretBackend class names (#7846)``
583
- `eef87b9953 <https://github.com/apache/airflow/commit/eef87b9953347a65421f315a07dbef37ded9df66>`__ 2020-03-23 ``[AIRFLOW-7105] Unify Secrets Backend method interfaces (#7830)``
584
- `cdf1809fce <https://github.com/apache/airflow/commit/cdf1809fce0e59c8379a799f1738d8d813abbf51>`__ 2020-03-23 ``[AIRFLOW-7104] Add Secret backend for GCP Secrets Manager (#7795)``
585
- `a44beaf5bd <https://github.com/apache/airflow/commit/a44beaf5bddae2a8de0429af45be5ff78a7d4d4e>`__ 2020-03-19 ``[AIRFLOW-7076] Add support for HashiCorp Vault as Secrets Backend (#7741)``
586
- ================================================================================================== =========== ==================================================================================