Releases: repowarden/cli
Releases · repowarden/cli
v0.8.0
Changelog
- 19037bb Improve repos file not found error (#75)
- 963750f Improve license errors (#74)
- 31858e9 Clean up some error messaging (#73)
- 12cc2c3 Fix audit loop not working for groups other than all (#72)
- 6c1c47f A failed audit should return other than exit 0 (#71)
- f8d718a Move when codeowners audit happens (#70)
- 0442a69 Audit command can now target groups (#69)
- 207f027 codeowners audit not checks for syntax errors (#68)
- 8f5b9d1 Add repos list and repos count sub-commands (#67)
v0.7.0
Changelog
- bc4fa5a Support auditing of CODEOWNERS files (#66)
- eba1c94 Use GitHub SDK v50 (#65)
- e3dfdaf Improve policy error text and better organize (#64)
- 48e0821 Fix example file name (#63)
- 1f7f736 Add a configure command for gh token (#62)
- 1d8cc3b Show an error message when creds aren't present (#61)
- 40c2a4f Update to Go v1.20 (#60)
- 59ba55f Finishing adding new command (#59)
v0.6.0
Changelog
- 691a600 Enable adding repos via CLI (#58)
- 0645a86 Support new repositories schema in audit command (#57)
- 5cc9b2b Move validate to a policy subcommand (#56)
- dc33fb6 Add a 'repos validate' command to use the new schema (#55)
- cdfcd70 Introduce a dedicated schema for repositories files (#54)
- be97835 Add Apt repo instructions to readme (#53)
- cf6a997 Limit release announcements to minor releases (#52)
v0.5.1
v0.5.0
Changelog
- f4af54d Rename policies file to just policy (#50)
- 86c0d3b Add access permissions to example file (#49)
- 567970b Repos aren't required for policy files anymore (#48)
- 8212fd4 Fix the Homebrew tap owner (#47)
- b077ad9 The Wardenfile is now referred to as a policies file (#37)
- 642f8f1 Break out repositories into its own file (#36)
v0.4.1
v0.4.0
v0.3.0
Changelog
- 98003ce Swap OS Detect orb for Sphere (#25)
- 0a04e23 Fix validate import (#24)
- 9b0d142 Add WardenFile flag to audit and validate (#23)
- 7e9da61 Embed the JSON Schema into the CLI binary (#22)
- ca02071 Introduce a JSON Schema and validate command (#21)
- 61a889b ci: fix mage test command (#20)
- de749d0 Warden file now supports both YAML extensions (#19)
- d6f1cd3 Make magefile more useful (#18)
- 51de439 ci: Fix JUnit test collection (#17)
- b53f5c8 Support HTTP URLs with vcsurl (#16)
v0.2.0
v0.1.0
Changelog
- 57318b8 More CCI fixes (#7)
- 63ddcda Update CCI config for better SemVer support (#6)
- b9c90ae Fix Codecov by using the orb (#5)
- 69903bf Fix Codecov by using the orb (#5)
- f9c8f39 Adjust supported Ubuntu builds (#4)
- ed75f37 Adjust CCI workflow names (#3)
- 7cb2301 Fix GoReleaser reference (#2)
- 97c4bd2 Initial commit