1.0.0-alpha.4 (2023-05-14)
🔬 Improvements (5 changes)
- Log existing vulnerability issue url by @andrcuns. See merge request !2138
- Log explicit reason for skipping merge request update by @andrcuns. See merge request !2121
- Raise error and add reply on comment actions for unmanaged merge requests by @andrcuns. See merge request !2119
- Add response messages for unmatched note commands by @andrcuns. See merge request !2118
- Truncate error messages in UI by @andrcuns. See merge request !2115
🐞 Bug Fixes (9 changes)
- Fix private hex repo registry implementation by @andrcuns. See merge request !2132
- Fix notify release endpoint by @andrcuns. See merge request !2131
- Fix non scheduled mr update workflows by @andrcuns. See merge request !2127
- Add missing error message if recreate mr fails by @andrcuns. See merge request !2126
- Fix logging indentation for mr update service by @andrcuns. See merge request !2124
- Correctly handle failures during dependency updates by @andrcuns. See merge request !2123
- Allow replaces-base key in maven-repository registry by @andrcuns. See merge request !2116
- Add all mising option definitions to docker-compose.yml by @andrcuns. See merge request !2112
- Do not try to fetch default branch before initializing gitlab client by @andrcuns. See merge request !2110
📦 Dependency updates (1 change)
- Bump sidekiq-cron from 1.10.0 to 1.10.1 by @dependabot-bot. See merge request !2128
📦🔧 Development dependency updates (5 changes)
- Bump rubocop from 1.50.2 to 1.51.0 by @dependabot-bot. See merge request !2133
- Bump capybara from 3.39.0 to 3.39.1 by @dependabot-bot. See merge request !2130
- Bump vue from 3.2.47 to 3.3.1 by @dependabot-bot. See merge request !2129
- Bump rubocop-rspec from 2.21.0 to 2.22.0 by @dependabot-bot. See merge request !2114
- Bump @types/node from 20.0.0 to 20.1.0 by @dependabot-bot. See merge request !2111
🔧 CI changes (1 change)
- Add ability to force arm and ecosystem builds in mr pipelines by @andrcuns. See merge request !2117
🧰 Maintenance (7 changes)
- Deprecate rebase comment command by @andrcuns. See merge request !2137
- Improve version bump handling by @andrcuns. See merge request !2136
- Allow stacking run contexts by @andrcuns. See merge request !2135
- Add error message at the end of failed update run by @andrcuns.
- Improve log tags for notify-release job by @andrcuns. See merge request !2134
- Refactor update service and improve logging messages by @andrcuns. See merge request !2125
- Show all truncated failures of one single run by @andrcuns. See merge request !2122
- Add missing log message for project registration start by @andrcuns.
📄 Documentation updates (2 changes)
- Document limitations for gitlab maven repository authentication by @andrcuns. See merge request !2120
- Add instructions on how to use custom compose file for deployment by @andrcuns. See merge request !2113