Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 11, 2024
1 parent af82b21 commit 779452a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cloudrun-malware-scanner": "3.0.0"
"cloudrun-malware-scanner": "3.0.1"
}
10 changes: 10 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [3.0.1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.0.0...v3.0.1) (2024-09-11)


### Bug Fixes

* **deps:** override send version to fix vulnerability ([#216](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/216)) ([af82b21](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/af82b21153a340a3e0d66621693aa8f9f888f1e3))
* **deps:** update node.js to v22.8.0 ([#204](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/204)) ([5691156](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/569115662e90f3ddf02eef74bd04bf45b7fc961c))
* **deps:** update npm-packages ([#195](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/195)) ([77bc502](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/77bc502d706d28f68f92439556a6224e097cafee))
* updated export interval to be 20 seconds instead of 20 milliseconds ([#209](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/209)) ([0dbe25f](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/0dbe25fa02328f3890501b95d3757021ddb46722))

## [3.0.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.6.3...v3.0.0) (2024-07-30)


Expand Down
4 changes: 2 additions & 2 deletions cloudrun-malware-scanner/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 cloudrun-malware-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcs-malware-scanner",
"version": "3.0.0",
"version": "3.0.1",
"description": "Service to scan GCS documents for the malware and move the analyzed documents to appropriate buckets",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 779452a

Please sign in to comment.