Skip to content

v3.0.0

Compare
Choose a tag to compare
@kamaln7 kamaln7 released this 20 Feb 23:21
· 4 commits to master since this release
2962278

⚠️ This is a breaking change! ⚠️

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.*

  1. If you are using the spaces driver, it has been renamed to spaces.stateful. access_key and secret_key are now access-key and secret-key.
  2. Drivers are now specified differently. This applies to all of alias, storage, and auth.

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