Skip to content

Releases: lrstanley/vault-unseal

v0.2.0

10 Apr 02:35
v0.2.0
303fe45
Compare
Choose a tag to compare

Changelog

✨ New Features

🧹 Misc

🐳 Container Images (ghcr)

$ docker run -it --rm ghcr.io/lrstanley/vault-unseal:latest
$ docker run -it --rm ghcr.io/lrstanley/vault-unseal:0.2.0
$ docker run -it --rm ghcr.io/lrstanley/vault-unseal:0.2
$ docker run -it --rm ghcr.io/lrstanley/vault-unseal:0

🧪 Build info

💬 What to do next?

v0.1.1

06 Mar 21:44
v0.1.1
263799a
Compare
Choose a tag to compare

Docker Releases are located here.

What's Changed

  • Add ServerName to TLSConfig by @devon-mar in #7
    • Fixes tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config.

Full Changelog: v0.1.0...v0.1.1

go version go1.17.7 linux/amd64

v0.1.0

26 Feb 03:18
v0.1.0
36a4adf
Compare
Choose a tag to compare

Docker Releases are located here.

⚠Breaking Changes ⚠

  • Previously, SMTP calls would ignore TLS certificate verifications. This release adds support for enabling/disabling this, however, the new default is to not skip verification by default.

Changelog

  • 36a4adf bump go version requirements
  • b5aa50e Merge pull request #6 from devon-mar/mail-tls
  • dafe0fb Add additional SMTP TLS options

go version go1.17.7 linux/amd64

v0.0.8

17 Oct 19:40
Compare
Choose a tag to compare

Docker Releases are located here.

Changelog

2b22149 remove unused httpClient; addl. error checks
3f5fbdc Merge pull request #2 from devon-mar/arm
17c7ff8 Add arm and arm64 to goarch

go version go1.17.2 linux/amd64

v0.0.7

30 Jul 02:14
Compare
Choose a tag to compare

Docker Releases are located here.

Changelog

660fe65 & e8150a8 fix: addl. goreleaser config fixes
2fe0248 fix: prevent --log.quiet from writing to log file; closes #1
180f459 upgrade deps
532f8d9 spelling

go version go1.16.6 linux/amd64

v0.0.6

10 Mar 15:58
Compare
Choose a tag to compare

Docker Releases are located here.

Changelog

Previous release but built with:

go version go1.16 linux/amd64

v0.0.5

05 Feb 18:23
Compare
Choose a tag to compare

Docker Releases are located here.

Changelog

Previous release but built with:

go version go1.15.8 linux/amd64

v0.0.4

22 Jan 17:15
Compare
Choose a tag to compare

Docker Releases are located here.

Changelog

655968b remove upload-artifact task due to limited account size

go version go1.15.7 linux/amd64

v0.0.3

25 Dec 23:51
Compare
Choose a tag to compare

Docker Releases are located here.

Changelog

630c247 goreleaser should run with entire git history
612aa24 fix snapshot path
fb028d1 only upload snapshot artifacts (excludes tmp files)
6ddd285 add paths-ignore to actions/build
b2151ea fix docker badge
064d4b2 fix single-line var escaping
888a006 test?
bdb8e33 add snapshot artifacts via actions
4970c88 ignore bin dir
963e3b1 add steps to pull latest go version
3a44a46 move to apex/log; merge flags and config into one; support more environment variables
ec72637 add docker support
ac995c7 clean up makefile; stop generating readme
1c28ac1 move to github actions
61e5793 support newer goreleaser functionality
4e3c7c3 readme-gen

go version go1.15.6 linux/amd64

v0.0.2

26 Mar 17:47
Compare
Choose a tag to compare

Changelog

cd73f4e add version flag
babb7c5 improvements to systemd (re)starting
5d39849 further clarify why in the documentation
e8eda64 add todo section in readme
0723574 add more documentation
56ebb01 readme-gen