|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v2.1.7](https://github.com/mitre/vulcan/tree/v2.1.7) (2024-05-21) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.5...v2.1.7) |
| 6 | + |
| 7 | +**Dependencies updates:** |
| 8 | + |
| 9 | +- Bump axios from 0.21.4 to 1.6.0 [\#617](https://github.com/mitre/vulcan/pull/617) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 10 | +- Bump the npm_and_yarn group across 1 directories with 1 update [\#619](https://github.com/mitre/vulcan/pull/619) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 11 | +- Bump the npm_and_yarn group across 1 directories with 1 update [\#620](https://github.com/mitre/vulcan/pull/620) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 12 | +- Bump the npm_and_yarn group across 1 directory with 3 updates [\#623](https://github.com/mitre/vulcan/pull/623) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 13 | + |
| 14 | +**Closed issues:** |
| 15 | +- upgrade heroku to new service tier [\#624](https://github.com/mitre/vulcan/pull/624) |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- Upgrade to New Heroku Plan [\#624](https://github.com/mitre/vulcan/pull/624)([georgedias](https://github.com/georgedias)) |
| 22 | + |
3 | 23 | ## [v2.1.6](https://github.com/mitre/vulcan/tree/v2.1.6) (2023-11-08)
|
4 | 24 |
|
5 | 25 | [Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.5...v2.1.6)
|
6 | 26 |
|
7 | 27 | **Dependencies updates:**
|
8 | 28 |
|
9 |
| -- Bump @babel/traverse from 7.15.4 to 7.23.2 [\#613](https://github.com/mitre/vulcan/pull/613) ([dependabot[bot]](https://github.com/apps/dependabot)) |
10 | 29 | - Bump browserify-sign from 4.2.1 to 4.2.2 [\#614](https://github.com/mitre/vulcan/pull/614) ([dependabot[bot]](https://github.com/apps/dependabot))
|
| 30 | +- Bump @babel/traverse from 7.15.4 to 7.23.2 [\#613](https://github.com/mitre/vulcan/pull/613) ([dependabot[bot]](https://github.com/apps/dependabot)) |
11 | 31 |
|
12 | 32 | **Closed issues:**
|
13 | 33 |
|
14 | 34 | - Update image to not run as root [\#611](https://github.com/mitre/vulcan/issues/611)
|
15 | 35 |
|
| 36 | +**Merged pull requests:** |
| 37 | + |
| 38 | +- updating container to run as a non root user [\#612](https://github.com/mitre/vulcan/pull/612) ([rlakey](https://github.com/rlakey)) |
| 39 | + |
16 | 40 | ## [v2.1.5](https://github.com/mitre/vulcan/tree/v2.1.5) (2023-10-02)
|
17 | 41 |
|
18 | 42 | [Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.4...v2.1.5)
|
19 | 43 |
|
20 | 44 | **Implemented enhancements:**
|
21 | 45 |
|
| 46 | +- Enable user to select which component to excel export [\#610](https://github.com/mitre/vulcan/pull/610) ([vanessuniq](https://github.com/vanessuniq)) |
22 | 47 | - 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))
|
23 |
| -- Enable user to select which component to excel export [\#610]( https://github.com/mitre/vulcan/pull/610) ([vanessuniq](https://github.com/vanessuniq)) |
24 | 48 |
|
25 | 49 | **Fixed bugs:**
|
26 | 50 |
|
27 | 51 | - Vulcan container crashes when exporting to excel [\#600](https://github.com/mitre/vulcan/issues/600)
|
28 | 52 | - Update inspec after copying or duplicate a component [\#598](https://github.com/mitre/vulcan/issues/598)
|
| 53 | +- Ensure a rule's inspec code is updated after establishing rule satisfaction or reverting change on a rule [\#609](https://github.com/mitre/vulcan/pull/609) ([vanessuniq](https://github.com/vanessuniq)) |
| 54 | +- Added fixref attribute to fixtext XML tag for compatibility with stig-viewer-3x [\#608](https://github.com/mitre/vulcan/pull/608) ([smarlaku820](https://github.com/smarlaku820)) |
29 | 55 |
|
30 | 56 | **Closed issues:**
|
31 | 57 |
|
32 | 58 | - Add fixref to XCCDF generation to be compatible with STIG Viewer 3.x [\#607](https://github.com/mitre/vulcan/issues/607)
|
33 | 59 |
|
| 60 | +**Merged pull requests:** |
| 61 | + |
| 62 | +- Removed Changelog from the landing page and have the app version on the top menu as a link directing to the changelog page [\#606](https://github.com/mitre/vulcan/pull/606) ([vanessuniq](https://github.com/vanessuniq)) |
| 63 | + |
34 | 64 | ## [v2.1.4](https://github.com/mitre/vulcan/tree/v2.1.4) (2023-08-25)
|
35 | 65 |
|
36 | 66 | [Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.3...v2.1.4)
|
|
0 commit comments