From cafcb5571c1d83f5ef689c5806476b187f7b46bf Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 11 Sep 2026 20:18:47 +0200 Subject: [PATCH 1/5] Update --- source/index.html.erb | 4 +++ source/release_notes/v0.11.0.html.erb | 42 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/source/index.html.erb b/source/index.html.erb index b203a57..8879d9f 100644 --- a/source/index.html.erb +++ b/source/index.html.erb @@ -2,4 +2,8 @@ title: Welcome! --- + +

Errbit

diff --git a/source/release_notes/v0.11.0.html.erb b/source/release_notes/v0.11.0.html.erb index a66a63f..aa48074 100644 --- a/source/release_notes/v0.11.0.html.erb +++ b/source/release_notes/v0.11.0.html.erb @@ -3,3 +3,45 @@ title: "Release notes for v0.11.0" ---

Release notes for v0.11.0

+ +

Notable changes:

+ +
    +
  1. This is the last release that supports MongoDB
  2. +
  3. Upgrade to Ruby 4.0.5
  4. +
  5. Upgrade to RubyGems 4.0.13
  6. +
  7. Upgrade to Bundler 4.0.13
  8. +
  9. Upgrade to Rails 8.1.3
  10. +
  11. Drop JRuby support
  12. +
  13. Remove Gtalk notification service (#2517). Gtalk is dead.
  14. +
  15. Remove HipChat notification service (#2524). HipChat is dead.
  16. +
  17. Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0.
  18. +
  19. Add support for MongoDB 8.2.
  20. +
  21. `Dockerfile.alpine` removed. We don't want to support two docker builds.
  22. +
+ +

Fixes:

+ +
    +
  1. Fix API JSON serialization for Mongoid documents (PR #2597) by @elektronaut
  2. +
  3. Fix `ResolvedProblemClearer`. Compact can fail (second case for #1551). PR #1905.
  4. +
+ +

Changes:

+ +
    +
  1. Migrate `app/views/**/*.haml.erb` to `app/views/**/*.html.erb`. Thanks, @ramonetorres. (#1853)
  2. +
  3. Strict locals for ActionView (#1889, #1897).
  4. +
  5. Add GitHub Action for Bundler Audit (#1901).
  6. +
  7. Replace Fabrication with FactoryBot (#1862).
  8. +
  9. Replace outdated `ri_cal` gem with `icalendar` (#2407).
  10. +
  11. Replace outdated `rushover` gem with `pushover2` (#1852).
  12. +
  13. Start integrating the `pundit` gem. From now on, only admin users can see all users.
  14. +
  15. Add Brakeman GitHub Action.
  16. +
  17. Add `.editorconfig`
  18. +
  19. Integrate Trivy for container image scanning.
  20. +
  21. The deprecated `sucker_punch` gem was removed. Active Job now uses the `async` queue adapter instead.
  22. +
  23. Remove dead assets for Gtalk: `app/assets/images/gtalk_create.png`, `app/assets/images/gtalk_goto.png` and `app/assets/images/gtalk_inactive.png`.
  24. +
  25. Remove dead assets for HipChat: `app/assets/images/hipchat_create.png`, `app/assets/images/hipchat_goto.png` and `app/assets/images/hipchat_inactive.png`.
  26. +
  27. Add mailer previews.
  28. +
From 3654d8b4dc449d67c4e8938dc4718feb38f97a5e Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 11 Sep 2026 20:23:03 +0200 Subject: [PATCH 2/5] Update --- source/release_notes/v0.11.0.html.erb | 34 +++++++++++++++++---------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/source/release_notes/v0.11.0.html.erb b/source/release_notes/v0.11.0.html.erb index aa48074..c994c45 100644 --- a/source/release_notes/v0.11.0.html.erb +++ b/source/release_notes/v0.11.0.html.erb @@ -17,31 +17,41 @@ title: "Release notes for v0.11.0"
  • Remove HipChat notification service (#2524). HipChat is dead.
  • Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0.
  • Add support for MongoDB 8.2.
  • -
  • `Dockerfile.alpine` removed. We don't want to support two docker builds.
  • +
  • Dockerfile.alpine removed. We don't want to support two docker builds.
  • Fixes:

    1. Fix API JSON serialization for Mongoid documents (PR #2597) by @elektronaut
    2. -
    3. Fix `ResolvedProblemClearer`. Compact can fail (second case for #1551). PR #1905.
    4. +
    5. Fix ResolvedProblemClearer. Compact can fail (second case for #1551). PR #1905.

    Changes:

      -
    1. Migrate `app/views/**/*.haml.erb` to `app/views/**/*.html.erb`. Thanks, @ramonetorres. (#1853)
    2. -
    3. Strict locals for ActionView (#1889, #1897).
    4. -
    5. Add GitHub Action for Bundler Audit (#1901).
    6. -
    7. Replace Fabrication with FactoryBot (#1862).
    8. -
    9. Replace outdated `ri_cal` gem with `icalendar` (#2407).
    10. -
    11. Replace outdated `rushover` gem with `pushover2` (#1852).
    12. +
    13. + Migrate app/views/**/*.haml.erb to app/views/**/*.html.erb. Thanks, @ramonetorres. (#1853) +
    14. +
    15. + Strict locals for ActionView (#1889, #1897). +
    16. +
    17. + Add GitHub Action for Bundler Audit (#1901). +
    18. +
    19. + Replace Fabrication with FactoryBot (#1862). +
    20. +
    21. + Replace outdated ri_cal gem with icalendar (#2407). +
    22. +
    23. Replace outdated rushover gem with `pushover2` (#1852).
    24. Start integrating the `pundit` gem. From now on, only admin users can see all users.
    25. Add Brakeman GitHub Action.
    26. -
    27. Add `.editorconfig`
    28. +
    29. Add .editorconfig
    30. Integrate Trivy for container image scanning.
    31. -
    32. The deprecated `sucker_punch` gem was removed. Active Job now uses the `async` queue adapter instead.
    33. -
    34. Remove dead assets for Gtalk: `app/assets/images/gtalk_create.png`, `app/assets/images/gtalk_goto.png` and `app/assets/images/gtalk_inactive.png`.
    35. -
    36. Remove dead assets for HipChat: `app/assets/images/hipchat_create.png`, `app/assets/images/hipchat_goto.png` and `app/assets/images/hipchat_inactive.png`.
    37. +
    38. The deprecated sucker_punch gem was removed. Active Job now uses the async queue adapter instead.
    39. +
    40. Remove dead assets for Gtalk: app/assets/images/gtalk_create.png, app/assets/images/gtalk_goto.png` and `app/assets/images/gtalk_inactive.png`.
    41. +
    42. Remove dead assets for HipChat: app/assets/images/hipchat_create.png, app/assets/images/hipchat_goto.png` and `app/assets/images/hipchat_inactive.png`.
    43. Add mailer previews.
    From 9e3d7a177b56fdbf9ebb2ff9a53e42bf28363237 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 11 Sep 2026 20:25:17 +0200 Subject: [PATCH 3/5] Update --- source/release_notes/v0.11.0.html.erb | 58 ++++++++++++++++++++++----- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/source/release_notes/v0.11.0.html.erb b/source/release_notes/v0.11.0.html.erb index c994c45..50fb6e2 100644 --- a/source/release_notes/v0.11.0.html.erb +++ b/source/release_notes/v0.11.0.html.erb @@ -7,17 +7,49 @@ title: "Release notes for v0.11.0"

    Notable changes:

      -
    1. This is the last release that supports MongoDB
    2. -
    3. Upgrade to Ruby 4.0.5
    4. -
    5. Upgrade to RubyGems 4.0.13
    6. -
    7. Upgrade to Bundler 4.0.13
    8. -
    9. Upgrade to Rails 8.1.3
    10. -
    11. Drop JRuby support
    12. -
    13. Remove Gtalk notification service (#2517). Gtalk is dead.
    14. -
    15. Remove HipChat notification service (#2524). HipChat is dead.
    16. -
    17. Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0.
    18. -
    19. Add support for MongoDB 8.2.
    20. -
    21. Dockerfile.alpine removed. We don't want to support two docker builds.
    22. +
    23. + This is the last release that supports MongoDB +
    24. + +
    25. + Upgrade to Ruby 4.0.5 +
    26. + +
    27. + Upgrade to RubyGems 4.0.13 +
    28. + +
    29. + Upgrade to Bundler 4.0.13 +
    30. + +
    31. + Upgrade to Rails 8.1.3 +
    32. + +
    33. + Drop JRuby support +
    34. + +
    35. + Remove Gtalk notification service (#2517). Gtalk is dead. +
    36. + +
    37. + Remove HipChat notification service (#2524). HipChat is dead. +
    38. + +
    39. + Drop support for MongoDB 4.0, 4.2, 4.4, 5.0 and 6.0. +
    40. + +
    41. + Add support for MongoDB 8.2. +
    42. + +
    43. + Dockerfile.alpine removed. We don't want to support two docker builds. +

    Fixes:

    @@ -33,15 +65,19 @@ title: "Release notes for v0.11.0"
  • Migrate app/views/**/*.haml.erb to app/views/**/*.html.erb. Thanks, @ramonetorres. (#1853)
  • +
  • Strict locals for ActionView (#1889, #1897).
  • +
  • Add GitHub Action for Bundler Audit (#1901).
  • +
  • Replace Fabrication with FactoryBot (#1862).
  • +
  • Replace outdated ri_cal gem with icalendar (#2407).
  • From b921db6f5d6f3549d088eb9a48a982e54119ac7e Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 11 Sep 2026 20:29:14 +0200 Subject: [PATCH 4/5] Update --- source/release_notes/v0.11.0.html.erb | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/source/release_notes/v0.11.0.html.erb b/source/release_notes/v0.11.0.html.erb index 50fb6e2..0806de1 100644 --- a/source/release_notes/v0.11.0.html.erb +++ b/source/release_notes/v0.11.0.html.erb @@ -4,6 +4,8 @@ title: "Release notes for v0.11.0"

    Release notes for v0.11.0

    +
    +

    Notable changes:

      @@ -52,13 +54,21 @@ title: "Release notes for v0.11.0"
    +
    +

    Fixes:

      -
    1. Fix API JSON serialization for Mongoid documents (PR #2597) by @elektronaut
    2. -
    3. Fix ResolvedProblemClearer. Compact can fail (second case for #1551). PR #1905.
    4. +
    5. + Fix API JSON serialization for Mongoid documents (PR #2597) by @elektronaut +
    6. +
    7. + Fix ResolvedProblemClearer. Compact can fail (second case for #1551). PR #1905. +
    +
    +

    Changes:

      @@ -81,8 +91,15 @@ title: "Release notes for v0.11.0"
    1. Replace outdated ri_cal gem with icalendar (#2407).
    2. -
    3. Replace outdated rushover gem with `pushover2` (#1852).
    4. -
    5. Start integrating the `pundit` gem. From now on, only admin users can see all users.
    6. + +
    7. + Replace outdated rushover gem with pushover2 (#1852). +
    8. + +
    9. + Start integrating the pundit gem. From now on, only admin users can see all users. +
    10. +
    11. Add Brakeman GitHub Action.
    12. Add .editorconfig
    13. Integrate Trivy for container image scanning.
    14. From a934d2285db86a6f188d5efb5a471cdaac51ffc0 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 11 Sep 2026 20:32:05 +0200 Subject: [PATCH 5/5] Update --- source/release_notes/v0.11.0.html.erb | 34 +++++++++++++++++++++------ 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/source/release_notes/v0.11.0.html.erb b/source/release_notes/v0.11.0.html.erb index 0806de1..e3cbdfd 100644 --- a/source/release_notes/v0.11.0.html.erb +++ b/source/release_notes/v0.11.0.html.erb @@ -100,11 +100,31 @@ title: "Release notes for v0.11.0" Start integrating the pundit gem. From now on, only admin users can see all users. -
    15. Add Brakeman GitHub Action.
    16. -
    17. Add .editorconfig
    18. -
    19. Integrate Trivy for container image scanning.
    20. -
    21. The deprecated sucker_punch gem was removed. Active Job now uses the async queue adapter instead.
    22. -
    23. Remove dead assets for Gtalk: app/assets/images/gtalk_create.png, app/assets/images/gtalk_goto.png` and `app/assets/images/gtalk_inactive.png`.
    24. -
    25. Remove dead assets for HipChat: app/assets/images/hipchat_create.png, app/assets/images/hipchat_goto.png` and `app/assets/images/hipchat_inactive.png`.
    26. -
    27. Add mailer previews.
    28. +
    29. + Add Brakeman GitHub Action. +
    30. + +
    31. + Add .editorconfig +
    32. + +
    33. + Integrate Trivy for container image scanning. +
    34. + +
    35. + The deprecated sucker_punch gem was removed. Active Job now uses the async queue adapter instead. +
    36. + +
    37. + Remove dead assets for Gtalk: app/assets/images/gtalk_create.png, app/assets/images/gtalk_goto.png and app/assets/images/gtalk_inactive.png. +
    38. + +
    39. + Remove dead assets for HipChat: app/assets/images/hipchat_create.png, app/assets/images/hipchat_goto.png and app/assets/images/hipchat_inactive.png. +
    40. + +
    41. + Add mailer previews. +