Releases: kamaln7/klein
Releases · kamaln7/klein
v3.1.0
v3.0.1
v3.0.0
Changelog
a7bb29d Add a stateless DigitalOcean Spaces storage driver (#19)
2962278 Add version command and tag major-version-latest docker images (#21)
b2286ce CLI flag + env var updates (#18)
d6804fb update goreleaser config
Upgrading from versions 2.*
- If you are using the
spaces
driver, it has been renamed tospaces.stateful
.access_key
andsecret_key
are nowaccess-key
andsecret-key
. - Drivers are now specified differently. This applies to all of
alias
,storage
, andauth
.
For example, instead of
KLEIN_STORAGE=file
# or
--storage file
use:
KLEIN_STORAGE_DRIVER=file
# or
--storage.driver file
Docker images
docker pull kamaln7/klein:3.0.0
docker pull kamaln7/klein:3-latest
docker pull kamaln7/klein:latest