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

Skip to content

Tags: AlexStocks/kine

Tags

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

v0.6.3

Toggle v0.6.3'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]>

v0.7.0

Toggle v0.7.0's commit message
Update etcd to v3.5

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

v0.6.2

Toggle v0.6.2's commit message
Pin termplotlob at v0.3.4 to avoid numpy dependency

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

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Delete function to storage client wrapper (k3s-io#89)

Signed-off-by: galal-hussein <[email protected]>

v0.6.1-rc.1

Toggle v0.6.1-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request k3s-io#67 from dweomer/use-buildkit-on-publish

drone: DOCKER_BUILDKIT=1 for publish step

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request k3s-io#66 from dweomer/drone-tweaks

drone: tweaks to make image publishing work

v0.6.0-rc.2

Toggle v0.6.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request k3s-io#66 from dweomer/drone-tweaks

drone: tweaks to make image publishing work

v0.6.0-rc.1

Toggle v0.6.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request k3s-io#65 from dweomer/initial-move-to-k3s-io

initial move to k3s-io

v0.5.1

Toggle v0.5.1's commit message
Fix bad check in compact query

* Fix issue where compact_rev_key was protected from deletion, instead
  of the row it points to. Honestly we should have stored the
  compact_rev marker in the value instead of the prev_revision
  column.

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