Skip to content

Releases: Boeing/config-file-validator

v1.8.0

18 Dec 20:21
6f13f24
Compare
Choose a tag to compare

What's Changed

  • Moving arch PKGBUILD to separate project by @kehoecj in #163
  • Add Scoop installation reference in the readme by @sitiom in #168
  • Add PKGBUILD for Arch User Repository by @timwehrle in #180
  • Support env variables for config (#111) by @nikonhub in #177
  • Add SARIF as a reporter option by @shiina4119 in #166
  • Add function to dynamically determine package version for PKGBUILD by @timwehrle in #186
  • [ISSUE-190] Update go version in go.mod to use 1.N.P format by @jameskim0987 in #191
  • chore(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.2.3 by @dependabot in #203
  • chore(deps): bump actions/checkout from 3.6.0 to 4.2.2 by @dependabot in #200
  • chore(deps): bump actions/upload-artifact from 97a0fba1372883ab732affbe8f94b823f91727db to c24449f33cd45d4826c6702db7e49f7cdb9b551d by @dependabot in #193
  • chore(deps): bump github/codeql-action from 3.24.9 to 3.27.0 by @dependabot in #195
  • chore(deps): bump step-security/harden-runner from 2.8.0 to 2.10.1 by @dependabot in #196
  • chore(deps): bump wangyoucao577/go-release-action from 1.50 to 1.52 by @dependabot in #198
  • Display excludeable file types and validate by @danielingegneri in #178
  • docs: replace example images with gif from terminalizer by @jackneer in #185
  • Include support for multiple reporter output types, solves #109 by @xanish in #181
  • Fix: yml is valid type by @gurukiran07 in #206
  • chore(deps): bump howett.net/plist from 1.0.0 to 1.0.1 by @dependabot in #197
  • chore(deps): bump github.com/gurkankaymak/hocon from 1.2.18 to 1.2.20 by @dependabot in #199
  • chore(deps): bump github.com/fatih/color from 1.13.0 to 1.18.0 by @dependabot in #208
  • chore(deps): bump KSXGitHub/github-actions-deploy-aur from 2.7.2 to 3.0.1 by @dependabot in #209
  • chore(deps): bump actions/upload-artifact from 3.2.1.pre.node20 to 4.4.3 by @dependabot in #210
  • chore(deps): bump actions/setup-go from 4.1.0 to 5.1.0 by @dependabot in #211
  • chore(deps): bump golangci/golangci-lint-action from 4.0.1 to 6.1.1 by @dependabot in #212
  • chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.0 by @dependabot in #213
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #220
  • chore(deps): bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.23.0 by @dependabot in #219
  • chore(deps): bump github/codeql-action from 3.27.0 to 3.27.6 by @dependabot in #222
  • chore(deps): bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #223
  • chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 by @dependabot in #224
  • chore(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #225
  • chore(deps): bump wangyoucao577/go-release-action from 1.52 to 1.53 by @dependabot in #226
  • chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #227
  • Add globbing pattern matching for search_path (Replaces #179) by @anya004 in #215
  • exclude-file-types flag exludes aliases by @veirfuna in #216
  • Changes in preparation for Release 1.8.0 by @kehoecj in #235

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

15 Aug 22:28
77d6a24
Compare
Choose a tag to compare

What's Changed

  • fix(paths): trim leading and trailing whitespaces for file system paths by @mahadzaryab1 in #162

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

13 Aug 13:51
10a6def
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

29 Mar 21:28
56a2715
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Nov 21:52
Compare
Choose a tag to compare
  • Added --depth CLI argument to customize recursion depth with scanning search paths
  • Added --version CLI flag to display the current config-file-validator version
  • Added support for specifying multiple search paths
  • Added support for HCL, CSV, Properties, and Apple PList XML validation

All of these updates were implemented as part of https://github.com/Boeing/config-file-validator/labels/hacktoberfest 2023! Thank you so much to all the contributors.

@sandyydk @gokulav137 @LeslieLeung @wiz64 @suzuki-shunsuke @prestonvasquez @nickajacks1 @u5surf @luancgs

v1.4.0

28 Sep 17:50
ac4dc72
Compare
Choose a tag to compare
  • Updated CLI that uses a positional argument for the search path instead of --search-path
  • Added an --exclude-file-types CLI argument to exclude file types from the search results
  • Internal architecture improvements using the go options pattern to make it easier to add CLI options and update functionality

All of these updates were either implemented or influenced by the open-source community. Thank you @ravsii for your contributions!

v1.3.0

01 Jun 14:17
bb82c6e
Compare
Choose a tag to compare
  • New reporter CLI option for outputting the validation results in JSON
  • Add support for validating .ini files

Both of these features were added by the open-source community. Thank you to @g41797 and @gijsdb for your contributions!

v1.2.0

06 Feb 14:52
874028e
Compare
Choose a tag to compare
  • Updated README with new logo
  • Documentation for the validator command

v1.1.0

13 Jan 15:04
6794445
Compare
Choose a tag to compare
  • Added support for TOML file validation
  • Replaced filepath.Walk in the fsfinder package with filepath.WalkDir. According to the go docs WalkDir is more efficient.
  • Replaced log.Println with fmt.Println in the CLI so that the date no longer is displayed in the Help output

v1.0.1

15 Dec 15:21
b83d112
Compare
Choose a tag to compare
  • Fixing the gopath to point to Github