Skip to content

Commit

Permalink
chore(main): release 2.5.0 (#122)
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 May 24, 2024
1 parent 7c5700e commit e63d15b
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": "2.4.1"
"cloudrun-malware-scanner": "2.5.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


## [2.5.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.4.1...v2.5.0) (2024-05-24)


### Features

* Add ability to read full config from env var ([#120](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/120)) ([627cc1f](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/627cc1f163ea05faaad93b460f9fba35fcfac20f))


### Bug Fixes

* disable apt EIPP logging ([fc5f096](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/fc5f0961403cd6b50ea5be1e1023873fcf4439d7))
* remove dependancy on mv and transient dependency on inflight ([94f9a99](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/94f9a9935349ab81e9373c87312e8dbef0ecb939))

## [2.4.1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.4.0...v2.4.1) (2024-05-22)


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": "2.4.1",
"version": "2.5.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 e63d15b

Please sign in to comment.