Skip to content

Commit

Permalink
chore(main): release 2.6.1 (#136)
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 Jun 11, 2024
1 parent d8599d6 commit ad01d2d
Show file tree
Hide file tree
Showing 4 changed files with 14 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.6.0"
"cloudrun-malware-scanner": "2.6.1"
}
10 changes: 10 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog


## [2.6.1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.6.0...v2.6.1) (2024-06-11)


### Bug Fixes

* **deps:** Bump globals in /cloudrun-malware-scanner ([#131](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/131)) ([47747b3](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/47747b3be0a9f14ae47ed955bfefe65241f12ba1))
* **deps:** update dependency @google-cloud/storage to v7.11.2 ([#134](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/134)) ([892b036](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/892b036722e78ad41f9ff33f3b2ad9e74a543033))
* **deps:** update dependency prettier to v3.3.2 ([#135](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/135)) ([010b445](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/010b445eb8746463b4bcfd446554b8e76e6dee2e))
* Ensure pino log messages have sequential insertId ([#138](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/138)) ([d8599d6](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/d8599d6c82a9c5997342f85180294764dca1346d))

## [2.6.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.5.0...v2.6.0) (2024-06-05)


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.6.0",
"version": "2.6.1",
"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 ad01d2d

Please sign in to comment.