File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # [ 4.7.0] ( https://github.com/etherdata-blockchain/etherdata-admin-server/compare/v4.6.0...v4.7.0 ) (2022-05-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * add crud for storage item ui ([ #130 ] ( https://github.com/etherdata-blockchain/etherdata-admin-server/issues/130 ) ) ([ 4b2fa94] ( https://github.com/etherdata-blockchain/etherdata-admin-server/commit/4b2fa94dad74528137b1e49f9dcbce12f1287dd8 ) )
9
+
3
10
# [ 4.6.0] ( https://github.com/etherdata-blockchain/etherdata-admin-server/compare/v4.5.2...v4.6.0 ) (2022-05-12)
4
11
5
12
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : admin-server
20
- image : sirily11/etd-remote-admin-server:4.6 .0
20
+ image : sirily11/etd-remote-admin-server:4.7 .0
21
21
ports :
22
22
- containerPort : 8080
23
23
protocol : TCP
30
30
cpu : 1000m
31
31
env :
32
32
- name : NEXT_PUBLIC_VERSION
33
- value : 4.6 .0
33
+ value : 4.7 .0
34
34
- name : PORT
35
35
value : " 8080"
36
36
- name : NEXT_PUBLIC_APP_ID
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etd-admin-ui" ,
3
- "version" : " 4.6 .0" ,
3
+ "version" : " 4.7 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " ts-node --project tsconfig.server.json server/app.ts" ,
You can’t perform that action at this time.
0 commit comments