Skip to content

Releases: square/luks2crypt

v0.4.1

26 Apr 00:23
bb463f8
Compare
Choose a tag to compare

Changelog

c7d2d7a disable go modules for goreleaser install (#61)
97c9d57 remove latest version tag in goreleaser deploy step (#62)
bb463f8 use circleci setup step and go install for goreleaser (#63)
854d9d7 use goreleaser to manage github release builds (#60)

v0.4.0

22 Feb 00:20
faf0efa
Compare
Choose a tag to compare
chore: update ci and dev images to go 1.16 and ubuntu 20.01 (#59)

v0.3.1

22 Aug 09:21
f549d16
Compare
Choose a tag to compare
Update README.md (#55)

v0.3.0: Add basic auth (#54)

21 Jun 23:13
3ed9a8e
Compare
Choose a tag to compare
* 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

14 Apr 04:06
a73eef7
Compare
Choose a tag to compare
Merge pull request #53 from derektamsen:fix-artifacts-workspace-attac…

v0.2.3

11 Apr 23:50
022d615
Compare
Choose a tag to compare
  • Switch travis build commands to Makefile

v0.2.2

07 Apr 08:23
9b4503e
Compare
Choose a tag to compare

Development only changes to include a Makefile.

v0.2.1

06 Apr 00:28
b6fe4fa
Compare
Choose a tag to compare
  • 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

27 Jun 08:01
231d1af
Compare
Choose a tag to compare

Reorganize luks2crypt packages under cmd/, pkg/, internal/, and tools/.

Build release on Xenial

27 Jun 06:36
9ac1594
Compare
Choose a tag to compare
  • 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.