Skip to content

Releases: kamaln7/klein

v3.1.0

23 Jul 22:45
04cc3b7
Compare
Choose a tag to compare

Changelog

04cc3b7 Add emoji alias support 😎 (#26)
3ab7cd8 Add tests for storage drivers + an in-memory driver (#24)

Docker images

  • docker pull kamaln7/klein:3.1.0
  • docker pull kamaln7/klein:3-latest
  • docker pull kamaln7/klein:latest

v3.0.1

08 Mar 12:37
c09a79b
Compare
Choose a tag to compare

Changelog

c09a79b boltdb: handle inexistent urls in Get() (#23)

Docker images

  • docker pull kamaln7/klein:3.0.1
  • docker pull kamaln7/klein:3-latest
  • docker pull kamaln7/klein:latest

v3.0.0

20 Feb 23:21
2962278
Compare
Choose a tag to compare

⚠️ 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

v2.2.0

06 Feb 17:55
f329e4a
Compare
Choose a tag to compare

Changelog

f329e4a Add a PostgreSQL storage driver (#17)
7bb5564 add docker image to readme

Docker images

  • docker pull kamaln7/klein:2.2.0
  • docker pull kamaln7/klein:latest

v2.1.0

13 Aug 13:44
44d7c3b
Compare
Choose a tag to compare

Changelog

2910d79 add build script
c976772 goreleaser
7939bf0 goreleaser
44d7c3b goreleaser adjustments
warning: refname '70e145f' is ambiguous.

Docker images

  • docker pull kamaln7/klein:2.1.0
  • docker pull kamaln7/klein:latest

v2.0.0

12 Aug 22:49
a7a4303
Compare
Choose a tag to compare

Changelog

2910d79 add build script
a7a4303 goreleaser
warning: refname '70e145f' is ambiguous.

Docker images

  • docker pull kamaln7/klein:2.0.0

70e145f

09 Jul 14:17
70e145f
Compare
Choose a tag to compare
Merge branch 'DMarby-feature/spaces-storage'

f559d3d

07 Oct 13:09
Compare
Choose a tag to compare
update logo

c620238

28 Jul 23:48
Compare
Choose a tag to compare