Skip to content

Commit 2a101e9

Browse files
authored
Merge pull request #1241 from dashpay/release_1.5.3
chore(release): update changelog and bump version to 1.5.3
2 parents 59268dc + 6e9e0b1 commit 2a101e9

File tree

22 files changed

+9075
-5875
lines changed

22 files changed

+9075
-5875
lines changed

.github/actions/bls/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
steps:
1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: "1.25.4"
18+
go-version: "1.25.6"
1919
- uses: actions/checkout@v6
2020
with:
2121
submodules: true

.github/dependabot.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,18 @@ updates:
66
schedule:
77
interval: weekly
88
open-pull-requests-limit: 5
9-
# - package-ecosystem: npm
10-
# directory: "/docs"
11-
# schedule:
12-
# interval: daily
13-
# time: "11:00"
14-
# open-pull-requests-limit: 10
15-
# reviewers:
16-
# - fadeev
9+
10+
- package-ecosystem: npm
11+
directory: "/docs"
12+
schedule:
13+
interval: monthly
14+
open-pull-requests-limit: 0
15+
ignore:
16+
- dependency-name: "*"
1717
- package-ecosystem: gomod
1818
directory: "/"
1919
schedule:
2020
interval: weekly
2121
open-pull-requests-limit: 10
22-
reviewers:
23-
- lklimek
2422
labels:
2523
- dependencies

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/setup-go@v6.2.0
2525
with:
26-
go-version: "1.25.4"
26+
go-version: "1.25.6"
2727
- uses: actions/checkout@v6
2828
- uses: technote-space/get-diff-action@v6
2929
with:
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/setup-go@v6.2.0
5656
with:
57-
go-version: "1.25.4"
57+
go-version: "1.25.6"
5858
- uses: actions/checkout@v6
5959
- uses: technote-space/get-diff-action@v6
6060
with:
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/setup-go@v6.2.0
8181
with:
82-
go-version: "1.25.4"
82+
go-version: "1.25.6"
8383
- uses: actions/checkout@v6
8484
- uses: technote-space/get-diff-action@v6
8585
with:

.github/workflows/check-generated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-go@v6.2.0
2222
with:
23-
go-version: "1.25.4"
23+
go-version: "1.25.6"
2424

2525
- uses: actions/checkout@v6
2626

@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/setup-go@v6.2.0
5757
with:
58-
go-version: "1.25.4"
58+
go-version: "1.25.6"
5959

6060
- uses: actions/checkout@v6
6161

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/setup-go@v6.2.0
2727
with:
28-
go-version: "1.25.4"
28+
go-version: "1.25.6"
2929

3030
- name: Set up Docker Buildx
3131
uses: docker/setup-buildx-action@v3.12.0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-go@v6.2.0
4141
if: env.GIT_DIFF
4242
with:
43-
go-version: "^1.25.4"
43+
go-version: "^1.25.6"
4444

4545
- name: Install dependencies
4646
if: env.GIT_DIFF

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-go@v6.2.0
1616
with:
17-
go-version: "1.25.4"
17+
go-version: "1.25.6"
1818

1919
- name: Build
2020
uses: goreleaser/goreleaser-action@v6

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-go@v6.2.0
3030
if: env.GIT_DIFF
3131
with:
32-
go-version: "1.25.4"
32+
go-version: "1.25.6"
3333

3434
- name: Install libpcap
3535
if: env.GIT_DIFF

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
## [1.5.3] - 2026-01-27
2+
3+
### Build
4+
5+
- Id command fails to lookup uid 100 (#1236)
6+
- Bump golang to 1.25.6, alpine to 3.23, bls-signatures to 1.3.6 (#1237)
7+
- Bump github.com/opencontainers/runc (#1238)
8+
19
## [1.5.2] - 2026-01-27
210

311
### Bug Fixes
412

513
- Docker build fails when base image has no klogd user (#1205)
614

15+
### Miscellaneous Tasks
16+
17+
- Update changelog and version to 1.5.2
18+
719
### Refactor
820

921
- More granular rpc error codes (#1206)

DOCKER/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# * compile - builds final binaries
55
# * image - creates final image of minimal size
66

7-
ARG ALPINE_VERSION=3.21
8-
ARG GOLANG_VERSION=1.25.4
7+
ARG ALPINE_VERSION=3.23
8+
ARG GOLANG_VERSION=1.25.6
99
#################################
1010
# STAGE 1: install dependencies #
1111
#################################
1212
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} AS base
1313

1414
RUN apk update && \
1515
apk upgrade && \
16-
apk --no-cache add bash git gmp-dev sudo cmake build-base libpcap-dev leveldb-dev && \
16+
apk --no-cache add bash git gmp-dev gmp-static sudo cmake build-base libpcap-dev leveldb-dev && \
1717
rm -rf /var/cache/apk/*
1818

1919
WORKDIR /src/bls
@@ -85,7 +85,8 @@ RUN apk update && \
8585
# Therefore, we delete any existing user with UID 100 and reassign that UID to
8686
# our tmuser. We create a dedicated group tmuser with GID 1000
8787
RUN addgroup --gid 1000 tmuser && \
88-
{ run_user="$(id -nu 100)" && deluser $run_user || true; } && \
88+
run_user="$(awk -F: '$3==100{print $1; exit}' /etc/passwd)" && \
89+
if [ -n "$run_user" ]; then deluser "$run_user"; fi && \
8990
adduser -u 100 -S -G tmuser tmuser -h "$TMHOME"
9091

9192

0 commit comments

Comments
 (0)