Skip to content

Commit

Permalink
chore(main): release 3.2.0 (#263)
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 Dec 4, 2024
1 parent 03e8248 commit c67efb7
Show file tree
Hide file tree
Showing 4 changed files with 25 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.1.1"
"cloudrun-malware-scanner": "3.2.0"
}
21 changes: 21 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## [3.2.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.1.1...v3.2.0) (2024-12-04)


### Features

* add liveness probes which verify clamd is running ([#266](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/266)) ([8a9c206](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/8a9c2069774cc24c7d5c7f8958865a49cacb7157))
* Handle partial uploads and add file exclusion patterns ([#255](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/255)) ([cd04d8c](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/cd04d8c8f34d750cbe6588039438e23902087ed8))
* **test:** add unit tests for scanner and config ([2e647b2](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/2e647b2488a684ad7b457dd9f945c8a8c906b7ab))
* Use ClamAV 1.4 from ClamAV managed container ([#264](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/264)) ([0983741](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/0983741f21bca699ef8bfecdea732b03cdb235a9))


### Bug Fixes

* correct status log messages ([02da621](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/02da621efe8249785c0982aaedb15e61c3728c20))
* **deps:** update dependency @types/express to v5 ([#271](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/271)) ([df9339f](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/df9339f80729b4f0def7bd9a753d13bf357a65e8))
* **deps:** update gcr.io/cloud-builders/docker docker tag to v24 ([#272](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/272)) ([1cab1e2](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/1cab1e2a2320b4258e3cf4c0252ff67534a03114))
* **deps:** update node.js to v22.12.0 ([#268](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/268)) ([2214ef2](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/2214ef2c2c59e1317ed3e3bcf79abd72e8028128))
* **deps:** update npm-packages ([#259](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/259)) ([e5b3d92](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/e5b3d92695a5a06792ccecfa4032478bff548649))
* **deps:** update npm-packages ([#267](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/267)) ([d1e000a](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/d1e000aca92f1659366e951a5e2bf71aa6ff72d8))
* **deps:** update npm-packages ([#273](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/273)) ([03e8248](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/03e824888f0cad2995df1800d105db32c2d7fb9a))

## [3.1.1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.1.0...v3.1.1) (2024-11-25)


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.1.1",
"version": "3.2.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 c67efb7

Please sign in to comment.