+
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.4
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.5
Choose a head ref
  • 15 commits
  • 9 files changed
  • 5 contributors

Commits on Apr 1, 2023

  1. chore: update go and release workflows

    * Remove private repo configuration
    * Use go version from go.mod
    * Build images on PRs. To verify docker build is working for PRs.
    * Remove docker tag based on commit-sha
    
    Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
    akshay196 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ac681b7 View commit details
    Browse the repository at this point in the history
  2. chore: Update Dockerfile

    * Move Go mod download up to speed up docker builds
    * Groups different pieces in Dockerfile
    
    Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
    akshay196 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    f890a20 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. chore(deps): bump docker/metadata-action from 4.3.0 to 4.4.0

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.3.0 to 4.4.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@507c2f2...c4ee3ad)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c3feb9c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request #61 from paralus/dependabot/github_actions/docker/…

    …metadata-action-4.4.0
    
    chore(deps): bump docker/metadata-action from 4.3.0 to 4.4.0
    niravparikh05 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5639673 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from akshay196/update-dockerfile

    Update Dockerfile
    niravparikh05 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c59474f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from paralus/go-workflow-fix

    Update go and release workflows
    niravparikh05 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    306cfbd View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. chore(changelog): add changelog generator make target

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

Commits on May 25, 2023

  1. Merge pull request #63 from akshay196/changelog-generator

    chore(changelog): add changelog generator make target
    niravparikh05 authored May 25, 2023
    Configuration menu
    Copy the full SHA
    64d9121 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. ci: add trivy image scanner gh action for security vulnerabilities (#62)

    - add trivy image scanner gh action for security vulnerabilities
    - update release github workflow
    - fix: upgrad golang.org/x/net to v0.9.0 to fix trivy reported vulnerabilities
    
    Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
    niravparikh05 authored May 26, 2023
    Configuration menu
    Copy the full SHA
    bc80d36 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. chore(deps): bump docker/build-push-action from 4.0.0 to 4.1.1

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.1.1.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@3b5e802...2eb1c19)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and akshay196 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    84f230e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump docker/metadata-action from 4.4.0 to 4.6.0

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.4.0 to 4.6.0.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@c4ee3ad...818d4b7)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and akshay196 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9c4a32d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump docker/login-action from 2.1.0 to 2.2.0

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@f4ef78c...465a078)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and akshay196 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    446625c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. chore(deps): bump aquasecurity/trivy-action from 0.10.0 to 0.11.2

    Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.10.0 to 0.11.2.
    - [Release notes](https://github.com/aquasecurity/trivy-action/releases)
    - [Commits](aquasecurity/trivy-action@0.10.0...0.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: aquasecurity/trivy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and akshay196 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2d1cdcf View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. fix for readonly users should not access secrets (#73)

    Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
    Co-authored-by: niravparikh05 <nir.parikh05@gmail.com>
    nirav-rafay and niravparikh05 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fe0694d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. chore: updated changelog for v0.1.5 release (#74)

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