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

Prepare for xdmod10.5.1 release #1971

Open
wants to merge 5 commits into
base: xdmod10.5
Choose a base branch
from

Conversation

ryanrath
Copy link
Contributor

@ryanrath ryanrath commented Feb 4, 2025

NOTE: the centos7 builds are expected to fail*

Description

This PR is the prep work for the 10.5.1 release.

Motivation and Context

Tests performed

Checklist:

  • The pull request description is suitable for a Changelog entry
  • The milestone is set correctly on the pull request
  • The appropriate labels have been added to the pull request

@ryanrath ryanrath requested a review from aaronweeden February 4, 2025 21:07
Comment on lines +3 to +5
# 2025-02-04 v10.5.1
- Bug Fixes
- Updated jQuery to version 3.7.1 to address CVE-2020-11023
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 2025-02-04 v10.5.1
- Bug Fixes
- Updated jQuery to version 3.7.1 to address CVE-2020-11023
## 2025-02-04 v10.5.1
- Bug Fixes
- Update jQuery to version 3.7.1 to address CVE-2020-11023 ([\#1970](https://github.com/ubccr/xdmod/pull/1970)).

@@ -0,0 +1,25 @@
<?php
/**
* Update config files from version 10.0.3 to 10.5.0.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Update config files from version 10.0.3 to 10.5.0.
* Update config files from version 10.5.0 to 10.5.1.

namespace OpenXdmod\Migration\Version1050To1051;

use OpenXdmod\Migration\ConfigFilesMigration as AbstractConfigFilesMigration;
use OpenXdmod\Setup\Console;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
use OpenXdmod\Setup\Console;

Appears to be unused.

@@ -0,0 +1,22 @@
<?php
/**
* Update database from version 10.0.3 to 10.5.0.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Update database from version 10.0.3 to 10.5.0.
* Update database from version 10.5.0 to 10.5.1.

Comment on lines +9 to +11
use OpenXdmod\Setup\Console;
use CCR\DB;
use ETL\Utilities;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
use OpenXdmod\Setup\Console;
use CCR\DB;
use ETL\Utilities;

Appear to be unused.

Comment on lines +6 to +13
<li><p>Bug Fixes</p>
<ul>
<li>Security<ul>
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023</li>
</ul>
</li>
</ul>
</li>
Copy link
Contributor

@aaronweeden aaronweeden Feb 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<li><p>Bug Fixes</p>
<ul>
<li>Security<ul>
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023</li>
</ul>
</li>
</ul>
</li>
<li><p>Bug Fixes</p><ul>
<li>Security<ul>
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023.</li>
</ul></li>
</ul></li>
<li><p>Optional Modules</p><ul>
<li><p>Application Kernels</p><ul>
<li>Bug Fixes<ul>
<li>Fix PHP error when calculating control regions.</li>
</ul></li>
</ul></li>
<li><p>Job Performance (SUPReMM)</p><ul>
<li>Security<ul>
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023.</li>
</ul></li>
<li>Miscellaneous<ul>
<li>Update jsPlumb dependency.</li>
</ul></li>
</ul></li>
</ul></li>

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.

2 participants