Skip to content

Commit 509ff27

Browse files
committed
v2.1.8
Signed-off-by: Vanessa Fotso <[email protected]>
1 parent 6c5f790 commit 509ff27

5 files changed

+18
-15
lines changed

.github_changelog_generator

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

CHANGELOG.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# Changelog
22

3-
## [v2.1.7](https://github.com/mitre/vulcan/tree/v2.1.7) (2024-05-21)
3+
## [v2.1.8](https://github.com/mitre/vulcan/tree/v2.1.8) (2024-06-28)
44

5-
[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.5...v2.1.7)
5+
[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.7...v2.1.8)
66

7-
**Dependencies updates:**
7+
**Closed issues:**
88

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))
9+
- Update CCI mapping in Vulcan with the latest CCI list with Rev 5 mappings [\#626](https://github.com/mitre/vulcan/issues/626)
1310

14-
**Closed issues:**
15-
- upgrade heroku to new service tier [\#624](https://github.com/mitre/vulcan/pull/624)
11+
## [v2.1.7](https://github.com/mitre/vulcan/tree/v2.1.7) (2024-05-21)
12+
13+
[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.6...v2.1.7)
1614

15+
**Dependencies updates:**
1716

17+
- 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))
18+
- 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))
19+
- 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))
20+
- 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))
1821

1922
**Merged pull requests:**
2023

21-
- Upgrade to New Heroku Plan [\#624](https://github.com/mitre/vulcan/pull/624)([georgedias](https://github.com/georgedias))
24+
- Upgrade to New Heroku Plan [\#624](https://github.com/mitre/vulcan/pull/624) ([DMedina6](https://github.com/DMedina6))
2225

2326
## [v2.1.6](https://github.com/mitre/vulcan/tree/v2.1.6) (2023-11-08)
2427

README.md

+2-2
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.7](https://github.com/mitre/vulcan/releases/tag/v2.1.7)
22+
## Latest Release: [v2.1.8](https://github.com/mitre/vulcan/releases/tag/v2.1.8)
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.7
27+
docker pull mitre/vulcan:v2.1.8
2828
```
2929

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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.1.7
1+
v2.1.8

package.json

+1-1
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.7",
25+
"version": "2.1.8",
2626
"devDependencies": {
2727
"eslint": "^8.25.0",
2828
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)