Skip to content

Tags: dereknola/kine

Tags

v0.9.3

Toggle v0.9.3's commit message
Properly enforce RangeEnd + Limit restriction

Required for compatibility with Kubernetes 1.24, which when searching
within a namespace for a resource using FieldSelector on metatada.name,
sends a Get request for the fully qualified resource name, but with a
non-zero limit.

Signed-off-by: Brad Davidson <[email protected]>

v0.9.2

Toggle v0.9.2's commit message
introduce metrics

Signed-off-by: Zach Zhu <[email protected]>

v0.9.1

Toggle v0.9.1's commit message
Import etcd v3 consistently

Fix the rpctypes module import to use the etcd/v3 package version. This
allows packages that include kine as a dependency to not have to include
the old etcd package.

Signed-off-by: Colleen Murphy <[email protected]>

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add NATS JetStream driver to kine (k3s-io#115)

* Add initial jetstream driver to kine
* Add label to perf printouts for better context when running outside of CI/CD
* PR Updates
* PR Updates
* Update comments to reflect implementation
* Address PR comments
* Addressing PR comments and changing default rev history to 10
* Use duration

Signed-off-by: Matthew DeVenny <[email protected]>

v0.6.5

Toggle v0.6.5's commit message
Call wal_checkpoint during startup/compact for sqlite

Signed-off-by: Brad Davidson <[email protected]>
(cherry picked from commit c1edece)

v0.8.1

Toggle v0.8.1's commit message
Call wal_checkpoint during startup/compact for sqlite

Signed-off-by: Brad Davidson <[email protected]>

v0.8.1-drone

Toggle v0.8.1-drone's commit message
Call wal_checkpoint during startup/compact for sqlite

Signed-off-by: Brad Davidson <[email protected]>

v0.8.0

Toggle v0.8.0's commit message
Add Status DbSize support for apiserver etcd metrics

Populates the apiserver etcd_db_total_size_in_bytes metric for drivers
that offer a query to report table size.

Signed-off-by: Brad Davidson <[email protected]>

v0.7.3

Toggle v0.7.3's commit message
Configure GRPC keepalives

Import default values from etcd embed.

Signed-off-by: Brad Davidson <[email protected]>

v0.7.2

Toggle v0.7.2's commit message
Bump go-sqlite3 to v1.14.8 / sqlite3 v3.36.0

Signed-off-by: Brad Davidson <[email protected]>