Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cweagans/kine

Tags

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]>

v0.6.4

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

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

v0.7.1

Toggle v0.7.1's commit message
Bump library versions

* go-sqlite3 v1.14.7 / sqlite3 v3.35.4
* mysql v1.6.0
* pg v1.10.2
* rancher v0.8.3

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