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
81 stars 62 forks source link

Allow hvac 0.10.14+ #84

Closed briantist closed 3 years ago

briantist commented 3 years ago
SUMMARY

Related: #82

hvac 0.10.14 (https://github.com/hvac/hvac/releases/tag/v0.10.14) was released which fixes Python 2.7 support. This updates the requirements and restraints to exclude only the broken releases, so we can again test against later releases.

We'll have to be vigilant for future breakages in hvac before this collection's 2.0.0 release where we'll drop support for Py2 (see #81), and in the case of another breakage, be ready to update these files again.

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
codecov[bot] commented 3 years ago

Codecov Report

Merging #84 (8e597cf) into main (b6dfd80) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   82.88%   82.88%           
=======================================
  Files          16       16           
  Lines         783      783           
  Branches       78       78           
=======================================
  Hits          649      649           
  Misses        120      120           
  Partials       14       14           

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 b6dfd80...8e597cf. Read the comment docs.