apache-airflow-providers-hashicorp 3.6.0rc1__tar.gz → 3.6.1rc1__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.
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/PKG-INFO +6 -6
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/README.rst +3 -3
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/__init__.py +1 -1
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/get_provider_info.py +2 -1
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/hooks/vault.py +2 -2
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/pyproject.toml +3 -3
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/LICENSE +0 -0
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/_internal_client/__init__.py +0 -0
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/_internal_client/vault_client.py +0 -0
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/hooks/__init__.py +0 -0
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/secrets/__init__.py +0 -0
- {apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/airflow/providers/hashicorp/secrets/vault.py +0 -0
{apache_airflow_providers_hashicorp-3.6.0rc1 → apache_airflow_providers_hashicorp-3.6.1rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-hashicorp
|
|
3
|
-
Version: 3.6.
|
|
3
|
+
Version: 3.6.1rc1
|
|
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>
|
|
@@ -24,8 +24,8 @@ Requires-Dist: apache-airflow>=2.6.0.dev0
|
|
|
24
24
|
Requires-Dist: hvac>=0.10
|
|
25
25
|
Requires-Dist: apache-airflow-providers-google ; extra == "google"
|
|
26
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
27
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html
|
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1
|
|
29
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
30
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
31
31
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -76,7 +76,7 @@ Provides-Extra: google
|
|
|
76
76
|
|
|
77
77
|
Package ``apache-airflow-providers-hashicorp``
|
|
78
78
|
|
|
79
|
-
Release: ``3.6.
|
|
79
|
+
Release: ``3.6.1.rc1``
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
|
|
@@ -89,7 +89,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
|
|
|
89
89
|
are in ``airflow.providers.hashicorp`` python package.
|
|
90
90
|
|
|
91
91
|
You can find package information and changelog for the provider
|
|
92
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
92
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/>`_.
|
|
93
93
|
|
|
94
94
|
Installation
|
|
95
95
|
------------
|
|
@@ -130,4 +130,4 @@ Dependent package
|
|
|
130
130
|
==================================================================================================== ==========
|
|
131
131
|
|
|
132
132
|
The changelog for the provider package can be found in the
|
|
133
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
133
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html>`_.
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-hashicorp``
|
|
44
44
|
|
|
45
|
-
Release: ``3.6.
|
|
45
|
+
Release: ``3.6.1.rc1``
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__
|
|
@@ -55,7 +55,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
|
|
|
55
55
|
are in ``airflow.providers.hashicorp`` python package.
|
|
56
56
|
|
|
57
57
|
You can find package information and changelog for the provider
|
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -96,4 +96,4 @@ Dependent package
|
|
|
96
96
|
==================================================================================================== ==========
|
|
97
97
|
|
|
98
98
|
The changelog for the provider package can be found in the
|
|
99
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
99
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html>`_.
|
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
|
28
28
|
"name": "Hashicorp",
|
|
29
29
|
"description": "Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__\n",
|
|
30
30
|
"suspended": False,
|
|
31
|
-
"source-date-epoch":
|
|
31
|
+
"source-date-epoch": 1703288140,
|
|
32
32
|
"versions": [
|
|
33
|
+
"3.6.1",
|
|
33
34
|
"3.6.0",
|
|
34
35
|
"3.5.0",
|
|
35
36
|
"3.4.3",
|
|
@@ -403,8 +403,8 @@ class VaultHook(BaseHook):
|
|
|
403
403
|
"use_tls": BooleanField(lazy_gettext("Use TLS"), default=True),
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
@
|
|
407
|
-
def get_ui_field_behaviour() -> dict[str, Any]:
|
|
406
|
+
@classmethod
|
|
407
|
+
def get_ui_field_behaviour(cls) -> dict[str, Any]:
|
|
408
408
|
"""Returns custom field behaviour."""
|
|
409
409
|
return {
|
|
410
410
|
"hidden_fields": ["extra"],
|
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-hashicorp"
|
|
31
|
-
version = "3.6.
|
|
31
|
+
version = "3.6.1.rc1"
|
|
32
32
|
description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -60,8 +60,8 @@ dependencies = [
|
|
|
60
60
|
]
|
|
61
61
|
|
|
62
62
|
[project.urls]
|
|
63
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
64
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.
|
|
63
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1"
|
|
64
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1/changelog.html"
|
|
65
65
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
66
66
|
"Source Code" = "https://github.com/apache/airflow"
|
|
67
67
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|