Skip to content

Tags: jungyun-kim/goreplay

Tags

v1.3.0_RC6

Toggle v1.3.0_RC6's commit message
Fix MacOS builds

v1.3.0_RC5

Toggle v1.3.0_RC5's commit message
Ignore deb files

v1.3.0_RC4

Toggle v1.3.0_RC4's commit message
Merge branch 'DimaGolomozy-more-exact-bpf-filter'

v1.3.0_RC1

Toggle v1.3.0_RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add githubAction to build & push docker image on github release publi…

…shed event. (#881)

fixes #880 👍 

Update Dockerfile
- fix alpine image version
- add RELEASE_VERSION build arg

Add githubAction to build & push docker image on github release published event
- add github workflow file
- add dependabot file to automatically propose PRs on githubActions version update*

> ⚠️ *Note1: you will have to add `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN` as github secrets in order for the 
> ⚠️ *Note2: github dependabot support must be enabled in order for this action to work
githubAction to be able to login to the dockerHub and push images on it 👍
> *Note3:  we can add other dependabot entries in order to update Go modules and Dockerfile base images 👍 (i.e `FROM` parts)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make makefile release commands reentrant and the move the binary name…

…… (#815)

Improved the Makefile:
* Fixed release-* commands fail when running the second time
* Added command to create only the binary executable on mac
* Moved binary name to a variable
* Fixed hardcoded container name

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updating modules (#778)

the major purpose of this PR is to update modules to their recent **minor version**.
this is helpful in terms of having update functionalities and fixing some issues caused by non-up-to-date modules.

v1.0.0

Toggle v1.0.0's commit message
Add --output-http-compatibility-mode

Add support for using default Go HTTP client

v1.0-rc2

Toggle v1.0-rc2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Support for HTTP(S) Proxy (#655)

Works like with standard Go client

v0.16.1

Toggle v0.16.1's commit message
fix proto.Path

v0.16.0.2

Toggle v0.16.0.2's commit message
Rename all package imports from `gor` to `goreplay`