Skip to content

Commit 99c57e4

Browse files
committed
chore: update dependencies
Pull in new etcd, update Go deps, rekres. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent f0ae73e commit 99c57e4

14 files changed

Lines changed: 186 additions & 190 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
77
cancel-in-progress: true
8-
"on":
8+
'on':
99
push:
1010
branches:
1111
- main
@@ -27,7 +27,8 @@ jobs:
2727
pull-requests: read
2828
runs-on:
2929
group: generic
30-
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
30+
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref,
31+
'dependabot/'))
3132
steps:
3233
- name: gather-system-info
3334
id: system-info
@@ -55,13 +56,13 @@ jobs:
5556
done
5657
continue-on-error: true
5758
- name: checkout
58-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
59+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0
5960
- name: Unshallow
6061
run: |
6162
git fetch --prune --unshallow
6263
- name: Set up Docker Buildx
6364
id: setup-buildx
64-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # version: v4.1.0
65+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0
6566
with:
6667
driver: remote
6768
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -83,7 +84,7 @@ jobs:
8384
make release-notes
8485
- name: Release
8586
if: startsWith(github.ref, 'refs/tags/')
86-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # version: v3.0.0
87+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # version: v3.0.1
8788
with:
8889
body_path: _out/RELEASE_NOTES.md
8990
draft: "true"
@@ -120,13 +121,13 @@ jobs:
120121
done
121122
continue-on-error: true
122123
- name: checkout
123-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
124+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0
124125
- name: Unshallow
125126
run: |
126127
git fetch --prune --unshallow
127128
- name: Set up Docker Buildx
128129
id: setup-buildx
129-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # version: v4.1.0
130+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0
130131
with:
131132
driver: remote
132133
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -167,13 +168,13 @@ jobs:
167168
done
168169
continue-on-error: true
169170
- name: checkout
170-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
171+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0
171172
- name: Unshallow
172173
run: |
173174
git fetch --prune --unshallow
174175
- name: Set up Docker Buildx
175176
id: setup-buildx
176-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # version: v4.1.0
177+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0
177178
with:
178179
driver: remote
179180
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -185,7 +186,7 @@ jobs:
185186
run: |
186187
make unit-tests-race
187188
- name: coverage
188-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # version: v6.0.1
189+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # version: v7.0.0
189190
with:
190191
files: _out/coverage-unit-tests.txt
191192
flags: unit-tests

.github/workflows/lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

5-
"on":
5+
'on':
66
schedule:
77
- cron: 0 2 * * *
88
name: Lock old issues

.github/workflows/slack-notify-ci-failure.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

5-
"on":
5+
'on':
66
workflow_run:
77
workflows:
88
- default
@@ -16,7 +16,8 @@ jobs:
1616
slack-notify:
1717
runs-on:
1818
group: generic
19-
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
19+
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event
20+
!= 'pull_request'
2021
steps:
2122
- name: Slack Notify
2223
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # version: v3.0.3

.github/workflows/slack-notify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

5-
"on":
5+
'on':
66
workflow_run:
77
workflows:
88
- default

.github/workflows/stale.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

5-
"on":
5+
'on':
66
schedule:
77
- cron: 30 1 * * *
88
name: Close stale issues and PRs
@@ -17,11 +17,15 @@ jobs:
1717
- name: Close stale issues and PRs
1818
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # version: v10.3.0
1919
with:
20-
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
20+
close-issue-message: This issue was closed because it has been stalled for
21+
7 days with no activity.
2122
days-before-issue-close: "5"
2223
days-before-issue-stale: "180"
2324
days-before-pr-close: "-1"
2425
days-before-pr-stale: "45"
2526
operations-per-run: "2000"
26-
stale-issue-message: This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
27-
stale-pr-message: This PR is stale because it has been open 45 days with no activity.
27+
stale-issue-message: This issue is stale because it has been open 180 days
28+
with no activity. Remove stale label or comment or this will be closed
29+
in 7 days.
30+
stale-pr-message: This PR is stale because it has been open 45 days with
31+
no activity.

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
1+
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2022-08-25T08:24:11Z by kres latest.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

55
_out
6+
*.local.md
7+
*.override.md

.golangci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

55
version: "2"
66

@@ -132,8 +132,8 @@ linters:
132132
- builtin$
133133
- examples$
134134
issues:
135-
max-issues-per-linter: 10
136-
max-same-issues: 3
135+
max-issues-per-linter: 1024
136+
max-same-issues: 1024
137137
uniq-by-line: true
138138
new: false
139139

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# syntax = docker/dockerfile-upstream:1.24.0-labs
1+
# syntax = docker/dockerfile-upstream:1.25.0-labs
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
5+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
66

77
ARG TOOLCHAIN=scratch
88

@@ -12,7 +12,7 @@ FROM scratch AS generate
1212
# runs markdownlint
1313
FROM docker.io/oven/bun:1.3.14-alpine AS lint-markdown
1414
WORKDIR /src
15-
RUN bun i markdownlint-cli@0.48.0 sentences-per-line@0.5.2
15+
RUN bun i markdownlint-cli@0.49.0 sentences-per-line@0.5.3
1616
COPY .markdownlint.json .
1717
COPY ./README.md ./README.md
1818
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules markdownlint-sentences-per-line .

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
3+
# Generated on 2026-08-03T15:29:26Z by kres 93d28ca.
44

55
# common variables
66

@@ -28,7 +28,7 @@ GOMOCK_VERSION ?= 0.6.0
2828
DEEPCOPY_VERSION ?= v0.5.8
2929
GOLANGCILINT_VERSION ?= v2.12.2
3030
GOFUMPT_VERSION ?= v0.10.0
31-
GO_VERSION ?= 1.26.4
31+
GO_VERSION ?= 1.26.5
3232
DIS_VULNCHECK_VERSION ?= v0.0.0-20260430093434-b73e0972e2fb
3333
GO_BUILDFLAGS ?=
3434
GO_BUILDTAGS ?= ,

go.mod

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,82 @@
11
module github.com/cosi-project/state-etcd
22

3-
go 1.25.6
3+
go 1.26.2
44

55
require (
6-
github.com/cosi-project/runtime v1.15.1
7-
github.com/siderolabs/gen v0.8.6
6+
github.com/cosi-project/runtime v1.16.2
7+
github.com/siderolabs/gen v0.8.7
88
github.com/stretchr/testify v1.11.1
9-
go.etcd.io/etcd/api/v3 v3.6.11
10-
go.etcd.io/etcd/client/v3 v3.6.11
11-
go.etcd.io/etcd/server/v3 v3.6.11
9+
go.etcd.io/etcd/api/v3 v3.7.1
10+
go.etcd.io/etcd/client/v3 v3.7.1
11+
go.etcd.io/etcd/server/v3 v3.7.1
1212
go.uber.org/goleak v1.3.0
1313
go.uber.org/zap v1.28.0
14-
golang.org/x/sync v0.20.0
15-
google.golang.org/grpc v1.79.3
14+
golang.org/x/sync v0.22.0
15+
google.golang.org/grpc v1.83.0
1616
)
1717

1818
require (
1919
github.com/beorn7/perks v1.0.1 // indirect
2020
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
21+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
2122
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2223
github.com/coreos/go-semver v0.3.1 // indirect
23-
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
24-
github.com/davecgh/go-spew v1.1.1 // indirect
24+
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
25+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2526
github.com/dustin/go-humanize v1.0.1 // indirect
2627
github.com/gertd/go-pluralize v0.2.1 // indirect
2728
github.com/go-logr/logr v1.4.3 // indirect
2829
github.com/go-logr/stdr v1.2.2 // indirect
29-
github.com/gogo/protobuf v1.3.2 // indirect
30-
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
30+
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
3131
github.com/golang/protobuf v1.5.4 // indirect
32-
github.com/google/btree v1.1.3 // indirect
3332
github.com/google/go-cmp v0.7.0 // indirect
3433
github.com/google/uuid v1.6.0 // indirect
3534
github.com/gorilla/websocket v1.5.3 // indirect
36-
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
37-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
38-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
35+
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 // indirect
36+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
37+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
3938
github.com/jonboulle/clockwork v0.5.0 // indirect
40-
github.com/klauspost/compress v1.18.5 // indirect
4139
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4240
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
43-
github.com/pmezard/go-difflib v1.0.0 // indirect
44-
github.com/prometheus/client_golang v1.20.5 // indirect
45-
github.com/prometheus/client_model v0.6.1 // indirect
46-
github.com/prometheus/common v0.62.0 // indirect
47-
github.com/prometheus/procfs v0.15.1 // indirect
41+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
42+
github.com/prometheus/client_golang v1.23.2 // indirect
43+
github.com/prometheus/client_model v0.6.2 // indirect
44+
github.com/prometheus/common v0.67.5 // indirect
45+
github.com/prometheus/procfs v0.16.1 // indirect
4846
github.com/siderolabs/go-pointer v1.0.1 // indirect
4947
github.com/siderolabs/go-retry v0.3.3 // indirect
5048
github.com/siderolabs/protoenc v0.2.4 // indirect
51-
github.com/sirupsen/logrus v1.9.3 // indirect
49+
github.com/sirupsen/logrus v1.9.4 // indirect
5250
github.com/soheilhy/cmux v0.1.5 // indirect
5351
github.com/spf13/pflag v1.0.10 // indirect
5452
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
5553
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
56-
go.etcd.io/bbolt v1.4.3 // indirect
57-
go.etcd.io/etcd/client/pkg/v3 v3.6.11 // indirect
58-
go.etcd.io/etcd/pkg/v3 v3.6.11 // indirect
59-
go.etcd.io/raft/v3 v3.6.0 // indirect
54+
go.etcd.io/bbolt v1.5.0 // indirect
55+
go.etcd.io/etcd/client/pkg/v3 v3.7.1 // indirect
56+
go.etcd.io/etcd/pkg/v3 v3.7.1 // indirect
57+
go.etcd.io/raft/v3 v3.7.0 // indirect
6058
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
61-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
62-
go.opentelemetry.io/otel v1.40.0 // indirect
63-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
64-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
65-
go.opentelemetry.io/otel/metric v1.40.0 // indirect
66-
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
67-
go.opentelemetry.io/otel/trace v1.40.0 // indirect
68-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
59+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0 // indirect
60+
go.opentelemetry.io/otel v1.44.0 // indirect
61+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
62+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0 // indirect
63+
go.opentelemetry.io/otel/metric v1.44.0 // indirect
64+
go.opentelemetry.io/otel/sdk v1.44.0 // indirect
65+
go.opentelemetry.io/otel/trace v1.44.0 // indirect
66+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
6967
go.uber.org/multierr v1.11.0 // indirect
68+
go.yaml.in/yaml/v2 v2.4.3 // indirect
7069
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
71-
golang.org/x/crypto v0.49.0 // indirect
72-
golang.org/x/net v0.52.0 // indirect
73-
golang.org/x/sys v0.42.0 // indirect
74-
golang.org/x/text v0.36.0 // indirect
70+
golang.org/x/crypto v0.52.0 // indirect
71+
golang.org/x/net v0.55.0 // indirect
72+
golang.org/x/sys v0.45.0 // indirect
73+
golang.org/x/text v0.37.0 // indirect
7574
golang.org/x/time v0.15.0 // indirect
76-
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
77-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
75+
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
76+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
7877
google.golang.org/protobuf v1.36.11 // indirect
7978
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
8079
gopkg.in/yaml.v3 v3.0.1 // indirect
81-
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
82-
sigs.k8s.io/yaml v1.4.0 // indirect
80+
k8s.io/utils v0.0.0-20260108192941-914a6e750570 // indirect
81+
sigs.k8s.io/yaml v1.6.0 // indirect
8382
)

0 commit comments

Comments
 (0)