Skip to content

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Apr 15, 2024
1 parent 918b423 commit 853d23c
Show file tree
Hide file tree
Showing 35 changed files with 187 additions and 79 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/klarna-incubator/gram/compare/v4.9.4...v4.10.0) (2024-04-15)

### Bug Fixes

- deadlock on transaction inserting suggestions in parallel ([62e9099](https://github.com/klarna-incubator/gram/commit/62e9099777284d4e1d31c182b599f0c4041dff46))
- faulty user lookup by id ([adc9841](https://github.com/klarna-incubator/gram/commit/adc9841afeed5f072698af69cd3280d68fff881c))
- Importing/Copying a threat model should no longer crash on indiviual threats/controls failing to copy ([d9e8871](https://github.com/klarna-incubator/gram/commit/d9e88711c3d24f3fa638b95b7a26d33e1400d01c))
- JiraActionItemExporter should not error if the transition fails - this happens if the object is already in the right status ([d4cb4f7](https://github.com/klarna-incubator/gram/commit/d4cb4f7a1393e21b0523259ba5ee7fb4c204371c))
- small css fix on team name on system page ([d164b0a](https://github.com/klarna-incubator/gram/commit/d164b0a967d70d233eed12be1f93c0af8d50bfb1))
- tidy up the Home page and model lists ([6a0b8fd](https://github.com/klarna-incubator/gram/commit/6a0b8fde040841bdbf28168767c4c10d39dbd6ef))

### Features

- add ability for admins to change system-id on threat model. Creator of the threat model is now also displayed as the owner in case the threat model is not connected to a system. ([f91bd80](https://github.com/klarna-incubator/gram/commit/f91bd80aa3e381bdcf7d4f09c5b813646cab1494))
- add toggle to switch direction of dataflow. Fixes [#97](https://github.com/klarna-incubator/gram/issues/97) ([db5db24](https://github.com/klarna-incubator/gram/commit/db5db24c6db95b65533b39a667751b868e781ac6))
- show popup after importing a threat model to remind users to review the action items marked in a previous threat model. ([327935a](https://github.com/klarna-incubator/gram/commit/327935a7b024caa08dd0a7b93fa793113e708194))

## [4.9.4](https://github.com/klarna-incubator/gram/compare/v4.9.3...v4.9.4) (2024-03-21)

### Bug Fixes
Expand Down
11 changes: 11 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/klarna/gram/compare/v4.9.4...v4.10.0) (2024-04-15)

### Bug Fixes

- faulty user lookup by id ([adc9841](https://github.com/klarna/gram/commit/adc9841afeed5f072698af69cd3280d68fff881c))

### Features

- add ability for admins to change system-id on threat model. Creator of the threat model is now also displayed as the owner in case the threat model is not connected to a system. ([f91bd80](https://github.com/klarna/gram/commit/f91bd80aa3e381bdcf7d4f09c5b813646cab1494))
- show popup after importing a threat model to remind users to review the action items marked in a previous threat model. ([327935a](https://github.com/klarna/gram/commit/327935a7b024caa08dd0a7b93fa793113e708194))

## [4.9.4](https://github.com/klarna/gram/compare/v4.9.3...v4.9.4) (2024-03-21)

**Note:** Version bump only for package @gram/api
Expand Down
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gram/api",
"private": true,
"type": "module",
"version": "4.9.4",
"version": "4.10.0",
"description": "API for threat modelling",
"scripts": {
"start": "NODE_ENV=development node dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"node": "18"
},
"dependencies": {
"@gram/config": "^4.9.4",
"@gram/core": "^4.9.4",
"@gram/config": "^4.10.0",
"@gram/core": "^4.10.0",
"@sentry/integrations": "^7.6.0",
"@sentry/node": "^7.6.0",
"@sentry/tracing": "^7.6.0",
Expand Down
14 changes: 14 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/klarna-incubator/gram/compare/v4.9.4...v4.10.0) (2024-04-15)

### Bug Fixes

- faulty user lookup by id ([adc9841](https://github.com/klarna-incubator/gram/commit/adc9841afeed5f072698af69cd3280d68fff881c))
- small css fix on team name on system page ([d164b0a](https://github.com/klarna-incubator/gram/commit/d164b0a967d70d233eed12be1f93c0af8d50bfb1))
- tidy up the Home page and model lists ([6a0b8fd](https://github.com/klarna-incubator/gram/commit/6a0b8fde040841bdbf28168767c4c10d39dbd6ef))

### Features

- add ability for admins to change system-id on threat model. Creator of the threat model is now also displayed as the owner in case the threat model is not connected to a system. ([f91bd80](https://github.com/klarna-incubator/gram/commit/f91bd80aa3e381bdcf7d4f09c5b813646cab1494))
- add toggle to switch direction of dataflow. Fixes [#97](https://github.com/klarna-incubator/gram/issues/97) ([db5db24](https://github.com/klarna-incubator/gram/commit/db5db24c6db95b65533b39a667751b868e781ac6))
- show popup after importing a threat model to remind users to review the action items marked in a previous threat model. ([327935a](https://github.com/klarna-incubator/gram/commit/327935a7b024caa08dd0a7b93fa793113e708194))

## [4.9.4](https://github.com/klarna-incubator/gram/compare/v4.9.3...v4.9.4) (2024-03-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gram/app",
"proxy": "http://localhost:8080",
"version": "4.9.4",
"version": "4.10.0",
"private": true,
"engines": {
"node": "18"
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/klarna/gram/compare/v4.9.4...v4.10.0) (2024-04-15)

**Note:** Version bump only for package @gram/config

## [4.9.4](https://github.com/klarna/gram/compare/v4.9.3...v4.9.4) (2024-03-21)

**Note:** Version bump only for package @gram/config
Expand Down
20 changes: 10 additions & 10 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": true,
"version": "4.9.4",
"version": "4.10.0",
"description": "Gram Configuration",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -28,15 +28,15 @@
"node": "18"
},
"dependencies": {
"@gram/aws": "^4.9.4",
"@gram/azure": "^4.9.4",
"@gram/cncf": "^4.9.4",
"@gram/core": "^4.9.4",
"@gram/kubernetes": "^4.9.4",
"@gram/magiclink": "^4.9.4",
"@gram/stride": "^4.9.4",
"@gram/svgporn": "^4.9.4",
"@gram/threatlib": "^4.9.4",
"@gram/aws": "^4.10.0",
"@gram/azure": "^4.10.0",
"@gram/cncf": "^4.10.0",
"@gram/core": "^4.10.0",
"@gram/kubernetes": "^4.10.0",
"@gram/magiclink": "^4.10.0",
"@gram/stride": "^4.10.0",
"@gram/svgporn": "^4.10.0",
"@gram/threatlib": "^4.10.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/klarna/gram/compare/v4.9.4...v4.10.0) (2024-04-15)

### Bug Fixes

- deadlock on transaction inserting suggestions in parallel ([62e9099](https://github.com/klarna/gram/commit/62e9099777284d4e1d31c182b599f0c4041dff46))
- Importing/Copying a threat model should no longer crash on indiviual threats/controls failing to copy ([d9e8871](https://github.com/klarna/gram/commit/d9e88711c3d24f3fa638b95b7a26d33e1400d01c))

### Features

- add ability for admins to change system-id on threat model. Creator of the threat model is now also displayed as the owner in case the threat model is not connected to a system. ([f91bd80](https://github.com/klarna/gram/commit/f91bd80aa3e381bdcf7d4f09c5b813646cab1494))
- show popup after importing a threat model to remind users to review the action items marked in a previous threat model. ([327935a](https://github.com/klarna/gram/commit/327935a7b024caa08dd0a7b93fa793113e708194))

## [4.9.4](https://github.com/klarna/gram/compare/v4.9.3...v4.9.4) (2024-03-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gram/core",
"private": true,
"type": "module",
"version": "4.9.4",
"version": "4.10.0",
"description": "Core library for Gram backend stuff",
"scripts": {
"clean": "rimraf ./dist",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "4.9.4",
"version": "4.10.0",
"command": {
"version": {
"allowBranch": "main",
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions plugins/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.10.0](https://github.com/klarna-incubator/gram/compare/v4.9.4...v4.10.0) (2024-04-15)

**Note:** Version bump only for package @gram/aws

## [4.9.4](https://github.com/klarna-incubator/gram/compare/v4.9.3...v4.9.4) (2024-03-21)

**Note:** Version bump only for package @gram/aws
Expand Down
Loading

0 comments on commit 853d23c

Please sign in to comment.