Skip to content

Commit

Permalink
chore(main): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 2, 2024
1 parent 8a9c206 commit 43b86ca
Show file tree
Hide file tree
Showing 4 changed files with 13 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"
}
9 changes: 9 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


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


### 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))
* 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))

## [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 43b86ca

Please sign in to comment.