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.6 #544

Merged
merged 16 commits into from
Aug 17, 2023
Merged

v0.20.6 #544

merged 16 commits into from
Aug 17, 2023

Commits on Aug 1, 2023

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

Commits on Aug 2, 2023

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

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    4f2a093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f5ff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    49c4cb9 View commit details
    Browse the repository at this point in the history
  2. Net 439 windows uninstall (#531)

    * uninstall warning for windows
    
    * cant return. installer can remove
    
    * clarity
    
    * resolve conversations
    
    * experimenting with a return
    
    * revert return
    
    * added err
    theguy951357 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b8e225a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    348de65 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/term from 0.10.0 to 0.11.0 (#538)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.10.0 to 0.11.0.
    - [Commits](golang/term@v0.10.0...v0.11.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 Aug 9, 2023
    Configuration menu
    Copy the full SHA
    356961f View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#537)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.12.0.
    - [Commits](golang/crypto@v0.11.0...v0.12.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 Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e8723eb View commit details
    Browse the repository at this point in the history
  4. Bump github.com/coreos/go-iptables from 0.6.0 to 0.7.0 (#536)

    Bumps [github.com/coreos/go-iptables](https://github.com/coreos/go-iptables) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/coreos/go-iptables/releases)
    - [Commits](coreos/go-iptables@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/coreos/go-iptables
      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 Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0e729fa View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/net from 0.12.0 to 0.14.0 (#535)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.14.0.
    - [Commits](golang/net@v0.12.0...v0.14.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 Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0ea22d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Bump github.com/pion/turn/v2 from 2.1.1-0.20230418114227-f880e55089ad…

    … to 2.1.3 (#517)
    
    * Bump github.com/pion/turn/v2
    
    Bumps [github.com/pion/turn/v2](https://github.com/pion/turn) from 2.1.1-0.20230418114227-f880e55089ad to 2.1.3.
    - [Release notes](https://github.com/pion/turn/releases)
    - [Changelog](https://github.com/pion/turn/blob/master/.goreleaser.yml)
    - [Commits](https://github.com/pion/turn/commits/v2.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pion/turn/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * update turn client fields type
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Abhishek K <[email protected]>
    Co-authored-by: Abhishek Kondur <[email protected]>
    3 people authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    370f937 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. migration refactor (#541)

    * warn on daemon not installed
    
    * log error if unable to stop daemon during install
    
    * move old config dir vice delete during migration
    
    * migrate before initialization
    
    * restruct migration
    
    * send pass and os with migration data
    
    * remove debugging logs
    
    * log cleanup
    
    * go mod update
    
    * go mod update
    
    * statticcheck
    
    * go.mod update
    
    * check node exists
    mattkasun authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    41a4298 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. v0.20.6 release notes (#543)

    * update release.md
    
    * update release.md
    abhishek9686 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8f6ea4d View commit details
    Browse the repository at this point in the history
  2. update go mod for release

    Gravitl committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8c6b6f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. resolve merge conflicts

    abhishek9686 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    057460c View commit details
    Browse the repository at this point in the history