Skip to content

Tags: k3s-io/kine

Tags

v0.13.5

Toggle v0.13.5's commit message
chore: ignore redefines-builtin-id for insert

Signed-off-by: Fabian Kramm <fab.kramm@googlemail.com>

v0.13.4

Toggle v0.13.4's commit message
Simplify compact loop error handling

Rather than restarting the outer loop on unhandled error, simmply break out of the inner loop on any error. We always want to update the compact and target rev, and do post-compact operations - so the only thing we really need to check the error for is logging and metrics.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>

v0.13.3

Toggle v0.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#362)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.68.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.68.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.13.2

Toggle v0.13.2's commit message
Bump github.com/go-sql-driver/mysql to v1.8.1

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>

v0.13.1

Toggle v0.13.1's commit message
Bump go.etcd.io/etcd/client/v3 from 3.5.13 to 3.5.16

Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.13 to 3.5.16.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.13...v3.5.16)

---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support `dbName` with operators in name (minus, ...) (#322)

* feat: support `dbName` with operators in name (minus, ...)
* fix: quoting makes identifiers case-sensitive
* fix: missing fmt import

Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>

v0.13.0-rc1

Toggle v0.13.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support `dbName` with operators in name (minus, ...) (#322)

* feat: support `dbName` with operators in name (minus, ...)
* fix: quoting makes identifiers case-sensitive
* fix: missing fmt import

Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reject invalid endpoint (#320)

* Reject invalid endpoint

Prior, a non-empty endpoint of the incorrect format would cause an
embedded sqlite backend to be used. By passing a non-empty endpoint
the user is intending to use an external backend. Now, the endpoint
will be validated and passing a non-empty endpoint of an incorrect
format will result in an error.

Signed-off-by: Ricardo Weir <ricardo.weir@loft.sh>

* Update sqlite test

Signed-off-by: Ricardo Weir <ricardo.weir@loft.sh>

---------

Signed-off-by: Ricardo Weir <ricardo.weir@loft.sh>

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for TLS skip verification (#306)

* Add support for TLS skip verification
* Reorganize options a bit

Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return an emulated etcd version in the status endpoint (#316)

* Return an emulated etcd version in the status endpoint
* Fix golangci-lint error
* Set default watch progress interval to 5s to ensure appropriate k8s support

Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>