Tags: k3s-io/kine
Tags
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>
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>
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>
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>
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>
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>
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>
PreviousNext