-
Notifications
You must be signed in to change notification settings - Fork 33
OPSEXP-3350 Bump versions for Ursa Major release #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1441044 to
2442e2a
Compare
3cc8379 to
75f2543
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates component versions across the Alfresco Content Services (ACS) deployment configurations for the Ursa Major release. The changes include bumping versions for multiple ACS components, test configurations, and updating documentation to reflect the new version matrix.
- Component version updates across ACS 25, 23, 7.4, and 7.3 configurations
- Test configuration updates to match new component versions
- Documentation updates reflecting the new version matrix
Reviewed Changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vars/acs*.yml | Updated component versions for different ACS releases (25, 23, 7.4, 7.3) |
| tests/test-config*.json | Updated test assertions to match new component versions |
| roles/*/defaults/main.yml | Updated default versions for individual component roles |
| roles//molecule//verify.yml | Updated test verification scripts with new versions |
| docs/overview.md | Updated component version matrix documentation |
| README.md | Updated release process documentation formatting |
| .pre-commit-config.yaml | Updated pre-commit hook versions |
| .github/updatecli/updatecli_maven_*_values.yml | Updated release branch references |
| playbooks/group_vars/all.yml | Added default Java version variable |
Comments suppressed due to low confidence (1)
roles/repository/molecule/default/verify.yml:2
- [nitpick] The capitalization change from 'repository Tests' to 'Repository Tests' appears to be an unrelated formatting change that doesn't align with the PR's purpose of version bumping.
- name: Repository Tests
1717d71 to
95f7445
Compare
OPSEXP-3350