Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#194)
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 Jul 30, 2024
1 parent 64438da commit c3d52f7
Show file tree
Hide file tree
Showing 4 changed files with 15 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.3"
"cloudrun-malware-scanner": "3.0.0"
}
11 changes: 11 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## [3.0.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.6.3...v3.0.0) (2024-07-30)


### ⚠ BREAKING CHANGES

* metric names have changed from custom.googleapis.com/opencensus/malware-scanning/METRIC-NAME to workload.googleapis.com/googlecloudplatform/gcs-malware-scanning/METRIC-NAME

### Bug Fixes

* change from deprecated opencencus to opentelemetry for metrics ([#191](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/191)) ([64438da](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/64438dad442b91ed43def27c46771e8cef3343af))

## [2.6.3](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v2.6.2...v2.6.3) (2024-07-30)


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.3",
"version": "3.0.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 c3d52f7

Please sign in to comment.