Releases: k3s-io/kine
Releases · k3s-io/kine
v0.16.2
v0.16.1
v0.16.1-rc1
What's Changed
- T4 multi-node issues fix by @makhov in #679
- Add pure-go (-nocgo) sqlite variant by @brandond in #678
Full Changelog: v0.16.0...v0.16.1-rc1
v0.16.0
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
- Add t4 backend driver by @makhov in #669
- Improve SQL query performance and metrics by @brandond in #668
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
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
- Disable use-waitgroup-go check by @brandond in #654
- Memory Driver by @luthermonson in #653
- Fix nits in memory driver by @brandond in #661
- Bump to Kubernetes 1.35 by @brandond in #660
- Bump golang in multi-arch-build target by @brandond in #662
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
- @luthermonson made their first contribution in #653
Full Changelog: v0.14.16...v0.15.0
v0.14.16
What's Changed
- Pin GH Actions to commit sha by @cwayne18 in #631
- Checksum validation by @cwayne18 in #632
- Pin go install to a commit hash in Dockerfile by @cwayne18 in #633
- Bump docker/login-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #637
- Bump google.golang.org/grpc from 1.79.2 to 1.80.0 by @dependabot[bot] in #638
- Bump github.com/mattn/go-sqlite3 from 1.14.34 to 1.14.40 by @dependabot[bot] in #639
- Bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #634
- Bump github.com/klauspost/compress from 1.18.4 to 1.18.5 by @dependabot[bot] in #628
- Bump updatecli/updatecli-action from 2.100.0 to 3.0.0 by @dependabot[bot] in #635
New Contributors
Full Changelog: v0.14.15...v0.14.16
v0.14.16-rc1
What's Changed
- Pin GH Actions to commit sha by @cwayne18 in #631
- Checksum validation by @cwayne18 in #632
- Pin go install to a commit hash in Dockerfile by @cwayne18 in #633
- Bump docker/login-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #637
- Bump google.golang.org/grpc from 1.79.2 to 1.80.0 by @dependabot[bot] in #638
- Bump github.com/mattn/go-sqlite3 from 1.14.34 to 1.14.40 by @dependabot[bot] in #639
- Bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #634
- Bump github.com/klauspost/compress from 1.18.4 to 1.18.5 by @dependabot[bot] in #628
- Bump updatecli/updatecli-action from 2.100.0 to 3.0.0 by @dependabot[bot] in #635
New Contributors
Full Changelog: v0.14.15...v0.14.16-rc1
v0.14.15
What's Changed
- Add attestations to kine release binaries and images by @dereknola in #625
- VACUUM SQLite at startup by @Mike-no in #623
New Contributors
Automated Bumps
- Bump google.golang.org/grpc from 1.79.1 to 1.79.2 by @dependabot[bot] in #622
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in #621
- Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #620
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #619
Full Changelog: v0.14.14...v0.14.15
v0.14.14
v0.14.13
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
Full Changelog: v0.14.12...v0.14.13