Skip to content

Containerization fails when deploying a release candidate in SemVer 1.0 format #444

@epwilkins

Description

@epwilkins

Description

While performing a release of a release candidate using the Maven version of X.Y.Z-rcN, Habushu's containerization goal failed to locate the wheel needed for containerization with the following error:

[INFO] [INFO] --- habushu:3.3.0:containerize-dependencies (stage-python) @ aissemble-versioning ---
[INFO] [INFO] Found project MavenProject: com.boozallen.aissemble:aissemble-foundation-versioning-service:1.13.0-rc4 @ /home/runner/_work/aissemble/aissemble/target/checkout/foundation/aissemble-foundation-versioning-service/pom.xml as habushu-type dependency.
[INFO] [INFO] Staging monorepo dependency files from aissemble-foundation-versioning-service.
[INFO] [INFO] Executing poetry command: poetry version --no-ansi
[INFO] [INFO] Executing poetry command: poetry version -s
[INFO] [INFO] Searching for wheels matching aissemble_foundation_versioning_service-1.13.0-rc4*-*-none-any.whl

Notice that the search is looking for 1.13.0-rc4 but the version number has been normalized to 1.13.0rc4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions