Skip to content

Commit 8ebd5ce

Browse files
committed
chore: run rekres
To fix release builds. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 4808369 commit 8ebd5ce

File tree

10 files changed

+39
-39
lines changed

10 files changed

+39
-39
lines changed

.conform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ policies:
1212
gitHubOrganization: siderolabs
1313
spellcheck:
1414
locale: US
15-
maximumOfOneCommit: true
15+
maximumOfOneCommit: false
1616
header:
1717
length: 89
1818
imperative: true

.github/workflows/ci.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-28T11:30:58Z by kres latest.
3+
# Generated on 2024-03-14T17:43:23Z by kres latest.
44

55
name: default
66
concurrency:
@@ -50,8 +50,8 @@ jobs:
5050
uses: docker/setup-buildx-action@v3
5151
with:
5252
driver: remote
53-
endpoint: tcp://localhost:1234
54-
timeout-minutes: 1
53+
endpoint: tcp://127.0.0.1:1234
54+
timeout-minutes: 10
5555
- name: js
5656
run: |
5757
make js
@@ -198,8 +198,8 @@ jobs:
198198
uses: docker/setup-buildx-action@v3
199199
with:
200200
driver: remote
201-
endpoint: tcp://localhost:1234
202-
timeout-minutes: 1
201+
endpoint: tcp://127.0.0.1:1234
202+
timeout-minutes: 10
203203
- name: Download artifacts
204204
uses: actions/download-artifact@v4
205205
with:
@@ -251,8 +251,8 @@ jobs:
251251
uses: docker/setup-buildx-action@v3
252252
with:
253253
driver: remote
254-
endpoint: tcp://localhost:1234
255-
timeout-minutes: 1
254+
endpoint: tcp://127.0.0.1:1234
255+
timeout-minutes: 10
256256
- name: Download artifacts
257257
uses: actions/download-artifact@v4
258258
with:
@@ -304,8 +304,8 @@ jobs:
304304
uses: docker/setup-buildx-action@v3
305305
with:
306306
driver: remote
307-
endpoint: tcp://localhost:1234
308-
timeout-minutes: 1
307+
endpoint: tcp://127.0.0.1:1234
308+
timeout-minutes: 10
309309
- name: Download artifacts
310310
uses: actions/download-artifact@v4
311311
with:
@@ -357,8 +357,8 @@ jobs:
357357
uses: docker/setup-buildx-action@v3
358358
with:
359359
driver: remote
360-
endpoint: tcp://localhost:1234
361-
timeout-minutes: 1
360+
endpoint: tcp://127.0.0.1:1234
361+
timeout-minutes: 10
362362
- name: Download artifacts
363363
uses: actions/download-artifact@v4
364364
with:
@@ -410,8 +410,8 @@ jobs:
410410
uses: docker/setup-buildx-action@v3
411411
with:
412412
driver: remote
413-
endpoint: tcp://localhost:1234
414-
timeout-minutes: 1
413+
endpoint: tcp://127.0.0.1:1234
414+
timeout-minutes: 10
415415
- name: Download artifacts
416416
uses: actions/download-artifact@v4
417417
with:

.github/workflows/e2e-backups-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-28T11:30:58Z by kres latest.
3+
# Generated on 2024-03-14T17:43:23Z by kres latest.
44

55
name: e2e-backups-cron
66
concurrency:
@@ -33,8 +33,8 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434
with:
3535
driver: remote
36-
endpoint: tcp://localhost:1234
37-
timeout-minutes: 1
36+
endpoint: tcp://127.0.0.1:1234
37+
timeout-minutes: 10
3838
- name: run-integration-test
3939
env:
4040
AUTH0_TEST_PASSWORD: ${{ secrets.AUTH0_TEST_PASSWORD }}

.github/workflows/e2e-scaling-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-28T11:30:58Z by kres latest.
3+
# Generated on 2024-03-14T17:43:23Z by kres latest.
44

55
name: e2e-scaling-cron
66
concurrency:
@@ -33,8 +33,8 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434
with:
3535
driver: remote
36-
endpoint: tcp://localhost:1234
37-
timeout-minutes: 1
36+
endpoint: tcp://127.0.0.1:1234
37+
timeout-minutes: 10
3838
- name: run-integration-test
3939
env:
4040
AUTH0_TEST_PASSWORD: ${{ secrets.AUTH0_TEST_PASSWORD }}

.github/workflows/e2e-short-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-28T11:30:58Z by kres latest.
3+
# Generated on 2024-03-14T17:43:23Z by kres latest.
44

55
name: e2e-short-cron
66
concurrency:
@@ -33,8 +33,8 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434
with:
3535
driver: remote
36-
endpoint: tcp://localhost:1234
37-
timeout-minutes: 1
36+
endpoint: tcp://127.0.0.1:1234
37+
timeout-minutes: 10
3838
- name: run-integration-test
3939
env:
4040
AUTH0_TEST_PASSWORD: ${{ secrets.AUTH0_TEST_PASSWORD }}

.github/workflows/e2e-templates-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-28T11:30:58Z by kres latest.
3+
# Generated on 2024-03-14T17:43:23Z by kres latest.
44

55
name: e2e-templates-cron
66
concurrency:
@@ -33,8 +33,8 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434
with:
3535
driver: remote
36-
endpoint: tcp://localhost:1234
37-
timeout-minutes: 1
36+
endpoint: tcp://127.0.0.1:1234
37+
timeout-minutes: 10
3838
- name: run-integration-test
3939
env:
4040
AUTH0_TEST_PASSWORD: ${{ secrets.AUTH0_TEST_PASSWORD }}

.github/workflows/e2e-upgrades-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-28T11:30:58Z by kres latest.
3+
# Generated on 2024-03-14T17:43:23Z by kres latest.
44

55
name: e2e-upgrades-cron
66
concurrency:
@@ -33,8 +33,8 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434
with:
3535
driver: remote
36-
endpoint: tcp://localhost:1234
37-
timeout-minutes: 1
36+
endpoint: tcp://127.0.0.1:1234
37+
timeout-minutes: 10
3838
- name: run-integration-test
3939
env:
4040
AUTH0_TEST_PASSWORD: ${{ secrets.AUTH0_TEST_PASSWORD }}

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.6.0-labs
1+
# syntax = docker/dockerfile-upstream:1.7.0-labs
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2024-02-26T21:35:48Z by kres latest.
5+
# Generated on 2024-03-14T17:43:23Z by kres latest.
66

77
ARG JS_TOOLCHAIN
88
ARG TOOLCHAIN
@@ -21,7 +21,7 @@ ENV GOPATH /go
2121
ENV PATH ${PATH}:/usr/local/go/bin
2222

2323
# runs markdownlint
24-
FROM docker.io/node:21.6.2-alpine3.19 AS lint-markdown
24+
FROM docker.io/node:21.7.1-alpine3.19 AS lint-markdown
2525
WORKDIR /src
2626
RUN npm i -g [email protected]
2727

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-26T21:35:48Z by kres latest.
3+
# Generated on 2024-03-14T17:43:23Z by kres latest.
44

55
# common variables
66

77
SHA := $(shell git describe --match=none --always --abbrev=8 --dirty)
8-
TAG := $(shell git describe --tag --always --dirty)
8+
TAG := $(shell git describe --tag --always --dirty --match v[0-9]\*)
99
ABBREV_TAG := $(shell git describe --tags >/dev/null 2>/dev/null && git describe --tag --always --match v[0-9]\* --abbrev=0 || echo 'undefined')
1010
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
1111
ARTIFACTS := _out
@@ -17,15 +17,15 @@ REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
1717
PROTOBUF_GRPC_GATEWAY_TS_VERSION ?= 1.2.1
1818
TESTPKGS ?= ./...
1919
NODE_BUILD_ARGS ?=
20-
PROTOBUF_GO_VERSION ?= 1.32.0
20+
PROTOBUF_GO_VERSION ?= 1.33.0
2121
GRPC_GO_VERSION ?= 1.3.0
2222
GRPC_GATEWAY_VERSION ?= 2.19.1
2323
VTPROTOBUF_VERSION ?= 0.6.0
2424
DEEPCOPY_VERSION ?= v0.5.6
2525
GOLANGCILINT_VERSION ?= v1.56.2
2626
GOFUMPT_VERSION ?= v0.6.0
27-
GO_VERSION ?= 1.22.0
28-
GOIMPORTS_VERSION ?= v0.18.0
27+
GO_VERSION ?= 1.22.1
28+
GOIMPORTS_VERSION ?= v0.19.0
2929
GO_BUILDFLAGS ?=
3030
GO_LDFLAGS ?=
3131
CGO_ENABLED ?= 0
@@ -69,7 +69,7 @@ COMMON_ARGS += --build-arg=GOLANGCILINT_VERSION="$(GOLANGCILINT_VERSION)"
6969
COMMON_ARGS += --build-arg=GOIMPORTS_VERSION="$(GOIMPORTS_VERSION)"
7070
COMMON_ARGS += --build-arg=GOFUMPT_VERSION="$(GOFUMPT_VERSION)"
7171
COMMON_ARGS += --build-arg=TESTPKGS="$(TESTPKGS)"
72-
JS_TOOLCHAIN ?= docker.io/node:21.6.2-alpine3.19
72+
JS_TOOLCHAIN ?= docker.io/node:21.7.1-alpine3.19
7373
TOOLCHAIN ?= docker.io/golang:1.22-alpine
7474

7575
# extra variables

internal/frontend/frontend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
77
//
8-
// Generated on 2024-02-28T17:18:34Z by kres latest.
8+
// Generated on 2024-03-14T17:43:23Z by kres latest.
99

1010
package frontend
1111

0 commit comments

Comments
 (0)