Skip to content

Commit 1baa382

Browse files
authored
release v2.4.2 (#2004)
* release v2.4.2 * update lotus version in docker and CI
1 parent 4bf67b2 commit 1baa382

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

Diff for: .github/image/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## This image is used to github action runner for this repo
22
# Use the official Golang image as the base image
3-
FROM golang:1.22-bullseye AS builder
3+
FROM golang:1.23-bullseye AS builder
44

55
# Set the working directory inside the container
66
WORKDIR /app
@@ -23,7 +23,7 @@ RUN git submodule update --init
2323
RUN go mod download
2424

2525
# Stage 2: Install Lotus binary
26-
FROM ghcr.io/filecoin-shipyard/lotus-containers:lotus-v1.30.0-rc1-devnet AS lotus-test
26+
FROM ghcr.io/filecoin-shipyard/lotus-containers:lotus-v1.32.1-devnet AS lotus-test
2727

2828
# Stage 3: Build the final image
2929
FROM myoung34/github-runner AS curio-github-runner

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ docsgen-openrpc-boost: docsgen-openrpc-bin
217217

218218
## DOCKER IMAGES
219219
docker_user?=filecoin
220-
lotus_version?=v1.30.0-rc1
220+
lotus_version?=v1.32.1
221221
ffi_from_source?=0
222222
build_lotus?=0
223223
ifeq ($(build_lotus),1)

Diff for: build/openrpc/boost.json.gz

-4 Bytes
Binary file not shown.

Diff for: build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func BuildTypeString() string {
3131
}
3232
}
3333

34-
const BuildVersion = "2.4.2-rc1"
34+
const BuildVersion = "2.4.2"
3535

3636
func UserVersion() string {
3737
return BuildVersion + BuildTypeString() + CurrentCommit

Diff for: docker/devnet/Dockerfile.source

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY gql /src/gql
1313
RUN npm_config_legacy_peer_deps=yes npm ci --no-audit --prefix react&& \
1414
npm run --prefix react build
1515
#########################################################################################
16-
FROM golang:1.22-bullseye as builder
16+
FROM golang:1.23-bullseye as builder
1717

1818
RUN apt update && apt install -y \
1919
build-essential \

Diff for: go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ require (
3333
github.com/filecoin-project/go-jsonrpc v0.7.0
3434
github.com/filecoin-project/go-padreader v0.0.1
3535
github.com/filecoin-project/go-paramfetch v0.0.4
36-
github.com/filecoin-project/go-state-types v0.16.0-rc7
36+
github.com/filecoin-project/go-state-types v0.16.0
3737
github.com/filecoin-project/go-statemachine v1.0.3
3838
github.com/filecoin-project/go-statestore v0.2.0
39-
github.com/filecoin-project/lotus v1.32.0-rc3
39+
github.com/filecoin-project/lotus v1.32.1
4040
github.com/filecoin-project/specs-actors v0.9.15
4141
github.com/filecoin-project/specs-actors/v2 v2.3.6
4242
github.com/gbrlsnchs/jwt/v3 v3.0.1
@@ -170,7 +170,7 @@ require (
170170
github.com/elastic/go-windows v1.0.1 // indirect
171171
github.com/elastic/gosigar v0.14.3 // indirect
172172
github.com/etclabscore/go-jsonschema-walk v0.0.6 // indirect
173-
github.com/filecoin-project/filecoin-ffi v1.31.0 // indirect
173+
github.com/filecoin-project/filecoin-ffi v1.32.0 // indirect
174174
github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
175175
github.com/filecoin-project/go-amt-ipld/v3 v3.1.0 // indirect
176176
github.com/filecoin-project/go-amt-ipld/v4 v4.4.0 // indirect

Diff for: go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ github.com/filecoin-project/go-state-types v0.0.0-20200928172055-2df22083d8ab/go
398398
github.com/filecoin-project/go-state-types v0.0.0-20201102161440-c8033295a1fc/go.mod h1:ezYnPf0bNkTsDibL/psSz5dy4B5awOJ/E7P2Saeep8g=
399399
github.com/filecoin-project/go-state-types v0.1.0/go.mod h1:ezYnPf0bNkTsDibL/psSz5dy4B5awOJ/E7P2Saeep8g=
400400
github.com/filecoin-project/go-state-types v0.1.6/go.mod h1:UwGVoMsULoCK+bWjEdd/xLCvLAQFBC7EDT477SKml+Q=
401-
github.com/filecoin-project/go-state-types v0.16.0-rc7 h1:ODs527FEqmq/kKj4jXqRVGUx8t8+XLPjR9aP1f+YVus=
402-
github.com/filecoin-project/go-state-types v0.16.0-rc7/go.mod h1:YCESyrqnyu17y0MazbV6Uwma5+BrMvEKEQp5QWeIf9g=
401+
github.com/filecoin-project/go-state-types v0.16.0 h1:ajIREDzTGfq71ofIQ29iZR1WXxmkvd2nQNc6ApcP1wI=
402+
github.com/filecoin-project/go-state-types v0.16.0/go.mod h1:YCESyrqnyu17y0MazbV6Uwma5+BrMvEKEQp5QWeIf9g=
403403
github.com/filecoin-project/go-statemachine v0.0.0-20200925024713-05bd7c71fbfe/go.mod h1:FGwQgZAt2Gh5mjlwJUlVB62JeYdo+if0xWxSEfBD9ig=
404404
github.com/filecoin-project/go-statemachine v1.0.3 h1:N07o6alys+V1tNoSTi4WuuoeNC4erS/6jE74+NsgQuk=
405405
github.com/filecoin-project/go-statemachine v1.0.3/go.mod h1:jZdXXiHa61n4NmgWFG4w8tnqgvZVHYbJ3yW7+y8bF54=
@@ -408,8 +408,8 @@ github.com/filecoin-project/go-statestore v0.2.0 h1:cRRO0aPLrxKQCZ2UOQbzFGn4WDNd
408408
github.com/filecoin-project/go-statestore v0.2.0/go.mod h1:8sjBYbS35HwPzct7iT4lIXjLlYyPor80aU7t7a/Kspo=
409409
github.com/filecoin-project/go-storedcounter v0.1.0 h1:Mui6wSUBC+cQGHbDUBcO7rfh5zQkWJM/CpAZa/uOuus=
410410
github.com/filecoin-project/go-storedcounter v0.1.0/go.mod h1:4ceukaXi4vFURIoxYMfKzaRF5Xv/Pinh2oTnoxpv+z8=
411-
github.com/filecoin-project/lotus v1.32.0-rc3 h1:m3+Psa3/7jOHua/lXDy6DiK6ZJ3KaNKz8XOtJWjY1BM=
412-
github.com/filecoin-project/lotus v1.32.0-rc3/go.mod h1:LLGBL05a60GvOiPEGD6sNEKMDGM+fKZ2qM9NzCCVMg8=
411+
github.com/filecoin-project/lotus v1.32.1 h1:C1MLLb6ZIKTYZtqVEAJ+Jbfc1Kf8U1dB9EgqXlmG7MY=
412+
github.com/filecoin-project/lotus v1.32.1/go.mod h1:eNfZ0eXGMckDBFQmL1/MJk/0UgxVKHy74z40uMrGlg4=
413413
github.com/filecoin-project/pubsub v1.0.0 h1:ZTmT27U07e54qV1mMiQo4HDr0buo8I1LDHBYLXlsNXM=
414414
github.com/filecoin-project/pubsub v1.0.0/go.mod h1:GkpB33CcUtUNrLPhJgfdy4FDx4OMNR9k+46DHx/Lqrg=
415415
github.com/filecoin-project/specs-actors v0.9.13/go.mod h1:TS1AW/7LbG+615j4NsjMK1qlpAwaFsG9w0V2tg2gSao=

Diff for: go.work.sum

+2
Original file line numberDiff line numberDiff line change
@@ -4829,6 +4829,7 @@ golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt7
48294829
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
48304830
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
48314831
golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
4832+
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
48324833
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
48334834
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
48344835
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
@@ -5120,6 +5121,7 @@ golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
51205121
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
51215122
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
51225123
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
5124+
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
51235125
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
51245126
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
51255127
golang.org/x/telemetry v0.0.0-20240208230135-b75ee8823808 h1:+Kc94D8UVEVxJnLXp/+FMfqQARZtWHfVrcRtcG8aT3g=

0 commit comments

Comments
 (0)