Skip to content

Commit 23c55f4

Browse files
fix: bump emqx version to 5.1.2 (#199)
1 parent b8c7a48 commit 23c55f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
path: |
8787
emqx
8888
# TODO use commit as cache key
89-
key: cache-emqx-5.1.1-${{ matrix.os }}
89+
key: cache-emqx-5.1.2-${{ matrix.os }}
9090
- name: Build EMQX
9191
if: steps.cache-emqx-restore.outputs.cache-hit != 'true'
9292
run: |

Diff for: THIRD-PARTY-LICENSES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
** aws-iot-device-sdk-cpp-v2; version 1.18.2 -- https://github.com/aws/aws-iot-device-sdk-cpp-v2/
2-
** EMQX; version 5.1.1 -- https://emqx.io/
2+
** EMQX; version 5.1.2 -- https://emqx.io/
33
** Erlang OTP; version 24.0 -- https://www.erlang.org/
44

55
Apache License

Diff for: emqx.commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
659980f69d1d4529ab79970ad9b345c898597269
1+
7df0c6a808ee9a546fd0bfddbdc1a5b5512fdd1b

Diff for: gg/src/gg_conf.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ get_override_conf(Conf) ->
245245

246246
%% We don't set cacertfile in ssl options. In order for this to take
247247
%% in emqx_conf_cli:load_config, we must remove it from the configuration map.
248-
%% Setting cacertfile to null, undefined, or empty string does not work (as of EMQX 5.1.1)
248+
%% Setting cacertfile to null, undefined, or empty string does not work (as of EMQX 5.1.2)
249249
no_cacertfile_workaround(#{<<"listeners">> := Val} = Conf) ->
250250
Conf#{<<"listeners">> => no_cacertfile_workaround(Val)};
251251
no_cacertfile_workaround(#{<<"ssl">> := Val} = Conf) ->

0 commit comments

Comments
 (0)