-
Notifications
You must be signed in to change notification settings - Fork 32
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
v0.20.4 #510
v0.20.4 #510
Commits on Jun 21, 2023
-
Bump golang.org/x/term from 0.8.0 to 0.9.0 (#466)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.8.0 to 0.9.0. - [Commits](golang/term@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9fef514 - Browse repository at this point
Copy the full SHA 9fef514View commit details -
Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#465)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.10.0. - [Commits](golang/crypto@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c950b5 - Browse repository at this point
Copy the full SHA 7c950b5View commit details -
Bump golang.org/x/net from 0.10.0 to 0.11.0 (#463)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0. - [Commits](golang/net@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c20f3d - Browse repository at this point
Copy the full SHA 5c20f3dView commit details -
Bump alpine from 3.18.0 to 3.18.2 (#462)
Bumps alpine from 3.18.0 to 3.18.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c654e4b - Browse repository at this point
Copy the full SHA c654e4bView commit details
Commits on Jun 23, 2023
-
update develop to v0.20.3 (#470)
* update develop to v0.20.3 * gui version * numbers * version
Configuration menu - View commit details
-
Copy full SHA for 5ae991c - Browse repository at this point
Copy the full SHA 5ae991cView commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15ee8b7 - Browse repository at this point
Copy the full SHA 15ee8b7View commit details
Commits on Jun 27, 2023
-
fix(NET-347): deduce public endpoint on daemon start (#474)
* fix(NET-347): deduce public endpoint on daemon start * fix(NET-347): handle file write error * fix(NET-347): handle edge case to allow server updates * fix(NET-347): handle edge case to allow server updates * fix(NET-347): fix compile err * fix(NET-347): address pr comments - use in-memory config to chech - increase log level * fix(NET-347): address pr comments * fix(NET-347): address pr comments * fix(NET-347): add endpoint check to join/registes
Configuration menu - View commit details
-
Copy full SHA for ed4b141 - Browse repository at this point
Copy the full SHA ed4b141View commit details
Commits on Jun 28, 2023
-
wireguard check on startup (#473)
* wireguard check on startup * log update, close interface * Revert "log update, close interface" This reverts commit b179cf7. * close netmaker interface after check
Configuration menu - View commit details
-
Copy full SHA for b6dfa1e - Browse repository at this point
Copy the full SHA b6dfa1eView commit details -
* windows binary path * add WIN_PATH back * 64 bit version of winsw.exe
Configuration menu - View commit details
-
Copy full SHA for 1144830 - Browse repository at this point
Copy the full SHA 1144830View commit details -
[NET-381] Reduce log level of a msg from Error to Warn (#478)
* Reduce log level of a msg from Error to Warn * Change slog.Warn to slog.Debug on frequent message
Configuration menu - View commit details
-
Copy full SHA for 6f39622 - Browse repository at this point
Copy the full SHA 6f39622View commit details -
* use endpoint detection config from peer update * set orders matters to false * reset turn peer connection checker on peerupdate * disable auto switch of proxy
Configuration menu - View commit details
-
Copy full SHA for 3098e88 - Browse repository at this point
Copy the full SHA 3098e88View commit details -
fix(NET-244): use static http server port on windows (#471)
* fix(NET-244): use static http server port on windows * fix(NET-244): remove unnecessary named import * fix(NET-244): rename vars to follow convention
Configuration menu - View commit details
-
Copy full SHA for 3ef4648 - Browse repository at this point
Copy the full SHA 3ef4648View commit details -
Fix errors in error messages (#476)
* fix errors in error messages * more changes to token.Error --------- Co-authored-by: Matthew R Kasun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71f1e90 - Browse repository at this point
Copy the full SHA 71f1e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f86265 - Browse repository at this point
Copy the full SHA 1f86265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2ed9c - Browse repository at this point
Copy the full SHA 7b2ed9cView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a285ba - Browse repository at this point
Copy the full SHA 7a285baView commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cbbf2bb - Browse repository at this point
Copy the full SHA cbbf2bbView commit details
Commits on Jul 3, 2023
-
release notes for v0.20.3 (#487)
* asdf * Update release.md --------- Co-authored-by: Alex Feiszli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cc38ff - Browse repository at this point
Copy the full SHA 4cc38ffView commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1f5c54 - Browse repository at this point
Copy the full SHA d1f5c54View commit details -
Bump golang.org/x/sys from 0.9.0 to 0.10.0 (#496)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.9.0 to 0.10.0. - [Commits](golang/sys@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e49d841 - Browse repository at this point
Copy the full SHA e49d841View commit details -
Bump golang.org/x/term from 0.9.0 to 0.10.0 (#493)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.9.0 to 0.10.0. - [Commits](golang/term@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe55935 - Browse repository at this point
Copy the full SHA fe55935View commit details -
Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#494)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.11.0. - [Commits](golang/crypto@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de9d424 - Browse repository at this point
Copy the full SHA de9d424View commit details -
Bump golang.org/x/net from 0.11.0 to 0.12.0 (#495)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.12.0. - [Commits](golang/net@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9234107 - Browse repository at this point
Copy the full SHA 9234107View commit details -
* wireguard check on startup * log update, close interface * Revert "log update, close interface" This reverts commit b179cf7. * close netmaker interface after check * use dummy name to check for wireguard
Configuration menu - View commit details
-
Copy full SHA for 0d3ac6c - Browse repository at this point
Copy the full SHA 0d3ac6cView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46a6980 - Browse repository at this point
Copy the full SHA 46a6980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0141a5f - Browse repository at this point
Copy the full SHA 0141a5fView commit details
Commits on Jul 14, 2023
-
NET-431: Fix for multi-network Interface routes on darwin,freebsd and…
… Egress routes fix (#501) * fix darwin.freebsd routes for multinetworks * separate out adding routes * rm unused var * add func comments * use new logger * import new logger * format new logs correctly * add new logs * slog
Configuration menu - View commit details
-
Copy full SHA for 184d0ef - Browse repository at this point
Copy the full SHA 184d0efView commit details -
* set address with mask * debug log * address for netmaker interface * explicitly run ifconfig netmaker up * debug stacktrace * debug log * debugging * debugging * remove debugging logs * add comment for skipping error * fix rebase erorrs * rm exits on iface create error * rm unwanted return value * fix freebsd errors * move ifconfig up to applyAddr --------- Co-authored-by: Abhishek Kondur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df2d27c - Browse repository at this point
Copy the full SHA df2d27cView commit details
Commits on Jul 15, 2023
-
* update wireguard kernel module detection * imports * wrap errors * wrap more errors * debug logs * debug log * fix faulty merge * merge fixes
Configuration menu - View commit details
-
Copy full SHA for 407cd3d - Browse repository at this point
Copy the full SHA 407cd3dView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c856478 - Browse repository at this point
Copy the full SHA c856478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6109544 - Browse repository at this point
Copy the full SHA 6109544View commit details -
Gravitl committed
Jul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for b05948e - Browse repository at this point
Copy the full SHA b05948eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84fd39b - Browse repository at this point
Copy the full SHA 84fd39bView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27c72c1 - Browse repository at this point
Copy the full SHA 27c72c1View commit details