Patrick
710b3ec00b
netbird: 0.32.0 -> 0.33.0
2024-11-22 21:43:14 +01:00
Saturn745
af8d695bc1
netbird: 0.31.1 -> 0.32.0
...
Diff: https://github.com/netbirdio/netbird/compare/v0.31.1...0.32.0
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.32.0
2024-11-15 16:14:54 -07:00
Saturn745
ca3d8f570b
netbird: 0.31.0 -> 0.31.1
...
Diff: https://github.com/netbirdio/netbird/compare/v0.31.0...0.31.1
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.31.1
2024-11-11 20:15:08 -07:00
mannp
6c3d0282c8
netbird: 0.30.2 -> 0.31.0 ( #354756 )
2024-11-11 10:37:17 +01:00
Saturn745
cc080216d3
netbird: 0.30.0 -> 0.30.2
...
Diff: https://github.com/netbirdio/netbird/compare/v0.30.1...0.30.2
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.30.2
2024-10-20 09:24:24 +02:00
R. Ryantm
08a479c247
netbird-ui: 0.29.4 -> 0.30.0
2024-10-05 04:22:34 +00:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Saturn745
9098c0ad9f
netbird: 0.29.3 -> 0.29.4
...
Change back to buildGoModule and override it
2024-09-21 10:28:54 -07:00
Saturn745
6a18c7b9b7
netbird: 0.29.2 -> 0.29.3
2024-09-17 06:29:10 -07:00
Saturn745
35e48f01ea
netbird: 0.29.0 -> 0.29.2
2024-09-15 07:27:10 -07:00
misuzu
ad3c462a6e
netbird: remove misuzu as maintainer
2024-09-15 12:57:13 +00:00
R. Ryantm
ea498c7af0
netbird-ui: 0.28.9 -> 0.29.0
2024-09-10 01:25:14 +00:00
Vri
0b1f19f485
netbird: 0.28.8 -> 0.28.9
2024-08-25 15:00:09 +02:00
R. Ryantm
d0f84cb358
netbird-ui: 0.28.7 -> 0.28.8
2024-08-21 02:34:37 +00:00
Sandro Jäckel
db8489b618
netbird: 0.28.4 -> 0.28.7
...
Diff: https://github.com/netbirdio/netbird/compare/v0.28.4...v0.28.7
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.28.7
2024-08-03 20:53:26 +02:00
R. Ryantm
1c22dc69d4
netbird-ui: 0.28.3 -> 0.28.4
2024-07-04 05:00:15 +00:00
R. Ryantm
27fdb4ca2c
netbird: 0.27.10 -> 0.28.3
2024-06-26 15:14:07 +00:00
R. Ryantm
b769f587e1
netbird: 0.27.7 -> 0.27.10
2024-05-29 08:10:13 +00:00
R. Ryantm
d1dc3aa5d9
netbird-ui: 0.27.5 -> 0.27.7
2024-05-16 05:31:38 +00:00
R. Ryantm
7356175c3c
netbird-ui: 0.27.4 -> 0.27.5
2024-05-10 14:27:04 +00:00
R. Ryantm
f856f53b90
netbird-ui: 0.27.3 -> 0.27.4
2024-04-30 16:33:49 +00:00
R. Ryantm
88b93829d9
netbird-ui: 0.27.2 -> 0.27.3
2024-04-15 05:33:10 +00:00
R. Ryantm
0257f6a003
netbird-ui: 0.27.1 -> 0.27.2
2024-04-10 06:14:20 +00:00
R. Ryantm
6e7791eec9
netbird: 0.26.6 -> 0.27.1
2024-04-06 03:17:12 +00:00
R. Ryantm
6e39d3bdbc
netbird: 0.26.3 -> 0.26.6
2024-03-29 19:11:52 +00:00
R. Ryantm
2e4791c856
netbird-ui: 0.26.2 -> 0.26.3
2024-03-13 01:19:09 +00:00
R. Ryantm
885d57f6d2
netbird-ui: 0.26.1 -> 0.26.2
2024-03-02 16:12:20 +00:00
misuzu
32f9f4626c
netbird-ui: fix build failure
2024-02-28 10:13:54 +02:00
misuzu
072090b624
netbird: 0.26.0 -> 0.26.1
...
Diff: https://github.com/netbirdio/netbird/compare/v0.26.0...v0.26.1
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.26.1
2024-02-28 10:10:30 +02:00
R. Ryantm
eb3c4ba006
netbird-ui: 0.25.9 -> 0.26.0
2024-02-22 17:49:05 +00:00
R. Ryantm
14b5c3a611
netbird-ui: 0.25.8 -> 0.25.9
2024-02-17 08:29:45 +00:00
R. Ryantm
47818d7698
netbird-ui: 0.25.7 -> 0.25.8
2024-02-14 05:40:48 +00:00
R. Ryantm
57429cf200
netbird-ui: 0.25.6 -> 0.25.7
2024-02-09 19:45:53 +00:00
R. Ryantm
ec75dcd60a
netbird-ui: 0.25.5 -> 0.25.6
2024-02-06 07:29:44 +00:00
Franz Pletz
60a88b426c
Merge pull request #284802 from Tom-Hubrecht/netbird-mainprogram
2024-01-30 00:19:20 +01:00
Tom Hubrecht
ac1e28e8c1
netbird: Add meta.mainProgram
2024-01-29 17:38:04 +01:00
R. Ryantm
f9eb284ba7
netbird: 0.25.4 -> 0.25.5
2024-01-27 21:09:49 +00:00
R. Ryantm
6b337427c7
netbird: 0.25.2 -> 0.25.4
2024-01-22 02:32:20 +00:00
misuzu
b7004ce73d
netbird: 0.24.4 -> 0.25.2
...
Diff: https://github.com/netbirdio/netbird/compare/v0.24.4...v0.25.2
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.25.2
2023-12-22 12:49:08 +02:00
misuzu
7bd442f236
netbird: 0.24.3 -> 0.24.4
...
Diff: https://github.com/netbirdio/netbird/compare/v0.24.3...v0.24.4
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.24.4
2023-12-16 11:57:30 +02:00
the-furry-hubofeverything
19b442691f
netbird-ui: fix broken systray icon path
...
Resolves build failure
2023-11-26 01:51:35 -08:00
Chinmay D. Pai
371f49512e
netbird: 0.24.2 -> 0.24.3
...
Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
2023-11-24 20:41:03 +01:00
R. Ryantm
ecd1f028d4
netbird: 0.24.0 -> 0.24.2
2023-11-02 23:04:36 +01:00
FliegendeWurst
10cf70c644
netbird: 0.23.8 -> 0.24.0
2023-10-24 16:57:24 -03:00
R. Ryantm
f7af28c117
netbird: 0.23.6 -> 0.23.8
2023-10-11 14:37:52 +00:00
R. Ryantm
e94e70e870
netbird-ui: 0.23.1 -> 0.23.6
2023-09-30 21:08:55 +00:00
R. Ryantm
479efeade6
netbird: 0.22.7 -> 0.23.1
2023-09-13 01:44:15 +00:00
R. Ryantm
a529934027
netbird-ui: 0.22.6 -> 0.22.7
2023-08-29 10:17:22 +00:00
R. Ryantm
e2ea79b261
netbird-ui: 0.22.4 -> 0.22.6
2023-08-18 23:57:45 +00:00
R. Ryantm
1c1c9678c2
netbird-ui: 0.22.3 -> 0.22.4
2023-08-13 22:10:16 +00:00