Skip to content

Commit

Permalink
Merge pull request #22 from mackerelio-labs/release-v0.2.2
Browse files Browse the repository at this point in the history
chore: bump to v0.2.2
  • Loading branch information
yseto authored Dec 8, 2023
2 parents de9a148 + ae5b7f2 commit 1303bcb
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 @@ -28,7 +28,7 @@ The cloudwatch-logs-aggregator-lambda module manages a Lambda function that runs
### Example
``` hcl
module "cw_logs_aggregator_lambda" {
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/lambda?ref=v0.2.1"
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/lambda?ref=v0.2.2"
region = "ap-northeast-1"
}
Expand All @@ -53,7 +53,7 @@ You can attach multiple rules for a signle Lambda function.
### Example
``` hcl
module "cw_logs_aggregator_rule_batch_jobs" {
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/rule?ref=v0.2.1"
source = "github.com/mackerelio-labs/mackerel-monitoring-modules//cloudwatch-logs-aggregator/rule?ref=v0.2.2"
region = "ap-northeast-1"
rule_name = "mackerel-cloudwatch-logs-aggregator-batch-jobs"
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.1"
const version = "0.2.2"

0 comments on commit 1303bcb

Please sign in to comment.