Releases: lrstanley/vault-unseal
v0.2.0
Changelog
✨ New Features
- 62257e1: feat: support running less than 3 nodes (@lrstanley)
🧹 Misc
- 1bbd1c4: chore: update deps (@lrstanley)
- 6d31063: Merge branch 'master' of github.com:lrstanley/vault-unseal (@lrstanley)
- eae4916: add workflows (@lrstanley)
- 70063ea: chore(docs): emojis (@lrstanley)
- b983012: chore(docs): fix indentation (@lrstanley)
- ef16806: Merge branch 'master' of github.com:lrstanley/vault-unseal (@lrstanley)
- 64ce2d5: deps(go): update (@lrstanley)
- b330761: chore: linting changes (@lrstanley)
- 66e5ade: update build command to make a static binary (@lrstanley)
- 303fe45: add -buildvcs=false to docker image (@lrstanley)
🐳 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
- 📂 Full changelog:
v0.1.1..v0.2.0
- ❤️ Built with:
go version go1.18 linux/amd64
- ⚙️ Release job: release/go-release triggered by @lrstanley.
💬 What to do next?
- 🙋♂️ Running into an issue or want a specific feature? Take a look here!
- ⌚ Find previous releases.
- 🗝️ Find a vulnerability? Check out our Security and Disclosure policy.
- 🔗 Other useful links:
v0.1.1
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
.
- Fixes
Full Changelog: v0.1.0...v0.1.1
go version go1.17.7 linux/amd64
v0.1.0
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
v0.0.7
v0.0.6
Docker Releases are located here.
Changelog
Previous release but built with:
go version go1.16 linux/amd64
v0.0.5
Docker Releases are located here.
Changelog
Previous release but built with:
go version go1.15.8 linux/amd64
v0.0.4
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
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