Releases: square/luks2crypt
Releases · square/luks2crypt
v0.4.2
Changelog
- 29672a0 chore: switch from circleci to github actions (#74)
- 938f252 chore: upgrade go to 1.20.2 and all deps (#71)
- 39ca48b feat(action): adding goreleaser action on push to tag (#76)
- 9a60819 feat(actions): add github codeql check (#75)
- 8713e31 fix(actions): install libcryptsetup dep in release action (#77)
v0.4.1
v0.4.0
chore: update ci and dev images to go 1.16 and ubuntu 20.01 (#59)
v0.3.1
Update README.md (#55)
v0.3.0: Add basic auth (#54)
* Add basic auth for submission. This commit adds the help text to allow omitting the password, but that is TODO due to the added complexity and dependencies. * Add prompting for missing password arg. * Add testing of basic auth. * Cast password to string for opts use. * Fix Opts struct names. * Add README info about basic auth flags. * Remove redundant test handler func. * fix indentation of authuser and authpass Co-authored-by: Derek <derektamsen@users.noreply.github.com>
v0.2.4
Merge pull request #53 from derektamsen:fix-artifacts-workspace-attac…
v0.2.3
- Switch travis build commands to
Makefile
v0.2.2
Development only changes to include a Makefile
.
v0.2.1
- update go version to 1.14.1
- go deps update
- fix travis release builds
- fix release package include for LICENSE.txt
- use travis dpl v2 for deploys
Restructure luks2crypt Package Internals
Reorganize luks2crypt packages under cmd/
, pkg/
, internal/
, and tools/
.