Skip to content

Releases: ONLYOFFICE-QA/onlyoffice_telegram_bugzilla_notifications

v0.4.0

22 Sep 06:16
4fb3c9b
Compare
Choose a tag to compare

0.4.0 (2023-09-22)

New Features

  • Add yamllint check in CI
  • Add CI check that Dockerfile can be built
  • Mount config.yml as volume in docker-compose
  • Build docker image in CI
  • Add hadolint in linting CI
  • Add assignee field in message

Fixes

  • Fix markdownlint failure because of old nodejs in CI
  • Fix issues from hadolint

Changes

  • Use reporter real name in report message
  • Update base image to ruby-3.2
  • Check dependabot at 8:00 Moscow time daily
  • Default docker-compose.yml uses docker hub image

v0.3.0

21 Apr 09:25
ac5f216
Compare
Choose a tag to compare

0.3.0 (2021-04-21)

New Features

  • Add dependabot check for new docker base image version
  • Use 3.0.1-alpine as base image

v0.2.0

21 Dec 15:02
68292d1
Compare
Choose a tag to compare

0.2.0 (2020-12-21)

New Features

  • Add log about message to send
  • Add dependabot support

Fixes

  • Add missing markdownlint config

Changes

  • Reduce rubocop Layout/LineLength metrics
  • Change typo in module name OnlyofficeTelegramBugzillaNotifications
  • Change typo in class name TelegramBugzillaNotificaions

v0.1.0

18 Aug 10:03
bb4b3e0
Compare
Choose a tag to compare

0.1.0 (2020-08-18)

New Features

  • Initial Release
  • Bug url in message
  • Add docker-compose support
  • Add bug severity to message
  • Use alpine as base image for Docker
  • Use bundle config to not install dev dependencies
  • Remove protocol prefix from message, should read from config
  • Show product version in bug message
  • Add log messages to STDOUT
  • Add support of GitHub Actions for code-style tasks
  • Add support of rubocop-performance, rubocop-rake and rubocop-rspec
    extension

Changes

  • Remove support of CodeClimate