-
Notifications
You must be signed in to change notification settings - Fork 5
chore: set minimum coder server version to v2.24.3 #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
60f8964 to
acf0aeb
Compare
29b1d77 to
8f34725
Compare
acf0aeb to
f3468db
Compare
8f34725 to
732f055
Compare
732f055 to
18604cd
Compare
2794fe6 to
f404c56
Compare
a28b21c to
3a4e672
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the minimum required Coder server version from v2.24.2 to v2.25.0 to support VPN daemon functionality on macOS CLI. The change is necessary because the vpn-daemon command is only available in Coder server v2.25.0 and later versions.
- Updates minimum Coder version requirement from v2.24.2 to v2.25.0
- Adds VPNLib framework dependency to the project configuration
- Updates test to dynamically reference the minimum version constant
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Coder-Desktop/project.yml | Adds VPNLib framework as a non-embedded dependency |
| Coder-Desktop/VPNLib/Validate.swift | Updates minimum Coder version constant from "2.24.2" to "2.25.0" |
| Coder-Desktop/Coder-DesktopTests/LoginFormTests.swift | Updates test to use dynamic version reference instead of hardcoded value |
3a4e672 to
8edcc5a
Compare
f404c56 to
0d77ec3
Compare
0d77ec3 to
4ba6ca3
Compare
8edcc5a to
6d8c03a
Compare
6d8c03a to
c7bd12a
Compare
c7bd12a to
4352ef6
Compare
Merge activity
|

This requirement is introduced by #210, as the
vpn-daemoncommand on the macOS CLI isn't present on prior versions.(2.24.3 isn't out yet, but when it does come out, it'll be compatible. 2.25 is out, and it's compatible)