Skip to content

Commit

Permalink
Update release notes and changelog for 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smgallo committed Oct 26, 2018
1 parent 4ad1d18 commit 57bc02f
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 5 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@
Open XDMoD Change Log
=====================
## 2018-??-?? v8.0.0
## 2018-10-30 v8.0.0

- Features
- General
- Added a **beta** version of the Cloud realm to provide metrics relevant to cloud computing resources.
- Added a **beta** version of the Storage realm to provide metrics relevant to storage systems installed at a center.
- Federated XDMoD has been released for production. Federated XDMoD allows individual, locally managed, XDMoD instances to report all or a subset of their accounting data to a central Hub which provides a global view of the federation.
- All XDMoD user profiles are now associated with an organization. Previously, this was only required for Campus Champions.
- Added support for automatically detecting / assigning a new SSO User's organization.
- Added support for automatically detecting if a user's organization has changed and updating their accounts accordingly. This may include, but is not limited to, the removal of elevated privileges.
- Hardened the login and password reset process as a result of a security audit by University of Cambridge.
- Improved support for resource manager job arrays.
- Many improvements to the documentation.
- ETL
- Reorganized several ETL pipelines.
- Improved data sanitization for tighter checks present in MySQL 5.7.
- Refactored Jobs realm ingestion to utilize ETLv2.
- Standardize action names to follow the format module.pipeline.action. For example, xdmod.acls.manage-tables.
- Added character set and coalition to table definitions.
- Added support for foreign key constraints.
- Added support for the definition of ETL variables on the command line using -d variable=value.
- Add ingestion of node hostname data from SGE logs.
- Various ETL performance improvements.
- Bug Fixes
- User Interface
- Deep linking when logged in using SSO has been restored.
- Update the logrotate configuration to use the su and create options.
- ETL
- Add primary keys to select ETL source queries.
- When modifying an existing table, preserve the order of the columns in the definition file.
- Ensure that file handles are flushed before inserting the final chunk of data.
- Misc
- Fixed several exceptions that were outside of a namespace.
- Fixed an issue where ACLs were not properly created on upgrade.
- Several minor bugfixes

## 2018-05-23 v7.5.1

- Bug Fixes
Expand Down
12 changes: 8 additions & 4 deletions html/about/release_notes/xdmod.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<h1>Open XDMoD Release Notes</h1>

<p>Below is a list of Open XDMoD releases with major features and bug fixes
listed.</p>
<p>Below is a list of Open XDMoD releases with major features and bug fixes listed.</p>

<h2> Version 8.0.0 (2018-09-30) </h2>
<h2> Version 8.0.0 (2018-10-30) </h2>

<div>
<strong>Features</strong>
Expand All @@ -20,10 +19,15 @@ <h2> Version 8.0.0 (2018-09-30) </h2>
</li>
<li>All XDMoD user profiles are now associated with an organization. Previously, this
was only required for Campus Champions.</li>
<li>Added support for automatically detecting / assigning a new SSO User's
organization.</li>
<li>Added support for automatically detecting if a user's organization has changed
and updating their accounts accordingly. This may include, but is not limited to,
the removal of elevated privileges.</li>
<li>Hardened the login and password reset process as a result of a security audit by
University of Cambridge.</li>
<li>Improved support for resource manager job arrays.</li>
<li>Many improvements to the documentation based on support tickets.</li>
<li>Many improvements to the documentation.</li>
</ul>
</li>
<li>ETL
Expand Down
34 changes: 34 additions & 0 deletions open_xdmod/modules/xdmod/xdmod.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,40 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_datadir}/%{name}/html/robots.txt

%changelog
* Tues Oct 29 2018 Steven M. Gallo <smgallo@buffalo.edu> 8.0.0-1.0
- Features
- General
- Added a **beta** version of the Cloud realm to provide metrics relevant to cloud computing resources.
- Added a **beta** version of the Storage realm to provide metrics relevant to storage systems installed at a center.
- Federated XDMoD has been released for production. Federated XDMoD allows individual, locally managed, XDMoD instances to report all or a subset of their accounting data to a central Hub which provides a global view of the federation.
- All XDMoD user profiles are now associated with an organization. Previously, this was only required for Campus Champions.
- Added support for automatically detecting / assigning a new SSO User's organization.
- Added support for automatically detecting if a user's organization has changed and updating their accounts accordingly. This may include, but is not limited to, the removal of elevated privileges.
- Hardened the login and password reset process as a result of a security audit by University of Cambridge.
- Improved support for resource manager job arrays.
- Many improvements to the documentation.
- ETL
- Reorganized several ETL pipelines.
- Improved data sanitization for tighter checks present in MySQL 5.7.
- Refactored Jobs realm ingestion to utilize ETLv2.
- Standardize action names to follow the format module.pipeline.action. For example, xdmod.acls.manage-tables.
- Added character set and coalition to table definitions.
- Added support for foreign key constraints.
- Added support for the definition of ETL variables on the command line using -d variable=value.
- Add ingestion of node hostname data from SGE logs.
- Various ETL performance improvements.
- Bug Fixes
- User Interface
- Deep linking when logged in using SSO has been restored.
- Update the logrotate configuration to use the su and create options.
- ETL
- Add primary keys to select ETL source queries.
- When modifying an existing table, preserve the order of the columns in the definition file.
- Ensure that file handles are flushed before inserting the final chunk of data.
- Misc
- Fixed several exceptions that were outside of a namespace.
- Fixed an issue where ACLs were not properly created on upgrade.
- Several minor bugfixes
* Wed May 23 2018 Steven M. Gallo <smgallo@buffalo.edu> 7.5.1-1.0
- Bug Fixes
- Properly implement data access for non-feature ACLs (e.g., ACLs that provide access to data
Expand Down

0 comments on commit 57bc02f

Please sign in to comment.