Skip to content

Commit 47a332e

Browse files
author
Vanessa Fotso
committed
2.1.6
Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
1 parent 821f809 commit 47a332e

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
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.5
3+
future-release=v2.1.6
44
since-tag=v2.0.0
55
release-branch=master
66
add-sections={"dependencies":{"prefix":"**Dependencies updates:**","labels":["dependencies"]}}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v2.1.6](https://github.com/mitre/vulcan/tree/v2.1.6) (2023-11-08)
4+
5+
[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.5...v2.1.6)
6+
7+
**Dependencies updates:**
8+
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+
- 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))
11+
12+
**Closed issues:**
13+
14+
- Update image to not run as root [\#611](https://github.com/mitre/vulcan/issues/611)
15+
316
## [v2.1.5](https://github.com/mitre/vulcan/tree/v2.1.5) (2023-10-02)
417

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

README.md

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

21-
## Latest Release: [v2.1.5](https://github.com/mitre/vulcan/releases/tag/v2.1.5)
21+
## Latest Release: [v2.1.6](https://github.com/mitre/vulcan/releases/tag/v2.1.6)
2222

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

2525
```bash
26-
docker pull mitre/vulcan:v2.1.5
26+
docker pull mitre/vulcan:v2.1.6
2727
```
2828

2929
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.5
1+
v2.1.6

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

0 commit comments

Comments
 (0)