mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 03:41:56 +00:00
bc2675da047aa4bd074e9498f22719df9c36ce9d
230 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
2cfe7befef |
refactor(connlib): remove ControlSignal (#2321)
|
||
|
|
aaf18aa66b |
build(deps): Bump tokio from 1.32.0 to 1.33.0 in /rust (#2388)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a30579b3a1 |
build(deps): Bump org.jetbrains.kotlin:kotlin-stdlib from 1.7.21 to 1.9.10 in /rust/connlib/clients/android/connlib (#2381)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.9.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's releases</a>.</em></p> <blockquote> <h2>Kotlin 1.9.10</h2> <h2>Changelog</h2> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-60769"><code>KT-60769</code></a> Partially revert KT-58371</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60659"><code>KT-60659</code></a> Incorrect 'unresolved reference: addFirst' error with JDK 21</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60371"><code>KT-60371</code></a> Native custom allocator link error</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60986"><code>KT-60986</code></a> Native: static caches with custom runtime options are broken on Linux</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60770"><code>KT-60770</code></a> Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60231"><code>KT-60231</code></a> NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a> KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60852"><code>KT-60852</code></a> Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57509"><code>KT-57509</code></a> KJS: Compiler generates native JS operator == for comparing values with Any type</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-60230"><code>KT-60230</code></a> Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60758"><code>KT-60758</code></a> Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-59167"><code>KT-59167</code></a> Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-61147"><code>KT-61147</code></a> Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60543"><code>KT-60543</code></a> NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension</li> </ul> <h2>Checksums</h2> <table> <thead> <tr> <th>File</th> <th>Sha256</th> </tr> </thead> <tbody> <tr> <td>kotlin-compiler-1.9.10.zip</td> <td>7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342</td> </tr> <tr> <td>kotlin-native-linux-x86_64-1.9.10.tar.gz</td> <td>1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b</td> </tr> <tr> <td>kotlin-native-macos-x86_64-1.9.10.tar.gz</td> <td>f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d</td> </tr> <tr> <td>kotlin-native-macos-aarch64-1.9.10.tar.gz</td> <td>d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de</td> </tr> <tr> <td>kotlin-native-windows-x86_64-1.9.10.zip</td> <td>a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c</td> </tr> </tbody> </table> <h2>Kotlin 1.9.0</h2> <h2>Changelog</h2> <h3>Analysis API</h3> <h4>New Features</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md">org.jetbrains.kotlin:kotlin-stdlib's changelog</a>.</em></p> <blockquote> <h2>1.9.10</h2> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-60769"><code>KT-60769</code></a> Partially revert KT-58371</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60659"><code>KT-60659</code></a> Incorrect 'unresolved reference: addFirst' error with JDK 21</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60371"><code>KT-60371</code></a> Native custom allocator link error</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60986"><code>KT-60986</code></a> Native: static caches with custom runtime options are broken on Linux</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60770"><code>KT-60770</code></a> Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60231"><code>KT-60231</code></a> NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0</li> </ul> <h3>JavaScript</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a> KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60852"><code>KT-60852</code></a> Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57509"><code>KT-57509</code></a> KJS: Compiler generates native JS operator == for comparing values with Any type</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-60230"><code>KT-60230</code></a> Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60758"><code>KT-60758</code></a> Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-59167"><code>KT-59167</code></a> Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-61147"><code>KT-61147</code></a> Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-60543"><code>KT-60543</code></a> NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension</li> </ul> <h2>1.9.0</h2> <h3>Analysis API</h3> <h4>New Features</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-57930"><code>KT-57930</code></a> Analysis API: provide an API for extending Kotlin resolution</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57636"><code>KT-57636</code></a> K2: Add the return type of K2 reference shortener AA <code>ShortenCommand::invokeShortening()</code> e.g., <code>ShorteningResultInfo</code> to allow callers to access the shortening result PSI</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-58249"><code>KT-58249</code></a> Analysis API: Disable error logging for FE10 implementation of resolveCall when resolve is not successful</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-55626"><code>KT-55626</code></a> Impossible to restore symbol by psi from script file</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57314"><code>KT-57314</code></a> LL FIR: Combine <code>LLFirProvider$SymbolProvider</code>s in session dependencies (optimization)</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-55527"><code>KT-55527</code></a> K2 IDE: Rewrite KtScopeContext class to allow to handle each scope separately</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-55329"><code>KT-55329</code></a> LL FIR: Unexpected ACTUAL_WITHOUT_EXPECT error on constructor and function declaration</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-50732"><code>KT-50732</code></a> LL API: fix compiler based tests</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-57850"><code>KT-57850</code></a> K2: contract violation due to SymbolLightAccessorMethod.propertyAccessorSymbol</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3e1ba0d041 |
build(deps): Bump serde from 1.0.188 to 1.0.189 in /rust (#2383)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c78975a1ed |
build(deps): Bump time from 0.3.29 to 0.3.30 in /rust (#2350)
Bumps [time](https://github.com/time-rs/time) from 0.3.29 to 0.3.30. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p> <blockquote> <h2>v0.3.30</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p> <blockquote> <h2>0.3.30 [2023-10-13]</h2> <h3>Added</h3> <ul> <li><code>powerfmt::smart_display::SmartDisplay</code> has been added for the main types in the library. These implementations ensure that values follow the requested fill, width, and alignment when using <code>format!</code> or similar macros. <code>Display</code> is implemented in terms of <code>SmartDisplay</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Large values no longer wrap around in release mode when using <code>NumericalDuration</code> or <code>NumericalStdDuration</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
3c98bb97e4 |
build(deps): Bump async-trait from 0.1.73 to 0.1.74 in /rust (#2349)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.74</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
f20295fa4a |
build(deps): Bump ring from 0.17.2 to 0.17.4 in /rust (#2347)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [ring](https://github.com/briansmith/ring) from 0.17.2 to 0.17.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/briansmith/ring/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
d1fa7f56dc |
build(deps): Bump tracing from 0.1.37 to 0.1.39 in /rust (#2346)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.37 to 0.1.39. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing's releases</a>.</em></p> <blockquote> <h2>tracing 0.1.39</h2> <p>This release adds several additional features to the <code>tracing</code> macros. In addition, it updates the <code>tracing-core</code> dependency to [v0.1.32][core-0.1.32] and the <code>tracing-attributes</code> dependency to [v0.1.27][attrs-0.1.27].</p> <h3>Added</h3> <ul> <li>Allow constant field names in macros (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2617">#2617</a>)</li> <li>Allow setting event names in macros (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2699">#2699</a>)</li> <li><strong>core</strong>: Allow <code>ValueSet</code>s of any length (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2508">#2508</a>)</li> </ul> <h3>Changed</h3> <ul> <li><code>tracing-attributes</code>: updated to [0.1.27][attrs-0.1.27]</li> <li><code>tracing-core</code>: updated to [0.1.32][core-0.1.32]</li> <li><strong>attributes</strong>: Bump minimum version of proc-macro2 to 1.0.60 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2732">#2732</a>)</li> <li><strong>attributes</strong>: Generate less dead code for async block return type hint (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2709">#2709</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Use fully qualified names in macros for items exported from std prelude (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2621">#2621</a>, <a href="https://redirect.github.com/tokio-rs/tracing/issues/2757">#2757</a>)</li> <li><strong>attributes</strong>: Allow [<code>clippy::let_with_type_underscore</code>] in macro-generated code (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2609">#2609</a>)</li> <li><strong>attributes</strong>: Allow <code>unknown_lints</code> in macro-generated code (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2626">#2626</a>)</li> <li><strong>attributes</strong>: Fix a compilation error in <code>#[instrument]</code> when the <code>"log"</code> feature is enabled (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2599">#2599</a>)</li> </ul> <h3>Documented</h3> <ul> <li>Add <code>axum-insights</code> to relevant crates. (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2713">#2713</a>)</li> <li>Fix link to RAI pattern crate documentation (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2612">#2612</a>)</li> <li>Fix docs typos and warnings (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2581">#2581</a>)</li> <li>Add <code>clippy-tracing</code> to related crates (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2628">#2628</a>)</li> <li>Add <code>tracing-cloudwatch</code> to related crates (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2667">#2667</a>)</li> <li>Fix deadlink to <code>tracing-etw</code> repo (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2602">#2602</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/2617">#2617</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2617">tokio-rs/tracing#2617</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2699">#2699</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2699">tokio-rs/tracing#2699</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2508">#2508</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2508">tokio-rs/tracing#2508</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2621">#2621</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2621">tokio-rs/tracing#2621</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2713">#2713</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2713">tokio-rs/tracing#2713</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2581">#2581</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2581">tokio-rs/tracing#2581</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2628">#2628</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2628">tokio-rs/tracing#2628</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2667">#2667</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2667">tokio-rs/tracing#2667</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2602">#2602</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2602">tokio-rs/tracing#2602</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2626">#2626</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2626">tokio-rs/tracing#2626</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2757">#2757</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2757">tokio-rs/tracing#2757</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2732">#2732</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2732">tokio-rs/tracing#2732</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2709">#2709</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2709">tokio-rs/tracing#2709</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
b187ac7850 |
feat(connlib): gzip encode log files (#2345)
Resolves: #2342. Co-authored-by: Jamil <jamilbk@users.noreply.github.com> |
||
|
|
58f5f79672 |
fix(connlib): don't spam log on timeout (#2340)
It turns out there was a bug in the `StreamMap` implementation that
would keep emitting the event once a stream timed out. I fixed it in
|
||
|
|
5dcfcc1e49 |
Don't use any local tun interfaces for WebRTC ICE candidates (#2335)
I was triaging #2163 and realized we probably want to filter _all_ `*tun*` interfaces, not just our own right? |
||
|
|
3a07d16c75 |
Build Apple on macos-14 (#2313)
- Update CI to run on our self-hosted M1 runner as well (macos-14) - Sanitize build environment in `build-rust.sh` to keep only needed ENV vars from Xcode - Build both `x86_64` and `aarch64` targets with a single `cargo build` instead of a loop - Store artifacts in ephemeral locations Fixes #2329 |
||
|
|
0229004d98 | refactor(connlib): split device handler for clients & gateway (take 2) (#2318) | ||
|
|
49b836ed3e |
Revert "refactor(connlib): split device handler for clients & gateway" (#2317)
Reverts firezone/firezone#2301 This auto-merged despite failing CI. |
||
|
|
dbf0e445b0 | refactor(connlib): split device handler for clients & gateway (#2301) | ||
|
|
82c2bf3574 | refactor(connlib): use events to handle ICE candidates (#2279) | ||
|
|
dbb1dd4a3a |
deps(rust): bump to Rust version 1.73 (#2291)
See https://releases.rs/docs/1.73.0/ for details. |
||
|
|
00e77062b1 |
Return fd onRemoveRoute as well (#2296)
Implements the function signatures for `onRemoveRoute` as well. Getting this error still though: <img width="1633" alt="Screenshot 2023-10-10 at 8 25 17 AM" src="https://github.com/firezone/firezone/assets/167144/3dc09f1b-10e1-401b-a1ef-64f1a09e35d5"> Android simulator, Pixel, API 34 |
||
|
|
b8dd4ce0b6 | Fix typo and formatting in gateway/src/main.rs (#2290) | ||
|
|
d0d1c095c3 |
Fix spelling typos (#2289)
Fixes failing checks in #2284 |
||
|
|
ddb99ee561 |
fix(gateway): don't drop tunnel state between reconnects (#2278)
Co-authored-by: Gabi <gabrielalejandro7@gmail.com> |
||
|
|
2398e0ffa2 |
build(deps): Bump ring from 0.17.0 to 0.17.2 in /rust (#2283)
Bumps [ring](https://github.com/briansmith/ring) from 0.17.0 to 0.17.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/briansmith/ring/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabi <gabrielalejandro7@gmail.com> |
||
|
|
23b9dd5e82 |
build(deps): Bump libc from 0.2.148 to 0.2.149 in /rust (#2282)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.148 to 0.2.149. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.149</h2> <h2>What's Changed</h2> <ul> <li>libc 0.2.148 by <a href="https://github.com/joshtriplett"><code>@joshtriplett</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3351">rust-lang/libc#3351</a></li> <li>update libc-test and its libc dependency to 0.2.148 by <a href="https://github.com/chenx97"><code>@chenx97</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3314">rust-lang/libc#3314</a></li> <li>Disable 1.13 CI by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3358">rust-lang/libc#3358</a></li> <li>Add teeos libc by <a href="https://github.com/Sword-Destiny"><code>@Sword-Destiny</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3333">rust-lang/libc#3333</a></li> <li>Added SIOCSIFNAME by <a href="https://github.com/Brijeshkrishna"><code>@Brijeshkrishna</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3354">rust-lang/libc#3354</a></li> <li>copyfile apple api update by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3346">rust-lang/libc#3346</a></li> <li>Hermit updates by <a href="https://github.com/mkroening"><code>@mkroening</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3348">rust-lang/libc#3348</a></li> <li>Add the LoongArch64 HWCAP values by <a href="https://github.com/heiher"><code>@heiher</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3344">rust-lang/libc#3344</a></li> <li>Add F_PUNCHHOLE and fpunchhole_t by <a href="https://github.com/anacrolix"><code>@anacrolix</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3337">rust-lang/libc#3337</a></li> <li>Fix compatibility with Emscripten >= 3.1.44 by <a href="https://github.com/kleisauke"><code>@kleisauke</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3308">rust-lang/libc#3308</a></li> <li>freebsd adding few mmap constants related to page alignment by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3326">rust-lang/libc#3326</a></li> <li>Redox pthreads by <a href="https://github.com/4lDO2"><code>@4lDO2</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3347">rust-lang/libc#3347</a></li> <li>linux MADV_COLLAPSE addition by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3340">rust-lang/libc#3340</a></li> <li>android adding few more pthread api calls. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3288">rust-lang/libc#3288</a></li> <li>Declare <code>pthread_attr_setguardsize</code> and <code>pthread_attr_getstacksize</code>. by <a href="https://github.com/sunfishcode"><code>@sunfishcode</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3330">rust-lang/libc#3330</a></li> <li>Add missing PS Vita definitions, fix some unused ones by <a href="https://github.com/pheki"><code>@pheki</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3284">rust-lang/libc#3284</a></li> <li>Drop <code>armv7-apple-ios</code> target support by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3362">rust-lang/libc#3362</a></li> <li>backtrace definitions and support for getmntinfo and getvfsstat by <a href="https://github.com/0323pin"><code>@0323pin</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3368">rust-lang/libc#3368</a></li> <li>apple fcntl update. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3365">rust-lang/libc#3365</a></li> <li>Added socketpair and pipe2 for Vita target by <a href="https://github.com/nikarh"><code>@nikarh</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3366">rust-lang/libc#3366</a></li> <li>Added additional Ethernet Protocol Ids for fuchsia by <a href="https://github.com/w1redch4d"><code>@w1redch4d</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3332">rust-lang/libc#3332</a></li> <li>timerfd api for freebsd 14. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3341">rust-lang/libc#3341</a></li> <li>haiku adding pthread GNU part by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3364">rust-lang/libc#3364</a></li> <li>add execveat for glibc by <a href="https://github.com/SteveLauC"><code>@SteveLauC</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3372">rust-lang/libc#3372</a></li> <li>added support for GNU/Hurd by <a href="https://github.com/Vtewari2311"><code>@Vtewari2311</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3325">rust-lang/libc#3325</a></li> <li>Fix apple tvos support by <a href="https://github.com/lcruz99"><code>@lcruz99</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3370">rust-lang/libc#3370</a></li> <li>Remove deprecation from SA_ONSTACK; fix hexagon-unknown-linux-musl by <a href="https://github.com/androm3da"><code>@androm3da</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3335">rust-lang/libc#3335</a></li> <li>feat: add close_range for glibc by <a href="https://github.com/SteveLauC"><code>@SteveLauC</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3373">rust-lang/libc#3373</a></li> <li>Update crate version to 0.2.149 by <a href="https://github.com/nikarh"><code>@nikarh</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3360">rust-lang/libc#3360</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Sword-Destiny"><code>@Sword-Destiny</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3333">rust-lang/libc#3333</a></li> <li><a href="https://github.com/Brijeshkrishna"><code>@Brijeshkrishna</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3354">rust-lang/libc#3354</a></li> <li><a href="https://github.com/anacrolix"><code>@anacrolix</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3337">rust-lang/libc#3337</a></li> <li><a href="https://github.com/4lDO2"><code>@4lDO2</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3347">rust-lang/libc#3347</a></li> <li><a href="https://github.com/pheki"><code>@pheki</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3284">rust-lang/libc#3284</a></li> <li><a href="https://github.com/0323pin"><code>@0323pin</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3368">rust-lang/libc#3368</a></li> <li><a href="https://github.com/w1redch4d"><code>@w1redch4d</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3332">rust-lang/libc#3332</a></li> <li><a href="https://github.com/Vtewari2311"><code>@Vtewari2311</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3325">rust-lang/libc#3325</a></li> <li><a href="https://github.com/lcruz99"><code>@lcruz99</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3370">rust-lang/libc#3370</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/libc/compare/0.2.148...0.2.149">https://github.com/rust-lang/libc/compare/0.2.148...0.2.149</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2e30596a25 |
build(deps): Bump proptest from 1.2.0 to 1.3.1 in /rust (#2281)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.2.0 to 1.3.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
d0302f6f31 |
build(deps): Bump reqwest from 0.11.20 to 0.11.22 in /rust (#2280)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.20 to 0.11.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.21</h2> <h2>What's Changed</h2> <ul> <li>Add automatically detecting macOS proxy settings.</li> <li>Add <code>ClientBuilder::tls_info(bool)</code>, which will put <code>tls::TlsInfo</code> into the response extensions.</li> <li>Fix trust-dns resolver from possible hangs.</li> <li>Fix connect timeout to be split among multiple IP addresses.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SpeedReach"><code>@SpeedReach</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1960">seanmonstar/reqwest#1960</a></li> <li><a href="https://github.com/jefflloyd"><code>@jefflloyd</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1955">seanmonstar/reqwest#1955</a></li> <li><a href="https://github.com/droe"><code>@droe</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1938">seanmonstar/reqwest#1938</a></li> <li><a href="https://github.com/conradludgate"><code>@conradludgate</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1940">seanmonstar/reqwest#1940</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.22</h2> <ul> <li>Fix compilation on Windows when <code>trust-dns</code> is enabled.</li> </ul> <h2>v0.11.21</h2> <ul> <li>Add automatically detecting macOS proxy settings.</li> <li>Add <code>ClientBuilder::tls_info(bool)</code>, which will put <code>tls::TlsInfo</code> into the response extensions.</li> <li>Fix trust-dns resolver from possible hangs.</li> <li>Fix connect timeout to be split among multiple IP addresses.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
72d6942a71 |
refactor(phoenix-channel): introduce init function (#2260)
What is common across all our usages of the phoenix channel is that we wait for some kind of `init` message before we fully start-up. We extract this pattern into a dedicated function within the `phoenix-channel` crate. --------- Signed-off-by: Thomas Eizinger <thomas@eizinger.io> |
||
|
|
e516bcc8dd |
connlib+android: enable fd replacement (#2235)
Should be easier to review commit by commit. The gist of this commit is: * `onAddRoute` on Android now takes an address+prefix as to minimize parsing * `onAddRoute` recreates the vpn service each time(TODO: is this too bad for performance?) * `on_add_route` and `onAddRoute` returns the new fd * on android after `on_add_route` we recreate `IfaceConfig` and `DeviceIo` and we store the new values * `peer_handler` now runs on a loop, where each time we fail a write with an error code 9(bad descriptor) we try to take the new `DeviceIo` * we keep an [`AbortHandle`](https://docs.rs/tokio/latest/tokio/task/struct.AbortHandle.html) from the `iface_handler` task, since closing the fd doesn't awake the `read` task for `AsyncFd`(I tried it, right now `close` is only called after dropping the fd) so we explicitly abort the task and start a new one with the new `device_io`. * in android `DeviceIo` has an atomic which tells if it's closed or open and we change it to closed after `on_add_route`, we use this as to never double-close the fd, instead we wait until it's dropped. This *might* affect performance on android since we use non-`Ordering::Relaxed` atomic operation each read/write but it won't affect perfromance in other platforms, furthermore I believe the performance gains if we remove this will be minimal. Fixes #2227 --------- Co-authored-by: Jamil <jamilbk@users.noreply.github.com> |
||
|
|
1915080740 |
Build with profile = "release" for Android when appropriate (#2270)
We were building Release builds with the debug profile |
||
|
|
11a2979158 |
connlib: error out with http 4xx instead of trying to reconnect (#2264)
fixes #2013 Stops the reconnect loop on a 4xx error. Right now it seems like android doesn't handle `on_disconnect` properly, just logging instead of going back to sign-in screen. |
||
|
|
da66264c84 |
Use larger builders for CPU-bound workflows (#2256)
- `ubuntu-22.04-firezone` is a 16-core builder for ~~kotlin~~ and docker - ~~`macos-13-xlarge` is an M1 builder for Apple and docker arm64~~ - Configure the Gradle build cache - Upgrade kotlin plugins, Android minSDK to 30, and gradle to 8.4 Edit: It appears that even using the largest runners for kotin and swift don't speed the builds up that much (~30%), but will substantially increase our cost, so I've reverted them to free. Fixes #2210 |
||
|
|
dde98f1985 |
refactor(gateway): introduce Eventloop (#2244)
|
||
|
|
ecae222674 |
fix(rust): install toolchain in base layer (#2258)
Copying the `rust-toolchain.toml` file in is one thing but if we want to avoid repeatedly installing it, we should do that in the same layer too. Signed-off-by: Thomas Eizinger <thomas@eizinger.io> |
||
|
|
9a41983447 |
ci: optimize caching further (#2246)
This patch-set aims to make several improvements to our CI caching: 1. Use of registry as build cache: Pushes a separate image to our docker registry at GCP that contains the cache layers. This happens for every PR & main. As a result, we can restore from **both** which should make repeated runs of CI on an individual PR faster and give us a good baseline cache for new PRs from `main`. See https://docs.docker.com/build/ci/github-actions/cache/#registry-cache for details. As a nice side-effect, this allows us to use the 10 GB we have on GitHub actions for other jobs. 2. We make better use of `restore-keys` by also attempting to restore the cache if the fingerprint of our lockfiles doesn't match. This is useful for CI runs that upgrade dependencies. Those will restore a cache that is still useful although doesn't quite match. That is better[^1] than not hitting the cache at all. 3. There were two tiny bugs in our Swift and Android builds: a. We used `rustup show` in the wrong directory and thus did not actually install the toolchain properly. b. We used `shared-key` instead of `key` for the https://github.com/Swatinem/rust-cache action and thus did not differentiate between jobs properly. 5. Our Dockerfile for Rust had a bug where it did not copy in the `rust-toolchain.toml` file in the `chef` layer and thus also did not use the correctly toolchain. 6. We remove the dedicated gradle cache because the build action already comes with a cache configuration: https://github.com/firezone/firezone/actions/runs/6416847209/job/17421412150#step:10:25 [^1]: Over time, this may mean that our caches grow a bit. In an ideal world, we automatically remove files from the caches that haven't been used in a while. The cache action we use for Rust does that automatically: https://github.com/Swatinem/rust-cache?tab=readme-ov-file#cache-details. As a workaround, we can just purge all caches every now and then. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Jamil <jamilbk@users.noreply.github.com> |
||
|
|
3fcfaa6bfd |
refactor(connlib): create login_url utility (#2237)
|
||
|
|
80234f9c71 |
Github Actions cache on main and scope caches for all languages/runtimes (#2233)
|
||
|
|
464efbad56 | refactor(connlib): restructure directory for consistency (#2236) | ||
|
|
a02abcbac5 |
deps(phoenix-channel): upgrade tokio-tungstenite (#2230)
Resolves: #2200. |
||
|
|
05e6d31bdd | fix(connlib): don't immediately upload logs (#2231) | ||
|
|
ff1c0b950a |
Add make version command to set version in components (#2215)
Fixes #2213 This will allow us to fetch the actual Firezone version that's in use from within the language runtimes themselves without resorting to an external mechanism to do so. This is useful in connlib for example when selecting the Portal API to use with `X-Firezone-API-Version`, and useful in log printing. Since platforms enforce semantic version, I propose the convention: `1.20231001.34` where MAJOR is `1` for Firezone 1.0, MINOR is our API version, and PATCH is the release of that API version that is published on the repo. Given this system, publishing a release would consist of: 1. Edit `Makefile` to set the patch and minor versions appropriately depending on whether there are breaking portal API changes. 2. `make version` 3. `git add .; git commit; git push` -- this opens a PR with the new version numbers. In this PR we can discuss whether to stop-ship or go. 4. PR merged, release is drafted and deployed to staging with the new tag and version numbers 5. build artifacts are uploaded to drafted release, everything is tagged and versioned appropriately without having to introduce another commit 6. If all looks good, publish release |
||
|
|
31a20a2c8a |
feat(ci): Add swift-format to apple build (#2201)
Was doing some CI work and thought I would clean up our Swift codebase a little. - Moves `CallbackHandler.swift` to `swift/apple` so it's subject to style enforcement - Adds `swift-format lint --strict` build step to catch style issues in Xcode (and CI) - Ran `swift-format -i` on all files to reset formatting - Fixed any warnings found Fixes #2157 |
||
|
|
cd5a57f413 |
Update tokio-tungstenite to fix webpki vuln (#2181)
Fixes https://github.com/firezone/firezone/security/dependabot/75 Fixes https://github.com/firezone/firezone/security/dependabot/72 |
||
|
|
1e26c1cea8 |
build(deps): Bump the otel group in /rust with 1 update (#2217)
Bumps the otel group in /rust with 1 update: [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry). <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing-opentelemetry/releases">tracing-opentelemetry's releases</a>.</em></p> <blockquote> <h2>0.21.0</h2> <h3>Added</h3> <ul> <li>Ability to produce measurement with attributes (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/43">#43</a>)</li> </ul> <h3>Breaking Changes</h3> <ul> <li><code>MetricsLayer</code> is now generic over the its <code>Subscriber</code> impl to support <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/layer/index.html#per-layer-filtering">per-layer filtering</a> (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/43">#43</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Trace IDs not matching when propagating invalid contexts (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/55">#55</a>)</li> </ul> <p>Thanks to <a href="https://github.com/ymgyt"><code>@ymgyt</code></a> and <a href="https://github.com/hdost"><code>@hdost</code></a> for contributing to this release!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md">tracing-opentelemetry's changelog</a>.</em></p> <blockquote> <h1>0.21.0 (August 28, 2023)</h1> <h3>Added</h3> <ul> <li>Ability to produce measurement with attributes (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/43">#43</a>)</li> </ul> <h3>Breaking Changes</h3> <ul> <li><code>MetricsLayer</code> is now generic over the its <code>Subscriber</code> impl to support <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/layer/index.html#per-layer-filtering">per-layer filtering</a> (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/43">#43</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Trace IDs not matching when propagating invalid contexts (<a href="https://redirect.github.com/tokio-rs/tracing-opentelemetry/issues/55">#55</a>)</li> </ul> <p>Thanks to <a href="https://github.com/ymgyt"><code>@ymgyt</code></a> and <a href="https://github.com/hdost"><code>@hdost</code></a> for contributing to this release!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
fb8b25a923 |
build(deps): Bump wintun from 0.3.1 to 0.3.2 in /rust (#2218)
Bumps [wintun](https://github.com/nulldotblack/wintun) from 0.3.1 to 0.3.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nulldotblack/wintun/blob/main/CHANGELOG.md">wintun's changelog</a>.</em></p> <blockquote> <h2>[0.3.2] - 2023-09-27</h2> <h2>Added</h2> <ul> <li><code>Adapter::get_mtu</code>: <a href="https://redirect.github.com/nulldotblack/wintun/pull/11">nulldotblack/wintun#11</a></li> </ul> <h3>Changed</h3> <ul> <li>Improved formatting of errors: <a href="https://redirect.github.com/nulldotblack/wintun/pull/11">nulldotblack/wintun#11</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nulldotblack/wintun/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
650c24504b |
build(deps): Bump ring from 0.16.20 to 0.17.0 in /rust (#2219)
Bumps [ring](https://github.com/briansmith/ring) from 0.16.20 to 0.17.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/briansmith/ring/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a3aa6721c0 |
build(deps): Bump sha2 from 0.10.7 to 0.10.8 in /rust (#2220)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.7 to 0.10.8. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
58aa8fb060 |
build(deps): Bump thiserror from 1.0.48 to 1.0.49 in /rust (#2221)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.49</h2> <ul> <li>Access libcore types through <code>::core</code> in generated code (<a href="https://redirect.github.com/dtolnay/thiserror/issues/255">#255</a>, thanks <a href="https://github.com/mina86"><code>@mina86</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
7e3af1e8b5 |
refactor(connlib): Add more logs to get_device_id() (#2198)
These are added to provide more information to debug issues where the `external_id` as seen by the portal changes and causes session and/or upsert issues. Refs #2181 |
||
|
|
c4c6f3e4ca |
refactor(portal): Don't pin session token to user_agent or remote_ip (#2195)
Removing the check to get Rust PRs to pass. **Note**: #2182 was dependent on this one, and has since merged into this one. |
||
|
|
a98f30a8dd | fix(ci): Fix flaky integration tests (#2190) | ||
|
|
bb9dc1aeac |
feat: upload logs to GCP on compile-time configurable interval (#2103)
Resolves: #2020. --------- Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com> |