Zaiming (Stone) Shi
718eaa94a7
Merge pull request #8691 from zmstone/0811-no-crash-dump-when-trying-to-start-erl
...
0811 no crash dump when checking erl start
2022-08-11 15:53:05 +01:00
Zaiming (Stone) Shi
4531703d14
refactor(bin/emqx): move file permission fix out from check_erlang_start
2022-08-11 16:30:18 +02:00
Zaiming (Stone) Shi
3a917605f5
fix(bin/emqx): avoid creating crash dump file when checking erlang
2022-08-11 16:30:18 +02:00
Zaiming (Stone) Shi
0a6a01463e
Merge pull request #8689 from zmstone/0811-fix-missing-function-in-bin-emqx
...
fix: add the 'die' function in bin/emqx
2022-08-11 08:41:50 +01:00
Zaiming (Stone) Shi
6a0d2c9d46
fix: add the 'die' function in bin/emqx
2022-08-11 08:25:37 +02:00
Zaiming (Stone) Shi
ccb51265b8
chore: prepare for 4.3.18-beta.1 release
2022-08-05 11:41:21 +02:00
Zaiming (Stone) Shi
f943892fa8
docs: update changelog for SSL gc
2022-08-05 11:41:00 +02:00
Zaiming (Stone) Shi
6a1a784ee1
Merge pull request #8641 from Rory-Z/chore/fix-helm-error
...
ci: fix helm version error
2022-08-04 22:01:11 +01:00
Thales Macedo Garitezi
0155b4209e
Merge pull request #8649 from thalesmg/esockd-tls-gc-43
...
feat: add option to gc after TLS/SSL handshake (4.3)
2022-08-04 13:45:59 -03:00
William Yang
f2a9f1b81e
Merge pull request #8653 from qzhuyan/fix/william/use-otp-matching-boot-file
...
fix(upgrade): ensure use correct no_dot_erlang.boot
2022-08-04 17:09:01 +02:00
William Yang
a88c42cf82
fix(upgrade): ensure use correct no_dot_erlang.boot
2022-08-04 15:42:19 +02:00
Thales Macedo Garitezi
5e9462afc8
feat: add option to gc after TLS/SSL handshake (4.3)
...
Port of https://github.com/emqx/emqx/pull/8637
2022-08-04 08:51:50 -03:00
Zaiming (Stone) Shi
5a9e8a23b3
Merge pull request #8652 from thalesmg/fix-env-flag
...
fix: rm non-portable `env` option
2022-08-04 06:35:57 +01:00
Thales Macedo Garitezi
c533f58ee5
fix: rm non-portable `env` option
...
On some systems, like `centos7`, `env` does not have a `-S` option.
2022-08-03 17:47:11 -03:00
Zaiming (Stone) Shi
df6303d793
Merge pull request #8646 from zmstone/0803-build-fix-relup-overwrite-escript
...
build: fix relup app overwrite escript
2022-08-03 10:34:20 +01:00
Zaiming (Stone) Shi
ddd6f066e4
chore: run escript in compile mode
2022-08-03 10:41:45 +02:00
Zaiming (Stone) Shi
e74a97013e
build: fix relup app overwrite escript
...
the rel file name is always emqx.rel, has nothing to do with profile
2022-08-03 10:01:20 +02:00
Rory Z
9d71aff5d3
ci: fix helm version error
2022-08-03 10:16:16 +08:00
zhouzb
763f0a852d
Merge pull request #8639 from tigercl/chore/vsn
...
chore: update vsn for helm chart
2022-08-03 10:04:10 +08:00
zhouzb
29df428052
chore: update vsn for helm chart
2022-08-03 10:01:08 +08:00
Zaiming (Stone) Shi
7805513130
Merge pull request #8636 from zmstone/0802-docs-update-4.3-changelog
...
docs: update changes made for v4.3.18
2022-08-02 20:38:21 +01:00
Zaiming (Stone) Shi
901d6909f5
chore: ensure enqx_dashboard app version bump
2022-08-02 19:49:01 +02:00
Zaiming (Stone) Shi
744af708f1
chore: update appup files for 4.3.18
2022-08-02 15:58:04 +02:00
Zaiming (Stone) Shi
1b9ce77d7d
chore: bump release version to 4.3.18
2022-08-02 15:50:49 +02:00
Zaiming (Stone) Shi
a3c6c9125e
docs: update changes made for v4.3.18
2022-08-02 15:26:49 +02:00
Zaiming (Stone) Shi
a162196719
Merge pull request #8511 from qzhuyan/ci/william/4.3-new-otp-23.3
...
[WIP] ci: [4.3 only] release with OTP 23.3
2022-08-02 13:28:41 +01:00
Zaiming (Stone) Shi
3cd513d74e
Merge pull request #8553 from zmstone/0722-add-ssl-debug
...
feat: make possible to debug ssl handshake
2022-08-02 12:07:16 +01:00
William Yang
0d1b26cabf
ci(linux): disable 23.2.7.2-emqx-3
2022-08-02 10:01:54 +02:00
William Yang
874d308334
build: docker build from otp-23.3
2022-08-02 09:59:59 +02:00
William Yang
19d36fbf14
ci: assert no restart_emulator in relup
2022-08-02 09:59:33 +02:00
William Yang
8835296c7a
ci(rel): intro. rel_otp_apps.eterm
2022-08-02 09:59:33 +02:00
William Yang
b17078b93f
fix(otp23.3): OTP app overwrites support emqx-edge
2022-08-02 09:59:33 +02:00
William Yang
c9c1dfb823
fix(upgrade): ensure files in BINDIR executable
...
During upgrade procedure, emqx zip file is repacked to .tar.gz but does not
preserve permission of files.
This commit ensure files under BINDIR is executable
2022-08-02 09:59:33 +02:00
William Yang
08033a82e8
build(relup): restore emqx.rel backups after rebar relup
2022-08-02 09:59:33 +02:00
zhouzb
12bc3da560
Merge pull request #8619 from Rory-Z/chore/fix-helm-error
...
ci: fix push helm repo error
2022-08-02 10:56:43 +08:00
Rory Z
bb7575f5d6
ci: fix push helm repo error
2022-08-01 10:59:50 +08:00
zhouzb
f55aaf3a39
Merge pull request #8613 from tigercl/chore/dashboard-vsn
...
chore: update dashboard vsn
2022-07-30 12:21:26 +08:00
zhouzb
3a62935205
chore: update dashboard vsn
2022-07-30 12:18:55 +08:00
JianBo He
84154f0a24
Merge pull request #8606 from HJianBo/docs-for-quick-false
...
chore: add docs for false_quick_deny
2022-07-29 17:15:09 +08:00
JianBo He
e315f1a146
chore: add docs for false_quick_deny
2022-07-29 17:11:36 +08:00
zhongwencool
6352b381b6
Merge pull request #8604 from zhongwencool/bump-4.3.17
...
chore: bump to 4.3.17
2022-07-29 15:14:11 +08:00
zhongwencool
b5b6e036f3
chore: bump to 4.3.17
2022-07-29 14:58:03 +08:00
zhouzb
5e61f895b6
Merge pull request #8600 from Rory-Z/chore/update-helm
...
ci: use action to update helm repo
2022-07-29 13:55:10 +08:00
Rory Z
dafa4d63cb
ci: use action to update helm repo
2022-07-29 10:29:03 +08:00
JianBo He
836b988b91
Merge pull request #8575 from HJianBo/fix-exproto-on-udp
...
Fix(exproto): refine keepalive timer checking
2022-07-27 14:23:52 +08:00
JianBo He
448ae41a64
chore: update changes
2022-07-27 09:58:27 +08:00
JianBo He
a5bf1a3b2d
chore(exproto): update app.src & appup.src
2022-07-27 09:38:46 +08:00
JianBo He
c188eeb1d9
fix(exproto): refine keepalive timer checking
2022-07-27 09:36:18 +08:00
JianBo He
db26956f3e
feat(exproto): keeping client information up to date
2022-07-27 09:36:18 +08:00
ieQu1
f23134d52a
Merge pull request #8539 from ieQu1/shared-sub-test-timeout
...
test(shared_sub): Increase timeout
2022-07-26 15:57:00 +02:00