Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#222)
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 17, 2024
1 parent 75742ee commit 795fb57
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2"
"cloudrun-malware-scanner": "3.1.0"
}
7 changes: 7 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [3.1.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.0.2...v3.1.0) (2024-09-17)


### Features

* add terraform code for simple deployment, ([#220](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/220)) ([75742ee](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/75742ee2dbe0249463573464c7d6acf5c2dcfe87))

## [3.0.2](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.0.1...v3.0.2) (2024-09-16)


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.2",
"version": "3.1.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 795fb57

Please sign in to comment.