Thales Macedo Garitezi
41431f6104
ci: fix latest docker image name
2023-08-09 20:22:44 -03:00
Thales Macedo Garitezi
dcaae0b946
Merge pull request #11419 from thalesmg/r-v515-patch2-20230809
...
prepare `v5.1.5-patch.2`
2023-08-09 18:13:59 -03:00
Thales Macedo Garitezi
bb8ce68c2e
docs: Generate changelog for v5.1.5-patch.2
2023-08-09 16:38:28 -03:00
Thales Macedo Garitezi
4491c3b882
Merge branch 'master' into r-v515-patch2-20230809
2023-08-09 16:36:50 -03:00
Ivan Dyachkov
4bd16ac4c9
Merge pull request #11418 from thalesmg/fix-ci-scripts-b-20230809
2023-08-09 21:33:58 +02:00
Thales Macedo Garitezi
9e0c0911a7
ci: fix docker registry variable
2023-08-09 16:28:10 -03:00
Thales Macedo Garitezi
fec38c2165
Merge pull request #11417 from thalesmg/release-v515-patch1-20230809
...
prepare `v5.1.5-patch.1`
2023-08-09 15:45:37 -03:00
Thales Macedo Garitezi
95df958f10
docs: Generate changelog for v5.1.5-patch.1
2023-08-09 13:18:09 -03:00
Thales Macedo Garitezi
5294d6b913
ci: use `-patch.[0-9]+` for patch releases
...
Using just `-[0-9]+` requires further changes to the parser in `emqx_release`, and might
also cause problems with Elixir's `Version.parse` depending on the suffix.
2023-08-09 13:15:58 -03:00
Thales Macedo Garitezi
cce0d144f9
Merge branch 'master' into release-v515-patch1-20230809
2023-08-09 13:08:43 -03:00
Ivan Dyachkov
d5f75a45d5
Merge pull request #11414 from id/0809-ci-fix-packages-and-docker-workflows
2023-08-09 16:44:20 +02:00
Ivan Dyachkov
446421d38b
fix(docker): separate product url, description and docs url for ce and ee
...
also fix latest tag for elixir version
2023-08-09 15:01:28 +02:00
Ivan Dyachkov
42b0a131ce
fix(semver): use a.b.c-d version pattern instead of a.b.c.d for extra releases
2023-08-09 14:45:34 +02:00
Ivan Dyachkov
c587a753da
fix(docker): use 'make $PROFILE-docker' in CI
2023-08-09 14:45:17 +02:00
Ivan Dyachkov
c35ad653f3
ci: process both string and boolean values of inputs.publish
2023-08-09 09:33:17 +02:00
Ivan Dyachkov
34759b64f5
ci(docker): pass PKG_VSN to Dockerfile to avoid calling pkg-vsn.sh
2023-08-09 09:23:08 +02:00
Ivan Dyachkov
92d4f6cb0b
ci: pass secrets to docker and packages workflows
2023-08-09 09:22:55 +02:00
Ivan Dyachkov
1d588884f6
Merge pull request #11412 from thalesmg/fix-ci-scripts-b-20230808
2023-08-09 08:47:21 +02:00
lafirest
bef8eddad3
Merge pull request #11405 from lafirest/fix/kal_kialo
...
fix(calendar): make date parse error reason more sense
2023-08-09 14:42:08 +08:00
lafirest
524d33a1fa
Merge pull request #11407 from lafirest/fix/config_name_example
...
fix(ldap): improve configuration name and docs
2023-08-09 14:41:53 +08:00
firest
177ec161a1
fix(ldap): improve configuration name and docs
2023-08-09 09:39:57 +08:00
Thales Macedo Garitezi
acb87403a5
ci: fix path to Dockerfile
2023-08-08 17:44:03 -03:00
Thales Macedo Garitezi
7b3843f6a3
Merge pull request #11411 from thalesmg/fix-ci-scripts-20230808
...
ci: fix build package script
2023-08-08 17:35:53 -03:00
Thales Macedo Garitezi
1ca202fef7
ci: fix build package script
...
Since the runner changed from `ubuntu-22.04` to self hosted runner, `sudo` is no longer
passwordless.
2023-08-08 15:49:34 -03:00
Thales Macedo Garitezi
6a40a9fc8e
Merge pull request #11410 from thalesmg/prepare-v515-20230808
...
prepare to tag `v5.1.5`
2023-08-08 14:12:30 -03:00
Thales Macedo Garitezi
fdfdb105f0
docs: Generate changelog for v5.1.5
2023-08-08 10:33:34 -03:00
Thales Macedo Garitezi
a1ffd0263d
fix(cacerts): add `cacerts` back as deprecated to allow upgrading from older versions
...
See https://github.com/emqx/emqx/issues/11380
2023-08-08 10:13:13 -03:00
Ilya Averyanov
0a2d7fdb53
Merge pull request #11406 from savonarola/0808-fix-emqx_eviction_agent-flaky-test
...
chore(rebalance): fix flaky test
2023-08-08 15:47:14 +03:00
Ilya Averyanov
9245162394
chore(rebalance): fix flaky test
2023-08-08 13:06:25 +03:00
Ivan Dyachkov
5b4d09560b
Merge pull request #11398 from lafirest/chore/example
2023-08-08 11:22:08 +02:00
firest
65a6e36df1
chore: update changes
2023-08-08 14:33:49 +08:00
firest
9f38f5f26a
fix(calendar): make date parse error reason more sense
2023-08-08 14:28:38 +08:00
Thales Macedo Garitezi
b6decf9592
Merge pull request #11402 from thalesmg/dynamic-kconsu-mqtt-topics-20230807
...
feat(kafka_consumer): add mqtt topic placeholder support
2023-08-07 15:10:29 -03:00
Thales Macedo Garitezi
250b87d884
Merge pull request #11365 from thalesmg/fix-bridge-probe-atom-conversion-20230728
...
fix(http_bridge): don't attempt to convert headers to atoms
2023-08-07 15:08:46 -03:00
Ivan Dyachkov
e50897857d
Merge pull request #11393 from id/0804-add-changelog-entry
2023-08-07 19:02:44 +02:00
Thales Macedo Garitezi
29e706c83d
refactor: move catch to dry run fn
2023-08-07 13:08:34 -03:00
Thales Macedo Garitezi
4b8cea4498
fix: make error handling more flexible
2023-08-07 13:08:34 -03:00
Thales Macedo Garitezi
963d63b899
refactor: rename temporary name
...
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2023-08-07 13:08:34 -03:00
Thales Macedo Garitezi
5c8dc092a1
fix(http_bridge): don't attempt to convert headers to atoms
...
Fixes https://emqx.atlassian.net/browse/EMQX-10653
2023-08-07 13:08:34 -03:00
Thales Macedo Garitezi
d5847f33a8
test: attempt to stabilize flaky tests
2023-08-07 13:08:34 -03:00
Ivan Dyachkov
aea51b4328
docs: add changelog entry for #10697
2023-08-07 17:36:56 +02:00
Thales Macedo Garitezi
9900a32850
feat(kafka_consumer): add mqtt topic placeholder support
...
Fixes https://emqx.atlassian.net/browse/EMQX-10678
2023-08-07 11:42:34 -03:00
Ivan Dyachkov
a0467fa298
Merge pull request #11258 from id/0712-refactor-workflows
2023-08-07 16:27:56 +02:00
Thales Macedo Garitezi
cc773bbe80
Merge pull request #11397 from thalesmg/fix-spellcheck-again-20230804
...
docs: fix spellcheck ci failure
2023-08-07 09:21:02 -03:00
Ivan Dyachkov
0e54db9039
ci: build slim packages on push to branches
2023-08-07 09:42:51 +02:00
firest
816297049e
chore(example): add `msg_expiry_interval` into `retainer` example
2023-08-07 11:56:12 +08:00
lafirest
2b03436552
Merge pull request #11392 from lafirest/feat/ldap_authz
...
feat(ldap-authz): integrate the LDAP authorization
2023-08-07 11:12:05 +08:00
Ivan Dyachkov
0c17b31fff
fix(i18n): i18n file styles
2023-08-06 14:18:08 +02:00
Ivan Dyachkov
4767b952dd
ci: move sanity checks to the main workflow
2023-08-06 14:16:56 +02:00
Ivan Dyachkov
8545cac33d
ci(parse-git-ref): handle more than one tag on the same commit
...
also add shelltest in CI
2023-08-06 14:16:56 +02:00