|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v2.1.5](https://github.com/mitre/vulcan/tree/v2.1.5) (2023-10-02) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.4...v2.1.5) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Enabled viewing of related rules in read-only mode, but hiding the copy button [\#605](https://github.com/mitre/vulcan/pull/605) ([vanessuniq](https://github.com/vanessuniq)) |
| 10 | +- Enable user to select which component to excel export [\#610]( https://github.com/mitre/vulcan/pull/610) ([vanessuniq](https://github.com/vanessuniq)) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- Vulcan container crashes when exporting to excel [\#600](https://github.com/mitre/vulcan/issues/600) |
| 15 | +- Update inspec after copying or duplicate a component [\#598](https://github.com/mitre/vulcan/issues/598) |
| 16 | + |
| 17 | +**Closed issues:** |
| 18 | + |
| 19 | +- Add fixref to XCCDF generation to be compatible with STIG Viewer 3.x [\#607](https://github.com/mitre/vulcan/issues/607) |
| 20 | + |
3 | 21 | ## [v2.1.4](https://github.com/mitre/vulcan/tree/v2.1.4) (2023-08-25)
|
4 | 22 |
|
5 | 23 | [Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.3...v2.1.4)
|
6 | 24 |
|
7 | 25 | **Implemented enhancements:**
|
8 | 26 |
|
9 |
| -- Constrain the selectable list to allow only Apllicable - Configurable controls to be satisfied by other [\#586](https://github.com/mitre/vulcan/pull/586) ([vanessuniq](https://github.com/vanessuniq)) |
10 |
| -- Constrain requirement for locking Applicable -Does Not Meet and Applicable - Inherently Meets controls [\#587](https://github.com/mitre/vulcan/pull/587) ([vanessuniq](https://github.com/vanessuniq)) |
11 |
| -- Notifications: Slack notification and SMTP Enhancement [\#594](https://github.com/mitre/vulcan/pull/594) ([vanessuniq](https://github.com/vanessuniq)) |
12 |
| -- New Feature: Enable setting up Project visibility and Requesting access to a project [\#595](https://github.com/mitre/vulcan/pull/595) ([vanessuniq](https://github.com/vanessuniq)) |
| 27 | +- Give admins the ability to mark a project as 'open' [\#590](https://github.com/mitre/vulcan/issues/590) |
| 28 | +- Add constraint to satisfies workflow for configurable only requirements. [\#585](https://github.com/mitre/vulcan/issues/585) |
| 29 | +- Have Vulcan automatically list all available STIGs/SRGs [\#480](https://github.com/mitre/vulcan/issues/480) |
13 | 30 | - STIG & Related Rules workflow [\#599](https://github.com/mitre/vulcan/pull/599) ([vanessuniq](https://github.com/vanessuniq))
|
| 31 | +- New Feature: Enable setting up Project visibility and Requesting access to a project [\#595](https://github.com/mitre/vulcan/pull/595) ([vanessuniq](https://github.com/vanessuniq)) |
| 32 | +- Notifications: Slack notification and SMTP Enhancement [\#594](https://github.com/mitre/vulcan/pull/594) ([vanessuniq](https://github.com/vanessuniq)) |
| 33 | +- VULCAN-528: Fix component admin on component cards [\#588](https://github.com/mitre/vulcan/pull/588) ([vanessuniq](https://github.com/vanessuniq)) |
| 34 | +- Constrain requirement for locking Applicable -Does Not Meet and Applicable - Inherently Meets controls [\#587](https://github.com/mitre/vulcan/pull/587) ([vanessuniq](https://github.com/vanessuniq)) |
| 35 | +- Constrain the selectable list to allow only Apllicable - Configurable controls to be satisfied by other [\#586](https://github.com/mitre/vulcan/pull/586) ([vanessuniq](https://github.com/vanessuniq)) |
14 | 36 |
|
15 | 37 | **Fixed bugs:**
|
16 | 38 |
|
17 |
| -- VULCAN-528: Fix component admin on component cards [\#588](https://github.com/mitre/vulcan/pull/588) ([vanessuniq](https://github.com/vanessuniq)) |
18 |
| -- If null data just return for related info [\#602](https://github.com/mitre/vulcan/pull/602) ([freddyfeelgood](https://github.com/freddyfeelgood)) |
19 |
| -- Fix: Capture STIG Name on Upload [\#603](https://github.com/mitre/vulcan/pull/603) ([vanessuniq](https://github.com/vanessuniq)) |
| 39 | +- Fix component\_admin on component cards [\#528](https://github.com/mitre/vulcan/issues/528) |
20 | 40 | - Fix Related Rules Grouping [\#604](https://github.com/mitre/vulcan/pull/604) ([vanessuniq](https://github.com/vanessuniq))
|
| 41 | +- Fix: Capture STIG Name on Upload [\#603](https://github.com/mitre/vulcan/pull/603) ([vanessuniq](https://github.com/vanessuniq)) |
| 42 | +- If null data just return for related info [\#602](https://github.com/mitre/vulcan/pull/602) ([freddyfeelgood](https://github.com/freddyfeelgood)) |
21 | 43 |
|
22 | 44 | **Dependencies updates:**
|
23 | 45 |
|
24 |
| -- Bump audited from 5.0.2 to 5.3.3 [\#568](https://github.com/mitre/vulcan/pull/568) ([dependabot[bot]](https://github.com/apps/dependabot)) |
25 |
| -- Bump semver from 5.7.1 to 5.7.2 [\#596](https://github.com/mitre/vulcan/pull/596) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 46 | +- Bump puma from 4.3.12 to 5.6.7 [\#601](https://github.com/mitre/vulcan/pull/601) ([dependabot[bot]](https://github.com/apps/dependabot)) |
26 | 47 | - Bump word-wrap from 1.2.3 to 1.2.4 [\#597](https://github.com/mitre/vulcan/pull/597) ([dependabot[bot]](https://github.com/apps/dependabot))
|
27 |
| -- Bump puma from 4.3.12 to 5.6.7 by [\#601](https://github.com/mitre/vulcan/pull/601) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 48 | +- Bump semver from 5.7.1 to 5.7.2 [\#596](https://github.com/mitre/vulcan/pull/596) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 49 | +- Bump audited from 5.0.2 to 5.3.3 [\#568](https://github.com/mitre/vulcan/pull/568) ([dependabot[bot]](https://github.com/apps/dependabot)) |
28 | 50 |
|
29 | 51 | **Closed issues:**
|
30 | 52 |
|
31 |
| -- Give admins the ability to mark a project as 'open' [\#590](https://github.com/mitre/vulcan/issues/590) |
32 |
| -- Add constraint to satisfies workflow for configurable only requirements. [\#585](https://github.com/mitre/vulcan/issues/585) |
33 |
| -- Have Vulcan automatically list all available STIGs/SRGs [\#480](https://github.com/mitre/vulcan/issues/480) |
34 |
| -- Fix component\_admin on component cards [\#528](https://github.com/mitre/vulcan/issues/528) |
35 | 53 | - Extend email notifications to alert users when their role changes. [\#593](https://github.com/mitre/vulcan/issues/593)
|
36 | 54 | - Enable users to provide their own Slack user ID if they would like to receive Slack DMs \(e.g. when added/removed from a project, role changes, review requests, etc\). [\#592](https://github.com/mitre/vulcan/issues/592)
|
37 | 55 | - Enable users \(admins\) to provide the Slack channel they want to use for each project or component. This can be provided on project/component creation or edited in the project/component metadata. [\#591](https://github.com/mitre/vulcan/issues/591)
|
|
0 commit comments