apache-airflow-providers-hashicorp 3.6.1rc1__tar.gz → 3.6.2rc1__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.
Files changed (12) hide show
  1. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/PKG-INFO +8 -8
  2. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/README.rst +4 -4
  3. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/__init__.py +1 -1
  4. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/_internal_client/vault_client.py +8 -2
  5. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/get_provider_info.py +4 -3
  6. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/pyproject.toml +4 -4
  7. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/LICENSE +0 -0
  8. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/_internal_client/__init__.py +0 -0
  9. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/hooks/__init__.py +0 -0
  10. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/hooks/vault.py +0 -0
  11. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/secrets/__init__.py +0 -0
  12. {apache_airflow_providers_hashicorp-3.6.1rc1 → apache_airflow_providers_hashicorp-3.6.2rc1}/airflow/providers/hashicorp/secrets/vault.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-hashicorp
3
- Version: 3.6.1rc1
3
+ Version: 3.6.2rc1
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>
@@ -21,11 +21,11 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow>=2.6.0.dev0
24
- Requires-Dist: hvac>=0.10
24
+ Requires-Dist: hvac>=1.1.0
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.1/changelog.html
28
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.1
27
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2/changelog.html
28
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2
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.1.rc1``
79
+ Release: ``3.6.2.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.1/>`_.
92
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2/>`_.
93
93
 
94
94
  Installation
95
95
  ------------
@@ -107,7 +107,7 @@ Requirements
107
107
  PIP package Version required
108
108
  ================== ==================
109
109
  ``apache-airflow`` ``>=2.6.0``
110
- ``hvac`` ``>=0.10``
110
+ ``hvac`` ``>=1.1.0``
111
111
  ================== ==================
112
112
 
113
113
  Cross provider package dependencies
@@ -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.1/changelog.html>`_.
133
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-hashicorp``
44
44
 
45
- Release: ``3.6.1.rc1``
45
+ Release: ``3.6.2.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.1/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -73,7 +73,7 @@ Requirements
73
73
  PIP package Version required
74
74
  ================== ==================
75
75
  ``apache-airflow`` ``>=2.6.0``
76
- ``hvac`` ``>=0.10``
76
+ ``hvac`` ``>=1.1.0``
77
77
  ================== ==================
78
78
 
79
79
  Cross provider package dependencies
@@ -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.1/changelog.html>`_.
99
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2/changelog.html>`_.
@@ -27,7 +27,7 @@ import packaging.version
27
27
 
28
28
  __all__ = ["__version__"]
29
29
 
30
- __version__ = "3.6.1"
30
+ __version__ = "3.6.2"
31
31
 
32
32
  try:
33
33
  from airflow import __version__ as airflow_version
@@ -373,7 +373,10 @@ class _VaultClient(LoggingMixin):
373
373
  response = self.client.secrets.kv.v1.read_secret(path=secret_path, mount_point=mount_point)
374
374
  else:
375
375
  response = self.client.secrets.kv.v2.read_secret_version(
376
- path=secret_path, mount_point=mount_point, version=secret_version
376
+ path=secret_path,
377
+ mount_point=mount_point,
378
+ version=secret_version,
379
+ raise_on_deleted_version=True,
377
380
  )
378
381
  except InvalidPath:
379
382
  self.log.debug("Secret not found %s with mount point %s", secret_path, mount_point)
@@ -422,7 +425,10 @@ class _VaultClient(LoggingMixin):
422
425
  try:
423
426
  mount_point, secret_path = self._parse_secret_path(secret_path)
424
427
  return self.client.secrets.kv.v2.read_secret_version(
425
- path=secret_path, mount_point=mount_point, version=secret_version
428
+ path=secret_path,
429
+ mount_point=mount_point,
430
+ version=secret_version,
431
+ raise_on_deleted_version=True,
426
432
  )
427
433
  except InvalidPath:
428
434
  self.log.debug(
@@ -27,9 +27,10 @@ def get_provider_info():
27
27
  "package-name": "apache-airflow-providers-hashicorp",
28
28
  "name": "Hashicorp",
29
29
  "description": "Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__\n",
30
- "suspended": False,
31
- "source-date-epoch": 1703288140,
30
+ "state": "ready",
31
+ "source-date-epoch": 1705912121,
32
32
  "versions": [
33
+ "3.6.2",
33
34
  "3.6.1",
34
35
  "3.6.0",
35
36
  "3.5.0",
@@ -54,7 +55,7 @@ def get_provider_info():
54
55
  "1.0.1",
55
56
  "1.0.0",
56
57
  ],
57
- "dependencies": ["apache-airflow>=2.6.0", "hvac>=0.10"],
58
+ "dependencies": ["apache-airflow>=2.6.0", "hvac>=1.1.0"],
58
59
  "integrations": [
59
60
  {
60
61
  "integration-name": "Hashicorp Vault",
@@ -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.1.rc1"
31
+ version = "3.6.2.rc1"
32
32
  description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -56,12 +56,12 @@ classifiers = [
56
56
  requires-python = "~=3.8"
57
57
  dependencies = [
58
58
  "apache-airflow>=2.6.0.dev0",
59
- "hvac>=0.10",
59
+ "hvac>=1.1.0",
60
60
  ]
61
61
 
62
62
  [project.urls]
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"
63
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2"
64
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/3.6.2/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"