Skip to content

Commit

Permalink
Merge pull request #562 from KiraCore/feature/upd_base_img_to_v0_13_4
Browse files Browse the repository at this point in the history
feature/upd_base_img_to_v0_13_4 -> release/v0.3.31
  • Loading branch information
MrLutik authored Sep 25, 2023
2 parents 3c86f15 + 6f4bdd7 commit 693e4f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Features:

- Remove abandoned record ids from request records.
- Update gitflow doker base-iamge v0.11.2 -> v0.13.14

2 changes: 1 addition & 1 deletion types/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 693e4f8

Please sign in to comment.