-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: paralus/relay
base: v0.1.4
head repository: paralus/relay
compare: v0.1.5
- 15 commits
- 9 files changed
- 5 contributors
Commits on Apr 1, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for ac681b7 - Browse repository at this point
Copy the full SHA ac681b7View commit details -
* Move Go mod download up to speed up docker builds * Groups different pieces in Dockerfile Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f890a20 - Browse repository at this point
Copy the full SHA f890a20View commit details
Commits on Apr 24, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for c3feb9c - Browse repository at this point
Copy the full SHA c3feb9cView commit details
Commits on Apr 27, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 5639673 - Browse repository at this point
Copy the full SHA 5639673View commit details -
Merge pull request #59 from akshay196/update-dockerfile
Update Dockerfile
Configuration menu - View commit details
-
Copy full SHA for c59474f - Browse repository at this point
Copy the full SHA c59474fView commit details -
Merge pull request #58 from paralus/go-workflow-fix
Update go and release workflows
Configuration menu - View commit details
-
Copy full SHA for 306cfbd - Browse repository at this point
Copy the full SHA 306cfbdView commit details
Commits on May 24, 2023
-
chore(changelog): add changelog generator make target
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5bc1af0 - Browse repository at this point
Copy the full SHA 5bc1af0View commit details
Commits on May 25, 2023
-
Merge pull request #63 from akshay196/changelog-generator
chore(changelog): add changelog generator make target
Configuration menu - View commit details
-
Copy full SHA for 64d9121 - Browse repository at this point
Copy the full SHA 64d9121View commit details
Commits on May 26, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for bc80d36 - Browse repository at this point
Copy the full SHA bc80d36View commit details
Commits on Jun 19, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 84f230e - Browse repository at this point
Copy the full SHA 84f230eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c4a32d - Browse repository at this point
Copy the full SHA 9c4a32dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 446625c - Browse repository at this point
Copy the full SHA 446625cView commit details
Commits on Jul 6, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2d1cdcf - Browse repository at this point
Copy the full SHA 2d1cdcfView commit details
Commits on Aug 10, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for fe0694d - Browse repository at this point
Copy the full SHA fe0694dView commit details
Commits on Aug 11, 2023
-
chore: updated changelog for v0.1.5 release (#74)
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f1e4ab - Browse repository at this point
Copy the full SHA 8f1e4abView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.4...v0.1.5