Skip to content

Releases: asecurityteam/settings

Support for golang 1.22, upgrade dependencies

22 Aug 19:45
06d203a
Compare
Choose a tag to compare

Upgrade all dependencies, including to go 1.22 in go.mod, hence major version.

support variable expansion

08 May 15:19
235ff72
Compare
Choose a tag to compare

This is the v1.0.0 release, which includes support for variable expansion. One may place a string literal in one of the built-in sources like "${A}" and the library will expand the variable if it is found, and leave it as-is if not found. See README and unit tests for complete documentation.

Upgrade go to 1.17, upgrade go-yaml to address vuln

08 Mar 21:25
de2696b
Compare
Choose a tag to compare
v0.7.0

Update yaml to v3 to fix VULN

Support for new type, map[string] type

07 Feb 16:41
e08109a
Compare
Choose a tag to compare
Merge pull request #7 from asecurityteam/fix-readme-typo

bad typo

Migrating to go modules

19 Aug 20:04
Compare
Choose a tag to compare
Pre-release
v0.2.0

Migrating repo from dep to go modules

v0.1.0: Merge pull request #1 from asecurityteam/sdcli

14 Jun 12:01
d4142d5
Compare
Choose a tag to compare
Add SDCLI and fix lint issues