Skip to content

Releases: k3s-io/kine

v0.16.2

02 Jun 20:30
e6c177e

Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.16.2

v0.16.1

30 May 07:19

Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.1-rc1

30 May 05:58

Choose a tag to compare

v0.16.1-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.16.0...v0.16.1-rc1

v0.16.0

27 May 19:44

Choose a tag to compare

Major Changes

  • New t4:// driver backed by t4db - t4 is a simple, fast KV store that supports peer-to-peer replication and realtime WAL replay to/from S3.
  • Extensive performance optimization of SQL-based backends to improve query efficiency, reduce connection management overhead, and address race conditions observed under heavy load.

What's Changed

New Contributors

Automated Bumps

  • Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 by @dependabot[bot] in #675
  • Bump docker/login-action from 4.1.0 to 4.2.0 by @dependabot[bot] in #674
  • Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #673
  • Bump docker/build-push-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #672
  • Bump updatecli/updatecli-action from 3.1.3 to 3.2.0 by @dependabot[bot] in #670
  • Bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0 by @dependabot[bot] in #666
  • Bump the etcd-dependencies group with 4 updates by @dependabot[bot] in #665
  • Bump google.golang.org/grpc from 1.80.0 to 1.81.1 by @dependabot[bot] in #671

Full Changelog: v0.15.0...v0.16.0

v0.15.0

07 May 20:15

Choose a tag to compare

Major Changes

Shiny new memory driver thanks to @luthermonson! Super fast, super low-overhead, but completely ephemeral.
Perfect for CI environments where everything is going to be trashed at the end of the run anyway. Give it a try with:

kine --endpoint memory://

What's Changed

Automated Bumps

  • Bump github.com/mattn/go-sqlite3 from 1.14.40 to 1.14.42 by @dependabot[bot] in #646
  • Bump updatecli/updatecli-action from 3.0.0 to 3.1.1 by @dependabot[bot] in #644
  • Bump docker/build-push-action from 7.0.0 to 7.1.0 by @dependabot[bot] in #643
  • Bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #642
  • Bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #641
  • Bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.2 by @dependabot[bot] in #649
  • Bump the etcd-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #648
  • Bump updatecli/updatecli-action from 3.1.1 to 3.1.3 by @dependabot[bot] in #652
  • Bump github.com/go-sql-driver/mysql from 1.9.3 to 1.10.0 by @dependabot[bot] in #655
  • Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 by @dependabot[bot] in #659
  • Bump github.com/klauspost/compress from 1.18.5 to 1.18.6 by @dependabot[bot] in #656
  • Bump github.com/nats-io/nats.go from 1.49.0 to 1.51.0 by @dependabot[bot] in #650
  • Bump github.com/nats-io/jsm.go from 0.3.0 to 0.4.1 by @dependabot[bot] in #657

New Contributors

Full Changelog: v0.14.16...v0.15.0

v0.14.16

10 Apr 20:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.15...v0.14.16

v0.14.16-rc1

10 Apr 20:24

Choose a tag to compare

v0.14.16-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.14.15...v0.14.16-rc1

v0.14.15

20 Mar 19:07

Choose a tag to compare

What's Changed

New Contributors

Automated Bumps

Full Changelog: v0.14.14...v0.14.15

v0.14.14

07 Mar 02:32

Choose a tag to compare

What's Changed

  • Update packages to remove dep on archived github.com/pkg/errors by @brandond in #618

Full Changelog: v0.14.13...v0.14.14

v0.14.13

07 Mar 00:48

Choose a tag to compare

What's Changed

  • Fix pkg/server clobbered err by @alrs in #606
  • Add support for remote unix socket addresses by @brandond in #612
  • Optimize SQLite driver database size calculation by @hifi in #611
  • Add partial index to improve SQLite compact performance by @hifi in #613
  • Do not send progress notify to individual watches if broadcast progress is pending by @brandond in #615
  • Don't return error from failed relist on empty result by @brandond in #616
  • Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #608
  • Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #609
  • Bump github.com/nats-io/nats.go from 1.48.0 to 1.49.0 by @dependabot[bot] in #610

New Contributors

  • @alrs made their first contribution in #606

Full Changelog: v0.14.12...v0.14.13