Skip to content

Commit 689b0a8

Browse files
committed
release version 2.4.0
1 parent 77ec79d commit 689b0a8

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threat-dragon",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"appBundleId": "org.owasp.threatdragon",
55
"private": true,
66
"scripts": {

release-process.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The github release workflow then creates the draft release and the install image
6767

6868
### Publish docker image
6969

70-
Ensure the tag now exists on the [Threat Dragon Docker hub]tddock].
70+
Ensure the tag now exists within the [Threat Dragon Docker hub][td-dock].
7171

7272
1. once tagged, the github workflow pushes the docker image to docker hub
7373
2. pull image for an X86 platform using `docker pull threatdragon/owasp-threat-dragon:v2.4.0`
@@ -95,7 +95,7 @@ docker tag threatdragon/owasp-threat-dragon:v2.4.0-arm64 owasp/threat-dragon:v2.
9595
docker push owasp/threat-dragon:v2.4.0-arm64
9696
```
9797

98-
ensure the tag now exists within the [OWASP Docker hub][owaspdock].
98+
ensure the tag now exists within the [OWASP Docker hub][owasp-dock].
9999

100100
### Check demo site
101101

@@ -261,10 +261,11 @@ Revert the build state back to 'latest'; this build state is displayed on the de
261261
[herokucli]: https://devcenter.heroku.com/articles/heroku-cli#install-the-heroku-cli
262262
[herokudash]: https://dashboard.heroku.com/apps
263263
[notarize]: https://developer.apple.com/documentation/security/resolving-common-notarization-issues
264-
[owaspdock]: https://hub.docker.com/r/owasp/threat-dragon/tags
264+
[owasp-dock]: https://hub.docker.com/r/owasp/threat-dragon/tags
265265
[releases]: https://github.com/OWASP/www-project-threat-dragon/blob/main/tab_releases.md
266266
[snapcraft]: https://snapcraft.io/install/threat-dragon/arch
267267
[snapdash]: https://snapcraft.io/threat-dragon/releases
268+
[td-dock]: https://hub.docker.com/r/threatdragon/owasp-threat-dragon/tags
268269
[td-info]: https://github.com/OWASP/www-project-threat-dragon/blob/main/info.md
269270
[td-slack]: https://owasp.slack.com/messages/CURE8PQ68
270271
[ubuntu]: https://login.ubuntu.com/

td.server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

td.server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "threat-dragon-server",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"private": true,
55
"scripts": {
66
"audit": "npm audit",

td.vue/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

td.vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "threat-dragon",
33
"productName": "Threat Dragon",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"appBundleId": "org.owasp.threatdragon",
66
"private": true,
77
"scripts": {
@@ -44,7 +44,7 @@
4444
},
4545
"license": "Apache-2.0",
4646
"homepage": "https://owasp.org/www-project-threat-dragon/",
47-
"buildState": "-latest",
47+
"buildState": "",
4848
"repository": {
4949
"type": "git",
5050
"url": "git://github.com/OWASP/threat-dragon.git"

0 commit comments

Comments
 (0)