Skip to content

Commit 0f4381e

Browse files
Added changelog for 7.0.7 (#3041)
* Added changelog for 7.0.7 * Update CHANGELOG.md Co-authored-by: Copilot <[email protected]> * Ubuntu 22.04 --------- Co-authored-by: Copilot <[email protected]>
1 parent 97cd7ad commit 0f4381e

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
jobs:
2121
lint:
2222
name: Eslint
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424

2525
steps:
2626
- uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
os: [windows-latest, ubuntu-20.04, macos-latest]
44+
os: [windows-latest, ubuntu-22.04, macos-latest]
4545
node: [18, 20, 22]
4646

4747
steps:
@@ -52,7 +52,7 @@ jobs:
5252
node-version: ${{ matrix.node }}
5353

5454
- name: Prepare installation (Linux)
55-
if: ${{ matrix.os == 'ubuntu-20.04' }}
55+
if: ${{ matrix.os == 'ubuntu-22.04' }}
5656
uses: ./.github/actions/install-redis-linux
5757

5858
- name: Prepare installation (MacOS)
@@ -91,7 +91,7 @@ jobs:
9191
run: npm run test-jsonl
9292

9393
- name: Redis Socket/Sentinel Tests (Linux)
94-
if: ${{ matrix.os == 'ubuntu-20.04' }}
94+
if: ${{ matrix.os == 'ubuntu-22.04' }}
9595
run: |
9696
sudo chmod ogu+x packages/controller/test/redis-socket/setup-socket.sh
9797
sudo chmod ogu+x packages/controller/test/redis-sentinel/*.sh

.github/workflows/nightly-dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
publish-config:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222

2323
steps:
2424
- name: Checkout code

.github/workflows/official-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
publish-config:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919

2020
steps:
2121
- name: Checkout code

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
## __WORK IN PROGRESS__ - Lucy
88
* (@foxriver76) fixed the edge-case problem on Windows (if adapter calls `readDir` on single file)
99
* (@foxriver76) fixed setting negative numbers via `state set` cli command
10-
* (@GermanBluefox) corrected typing for `checkPasswordAsync` command and added caching of mulit-languages names
10+
* (@GermanBluefox) corrected typing for `checkPasswordAsync` command and added caching of multilingual names
11+
* (@GermanBluefox) Improvement of `adapter.findForeignObject` (typing and optional parameters fixed)
12+
* (@GermanBluefox) Improvement of JSON schema for `io-package.json` and type definitions
1113

1214
## 7.0.6 (2024-12-08) - Lucy
1315
* (@foxriver76) fixed UI upgrade if admin is running on privileged port (<1024)

0 commit comments

Comments
 (0)