Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
48382d1
Merge pull request #1544 from NordSecurity/jj_natlab_nordpnvlitetimeout
jjanowsk Oct 29, 2025
e687b6a
Merge pull request #1635 from NordSecurity/LLT-6935-fix_set_ip_addres…
stalowyjez Jan 7, 2026
8a2a8aa
ci: migrate to codehub and update images and infra
gytsto Nov 28, 2025
2461d99
Update cargo-deny and update its config.
tomaszklak Dec 16, 2025
9974fc1
Add deny exception for bincode
stalowyjez Jan 8, 2026
3fa467a
Bump natlab-openwrt image tag
lcruz99 Nov 5, 2025
369f7ff
Update nordlynx in nat-lab
olekoliinyk Oct 27, 2025
c78850d
Fix dist path for openwrt ipk path
lcruz99 Oct 29, 2025
74542e2
Bump linux VM tag to v0.2.2
olekoliinyk Dec 12, 2025
ed4af9a
natlab: bump common natlab docker image version
gytsto Nov 28, 2025
80c08d2
Move uv to docker image
jjanowsk Dec 8, 2025
1ac8ae8
Release v6.2.1
stalowyjez Jan 7, 2026
5840df7
Merge pull request #1638 from NordSecurity/backport_LLT-6935
stalowyjez Jan 9, 2026
af524cf
Resolve LLT-6442 "Adjustments to codehub"
gytsto Dec 2, 2025
cdd0daf
Make sure tcli conforms to basic authentication standard
Jauler Jan 13, 2026
fc45732
Bump aws-lc-rs to v1.15.0
Jauler Apr 21, 2026
7124b19
Revert "Bump aws-lc-rs to v1.15.0"
Jauler Apr 21, 2026
122f794
Downgrade aws-lc-rs to v1.13.1
Jauler Apr 21, 2026
83a19fe
Bump aws-lc-rs to v1.13.2
Jauler Apr 21, 2026
72e0f74
Test aws-lc-rs v1.13.0
Jauler Apr 21, 2026
bea6ca2
Move to my fork of aws-lc-rs and v1.12.6
Jauler Apr 21, 2026
32305a6
Try crates v1.12.6
Jauler Apr 21, 2026
b597a69
get back to old versions
Jauler Apr 21, 2026
e4b7530
Update only cargo.toml, but not cargo.lock
Jauler Apr 21, 2026
df2b31e
Hack around version override. Try to replicate it first, later we wil…
Jauler Apr 21, 2026
c14bebd
Try to use prebuild NASM
Jauler Apr 21, 2026
5954706
even more hacks
Jauler Apr 21, 2026
e13a0fe
Fix line endings mismatch
Jauler Apr 21, 2026
3444bf8
Patch from CRLF -> LF
Jauler Apr 21, 2026
4ec84fa
Revert to old building scripts
Jauler Apr 21, 2026
4854fed
Attempt to collect crash dumps from windows
Jauler Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
TRIGGERED_REF=v4.0.1

TRIGGERED_REF=v5.0.0
10 changes: 5 additions & 5 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

trigger-gitlab-pipeline:
needs: read-triggered-ref
uses: NordSecurity/trigger-gitlab-pipeline/.github/workflows/trigger-gitlab-pipeline.yml@94a5d4a0ac0d6353948f0493c894dbd44b179bde
uses: NordSecurity/trigger-gitlab-pipeline/.github/workflows/trigger-gitlab-pipeline.yml@25e94a4be8c887376dc98ec536132594738ec32a
secrets:
ci-api-v4-url: ${{ secrets.CI_API_V4_URL }}
access-token: ${{ secrets.GITLAB_API_TOKEN }}
trigger-token: ${{ secrets.TOKEN }}
project-id: ${{ secrets.PROJECT_ID }}
ci-api-v4-url: ${{ secrets.CODEHUB_CI_API_V4_URL }}
access-token: ${{ secrets.CODEHUB_GITLAB_API_TOKEN }}
trigger-token: ${{ secrets.CODEHUB_TOKEN }}
project-id: ${{ secrets.CODEHUB_PROJECT_ID }}
with:
cancel-outdated-pipelines: ${{ github.ref_name != 'main' }}
triggered-ref: ${{ needs.read-triggered-ref.outputs.value }} # defined in .env file
10 changes: 5 additions & 5 deletions .github/workflows/gitlab_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:

trigger-gitlab-pipeline:
needs: [read-triggered-ref, prepare-sha]
uses: NordSecurity/trigger-gitlab-pipeline/.github/workflows/trigger-gitlab-pipeline.yml@94a5d4a0ac0d6353948f0493c894dbd44b179bde
uses: NordSecurity/trigger-gitlab-pipeline/.github/workflows/trigger-gitlab-pipeline.yml@25e94a4be8c887376dc98ec536132594738ec32a
secrets:
ci-api-v4-url: ${{ secrets.CI_API_V4_URL }}
access-token: ${{ secrets.GITLAB_API_TOKEN }}
trigger-token: ${{ secrets.TOKEN }}
project-id: ${{ secrets.PROJECT_ID }}
ci-api-v4-url: ${{ secrets.CODEHUB_CI_API_V4_URL }}
access-token: ${{ secrets.CODEHUB_GITLAB_API_TOKEN }}
trigger-token: ${{ secrets.CODEHUB_TOKEN }}
project-id: ${{ secrets.CODEHUB_PROJECT_ID }}
with:
schedule: true
cancel-outdated-pipelines: false
Expand Down
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
default:
tags:
- docker
- linux

prepare-trigger-env:
stage: .pre
script:
Expand Down
1 change: 0 additions & 1 deletion .unreleased/LLT-6080_interface_filter_windows

This file was deleted.

File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed .unreleased/LLT-6763
Empty file.
File renamed without changes.
1 change: 1 addition & 0 deletions .unreleased/LLT-6972
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `tcli` tool auth to follow basic authorization standard
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed .unreleased/remove_get_wg_socket
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telio"
version = "6.1.0"
version = "6.2.1"
authors = ["info@nordvpn.com"]
edition = "2018"
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ _unused-install: _rust_stable-install _rust-from-toolchain-file-install
cargo +{{ rust_stable }} install --version 0.2.0 cargo-unused-features --locked

_deny-install:
cargo install --locked cargo-deny@0.15.1
cargo install --locked cargo-deny@0.18.9

_nightly-install:
rustup toolchain add {{ nightly }}
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!-- Note: this file is auto-generated. See CONTRIBUTING.md for details. -->

### v6.2.1
### ****
---
* LLT-6935: Fix StatefulFirewall::set_ip_addresses method, so the internal IP address vector (and thus firewall chain) won't grow indefinitely

<br>

### v6.2.0-rc0
### **Pink Soup**
---
Expand Down
Loading
Loading