From 733ffdb79efb5dfe6b2ba36eda60891ef5ba0c3e Mon Sep 17 00:00:00 2001 From: LexLuthr <88259624+LexLuthr@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:58:50 +0400 Subject: [PATCH] Update Lotus versions (#12) * Update publish-containers.yml Remove versions < v1.24.0 as they are not supported anymore. Add new NV22 version. * Update README.md * add back old versions * add old versions to readme * remove v1.24.1 --- .github/workflows/publish-containers.yml | 4 ++++ .gitignore | 3 ++- README.md | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-containers.yml b/.github/workflows/publish-containers.yml index f4f3e8c..f10d0d5 100644 --- a/.github/workflows/publish-containers.yml +++ b/.github/workflows/publish-containers.yml @@ -26,7 +26,11 @@ jobs: - v1.23.4-rc2 - v1.24.0-rc1 - v1.25.0-rc1 + - v1.24.0 - v1.25.0 + - v1.25.1 + - v1.25.2 + - v1.26.0-rc1 net: - name: mainnet goflags: '' diff --git a/.gitignore b/.gitignore index 4cd35a0..3970638 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -lotus/ \ No newline at end of file +lotus/ +.idea diff --git a/README.md b/README.md index 29112a0..6ff0857 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,12 @@ The pre-built images are available for: - `v1.23.4-rc1` - `v1.23.4-rc2` - `v1.24.0-rc1` - - `v1.25.0-rc1` + - `v1.25.0-rc1` + - `v1.24.0` - `v1.25.0` + - `v1.25.1` + - `v1.25.2` + - `v1.26.0-rc1` - **Platforms**: - `linux/amd64`