Skip to content

Commit

Permalink
chore: release 1.4.8 updates (NUWCDIVNPT#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored May 13, 2024
1 parent 464c450 commit 1b8fa3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stig-management-api",
"version": "1.4.7",
"version": "1.4.8",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.4.8
-----

Changes:

- (API) feat: Added resultEngine, user, statusUser columns to Detail metrics exports.
- (API) feat: Listen on STIGMAN_API_PORT on startup and respond with status while bootstrap process is running.
- (API) chore: Remove Dockerfile healthcheck
- (API) chore: Refactor controllers to use a set of common functions when checking a collection grant or invoking elevation
- (Docs) chore: Minor updates and clarifications

1.4.7
-----

Expand Down

0 comments on commit 1b8fa3c

Please sign in to comment.