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

Skip to content

Tags: k3s-io/kine

Tags

v0.14.5

Toggle v0.14.5's commit message
Fix progress notification with no additional revisions

Fixes test that was only present in older Kubernetes releases

Signed-off-by: Brad Davidson <[email protected]>

v0.14.5-k3s1.32

Toggle v0.14.5-k3s1.32's commit message

Verified

This commit was signed with the committer’s verified signature.
brandond Brad Davidson
Roll back versions for go1.23

Signed-off-by: Brad Davidson <[email protected]>

v0.14.4

Toggle v0.14.4's commit message
Bump the etcd-dependencies group with 4 updates

Bumps the etcd-dependencies group with 4 updates: [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd), [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd), [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) and [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd).


Updates `go.etcd.io/etcd/api/v3` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.5)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.5)

Updates `go.etcd.io/etcd/client/v3` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.5)

Updates `go.etcd.io/etcd/server/v3` from 3.6.4 to 3.6.5
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.5)

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

Signed-off-by: dependabot[bot] <[email protected]>

v0.14.3

Toggle v0.14.3's commit message
Disable broken cockroachdb test

Signed-off-by: Brad Davidson <[email protected]>

v0.14.2

Toggle v0.14.2's commit message
Fix mysql schema migration creating duplicate indexes

We just need to change the datatype, we don't need to re-specify 'NOT NULL UNIQUE' as doing so will create another index every time it's run.

Signed-off-by: Brad Davidson <[email protected]>

v0.14.1

Toggle v0.14.1's commit message
Bump google.golang.org/grpc from 1.74.2 to 1.75.1

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.74.2 to 1.75.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.74.2...v1.75.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

v0.14.0

Toggle v0.14.0's commit message
Add support for KeysOnly

Modifies SQL queries to only return value and prev_value when required

Signed-off-by: Brad Davidson <[email protected]>

v0.13.19

Toggle v0.13.19's commit message
Do not register core metrics in init

Fixes panic when both etcd and kine are in use

Signed-off-by: Brad Davidson <[email protected]>

v0.13.18

Toggle v0.13.18's commit message
Fix build args for multi-arch-build make target

Signed-off-by: Brad Davidson <[email protected]>

v0.13.17

Toggle v0.13.17's commit message
Fix issue where first arg/flag was ignored when generating config

Signed-off-by: Brad Davidson <[email protected]>