From 4ab815e02090eeb51d59b346f1f908df6765c095 Mon Sep 17 00:00:00 2001 From: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:15:13 -0400 Subject: [PATCH] chore: 1.4.16 release updates (#1409) --- api/source/package-lock.json | 4 ++-- api/source/package.json | 2 +- release-notes.rst | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/api/source/package-lock.json b/api/source/package-lock.json index ff76f0a7..77a4dfba 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.4.15", + "version": "1.4.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.4.15", + "version": "1.4.16", "license": "MIT", "dependencies": { "archiver": "^7.0.1", diff --git a/api/source/package.json b/api/source/package.json index 35ea4c14..a7b93a19 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -1,6 +1,6 @@ { "name": "stig-management-api", - "version": "1.4.15", + "version": "1.4.16", "description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.", "main": "index.js", "scripts": { diff --git a/release-notes.rst b/release-notes.rst index a708f89a..d563d889 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,3 +1,18 @@ +1.4.16 +----- + +Changes: + + - (UI/API) feat: New enhanced Application Info report available to Application Managers + - (API) feat: support custom jwt assertion claim (#1401) + - (API) feat: handle ported MySQL version string when enforcing minimum version (#1398) + - (docs) Clarifications and updates + - (tests) New testing framework implemented with Mocha/Chai + - (API) chore: dependency updates + - (build) refactor: simplified workflow names + - (info) New contact information for Application Info and Security Policy reports: RMF_Tools@us.navy.mil + - **NOTE:** The "Experimental" Export/Import Data feature that used to share the "App Info" tab must now be enabled explicitly with an Environment Variable (`STIGMAN_EXPERIMENTAL_APPDATA=true`). When enabled, it will have its own node in the Application Management NavTree. See the documentation for more details. + 1.4.15 -----