Releases: atc0005/tsm-pass
Releases · atc0005/tsm-pass
v0.1.7
Overview
- Dependency updates
- built using Go 1.17.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.12
to1.17.6
- (GH-70) Update go.mod file, canary Dockerfile to reflect current
dependencies
References
- See the
v0.1.7
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.6
Overview
- Dependency updates
- built using Go 1.16.12
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.10
to1.16.12
actions/setup-node
v2.4.1
tov2.5.1
References
- See the
v0.1.6
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.5
Overview
- Dependency updates
- built using Go 1.16.10
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.8
to1.16.10
actions/checkout
v2.3.4
tov2.4.0
actions/setup-node
v2.4.0
tov2.4.1
References
- See the
v0.1.5
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.4
Overview
- Dependency updates
- built using Go 1.16.8
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.7
to1.16.8
References
- See the
v0.1.4
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.3
Overview
- Dependency updates
- built using Go 1.16.7
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Changed
- Dependencies
Go
1.16.6
to1.16.7
actions/setup-node
- updated from
v2.2.0
tov2.4.0
- updated from
References
- See the
v0.1.3
milestone for the issues associated with this release. - See our CHANGELOG for more information.
v0.1.2
Overview
- Built using Go 1.16.6
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
Added
- Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
generate fresh binaries
Changed
-
Swap out GoDoc badge for pkg.go.dev badge
-
Dependencies
Go
1.15.5
to1.16.6
actions/setup-node
v2.1.2
tov2.2.0
- update
node-version
value to always use latest LTS version instead of
hard-coded version
Fixed
- cmd/tsm-pass/main.go:37:19: appendAssign: append result not assigned to the
same slice (gocritic)
References
- See the
v0.1.2
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.1.1
Overview
-
Built using Go 1.15.5
- Statically linked
- Windows (x86, x64)
- Linux (x86, x64)
-
Update password restrictions, minor cleanup.
Changed
- Extend list of supported characters to reflect IBM Spectrum Protect v6.3.3+
- Update config initialization
- Minor code cleanup
Fixed
- GoDoc: Missing line breaks between features list entries
References
- See the
v0.1.1
milestone for the issues associated with this release. - See our CHANGELOG for more information.
Release v0.1.0
Added
Initial release!
This release provides an early version of a Go CLI application that can be
used to generate a password string compatible with Tivoli/TSM/Spectrum
Protect. An older Python script previously used for this purpose is included
for reference or alternative use.
- Statically linked binary release
- Built using Go 1.15.3
- Windows
- x86
- x64
- Linux
- x86
- x64
References
- See the
v0.1.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.