Page MenuHomeDevCentral

Check Vault and other HashiCorp products version
AcceptedPublic

Authored by dereckson on Feb 24 2023, 19:40.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 19:58
Unknown Object (File)
Mon, Apr 22, 19:58
Unknown Object (File)
Mon, Apr 22, 17:01
Unknown Object (File)
Fri, Apr 19, 00:50
Unknown Object (File)
Thu, Apr 18, 18:18
Unknown Object (File)
Sun, Apr 14, 22:15
Unknown Object (File)
Sun, Apr 14, 20:25
Unknown Object (File)
Tue, Apr 9, 21:09
Subscribers
None

Details

Reviewers
DorianWinty
Summary

Critical infrastructure components should be up-to-date.

This monitoring check allows to check if Vault, Terraform, Consul
or Vagrant is installed to the last version available on
https://releases.hashicorp.com

Test Plan

bin/check_software_version vault

Diff Detail

Repository
rCHECKS Nasqueron platform checks
Lint
Lint Errors
Unit
No Test Coverage
Branch
software-version
Build Status
Buildable 4456
Build 4723: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson added inline comments.
src/platformchecks/checks/softwareversions/hashicorp.py
64

According https://www.flake8rules.com/rules/W605.html it should be a regexp string.

black + fixing regexp strings

This revision is now accepted and ready to land.Apr 10 2023, 14:56