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.4 #510

Merged
merged 34 commits into from
Jul 19, 2023
Merged

v0.20.4 #510

merged 34 commits into from
Jul 19, 2023

Commits on Jun 21, 2023

  1. 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>
    dependabot[bot] authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9fef514 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7c950b5 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5c20f3d View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c654e4b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. update develop to v0.20.3 (#470)

    * update develop to v0.20.3
    
    * gui version
    
    * numbers
    
    * version
    theguy951357 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    5ae991c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    15ee8b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. 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
    Aceix authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ed4b141 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. 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
    mattkasun authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b6dfa1e View commit details
    Browse the repository at this point in the history
  2. windows binary path (#472)

    * windows binary path
    
    * add WIN_PATH back
    
    * 64 bit version of winsw.exe
    mattkasun authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1144830 View commit details
    Browse the repository at this point in the history
  3. [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
    gabrielseibel1 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6f39622 View commit details
    Browse the repository at this point in the history
  4. Scaling fixes (#479)

    * use endpoint detection config from peer update
    
    * set orders matters to false
    
    * reset turn peer connection checker on peerupdate
    
    * disable auto switch of proxy
    abhishek9686 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3098e88 View commit details
    Browse the repository at this point in the history
  5. 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
    Aceix authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3ef4648 View commit details
    Browse the repository at this point in the history
  6. Fix errors in error messages (#476)

    * fix errors in error messages
    
    * more changes to token.Error
    
    ---------
    
    Co-authored-by: Matthew R Kasun <[email protected]>
    Tobias Cudnik and mattkasun authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    71f1e90 View commit details
    Browse the repository at this point in the history
  7. Revert "wireguard check on startup (#473)" (#480)

    This reverts commit b6dfa1e.
    afeiszli authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1f86265 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b2ed9c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    7a285ba View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Revert "windows binary path (#472)" (#485)

    This reverts commit 1144830.
    afeiszli authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    cbbf2bb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. release notes for v0.20.3 (#487)

    * asdf
    
    * Update release.md
    
    ---------
    
    Co-authored-by: Alex Feiszli <[email protected]>
    theguy951357 and afeiszli authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4cc38ff View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    d1f5c54 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e49d841 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fe55935 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    de9d424 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9234107 View commit details
    Browse the repository at this point in the history
  6. Net 320 (#481)

    * 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
    mattkasun authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0d3ac6c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    46a6980 View commit details
    Browse the repository at this point in the history
  2. error checks (#484)

    mattkasun authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0141a5f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. 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
    abhishek9686 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    184d0ef View commit details
    Browse the repository at this point in the history
  2. Freebsd updates (#502)

    * 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]>
    mattkasun and abhishek9686 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    df2d27c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Net 436 (#500)

    * update wireguard kernel module detection
    
    * imports
    
    * wrap errors
    
    * wrap more errors
    
    * debug logs
    
    * debug log
    
    * fix faulty merge
    
    * merge fixes
    mattkasun authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    407cd3d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    c856478 View commit details
    Browse the repository at this point in the history
  2. v0.20.4 release notes (#509)

    * v0.20.4 release notes
    
    * adding line
    afeiszli authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6109544 View commit details
    Browse the repository at this point in the history
  3. update go mod for release

    Gravitl committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b05948e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84fd39b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. fix go sum

    abhishek9686 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    27c72c1 View commit details
    Browse the repository at this point in the history