Skip to content

Latest commit

 

History

History
130 lines (105 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

130 lines (105 loc) · 11.3 KB

Changelog

v1.4.3 - 2024-04-08

  • change config for dependabot by @mashiike in #141
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #140
  • Add action-gocredits. by @mashiike in #145
  • build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #143
  • build(deps): bump github.com/mackerelio/mackerel-client-go from 0.30.0 to 0.31.0 by @dependabot in #144

v1.4.2 - 2024-04-01

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #128
  • Ignore if it is an unknown monitor type error. by @mashiike in #138
  • build(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.1 by @dependabot in #134
  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #129
  • build(deps): bump goreleaser/goreleaser-action from 1 to 5 by @dependabot in #127
  • build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #132
  • build(deps): bump github.com/shogo82148/go-retry from 1.1.1 to 1.2.0 by @dependabot in #133

v1.4.1 - 2024-02-02

  • build(deps): bump github.com/mackerelio/mackerel-client-go from 0.23.0 to 0.24.0 by @dependabot in #91
  • build(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.25.1 by @dependabot in #105
  • build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #103
  • build(deps): bump github.com/aws/aws-lambda-go from 1.36.1 to 1.39.1 by @dependabot in #104
  • build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0 by @dependabot in #102
  • build(deps): bump github.com/fujiwara/logutils from 1.1.0 to 1.1.2 by @dependabot in #101
  • build(deps): bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 by @dependabot in #110
  • build(deps): bump github.com/aws/aws-lambda-go from 1.39.1 to 1.40.0 by @dependabot in #108
  • build(deps): bump golang.org/x/sync from 0.0.0-20220722155255-886fb9371eb4 to 0.2.0 by @dependabot in #112
  • build(deps): bump github.com/aws/aws-lambda-go from 1.40.0 to 1.41.0 by @dependabot in #113
  • build(deps): bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 by @dependabot in #114
  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.3 by @dependabot in #115
  • build(deps): bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.7 by @dependabot in #121
  • Fix error handling in CreateReports function by @mashiike in #123
  • if check monitor alerts, no GetMonitor API Call. by @mashiike in #124
  • build(deps): bump golang.org/x/sync from 0.2.0 to 0.6.0 by @dependabot in #125
  • build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #118

v1.4.0 - 2023-01-04

  • reconfigure dependabot for github-actions by @mashiike in #85
  • Feature/tagpr by @mashiike in #87
  • build(deps): bump github.com/aws/aws-lambda-go from 1.32.1 to 1.36.1 by @dependabot in #84
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #74
  • no actions composite for dependabot by @mashiike in #89
  • build(deps): bump github.com/urfave/cli/v2 from 2.11.0 to 2.23.7 by @dependabot in #83
  • build(deps): bump github.com/handlename/ssmwrap from 1.2.0 to 1.2.1 by @dependabot in #75
  • build(deps): bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.23.0 by @dependabot in #79

v1.3.0 - 2022-08-15

  • SSMWRAP_NAMES to be able to retrieve the value of the specified SSM Parameter. by @mashiike in #64

v1.2.1 - 2022-07-29

  • lower case slo keyword by @mashiike in #62

v1.2.0 - 2022-07-19

  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #47
  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #48
  • build(deps): bump github.com/aws/aws-lambda-go from 1.32.0 to 1.32.1 by @dependabot in #55
  • build(deps): bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 by @dependabot in #54
  • build(deps): bump github.com/urfave/cli/v2 from 2.8.1 to 2.10.3 by @dependabot in #51
  • build(deps): bump github.com/mackerelio/mackerel-client-go from 0.21.0 to 0.21.1 by @dependabot in #50
  • update go modules by @mashiike in #58
  • In v1.2.0 and later, the default for UpTime and FailureTime is Disabled. by @mashiike in #57
  • Ability to make graph annotations virtual alerts by @mashiike in #59
  • build(deps): bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.0 by @dependabot in #56
  • build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.8.0 by @dependabot in #53

v1.1.1 - 2022-05-30

  • update yaml.v3.0.1 by @mashiike in #46

v1.1.0 - 2022-05-24

  • Feature/v1.1.0 by @mashiike in #45

v1.0.0 - 2022-04-19

  • build(deps): bump github.com/aws/aws-lambda-go from 1.28.0 to 1.29.0 by @dependabot in #35
  • v1.0.0 Release Candidate by @mashiike in #36

v0.7.2 - 2022-02-02

  • fix: no default subcommand backfill by @mashiike in #31

v0.7.1 - 2022-02-02

  • fix not working global backfill and dry-run by @mashiike in #30

v0.7.0 - 2022-01-31

  • Feature/v0.7.0 by @mashiike in #29

v0.6.2 - 2022-01-20

  • Fixed a bug that occurs when the time zone of the runtime is not UTC. by @mashiike in #28

v0.6.1 - 2022-01-19

  • Feature/v0.6.1 by @mashiike in #27

v0.6.0 - 2022-01-17

  • Bump github.com/mashiike/evaluator from 0.3.0 to 0.4.0 by @dependabot in #16
  • Bump github.com/aws/aws-lambda-go from 1.27.0 to 1.27.1 by @dependabot in #17
  • Bump github.com/mackerelio/mackerel-client-go from 0.20.0 to 0.21.0 by @dependabot in #18
  • Bump github.com/google/go-jsonnet from 0.17.0 to 0.18.0 by @dependabot in #21
  • Bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 by @dependabot in #23
  • Bump github.com/aws/aws-lambda-go from 1.27.1 to 1.28.0 by @dependabot in #22
  • Refactoring the Definition by @mashiike in #24
  • Error budget calculation based on alerts. by @mashiike in #25
  • Extend the way the configuration is written. by @mashiike in #26

v0.5.0 - 2021-11-30

  • Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0 by @dependabot in #13
  • Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.20.0 by @dependabot in #14
  • Feature/v0.5.0 by @mashiike in #15

v0.4.1 - 2021-11-15

v0.4.0 - 2021-11-15

  • Feature/v0.4.0 by @mashiike in #12

v0.3.1 - 2021-11-15

  • fix ssmwrap_paths by @mashiike in #11

v0.3.0 - 2021-11-14

  • Feature/dashboard command by @mashiike in #10

v0.2.3 - 2021-11-11

  • use mashiike/evaluator by @mashiike in #6
  • error_budget_consumption_percentage is not percentage by @mashiike in #8

v0.2.2 - 2021-11-05

  • if set ssmwrap and failed, version option not work by @mashiike in #4
  • fix Backfill does not work when multiple TimeFrames are mixed by @mashiike in #5

v0.2.1 - 2021-11-01

v0.2.0 - 2021-11-01

  • add verison flag by @mashiike in #3