From 84eb6a99f96a1003ad96755d71a0136fb57c89cb Mon Sep 17 00:00:00 2001 From: mrlutik Date: Sat, 23 Sep 2023 12:06:26 +0200 Subject: [PATCH 1/3] Changer release ver. v0.3.30 -> v0.3.31 --- types/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/constants.go b/types/constants.go index 8cecf810..35077b51 100644 --- a/types/constants.go +++ b/types/constants.go @@ -3,6 +3,6 @@ package types const ( // we set page iteration limit for safety PageIterationLimit = 512 - SekaiVersion = "v0.3.30" + SekaiVersion = "v0.3.31" CosmosVersion = "v0.45.10" ) From 4a1aed4ccab818b143a6b9f24c8061c55c8cf722 Mon Sep 17 00:00:00 2001 From: mrlutik Date: Sat, 23 Sep 2023 12:07:05 +0200 Subject: [PATCH 2/3] Update RELEASE.md --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index fb082a68..475deb1b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,4 @@ Features: -- Remove abandoned record ids from request records. +- Update gitflow doker base-iamge v0.11.2 -> v0.13.14 + \ No newline at end of file From 6f4bdd76c343e75bc4d6d16fafb4c7d96f8c6927 Mon Sep 17 00:00:00 2001 From: mrlutik Date: Sat, 23 Sep 2023 12:09:36 +0200 Subject: [PATCH 3/3] Update docker base img ver. v0.11.2->v0.13.4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c42e6faf..a1336672 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: id-token: write pull-requests: write container: - image: ghcr.io/kiracore/docker/base-image:v0.11.2 + image: ghcr.io/kiracore/docker/base-image:v0.13.14 steps: # Work around https://github.com/actions/checkout/issues/760 - name: Add safe.directory