Skip to content

Commit

Permalink
chore(main): release 3.4.0 (#283)
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 Jan 27, 2025
1 parent b8580c8 commit e5d7f39
Show file tree
Hide file tree
Showing 4 changed files with 17 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.3.0"
"cloudrun-malware-scanner": "3.4.0"
}
13 changes: 13 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## [3.4.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.3.0...v3.4.0) (2025-01-25)


### Features

* treat encrypted files as malware ([#282](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/282)) ([02e5b0d](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/02e5b0db7064b707948f9c32a025016799d9a10d))


### Bug Fixes

* **deps:** update node.js to v22.13.1 ([#281](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/281)) ([3fafa4d](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/3fafa4d20f275029301ab3671fc060b212ab430b))
* **deps:** update npm-packages ([#280](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/280)) ([564c35c](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/564c35c036a67d980863f7d4684aaa01ca99668b))

## [3.3.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.2.0...v3.3.0) (2024-12-06)


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.3.0",
"version": "3.4.0",
"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 e5d7f39

Please sign in to comment.