Skip to content

Releases: fedora-infra/fmn

3.3.0

10 Jan 11:49
3.3.0
d9481cc
Compare
Choose a tag to compare

Added

  • Add a footer to email notifications with a link to the rule that generated it #895

Changed

  • Remove the refence to the old FMN on the home page

Fixed

  • Explain where the destinations come from #892
  • Adjust to backwards-incompatible changes in aiosmtplib 3.x
  • Prevent selecting a destination from closing the modal

FMN 2.4.3

18 May 11:59
2.4.3
Compare
Choose a tag to compare

Bug fixes

  • Fixes for python 3.11

Release 3.0.0

14 Apr 16:26
3.0.0
Compare
Choose a tag to compare

A complete rewrite of FMN.

FMN v2.4.2

21 Oct 10:02
2.4.2
Compare
Choose a tag to compare

Bug fixes

  • Fixes for production environment (#619).

FMN v2.4.1

20 Jul 12:12
Compare
Choose a tag to compare

Bug fixes

  • Remove old FAS calls from FMN (#357).

Contributors

This release contained code contributions from:

  • Michal Konečný

Thank you! Many thanks to those who filed bug reports and feature
suggestions, as well.

FMN v2.4.0

15 Jun 10:55
2.4.0
Compare
Choose a tag to compare

v2.4.0

Developer Improvements

  • Update vagrant to F36 (#345)
  • Fix twisted issue on F36 (#346)
  • Cleanup of systemd units (#349)

Contributors

This release contained code contributions from:

  • Michal Konečný
  • Ryan Lerch

Thank you! Many thanks to those who filed bug reports and feature
suggestions, as well.

FMN v2.3.0

04 Mar 10:07
2.3.0
Compare
Choose a tag to compare

v2.3.0

Bug fixes

  • Remove links to old website (#337).
  • Remove the archived repositories from documentation(#338).

Developer Improvements

  • Update vagrant to F34 (#328).
  • Migrate to Zuul CI (#330).
  • Add diff-cover (#333).
  • Use fasjson library (#332).
  • Fix CI tests (#335).
  • Add ReadTheDocs configuration file (#339).

Contributors

This release contained code contributions from:

  • Michal Konečný
  • Pierre-Louis Bonicoli
  • Ryan Lerch

Thank you! Many thanks to those who filed bug reports and feature
suggestions, as well.

FMN v2.1.0

03 Apr 19:40
Compare
Choose a tag to compare

v2.1.0

Features

  • Add support for git.repo.new messages from src.fedoraproject.org and migrate users of the old pkgdb.package.new message over to it (#290).
  • Remove upgradepath from the critical taskotron tasks as that check has been deprecated (#269).
  • Celery workers are now configured with the standard FMN logging config (#267).
  • Links shortened with da.gd now use HTTPS (#274).

Bug fixes

  • Fix a bug where messages that mentioned a lot of packages created an email so large it couldn't be sent in a single email (#273),
  • Fix a bug where the database being unavailable caused FMN to crash (#268), (#271), (#272).
  • Restore summary in digest email when reporting verbose messages (#278).
  • X-Fedmsg-Username headers should not be duplicated (#281).
  • Set digest content limits to 1k messages and 500k content length (#280).
  • Add timestamp in single message emails (#284).
  • Limit single message emails to 500K characters to ensure multi-MB emails don't get stuck in the message queue (#288).

Developer Improvements

  • Update the example Vagrantfile to Fedora 27 (#282).

Contributors

This release contained code contributions from:

  • Jeremy Cline
  • Ricky Elrod
  • Kamil Páral
  • Patrick Uiterwijk
  • Mattia Verga

Thank you! Many thanks to those who filed bug reports and feature
suggestions, as well.

FMN 1.4.1

17 Aug 17:20
Compare
Choose a tag to compare

1.4.1

Bug fixes

  • Ensure the new CI rules appear in the filter list (#224).
  • Migrate the default user filters to ignore successful CI steps (#225)

FMN 1.4.0

15 Aug 19:44
Compare
Choose a tag to compare

1.4.0

Features

  • The bootstrap CSS theme is now configurable using the ‘fmn.web.theme_css_url’ configuration key (#202).
  • FMN can now be configured to query Pagure rather than PkgDB using the “fmn.rules.utils.pagure_api_url” and “fmn.rules.utils.use_pagure_for_ownership” configuration flags (#206).
  • FMN can now be configured to subscribe to certain topics rather than everything using the ‘fmn.topics’ configuration field (#218).
  • Initial rules for CI-related messages have been added (#221).

Bugfixes

  • Fix the CSRF errors for libravatar.org (#214).
  • Fix an issue where example messages were never shown for new filters (#220).

Development Improvements

  • The Vagrant environment now includes datanommer (#211).

Many thanks to the following contributors for their work on this release:

  • Ralph Bean
  • Pierre-Yves Chibon
  • Jeremy Cline
  • Francois Marier
  • Matt Prahl