Releases: square/luks2crypt
Releases · square/luks2crypt
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 <[email protected]>
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/
.
Build release on Xenial
- Builds are now run on Ubuntu Xenial 16.04 LTS images.
- Added private functions to luks package for formatting and adding passphrases with keys. This is used by the tests of the luks package.
- Tests for all supporting packages. Does not matter for a build.