Skip to content

Tags: api7/kine

Tags

v0.11.3

Toggle v0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check mysql db and table exist (k3s-io#264)

* check mysql db and table exist

Signed-off-by: yushiqie <1539578852@qq.com>

v0.11.2

Toggle v0.11.2's commit message
Add grpc reflection support

Allows testing kine with grpcurl

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

v0.11.1

Toggle v0.11.1's commit message
Fix publish step order and dependencies

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

v0.11.0

Toggle v0.11.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bugfix? create pgql database if not exists

With the current master branch code
(commit afb2121)
I see the following error:

root@vm2:/home/vagrant# kine --debug --endpoint postgres://postgres:postgresql@localhost:5432/foobster
INFO[2023-11-03T20:07:09.379099258Z] metrics server is starting to listen at :8080
INFO[2023-11-03T20:07:09.379709686Z] starting metrics server path /metrics
FATA[2023-11-03T20:07:09.40247106Z] building kine: failed to connect to
`host=localhost user=postgres database=foobster`: server error (FATAL:
database "foobster" does not exist (SQLSTATE 3D000))

This is fixed with the current commit.

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the version of goimports used in Dockerfile.dapper (k3s-io#202)

* chore: Updated to content "" in file "Dockerfile.dapper"

Made with ❤️️ by updatecli

v0.10.2

Toggle v0.10.2's commit message
fix github-release step for arm

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

v0.10.1

Toggle v0.10.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#183 from matttrach/add-label

Add dependabot label and reviewer

v0.10.0

Toggle v0.10.0's commit message
Bump github.com/rancher/wrangler from 0.8.3 to 0.8.5

Bumps [github.com/rancher/wrangler](https://github.com/rancher/wrangler) from 0.8.3 to 0.8.5.
- [Release notes](https://github.com/rancher/wrangler/releases)
- [Commits](rancher/wrangler@v0.8.3...v0.8.5)

---
updated-dependencies:
- dependency-name: github.com/rancher/wrangler
  dependency-type: direct:production
...

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

v0.9.9

Toggle v0.9.9's commit message
Fix plugins/docker arm tag

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

v0.9.9-rc1

Toggle v0.9.9-rc1's commit message
Increase COMPACT log messages to Info

These messages are important for evaluating cluster heath and should be more visible.

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