JianBo He
cc939d2bda
Merge pull request #11087 from zhongwencool/bump-v5.1.0.alpha.8
...
chore: bump to v5.1.0.alpha.8
2023-06-19 23:00:53 +08:00
JianBo He
b0a6c18917
chore: bump vsn to 5.1.0-alpha.8
2023-06-19 22:59:05 +08:00
JianBo He
b7deac6b79
Merge pull request #11086 from zhongwencool/crash-listeners
...
fix: crash on emqx_ctl listeners
2023-06-19 22:57:20 +08:00
JianBo He
a3e50a0d4c
chore: pin paho-test version to avoid test failures
2023-06-19 21:12:48 +08:00
zhongwencool
64612cab14
chore: bump to v5.1.0.alpha.8
2023-06-19 18:22:51 +08:00
zhongwencool
6efb07f6eb
fix: crash on emqx_ctl listeners
2023-06-19 18:12:33 +08:00
zhongwencool
e818c0b528
Merge pull request #11085 from emqx/add-libsasl2-modules-gssapi-mit-ci
...
fix: add libsasl2-modules-gssapi-mit for CI
2023-06-19 17:39:52 +08:00
Zaiming (Stone) Shi
d4cf6d5261
chore: add a comment to build script
2023-06-19 11:29:43 +02:00
JianBo He
f5932dc9a4
fix: add libsasl2-modules-gssapi-mit for CI
...
To supplement for #11076
2023-06-19 17:21:41 +08:00
zhongwencool
5f76d56cda
Merge pull request #11075 from Kinplemelon/kinple/upgrade-dashboard
...
chore: upgrade dashboard to e1.1.0-beta.7 for ee and v1.3.0 for ce
2023-06-19 09:21:49 +08:00
Kinplemelon
274eb5af1c
chore: upgrade dashboard to e1.1.0-beta.7 for ee and v1.3.0 for ce
2023-06-18 22:01:51 +09:00
JianBo He
4b0ef08c99
Merge pull request #11076 from emqx/add-libsasl2-modules-gssapi-mit
...
fix(build): add libsasl2-modules-gssapi-mit as deps
2023-06-17 13:39:55 +08:00
JianBo He
b84623d640
fix(build): add libsasl2-modules-gssapi-mit as deps
...
Before this fix, the kerberos authentication in kafka will report the
following errors:
```
...
{{sasl_auth_error,{sass_nomech,<<"SASL(-4): no mechanism available: No worthy mechs found">>}},
```
2023-06-16 19:54:09 +08:00
zhongwencool
5f7e938b20
Merge pull request #11070 from JimMoen/use-mria-autoclean
...
fix: use mria.cluster_autoclean
2023-06-16 14:56:52 +08:00
lafirest
874305f565
Merge pull request #11069 from zhongwencool/validate-cert-depth
...
fix(emqx_schema): use non negative integer type for 'depth' SSL option
2023-06-16 14:41:25 +08:00
JimMoen
c4e7129cb6
fix: use mria.cluster_autoclean and mria.cluster_autoheal
2023-06-16 14:04:24 +08:00
Serge Tupchii
b49b80d36c
fix(emqx_schema): use non negative integer type for 'depth' SSL option
...
Closes: EMQX-10276
2023-06-16 10:59:39 +08:00
Paulo Zulato
b2f4dbd232
Merge pull request #11067 from paulozulato/chore-bump-influx
...
chore(influxdb): bump version for influxdb client
2023-06-15 20:16:28 -03:00
Paulo Zulato
e127df3912
chore(influxdb): bump version for influxdb client
2023-06-15 17:53:08 -03:00
JianBo He
70624fabeb
Merge pull request #11064 from HJianBo/docker-build-with-extra-deps
...
build: fix the EXTRA_DEPS not working in workflows
2023-06-16 00:17:18 +08:00
JianBo He
5f9bd5e4c9
chore: update .github/workflows/build_and_push_docker_images.yaml
...
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
2023-06-15 23:17:04 +08:00
JianBo He
e38236eb05
build: fix the EXTRA_DEPS not working in workflows
2023-06-15 21:55:53 +08:00
zhongwencool
9b56f116f4
Merge pull request #11062 from zhongwencool/log-file-rename
2023-06-15 20:51:52 +08:00
zhongwencool
3406a5d916
Merge pull request #11063 from zhongwencool/bump-to-alpha.7
...
chore: bump to e5.1.0-alpha.7
2023-06-15 19:22:37 +08:00
zhongwencool
db0a73430d
Merge pull request #11056 from zhongwencool/conf-post-update-failure-callback
...
feat: try to save config when post_config_update failed
2023-06-15 19:21:34 +08:00
zhongwencool
fc1d78134a
test: replace 'to' with 'path'
2023-06-15 19:13:51 +08:00
zhongwencool
9060a2dc05
chore: bump to e5.1.0-alpha.7
2023-06-15 19:05:13 +08:00
zhongwencool
e6c2da8d19
feat: rename log.file.to to log.file.path
2023-06-15 18:24:21 +08:00
zhongwencool
9d9f0db516
chore: update 11056 changelog
2023-06-15 17:19:11 +08:00
zhongwencool
84a5d0c3c1
fix: delete a default listener then recreate it, it's disabled
2023-06-15 17:19:11 +08:00
zhongwencool
0adbb0deec
feat: try to save config when post_config_update failed not in init mfa status
2023-06-15 17:19:11 +08:00
zhongwencool
1a5684e35e
Merge pull request #11059 from JimMoen/fix-static-js-file-404
...
Fix static js file 404
2023-06-15 16:59:59 +08:00
JimMoen
611fc6c53c
chore: rm unused hocon file
2023-06-15 16:10:16 +08:00
JimMoen
903d8d899e
fix: .js files are required by dashboard as static
...
revert parts of 8c1334c421
2023-06-15 16:10:16 +08:00
lafirest
17a1b8becf
Merge pull request #11057 from lafirest/bump_ecql_51
...
chore: bump ecql for obfuscate sensitive data to avoid leakage
2023-06-15 10:54:31 +08:00
firest
249ddee527
chore: update changes
2023-06-15 10:35:27 +08:00
firest
c28346d67b
chore: bump ecql for obfuscate sensitive data to avoid leakage
2023-06-15 10:35:18 +08:00
Paulo Zulato
36d6350880
Merge pull request #11031 from paulozulato/fix-influx-wrong-username
...
fix(influxdb): check authentication
2023-06-14 14:41:50 -03:00
zhongwencool
41004e86da
Merge pull request #10959 from qzhuyan/dev/william/remove-depre-quic-config
...
chore: remove deprecated QUIC listener config
2023-06-14 23:01:00 +08:00
zhongwencool
bd269e259e
Merge pull request #11047 from zhongwencool/dashboard-listeners-deprecate-enable
...
feat: deprecated dashboard.listeners.name.enable
2023-06-14 22:58:39 +08:00
SergeTupchiy
78c52c28c4
Merge pull request #11028 from id/0612-fix-incompatible-tls-options-and-version-gap
...
fix(tls): fix incompatible tls options and issue with tls version gap
2023-06-14 17:56:34 +03:00
Serge Tupchii
7882755114
chore: bump cowboy to 2.9.2
...
cowboy 2.9.2 uses ranch 1.8.1-emqx that fixes incompatible TLS options
2023-06-14 17:35:17 +03:00
Serge Tupchii
4425942030
fix(emqx_schema): move tls version gap validation to emqx_schema
2023-06-14 17:29:56 +03:00
Ivan Dyachkov
6d88cd7a20
fix(tls): fix incompatible tls options and issue with tls version gap
2023-06-14 17:29:56 +03:00
Paulo Zulato
a573b9b38c
fix(influxdb): check authentication
...
Checks authentication on bridge start and get status. Also, handle
authentication error when sending message.
Fixes https://emqx.atlassian.net/browse/EMQX-10213
2023-06-14 11:27:39 -03:00
zhongwencool
9209e0bed5
test: delete dashboard.listeners.xx.enable
2023-06-14 20:51:17 +08:00
zhongwencool
4b82d4d927
feat: deprecated dashboard.listeners.name.enable
2023-06-14 20:51:17 +08:00
zhongwencool
267053cc35
Merge pull request #11045 from zhongwencool/hide-zones-authn-in-listeners
...
feat: hide zone/authn in listeners and remove listeners's authn api
2023-06-14 20:32:27 +08:00
zhongwencool
f6df52020c
test: conf_cli failed with replace
2023-06-14 18:43:41 +08:00
Andrew Mayorov
fcc3a59e3e
Merge pull request #11046 from fix/EMQX-9989/ft-readme
...
fix(ft): give more failproof example in README
2023-06-14 12:29:00 +02:00