+
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paralus/relay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: paralus/relay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Choose a head ref
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 28, 2023

  1. fix: intermittent relay connection failures (#48)

    Pin golang.org/x/net to a specific version as it fixes intermittent relay connection failures.
    
    Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
    niravparikh05 authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5fde31a View commit details
    Browse the repository at this point in the history
  2. chore: Add CODEOWNERS

    Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
    akshay196 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c0341c6 View commit details
    Browse the repository at this point in the history
  3. chore: add dependabot.yml

    Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
    akshay196 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    20a7b9b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #50 from akshay196/housekeeping-stuff

    Add dependabot.yml and CODEOWNERS
    niravparikh05 authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a3f3229 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. chore(deps): bump actions/checkout from 2 to 3 (#52)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    02e8c56 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/build-push-action from 2.5.0 to 4.0.0 (#51)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 4.0.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@ad44023...3b5e802)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7b2f47a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/metadata-action from 3.3.0 to 4.3.0 (#53)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.3.0 to 4.3.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@98669ae...507c2f2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2730c5d View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump docker/login-action from 1.10.0 to 2.1.0 (#54)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.1.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@f054a8b...f4ef78c)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8c4835a View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump actions/setup-go from 2 to 4 (#55)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    08e864b View commit details
    Browse the repository at this point in the history
  6. fix: same bootstrap register requests from diff target clusters (#47)

    * fix: same bootstrap register requests from diff target clusters
    
    Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
    Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
    niravparikh05 authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cdf6f39 View commit details
    Browse the repository at this point in the history
  7. chore: update changelog for v0.1.4 release (#56)

    Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
    niravparikh05 authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    15af15e View commit details
    Browse the repository at this point in the history
  8. chore: updated paralus dependency version and go mod compat with go 1…

    ….17 (#57)
    
    Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
    niravparikh05 authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    26f802e View commit details
    Browse the repository at this point in the history
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载