Skip to content

Commit

Permalink
v2.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <[email protected]>
  • Loading branch information
vanessuniq committed Jun 28, 2024
1 parent 6c5f790 commit 509ff27
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 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.7
future-release=v2.1.8
since-tag=v2.0.0
release-branch=master
add-sections={"dependencies":{"prefix":"**Dependencies updates:**","labels":["dependencies"]}}
Expand Down
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# Changelog

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

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

**Dependencies updates:**
**Closed issues:**

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

**Closed issues:**
- upgrade heroku to new service tier [\#624](https://github.com/mitre/vulcan/pull/624)
## [v2.1.7](https://github.com/mitre/vulcan/tree/v2.1.7) (2024-05-21)

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

**Dependencies updates:**

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

**Merged pull requests:**

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

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,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.7](https://github.com/mitre/vulcan/releases/tag/v2.1.7)
## Latest Release: [v2.1.8](https://github.com/mitre/vulcan/releases/tag/v2.1.8)

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

```bash
docker pull mitre/vulcan:v2.1.7
docker pull mitre/vulcan:v2.1.8
```

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.7
v2.1.8
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.7",
"version": "2.1.8",
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.3.0",
Expand Down

0 comments on commit 509ff27

Please sign in to comment.