Skip to content

Commit 0472803

Browse files
committed
docs: release notes
1 parent 58d8c2a commit 0472803

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Deploy Release
22

33
##
44
## Automates the release process
5-
## 1. Update the 'body:' below and the changelog.md
5+
## 1. Run `./list-changes.sh` and update the changelog.md.
66
## 2. Run `./prepare-release.sh`
77
## 3. Create PR, merge PR
8-
## 4. Run `git push origin main --tags`
8+
## 4. Run `git push origin --tags`
99
##
1010

1111
permissions:
@@ -186,12 +186,7 @@ jobs:
186186
prerelease: false
187187
draft: false
188188
body: |
189-
- fix: utilize maven proxy if present (#6255)
190-
- fix: allow api key in cli to be quoted (#6253)
191-
- fix: use correct maven plugin reporting plugin (#6244)
192-
- fix: correct trailing comma in JSON report (#6245)
193-
194-
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/74?closed=1).
189+
Refer to the [CHANGELOG.md](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#change-log) for information about improvements and upgrade notes.
195190
196191
- name: Upload CLI
197192
id: upload-release-cli

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [Version 9.0.5](https://github.com/jereong/DependencyCheck/releases/tag/v9.0.5) (2023-12-13)
4+
5+
- fix: make NVD API endpoint configurable (#6287)
6+
- fix: synch last modified timestamp for NVD API (#6281)
7+
- fix: read NVD cache meta files if cache.properties does not exist (#6282)
8+
- fix: correct property for nonProxyHosts (#6285)
9+
- fix: reduce apache http logging (#6280)
10+
- fix: store last modified timestamp for RetireJS and the Hosted Suppression File in db (#6271)
11+
- build: bump golang in the docker image (#6274)
12+
- fix: use temporary files to reduce memory usage during the NVD Update (#6270)
13+
- fix: use BIT for Oracle DB instead of Boolean when calling prepared statements (#6264)
14+
- fix: showing all reference tags in reports (#6259)
15+
16+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/75?closed=1).
17+
318
## [Version 9.0.4](https://github.com/jereong/DependencyCheck/releases/tag/v9.0.4) (2023-12-08)
419

520
- fix: utilize maven proxy if present (#6255)

0 commit comments

Comments
 (0)