Opunit Versions Save

🕵️‍♂️ Sanity checking containers, vms, and servers

v0.7.8

3 years ago

Bug Fixes 🐛

  • setting default url: / in availability, if not specified (f777945)

  • fixing availability to parse correct err code (872edb1)

  • update infra.connectors to fix local.tearDown (cb275da)

v0.7.7

3 years ago

build(deps): updating deps

v0.6.1

3 years ago

Build System ⚙️

  • deps: [feature] updating infra.connectors (3647b82)

v0.4.4

3 years ago

Bug Fixes 🐛

  • using resolvePath for ssh key path (9d45e18)

Features 💡

v0.4.5

3 years ago

Bug Fixes 🐛

  • allow contains check to receive expect:false (beeca44)

Features 💡

  • updating reachable to check permission (dc1cee0)
  • using octal permission in reachable check (4788790)
     path: /path/file
     permission: 660
    

v0.4.6

3 years ago

Bug Fixes 🐛

  • Improve printing of carriage returns/newlines. (66e87cf)

v0.5.0

3 years ago

Bug Fixes

  • fixing missing function in contains (b77a7e4)
  • fixing missing function in contains (9c901b5)
  • fixing missing function in contains (b259afa)

v0.5.1

3 years ago

Bug Fixes 🐛

  • better msg for file permission (b77a7e4)

v0.6.0

3 years ago

Features 💡

  • adding a msg for reachability permissions (2c90f58)

  • adding jq queries in contains check (9040c69)

  • adding valid check (JSON validation) (649118d)

  • adding valid check (YAML validation) (736a27b)

     valid:
       - json: /path/config.json
       - yaml: /path/playbook.yml
    
  • automatically use https in availability check, if port=443 (ef242e3)

  • remove jq from report if jq is not used (de75ec5), closes #204

  • usr/grp + part permission in reachable (PoC) (4bb9fe3)

    # check if group `foo` has write permission to this file
     path: /path/file
     permission: w
     group: foo
    
  • usr/grp with octal permission in reachable (f15b21d)

     path: /path/file
     permission: 660
      group: foo
    
  • valid checks for local connector (c162191)

Bugs 🐛

  • set rejectUnauthorized=false in availability (f5d53e3)

v0.6.2

3 years ago

Bug Fixes 🐛

  • updating infra.connectors for exec bug fix (0090ab1)