Skip to content

Commit e5d7f39

Browse files
chore(main): release 3.4.0 (#283)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b8580c8 commit e5d7f39

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"cloudrun-malware-scanner": "3.3.0"
2+
"cloudrun-malware-scanner": "3.4.0"
33
}

cloudrun-malware-scanner/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33

4+
## [3.4.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.3.0...v3.4.0) (2025-01-25)
5+
6+
7+
### Features
8+
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
* **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))
16+
417
## [3.3.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.2.0...v3.3.0) (2024-12-06)
518

619

cloudrun-malware-scanner/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.

cloudrun-malware-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcs-malware-scanner",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Service to scan GCS documents for the malware and move the analyzed documents to appropriate buckets",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)