Skip to content
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.5 #527

Merged
merged 21 commits into from
Aug 1, 2023
Merged

v0.20.5 #527

merged 21 commits into from
Aug 1, 2023

Conversation

github-actions[bot]
Copy link
Contributor

No description provided.

Aceix and others added 20 commits July 17, 2023 13:57
* permissions for service file

* log updates

* logging for runCmd

* debugging

* logging

* use runCmd vice runCmdFormatted

* runCmd

* runCmd

* runCmd

* runCmd

* ctx in runcmd

* cmd.Run

* error checks for starting stoping netclient service

* revert changes to netclientuitls_freebsd
…r-on-windows-netclient-gui

fix(NET-416): bug with nc-gui register on windows
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.10 to 1.0.0.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@v0.1.10...v1.0.0)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add InitType -- init system type

* detect init type

move setup logging to InitConfig

* init type detection

* fix(NET-416): bug with nc-gui register on windows

* fix(NET-416): bug with nc-gui register on windows

* fix(NET-416): improve ux with timeout in gui

* move GetInitType to daemon package

moved CheckConfig from config pkg to cmd to eliminate cyclical
dependency

---------

Co-authored-by: the_aceix <[email protected]>
* NET-10: Refactor Peer update Phase-1 (#407)

* singleton peer update mq handler

* process adding and removing single peer

* avoid restarting daemon on join to network host update

* handle peer list on singleton update

* support multiple peer removal

* use map for peer data

* init peer map

* don't retrun if wg file update fails

* add debug comment

* add debug comment

* add func comments

* add comment

* rm ununsed funcs

* NET-193: Refactor Peer Updates - Firewall Manager (#418)

* singleton peer update mq handler

* process adding and removing single peer

* avoid restarting daemon on join to network host update

* handle peer list on singleton update

* support multiple peer removal

* use map for peer data

* init peer map

* don't retrun if wg file update fails

* add debug comment

* add debug comment

* add func comments

* add comment

* rm ununsed funcs

* detach firewall from proxy and peer updates

* rm unused funcs

* close firewall in daemon shutdown

* initialize firewall on start of the daemon

* rm config related to fw from proxy

* add netmaker forward rule on firewall init

* return if firewall is not initialized

* sync firewall rule on pull

* rm commented code

* update netclient dockerfile to support ip6tables

* rename pkg to firewall

* remove relay implementation from proxy

* remove relay implementation from proxy (#425)

* remove unwanted relay check

* remove relay config

* remove proxy server components

* remove proxy utilities

* rm unused proxy config

* remove multi-server support for turn

* remove NAT Auto Switch

* remove multi-server support for turn

* update go mod

* remove servers loop

* fix issues with merge conflicts

* NET-282: removed proxy-to-proxy comms, removed proxy udp server (#447)

* remove relay implementation from proxy

* remove unwanted relay check

* remove relay config

* remove proxy server components

* remove proxy utilities

* rm unused proxy config

* remove multi-server support for turn

* remove NAT Auto Switch

* remove multi-server support for turn

* update go mod

* remove servers loop

* fix issues with merge conflicts

* Net 282 proxy (#450)

* remove proxy manager

* use nat info for public IP

* remove server param

* rm ununsed proxy config

* statr proxy only if client is registered to a server

* rm unused func

* update go mod, remove usage of proxy listen port

* remove server map, network settings

* use tcp pinger to determine peer connection status and latency

* remove nat info usage

* nil pointer error fix,remove unused fields

* use icmp pinger for extclient

* NET-282: removed proxy dependency on peer updates, only use proxy for turn operations (#453)

* remove relay implementation from proxy

* remove unwanted relay check

* remove relay config

* remove proxy server components

* remove proxy utilities

* rm unused proxy config

* remove multi-server support for turn

* remove NAT Auto Switch

* remove multi-server support for turn

* update go mod

* remove servers loop

* fix issues with merge conflicts

* Net 282 proxy (#450)

* remove proxy manager

* use nat info for public IP

* remove server param

* rm ununsed proxy config

* statr proxy only if client is registered to a server

* rm unused func

* update go mod, remove usage of proxy listen port

* remove server map, network settings

* remove nat info usage

* nil pointer error fix,remove unused fields

* update go mod

* remove proxy functionalities

* fix errors

* rm unused field

* remove old changes

* remove peer conf struct usage

* simply nat detection,remove unused funcs

* rm unused func

* send host ack

* remove duplicate pull

* revert firewall changes

* fix linux build

* remove turn debug change

* return if remote conn fails
* remove dependencies

* mod tidy

* version number
* add InitType -- init system type

* detect init type

move setup logging to InitConfig

* init type detection

* fix(NET-416): bug with nc-gui register on windows

* fix(NET-416): bug with nc-gui register on windows

* fix(NET-416): improve ux with timeout in gui

* move GetInitType to daemon package

moved CheckConfig from config pkg to cmd to eliminate cyclical
dependency

* add init types to daemon package

* support for openRC

* initd support

* fix merge errors

* fix spacing and set background=true

---------

Co-authored-by: the_aceix <[email protected]>
* NET-340

* Added warning message when user tries to join another network where it is already joined with an existing network on another server.

* NET-340

* Some changes for the logging.

* NET-340

* Added the warning log after host register response to verify the server name.

---------

Co-authored-by: Abhishek K <[email protected]>
* ignore turn signals older than 10s

* go mod update

* change timestamp validity
* NET-10: Refactor Peer update Phase-1 (#407)

* singleton peer update mq handler

* process adding and removing single peer

* avoid restarting daemon on join to network host update

* handle peer list on singleton update

* support multiple peer removal

* use map for peer data

* init peer map

* don't retrun if wg file update fails

* add debug comment

* add debug comment

* add func comments

* add comment

* rm ununsed funcs

* NET-193: Refactor Peer Updates - Firewall Manager (#418)

* singleton peer update mq handler

* process adding and removing single peer

* avoid restarting daemon on join to network host update

* handle peer list on singleton update

* support multiple peer removal

* use map for peer data

* init peer map

* don't retrun if wg file update fails

* add debug comment

* add debug comment

* add func comments

* add comment

* rm ununsed funcs

* detach firewall from proxy and peer updates

* rm unused funcs

* close firewall in daemon shutdown

* initialize firewall on start of the daemon

* rm config related to fw from proxy

* add netmaker forward rule on firewall init

* return if firewall is not initialized

* sync firewall rule on pull

* rm commented code

* update netclient dockerfile to support ip6tables

* rename pkg to firewall

* remove relay implementation from proxy

* remove relay implementation from proxy (#425)

* remove unwanted relay check

* remove relay config

* remove proxy server components

* remove proxy utilities

* rm unused proxy config

* remove multi-server support for turn

* remove NAT Auto Switch

* remove multi-server support for turn

* update go mod

* remove servers loop

* fix issues with merge conflicts

* NET-282: removed proxy-to-proxy comms, removed proxy udp server (#447)

* remove relay implementation from proxy

* remove unwanted relay check

* remove relay config

* remove proxy server components

* remove proxy utilities

* rm unused proxy config

* remove multi-server support for turn

* remove NAT Auto Switch

* remove multi-server support for turn

* update go mod

* remove servers loop

* fix issues with merge conflicts

* Net 282 proxy (#450)

* remove proxy manager

* use nat info for public IP

* remove server param

* rm ununsed proxy config

* statr proxy only if client is registered to a server

* rm unused func

* update go mod, remove usage of proxy listen port

* remove server map, network settings

* use tcp pinger to determine peer connection status and latency

* remove nat info usage

* nil pointer error fix,remove unused fields

* use icmp pinger for extclient

* NET-282: removed proxy dependency on peer updates, only use proxy for turn operations (#453)

* remove relay implementation from proxy

* remove unwanted relay check

* remove relay config

* remove proxy server components

* remove proxy utilities

* rm unused proxy config

* remove multi-server support for turn

* remove NAT Auto Switch

* remove multi-server support for turn

* update go mod

* remove servers loop

* fix issues with merge conflicts

* Net 282 proxy (#450)

* remove proxy manager

* use nat info for public IP

* remove server param

* rm ununsed proxy config

* statr proxy only if client is registered to a server

* rm unused func

* update go mod, remove usage of proxy listen port

* remove server map, network settings

* remove nat info usage

* nil pointer error fix,remove unused fields

* update go mod

* remove proxy functionalities

* fix errors

* rm unused field

* remove old changes

* remove peer conf struct usage

* simply nat detection,remove unused funcs

* rm unused func

* send host ack

* remove duplicate pull

* revert firewall changes

* fix linux build

* remove turn debug change

* return if remote conn fails

* stop setting ingress routes

* add only NAT rules for egress

* rm ununsed funcs

* refresh egress range routes

* log for refresh routes

* continue on first time setup

* remove egress map

* rm unused func

* forward rules changes
* v0.20.5 release notes

* v0.20.5 release notes
@CLAassistant
Copy link

CLAassistant commented Jul 31, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
5 out of 7 committers have signed the CLA.

✅ mattkasun
✅ theguy951357
✅ Aceix
✅ abhishek9686
✅ uGiFarukh
❌ dependabot[bot]
❌ Gravitl


Gravitl seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@abhishek9686 abhishek9686 merged commit d2e56f1 into master Aug 1, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants