Skip to content

Commit

Permalink
chore(main): release 2.4.0 (#117)
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 21, 2024
1 parent a4d018e commit 0b37574
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 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.3.1"
"cloudrun-malware-scanner": "2.4.0"
}
19 changes: 18 additions & 1 deletion cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## [2.4.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.3.1...v2.4.0) (2024-05-21)


### Features

* Add prettier formatter ([5010a16](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/5010a168a6a345f0c49883ee905005bfbbdcf65d))


### Bug Fixes

* **deps:** Bump @google-cloud/logging-bunyan in /cloudrun-malware-scanner ([#100](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/100)) ([a4d018e](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/a4d018e0376df587d0ac232d661ea6a537f3befe))
* **deps:** Bump @google-cloud/storage in /cloudrun-malware-scanner ([#109](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/109)) ([a4d018e](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/a4d018e0376df587d0ac232d661ea6a537f3befe))
* **deps:** Bump express from 4.18.3 to 4.19.2 in /cloudrun-malware-scanner ([#96](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/96)) ([a4d018e](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/a4d018e0376df587d0ac232d661ea6a537f3befe))
* **deps:** Bump google-auth-library in /cloudrun-malware-scanner ([#110](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/110)) ([a4d018e](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/a4d018e0376df587d0ac232d661ea6a537f3befe))
* **deps:** Bump node from 21 to 22 in /cloudrun-malware-scanner ([#107](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/107)) ([a4d018e](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/a4d018e0376df587d0ac232d661ea6a537f3befe))
* Update Dockerfile to fix cloud sdk repository change ([#115](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/115)) ([a19dfe3](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/a19dfe34cfbdaec1525cb3e82f098b594501b373)), closes [#88](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/88)
* Updates for eslint 9.3 ([9f99e65](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/9f99e65a9cf3445b4cc22ddc0eb5c6a13647df5b))

## [2.3.1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/release_v2_3_0...release_v2_3_1) (2023-28-11)

### What's Changed
Expand Down Expand Up @@ -104,4 +122,3 @@
## 2019-09-01

* Initial version

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.3.1",
"version": "2.4.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 0b37574

Please sign in to comment.