Skip to content

Releases: chatwork/aws-checker

v0.1.3

17 Dec 08:31
ddc34ed
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.70.0 to 1.71.0 by @dependabot in #62
  • Automated patch releases for Dependabot updates by @mumoshu in #63

Full Changelog: v0.1.2...v0.1.3

v0.1.1

04 Dec 02:48
a449f67
Compare
Choose a tag to compare

What's Changed

  • Verify docker image working on CI by @mumoshu in #34
  • Test against multiple supported Go versions by @mumoshu in #40
  • Add dependapod auto merge workflow by @cw-atkhry in #36
  • Bump LocalStack/setup-localstack from 0.2.2 to 0.2.3 by @dependabot in #22
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.22 to 1.28.5 by @dependabot in #41
  • Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.34.0 to 1.37.1 by @dependabot in #44
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.57.0 to 1.68.0 by @dependabot in #42
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.34.0 to 1.37.1 by @dependabot in #43
  • Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.5 by @dependabot in #18
  • ci: Remove unnecesary contents:write permission by @mumoshu in #45
  • release: Do use the stable Go version by @mumoshu in #46
  • Remove and fix ldflags related to version by @mumoshu in #47
  • Add dependabot auto approve by @cw-atkhry in #48
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.28.6 by @dependabot in #49
  • Bump github.com/prometheus/common from 0.55.0 to 0.60.1 by @dependabot in #53
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.68.0 to 1.70.0 by @dependabot in #52
  • Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.37.1 to 1.37.2 by @dependabot in #54
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #50
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.37.1 to 1.37.2 by @dependabot in #51
  • Set concurrency for dependabot auto-merge by @mumoshu in #56
  • Unpin golangci-lint and use latest on local runs by @mumoshu in #57
  • Use min permissions for test workflow by @mumoshu in #58
  • Add README by @mumoshu in #59

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Nov 06:45
1c88c0f
Compare
Choose a tag to compare

What's Changed

  • First step to testing aws-checker by @mumoshu in #1
  • Enable testing Run errors by @mumoshu in #2
  • Use localstack for s3 metrics testing by @mumoshu in #3
  • Add CI workflow by @mumoshu in #4
  • Unify signal channel into context by @mumoshu in #5
  • Fix S3 metrics test to actually test the correct code path by @mumoshu in #6
  • test: Wait for "Failure" metrics by @mumoshu in #7
  • Use localstack for DynamoDB metrics testing by @mumoshu in #8
  • Use localstack for SQS metrics testing by @mumoshu in #9
  • Prep for table-driven testing by @mumoshu in #10
  • More isolation per aws-checker instance for testing by @mumoshu in #11
  • Add failing-SQS test by @mumoshu in #12
  • add dependabot.yaml by @cw-atkhry in #13
  • Add failing-DynamoDB test by @mumoshu in #21
  • Keep actions up to date using Dependabot by @mumoshu in #20
  • Use goreleaser to build binaries and container images by @mumoshu in #28
  • Automate updating go.mod and workflow go versions according to Dockerfile by @mumoshu in #27
  • Add release workflow by @mumoshu in #29
  • add: docker login to release workflow by @cw-atkhry in #35

New Contributors

Full Changelog: https://github.com/chatwork/aws-checker/commits/v0.1.0