From b18f2d961b4a5e921c1858e0ecb46d231c42fdd2 Mon Sep 17 00:00:00 2001 From: Vladyslav Goncharuk Date: Thu, 25 May 2023 00:36:19 +0300 Subject: [PATCH] [ISSUE-168] Update ver. of dlt-viewer to v2.24.0 1. [x] Have you followed the guidelines in our [Contributing document](../blob/master/CONTRIBUTING.md)? 2. [x] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change? 3. [ ] Have you built the project, and performed manual testing of your functionality for all supported platforms - Linux and Windows? No. The meaning of the change it to pass CI/CD. No functional changes were done. 4. [x] Is your change backward-compatible with the previous version of the plugin? Change description: - Updated version of the dlt-viewer in CI/CD sessions - Updated README.md ---- Verification criteria: - The only meaning of this change is that it should successfully pass CI/CD Signed-off-by: Vladyslav Goncharuk --- .github/workflows/build_clang_tidy.yml | 4 ++-- .github/workflows/build_linux.yml | 4 ++-- .github/workflows/build_windows.yml | 4 ++-- md/installation_guide/installation_guide.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_clang_tidy.yml b/.github/workflows/build_clang_tidy.yml index 846ec12a..a6be3d7b 100644 --- a/.github/workflows/build_clang_tidy.yml +++ b/.github/workflows/build_clang_tidy.yml @@ -49,12 +49,12 @@ jobs: dir: ../Qt cached: ${{ steps.cache-qt.outputs.cache-hit }} - # Checkout dlt-viewer's revision v2.21.0 + # Checkout dlt-viewer's revision v2.24.0 - name: Checkout of the dlt-viewer uses: actions/checkout@v2 with: repository: GENIVI/dlt-viewer - ref: v2.21.0 + ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641 # Checkout project's revision, which is pushed - name: Checkout of the project diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index b2c04c8c..77837258 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -44,12 +44,12 @@ jobs: dir: ../Qt cached: ${{ steps.cache-qt.outputs.cache-hit }} - # Checkout dlt-viewer's revision v2.21.0 + # Checkout dlt-viewer's revision v2.24.0 - name: Checkout of the dlt-viewer uses: actions/checkout@v2 with: repository: GENIVI/dlt-viewer - ref: v2.21.0 + ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641 # Checkout project's revision, which is pushed - name: Checkout of the ${{ github.event.repository.name }} diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 3d8f65e6..f32ff94b 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -64,12 +64,12 @@ jobs: echo "D:/a/${{ github.event.repository.name }}/tools/jom/" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append shell: powershell - # Checkout dlt-viewer's revision v2.21.0 + # Checkout dlt-viewer's revision v2.24.0 - name: Checkout of the dlt-viewer uses: actions/checkout@v2 with: repository: GENIVI/dlt-viewer - ref: v2.21.0 + ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641 # Checkout project's revision, which is pushed - name: Checkout of the project diff --git a/md/installation_guide/installation_guide.md b/md/installation_guide/installation_guide.md index 79437a0a..7eb20d11 100644 --- a/md/installation_guide/installation_guide.md +++ b/md/installation_guide/installation_guide.md @@ -12,7 +12,7 @@ > **Note!** > -> Currently plugin can be built against the v2.21.0 release. +> Currently plugin can be built against the v2.24.0 release. > > The build under the earlier versions, down to the the v2.19.0 is also supported. But you will need to use the compatibility mode. Such an option is described below later on down this page. Search for the "PLUGIN_INTERFACE_VERSION" keyword. >