diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 4f767b1cf..36040442f 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -22,4 +22,4 @@ jobs: with: schedule: ${{ github.event_name == 'schedule' }} cancel-outdated-pipelines: ${{ github.ref_name != 'main' }} - triggered-ref: v2.5.2 # REMEMBER to also update in .gitlab-ci.yml + triggered-ref: v2.6.1 # REMEMBER to also update in .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33f0135da..96be879da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,4 +15,4 @@ libtelio-build-pipeline: trigger: project: $LIBTELIO_BUILD_PROJECT_PATH - branch: v2.5.2 # REMEMBER to also update in .github/workflows/gitlab.yml + branch: v2.6.1 # REMEMBER to also update in .github/workflows/gitlab.yml diff --git a/.unreleased/bump_libtelio_build_v2.6.1 b/.unreleased/bump_libtelio_build_v2.6.1 new file mode 100644 index 000000000..e69de29bb diff --git a/nat-lab/tests/test_cleanup.py b/nat-lab/tests/test_cleanup.py index 55820bdc6..8de8486f0 100644 --- a/nat-lab/tests/test_cleanup.py +++ b/nat-lab/tests/test_cleanup.py @@ -41,7 +41,7 @@ async def test_get_network_interface_tunnel_keys(adapter_type, name) -> None: # that might have managed to survive the end of the previous test. keys = await _get_network_interface_tunnel_keys(connection) assert [ - "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Class\\{4d36e972-e325-11ce-bfc1-08002be10318}\\0005" + "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Class\\{4d36e972-e325-11ce-bfc1-08002be10318}\\0006" ] == keys assert (