Skip to content

Commit

Permalink
Merge pull request #30 from mackerelio-labs/release-v0.4.0
Browse files Browse the repository at this point in the history
chore: bump to v0.4.0
  • Loading branch information
Arthur1 authored Oct 7, 2024
2 parents bfb508e + 24b4316 commit 8c1cae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloudwatch-logs-aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ provider "aws" {
}
module "cw_logs_aggregator_lambda" {
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/lambda?ref=v0.3.0"
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/lambda?ref=v0.4.0"
}
```

Expand All @@ -60,7 +60,7 @@ provider "aws" {
}
module "cw_logs_aggregator_rule_batch_jobs" {
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/rule?ref=v0.3.0"
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/rule?ref=v0.4.0"
rule_name = "mackerel-cloudwatch-logs-aggregator-batch-jobs"
function_arn = module.cw_logs_aggregator_lambda.function_arn
Expand Down
Binary file modified cloudwatch-logs-aggregator/lambda/function.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion cloudwatch-logs-aggregator/lambda/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = "0.3.0"
const version = "0.4.0"

0 comments on commit 8c1cae1

Please sign in to comment.