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

Skip to content

Tags: linka-cloud/kine

Tags

v0.13.2-lk

Toggle v0.13.2-lk's commit message

Verified

This commit was signed with the committer’s verified signature.
move all driver imports into main

Signed-off-by: Adphi <[email protected]>

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 <[email protected]>

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] <[email protected]>

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, ...) (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]>

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, ...) (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]>

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

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 (k3s-io#306)

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

Signed-off-by: Antonio Huete Jimenez <[email protected]>

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

v0.11.12

Toggle v0.11.12's commit message
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]>

v0.11.11

Toggle v0.11.11's commit message
fix: only log slow sql query parameters if trace logging is enabled

Signed-off-by: john.mezger <[email protected]>