File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 auto-pr :
1010 name : Automated Master Branch PR
11- runs-on : ubuntu-22.04
11+ runs-on : ubuntu-latest
1212 permissions :
1313 contents : write
1414 packages : write
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 name : Repo Build
12- runs-on : ubuntu-22.04
12+ runs-on : ubuntu-latest
1313 permissions :
1414 contents : read
1515 packages : write
@@ -109,7 +109,7 @@ jobs:
109109 path : ./deb.tar.gz
110110 release :
111111 name : Create Release
112- runs-on : ubuntu-20.04
112+ runs-on : ubuntu-latest
113113 needs : [build]
114114 permissions :
115115 contents : write
Original file line number Diff line number Diff line change 99 # isolate signing & repo cloning from docker image
1010 auto-pr :
1111 name : Automated Master Branch PR
12- runs-on : ubuntu-22.04
12+ runs-on : ubuntu-latest
1313 permissions :
1414 contents : write
1515 packages : write
Original file line number Diff line number Diff line change 88 # isolate signing & repo cloning from docker image
99 setup :
1010 name : Verify PR validity
11- runs-on : ubuntu-22.04
11+ runs-on : ubuntu-latest
1212 permissions :
1313 contents : write
1414 packages : write
Original file line number Diff line number Diff line change 11Features:
22
3- - KIP-87 (commit: a0c64a8d077df4c9b487509aad5cc3bb8a672f33)
4- - cidi refactor
3+ - cidi: Update version of runners to latest
Original file line number Diff line number Diff line change 1- package types
1+ package types
22
33const (
44 // we set page iteration limit for safety
55 PageIterationLimit = 512
6- SekaiVersion = "v0.4.6 "
6+ SekaiVersion = "v0.4.7 "
77 CosmosVersion = "v0.47.6"
88)
You can’t perform that action at this time.
0 commit comments