Skip to content

Commit 92ed30b

Browse files
committed
v2.1.7
Signed-off-by: George M Dias <[email protected]>
1 parent 958ab8b commit 92ed30b

File tree

7 files changed

+326
-7
lines changed

7 files changed

+326
-7
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
user=mitre
22
project=vulcan
3-
future-release=v2.1.6
3+
future-release=v2.1.7
44
since-tag=v2.0.0
55
release-branch=master
66
add-sections={"dependencies":{"prefix":"**Dependencies updates:**","labels":["dependencies"]}}

2

Whitespace-only changes.

CHANGELOG-old.md

Lines changed: 289 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,66 @@
11
# Changelog
22

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+
323
## [v2.1.6](https://github.com/mitre/vulcan/tree/v2.1.6) (2023-11-08)
424

525
[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.5...v2.1.6)
626

727
**Dependencies updates:**
828

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))
1029
- 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))
1131

1232
**Closed issues:**
1333

1434
- Update image to not run as root [\#611](https://github.com/mitre/vulcan/issues/611)
1535

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+
1640
## [v2.1.5](https://github.com/mitre/vulcan/tree/v2.1.5) (2023-10-02)
1741

1842
[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.4...v2.1.5)
1943

2044
**Implemented enhancements:**
2145

46+
- Enable user to select which component to excel export [\#610](https://github.com/mitre/vulcan/pull/610) ([vanessuniq](https://github.com/vanessuniq))
2247
- 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))
2448

2549
**Fixed bugs:**
2650

2751
- Vulcan container crashes when exporting to excel [\#600](https://github.com/mitre/vulcan/issues/600)
2852
- 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))
2955

3056
**Closed issues:**
3157

3258
- Add fixref to XCCDF generation to be compatible with STIG Viewer 3.x [\#607](https://github.com/mitre/vulcan/issues/607)
3359

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+
3464
## [v2.1.4](https://github.com/mitre/vulcan/tree/v2.1.4) (2023-08-25)
3565

3666
[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.3...v2.1.4)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Vulcan models the STIG intent form and the process of aligning security controls
1919
* Authenticate via the local server, through GitHub, and through configuring an LDAP server.
2020
* Email and Slack notification enabled
2121

22-
## Latest Release: [v2.1.6](https://github.com/mitre/vulcan/releases/tag/v2.1.6)
22+
## Latest Release: [v2.1.7](https://github.com/mitre/vulcan/releases/tag/v2.1.7)
2323

2424
You can pull the Docker image for the latest release with the following command:
2525

2626
```bash
27-
docker pull mitre/vulcan:v2.1.6
27+
docker pull mitre/vulcan:v2.1.7
2828
```
2929

3030
For more details on this release and previous ones, check the [Changelog](https://vulcan.mitre.org/CHANGELOG.html).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.1.6
1+
v2.1.7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"vue-template-compiler": "^2.6.11",
2323
"vue-turbolinks": "^2.1.0"
2424
},
25-
"version": "2.1.6",
25+
"version": "2.1.7",
2626
"devDependencies": {
2727
"eslint": "^8.25.0",
2828
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)