[STCOR-370] release stripes-core v3.7.0 Created: 23/Jul/19 Updated: 24/Jul/19 Resolved: 24/Jul/19 |
|
| Status: | Closed |
| Project: | stripes-core |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 3.7.0 |
| Type: | Task | Priority: | TBD |
| Reporter: | David Crossley | Assignee: | Zak Burke |
| Resolution: | Done | Votes: | 0 |
| Labels: | devops, platform-backlog | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | Core: F - Sprint 68 | ||||||||
| Development Team: | Prokopovych | ||||||||
| Description |
|
Attempting to release stripes-core v3.7.0 failed with the error: Incompatible version for module folio_stripes-core-3.7.0 interface users-bl. Need 5.0. Have 2.0 See build output 2-v3.7.0 The folio-registry does know about "users-bl 5.0". The regular automated builds of folio-snapshot and folio-testing related jobs are okay today. |
| Comments |
| Comment by Marc Johnson [ 23/Jul/19 ] |
|
Zak Burke David Crossley Jakub Skoczen My understanding is that the release jobs check that there are released module versions which satisfy the interface dependencies, to ensure that there is a way for them to be satisfied in a running system. I think this is what the following query (replaced the internal IP with DNS) starts to try to do
http://folio-registry.aws.indexdata.com/_/proxy/modules?preRelease=false&npmSnapshot=false
The latest version of mod-users-bl that this reports is mod-users-bl-4.4.0. Fetching http://folio-registry.aws.indexdata.com/_/proxy/modules/mod-users-bl-4.4.0 suggests that this provides the users-bl 4.0 interface which is insufficent to satisfy the stripes-core dependency requirements. I think mod-users-bl needs releasing before stripes-core can be. (I have no idea why it reports 2.0 in the error message, I think it is red herring) |
| Comment by Jakub Skoczen [ 23/Jul/19 ] |
|
Zak Burke Marc Johnson Agree with Marc above – the reported 2.0 is a red herring (please create a seperate Okapi ticket for this, it really should report the latest version it has instead). stripes-core needs a mod-users-bl with "users-bl 5.0" released before it can be released. |