Skip to content

Releases: dell/patches

v2.0.7

19 Feb 21:47
Compare
Choose a tag to compare
  • Fixed a bug where common names with spaces were not properly handled

Full Changelog: v2.0.6...v2.0.7

v2.0.6

19 Feb 21:22
Compare
Choose a tag to compare
  • Fixed a bug where certificate imports would not work if the common name did not have the FQDN.
  • Updated patches.sh to display help correctly

Full Changelog: v2.0.5...v2.0.6

v2.0.5

16 Feb 15:32
Compare
Choose a tag to compare
  • Fixed a bug where SELinux would block access to repository files

Full Changelog: v2.0.4...v2.0.5

v2.0.4

22 Dec 19:43
Compare
Choose a tag to compare
  • Updated README with new language regarding the STIGs
  • Updated Material because recent updates broke backwards compatibility
  • Changed version to release

Full Changelog: v2.0.3-beta...v2.04

v2.0.3-beta

22 Dec 17:51
Compare
Choose a tag to compare
v2.0.3-beta Pre-release
Pre-release
  • Fixed a minor bug that would cause the installation to choke depending on the directory
  • Made a note that STIGs have to be disabled

v2.0.2-beta

13 Oct 16:14
Compare
Choose a tag to compare
v2.0.2-beta Pre-release
Pre-release
  • Fixed a bug where the catalog page did not list correctly
  • Fixed a bug where the code for enabling Patches on reboot did not work

Full Changelog: v2.0.1-beta...v2.0.2-beta

v2.0.1-beta

14 Sep 15:53
Compare
Choose a tag to compare
v2.0.1-beta Pre-release
Pre-release
  • Fixed a bug where Patches would not reload after restart
  • Removed dependence on systemd and shifted to using cron

Full Changelog: v2.0.0-beta...v2.0.1-beta

v2.0.0-beta

11 Sep 14:33
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release
  • Complete overhaul of the Patches frontend and large parts of the backend logic
  • Upgraded Material from v4 to v5
  • Upgraded React from 17 to 18
  • Overhauled all React components from old, class-based, notation, to functional components
  • Removed several dead packages / components that were left in the code base but not in use
  • Replaced multiple deprecated packages that broke on the upgrade from 17 to 18
  • Added comments to undocumented code
  • Overhauled naming so that it is more intuitive
  • Removed all NFS functionality. It wasn't needed and added significant complexity to the code base
  • Created a new logger utility
  • Added fixes to account for generational differences in the DRM schema
  • Overhauled the debugging document to account for the frontend
  • Overhauled backend logic flow. The XML / parsing workflow originally bounced between several different files and was very confusing to follow. This has all been streamlined.
  • Overhauled React routing logic
  • Upgraded React router to v6
  • Completely overhauled the way CSV download works - previously it was a large custom function. We now import and use fast-csv for the functionality
  • Fixes #16
  • Fixes #12
  • Fixed a bug where you could add the same user as both an admin and a user causing the user to take precedence so the admin page would not display. The username now must be unique in the user_roles table. Also updated the corresponding code in patches.sh
  • Added more useful feedback to the user based on their certificate

Full Changelog: v1.3.3-beta...v2.0.0-beta

v1.3.3-beta

15 Aug 15:25
Compare
Choose a tag to compare
v1.3.3-beta Pre-release
Pre-release
  • The August and July versions of the DRM repositories have different schemas - this accounts for that delta
  • Fixes #14

Full Changelog: v1.3.2-beta...v1.3.3-beta

v1.3.2-beta

11 Aug 21:21
Compare
Choose a tag to compare
v1.3.2-beta Pre-release
Pre-release

Full Changelog: v1.3.1-beta...v1.3.2-beta