0.29.0 (2022-10-22)
🚀 New features (1 change)
- Ignore pattern for automatic project registration by @andrcuns. See merge request !1817
🔬 Improvements (3 changes)
- Add parameter to trigger automatic project registration after application boot by @andrcuns. See merge request !1828
- Add sidekiq-alive queue cleanup and improve configuration setup by @andrcuns. See merge request !1810
- Gracefully handle invalid configuration error on automatic registration by @andrcuns. See merge request !1808
🐞 Bug Fixes (4 changes)
- Sync project configuration in project registration job by @andrcuns. See merge request !1825
- Fix typo in healthcheck queue name prefix by @andrcuns. See merge request !1823
- Correctly evaluate multiple update-type auto-merge rules by @andrcuns. See merge request !1819
- Fix incorrect variable name in project registration error handling by @andrcuns.
📦 Dependency updates (5 changes)
- dep: bump rubocop-rails from 2.16.1 to 2.17.0 by @dependabot-bot. See merge request !1827
- dep: bump rubocop from 1.36.0 to 1.37.0 by @dependabot-bot. See merge request !1826
- dep: bump rspec-rails from 6.0.0 to 6.0.1 by @dependabot-bot. See merge request !1821
- dep: bump sidekiq-alive-next from 2.2.0 to 2.2.1 by @dependabot-bot. See merge request !1816
- dep: bump puma from 5.6.5 to 6.0.0 by @dependabot-bot. See merge request !1813
🔧 CI changes (4 changes)
- chore(deps): update docker docker tag to v20.10.20 by @dependabot-bot. See merge request !1824
- chore(deps): update andrcuns/allure-report-publisher docker tag to v1.1.0 by @dependabot-bot. See merge request !1818
- Make sure main pipeline runs are not cancelled by @andrcuns. See merge request !1812
- Update docker Docker tag to v20.10.19 by @dependabot-bot. See merge request !1811
🧰 Maintenance (9 changes)
- Lock threads only when updating dependency files by @andrcuns. See merge request !1820
- Update to sidekiq-alive-next gem by @andrcuns. See merge request !1814
- Tweak sidekiq and job configuration by @andrcuns. See merge request !1809
- Improve tag handling in project registration logging by @andrcuns. See merge request !1807
- Correctly handle log context without details by @andrcuns. See merge request !1807
- Skip fetching configuration twice on automatic project registration by @andrcuns. See merge request !1807
- Add issue templates by @andrcuns. See merge request !1806
- Fix release url in notification comment by @andrcuns.
- Fix checking for already existing release notification comments by @andrcuns.