Skip to content

Commit 28ad9b1

Browse files
author
github action
committed
Release 4.3.1
1 parent da38e95 commit 28ad9b1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.3.1](https://github.com/etherdata-blockchain/etherdata-admin-server/compare/v4.3.0...v4.3.1) (2022-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add remote ip address support ([#118](https://github.com/etherdata-blockchain/etherdata-admin-server/issues/118)) ([eb78509](https://github.com/etherdata-blockchain/etherdata-admin-server/commit/eb7850990a71182ec8e2ca92f1eda69ad9ae55bc))
9+
* register issue ([#119](https://github.com/etherdata-blockchain/etherdata-admin-server/issues/119)) ([da38e95](https://github.com/etherdata-blockchain/etherdata-admin-server/commit/da38e954c49e7efc7f075506e6dba4a2469e9b22))
10+
311
# [4.3.0](https://github.com/etherdata-blockchain/etherdata-admin-server/compare/v4.2.0...v4.3.0) (2022-05-02)
412

513

example_configs/k8s/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: admin-server
20-
image: sirily11/etd-remote-admin-server:4.3.0
20+
image: sirily11/etd-remote-admin-server:4.3.1
2121
ports:
2222
- containerPort: 8080
2323
protocol: TCP
@@ -30,7 +30,7 @@ spec:
3030
cpu: 1000m
3131
env:
3232
- name: NEXT_PUBLIC_VERSION
33-
value: 4.3.0
33+
value: 4.3.1
3434
- name: PORT
3535
value: "8080"
3636
- name: NEXT_PUBLIC_APP_ID

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etd-admin-ui",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"private": true,
55
"scripts": {
66
"dev": "ts-node --project tsconfig.server.json server/app.ts",

0 commit comments

Comments
 (0)