Merge remote-tracking branch 'origin/release-v44' into 1221-sync-release-v44-to-main-v4.4

This commit is contained in:
Zaiming (Stone) Shi 2022-12-22 10:23:19 +01:00
commit f7e4f45b6c
3 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ jobs:
steps: steps:
- uses: emqx/self-hosted-cleanup-action@v1.0.3 - uses: emqx/self-hosted-cleanup-action@v1.0.3
if: matrix.os == macos-12-arm64 if: matrix.os == 'macos-12-arm64'
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: source name: source

View File

@ -124,7 +124,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: emqx/self-hosted-cleanup-action@v1.0.3 - uses: emqx/self-hosted-cleanup-action@v1.0.3
if: ${{ matrix.os == 'macos-12-arm64' }} if: matrix.os == 'macos-12-arm64'
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 # clone full git history fetch-depth: 0 # clone full git history

View File

@ -2,7 +2,7 @@
## Enhancements ## Enhancements
- Added Amazon Linxu 2 (amzn2) package release [#9498](https://github.com/emqx/emqx/pull/9498). - Added Amazon Linux 2 (amzn2) package release [#9498](https://github.com/emqx/emqx/pull/9498).
- Upgrade http client library `ehttpc` from `0.2.1` to `0.4.2` [#9456](https://github.com/emqx/emqx/pull/9456). - Upgrade http client library `ehttpc` from `0.2.1` to `0.4.2` [#9456](https://github.com/emqx/emqx/pull/9456).