Skip to content
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

Release 2.13.0 #242

Merged
merged 7 commits into from
Jan 11, 2024
Merged

Release 2.13.0 #242

merged 7 commits into from
Jan 11, 2024

Conversation

jsollom-hpe
Copy link
Contributor

Summary and Scope

  • CASMCMS-8879: Fix build issue caused by PEP-668
  • CASMCMS-8879: Unpin the Alpine version from 3.18 back to 3
  • Release BOS version 2.13.0

Issues and Related PRs

List and characterize relationship to Jira/Github issues and other pull requests. Be sure to list dependencies.

  • Resolves [CASMCMS-8879]

Testing

List the environments in which these changes were tested.

Tested on:

  • `Mug'

Test description:

The build built in the pipeline. I installed it on a system and the operators worked.

  • Were the install/upgrade-based validation checks/tests run (goss tests/install-validation doc)?
  • Were continuous integration tests run? If not, why?
  • Was upgrade tested? If not, why?
  • Was downgrade tested? If not, why?
  • Were new tests (or test issues/Jiras) created for this change?

Risks and Mitigations

Are there known issues with these changes? Any other special considerations?

Pull Request Checklist

  • Version number(s) incremented, if applicable
  • Copyrights updated
  • License file intact
  • Target branch correct
  • CHANGELOG.md updated
  • Testing is appropriate and complete, if applicable
  • HPC Product Announcement prepared, if applicable

jsollom-hpe and others added 7 commits December 21, 2023 11:47
PEP-668 allows file systems to be labeled as 'externally managed'.
Pip will see this label and refuse to install into any directory
thusly labeled. The idea is to prevent pip from installing its
packages into a directory that the operating system owns.

To install files correctly, I utilize a virtual environment and
install them into there. The PATH variable is modified to point
first at this virtual environment.

uwsgi is installed into this virtual environment and run out of
there rather than being run from the operating system.
…9336

[chore] master -> develop from PR #239 (develop)
CASMCMS-8879: Fix build issue caused by PEP-668
The python virtual environment change should enable us to move ahead
to later versions of Alpine 3 beyond 3.18. These later versions
should not cause problems due PEP-668 because the resolution to
CASMCMS-8879 fixed that issue. Pinning the version to 3.18
prevented us from encountering the PEP-668 problem because it
pinned to a version of Alpine that did not introduce the issue.
CASMCMS-8879: Unpin the Alpine version from 3.18 back to 3
Update CHANGELOG.
@jsollom-hpe jsollom-hpe requested a review from a team as a code owner January 10, 2024 18:40
@jsollom-hpe jsollom-hpe self-assigned this Jan 10, 2024
@jsollom-hpe jsollom-hpe merged commit f2123f3 into master Jan 11, 2024
9 checks passed
mharding-hpe added a commit that referenced this pull request Feb 5, 2024
…-1704990572

[chore] master -> develop from PR #242 (relaese/2.13.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants