Skip to content

Commit

Permalink
Merge pull request #26 from mackerelio-labs/release-v0.3.0
Browse files Browse the repository at this point in the history
chore: bump to v0.3.0
  • Loading branch information
mechairoi authored Jan 26, 2024
2 parents fe1cfc1 + 3a2d641 commit ce06425
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.2.2"
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/lambda?ref=v0.3.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.2.2"
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/rule?ref=v0.3.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.2.2"
const version = "0.3.0"

0 comments on commit ce06425

Please sign in to comment.