Tags: linka-cloud/kine
Tags
move all driver imports into main Signed-off-by: Adphi <[email protected]>
Bump github.com/go-sql-driver/mysql to v1.8.1 Signed-off-by: Brad Davidson <[email protected]>
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] <[email protected]>
feat: support `dbName` with operators in name (minus, ...) (k3s-io#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 <[email protected]>
feat: support `dbName` with operators in name (minus, ...) (k3s-io#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 <[email protected]>
Reject invalid endpoint (k3s-io#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 <[email protected]> * Update sqlite test Signed-off-by: Ricardo Weir <[email protected]> --------- Signed-off-by: Ricardo Weir <[email protected]>
Add support for TLS skip verification (k3s-io#306) * Add support for TLS skip verification * Reorganize options a bit Signed-off-by: Antonio Huete Jimenez <[email protected]>
Return an emulated etcd version in the status endpoint (k3s-io#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 <[email protected]>
Simplify ttlEvents ListWatch There is no reason to do the list in one goroutine and the watch in another, as the watcher just blocks on startup waiting for the list to finish and send the revision on the channel. This can be simplified to one goroutine, which lets us drop the channel and waitgroup entirely. Signed-off-by: Brad Davidson <[email protected]>
fix: only log slow sql query parameters if trace logging is enabled Signed-off-by: john.mezger <[email protected]>
PreviousNext