Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
  • Loading branch information
vanessuniq committed Nov 8, 2023
1 parent 4df2754 commit ac19123
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
user=mitre
project=vulcan
future-release=v2.1.5
future-release=v2.1.6
since-tag=v2.0.0
release-branch=master
add-sections={"dependencies":{"prefix":"**Dependencies updates:**","labels":["dependencies"]}}
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

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

**Dependencies updates:**

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

**Closed issues:**

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

## [v2.1.5](https://github.com/mitre/vulcan/tree/v2.1.5) (2023-10-02)

[Full Changelog](https://github.com/mitre/vulcan/compare/v2.1.4...v2.1.5)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Vulcan models the STIG intent form and the process of aligning security controls
* Authenticate via the local server, through GitHub, and through configuring an LDAP server.
* Email and Slack notification enabled

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

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

```bash
docker pull mitre/vulcan:v2.1.5
docker pull mitre/vulcan:v2.1.6
```

For more details on this release and previous ones, check the [Changelog](https://vulcan.mitre.org/CHANGELOG.html).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1.5
v2.1.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vue-template-compiler": "^2.6.11",
"vue-turbolinks": "^2.1.0"
},
"version": "2.1.5",
"version": "2.1.6",
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.3.0",
Expand Down

0 comments on commit ac19123

Please sign in to comment.