ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
80 stars 59 forks source link

Revert "update reqirements for 2.9 hcloud hvac conflict (#145)" #146

Closed briantist closed 2 years ago

briantist commented 2 years ago

This reverts commit 93b38d725a83b6bd008fb1e98484b42fe51198df.

SUMMARY

Related:

The change in hvac should not have happened in a patch release. 0.11.2 is released to address that.

The changes may still happen in 1.0.0 so we'll need to be wary of that. For the time being though, going to revert this requirements change and deal with 1.0.0 when it comes out.

ISSUE TYPE
COMPONENT NAME

tests/

ADDITIONAL INFORMATION
codecov[bot] commented 2 years ago

Codecov Report

Merging #146 (e948571) into main (e78c74f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #146   +/-   ##
=======================================
  Coverage   89.22%   89.22%           
=======================================
  Files          34       34           
  Lines        1346     1346           
  Branches      102      102           
=======================================
  Hits         1201     1201           
  Misses        135      135           
  Partials       10       10           
Flag Coverage Δ
env_docker-default 89.22% <0.00%> (ø)
integration 71.13% <0.00%> (ø)
py2.6 34.96% <0.00%> (ø)
py2.7 80.75% <0.00%> (ø)
py3.10 88.33% <0.00%> (ø)
py3.5 81.05% <0.00%> (ø)
py3.6 81.05% <0.00%> (ø)
py3.7 81.05% <0.00%> (ø)
py3.8 88.33% <0.00%> (ø)
py3.9 88.33% <0.00%> (ø)
sanity 34.95% <0.00%> (ø)
target_ansible-doc 35.75% <0.00%> (-0.41%) :arrow_down:
target_auth_approle 84.21% <0.00%> (ø)
target_auth_jwt 86.95% <0.00%> (ø)
target_auth_none 100.00% <0.00%> (ø)
target_auth_token 73.33% <0.00%> (ø)
target_connection_options 73.78% <0.00%> (ø)
target_controller 67.67% <0.00%> (ø)
target_import 34.26% <0.00%> (ø)
target_lookup_hashi_vault 78.75% <0.00%> (ø)
target_module_utils 87.92% <0.00%> (ø)
units 86.62% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 93b38d7...e948571. Read the comment docs.