Skip to content

Latest commit

 

History

History
170 lines (97 loc) · 4.72 KB

CHANGES.md

File metadata and controls

170 lines (97 loc) · 4.72 KB

1.13.0 (2024-05-10)

Features

  • Add support for blocking specific app/version/label combinations. (#85)

1.12.0 (2024-03-18)

Features

  • Allow configuration of the body of created Github/Gitlab issues via a template in the configuration file. (#84)

1.11.0 (2023-08-11)

Features

  • Add a link to the archive containing all the logs in the issue body. (#81)

1.10.1 (2023-05-04)

Bugfixes

  • cleanup.py: Handle --repeat-delay-hours not being passed correctly, introduced in 1.10.0 (#78)

1.10.0 (2023-05-02)

Features

  • Add --repeat-delay-hours option to cleanup script to run persistently outside of a cronjob. (#72)
  • Allow gzipped json & txt files to be uploaded as attachments to rageshakes. (#75)

Internal Changes

  • Creates a new rageshake/scripts image with cleanup script, ensure latest tag is correctly applied. (#71)
  • Update README.md to include json as a valid extension for file uploads. (#74)

1.9.0 (2023-03-22)

VERSIONING NOTE: From this release onwards rageshake will be versioned in x.y.z format, not x.y.

Features

  • Add a zero-dependency python script to cleanup old rageshakes. (#61)

Internal Changes

  • Update deployment process to automatically build docker containers and binaries. (#70)

1.8 (2023-01-13)

Features

  • Add config option to block unknown appplication names. (#67)

Internal Changes

  • Reimplement buildkite linting and changelog in GHA. (#64)

1.7 (2022-04-14)

Features

  • Pass the prefix as a unique ID for the rageshake to the generic webhook mechanism. (#54)

1.6 (2022-02-22)

Features

  • Provide ?format=tar.gz option on directory listings to download tarball. (#53)

1.5 (2022-02-08)

Features

  • Allow upload of Files with a .json postfix. (#52)

1.4 (2022-02-01)

Features

  • Allow forwarding of a request to a webhook endpoint. (#50)

1.3 (2022-01-25)

Features

  • Add support for creating GitLab issues. Contributed by @tulir. (#37)
  • Support element-android submitting logs with .gz suffix. (#40)

Bugfixes

  • Prevent timestamp collisions when reports are submitted within 1 second of each other. (#39)

Internal Changes

  • Update minimum Go version to 1.16. (#37, #42)
  • Add documentation on the types and formats of files submitted to the rageshake server. (#44)
  • Build and push a multi-arch Docker image on the GitHub Container Registry. (#47)
  • Add a /health endpoint that always replies with a 200 OK. (#48)

1.2 (2020-09-16)

Features

  • Add email support. (#35)

1.1 (2020-06-04)

Features

  • Add support for Slack notifications. Contributed by @awesome-manuel. (#28)

Internal Changes

  • Update minimum go version to 1.11. (#29, #30)
  • Replace vendored libraries with go mod. (#31)
  • Add Dockerfile. Contributed by @awesome-manuel. (#32)