Skip to content

Releases: chatwork/aws-checker

v0.1.12

07 Feb 04:39
97cb46f
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/config from 1.29.5 to 1.29.6 by @dependabot in #102

Full Changelog: v0.1.11...v0.1.12

v0.1.11

06 Feb 04:39
6e72b37
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.39.6 to 1.39.9 by @dependabot in #98
  • Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.37.10 to 1.37.13 by @dependabot in #101
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.5 by @dependabot in #100
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.2 to 1.75.3 by @dependabot in #99

Full Changelog: v0.1.10...v0.1.11

v0.1.10

04 Feb 07:41
0896836
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

04 Feb 04:38
e59cba5
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.1 to 1.75.2 by @dependabot in #92
  • Bump github.com/aws/aws-sdk-go-v2 from 1.34.0 to 1.36.0 by @dependabot in #96

Full Changelog: v0.1.8...v0.1.9

v0.1.8

28 Jan 04:38
8d960cd
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 by @dependabot in #85
  • Bump github.com/aws/smithy-go from 1.22.1 to 1.22.2 by @dependabot in #89
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.39.5 to 1.39.6 by @dependabot in #90
  • Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.37.9 to 1.37.10 by @dependabot in #87
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.2 to 1.74.1 by @dependabot in #86
  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #91

Full Changelog: v0.1.7...v0.1.8

v0.1.7

21 Jan 04:38
01a5864
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.0 to 1.73.2 by @dependabot in #79
  • Bump github.com/aws/aws-sdk-go-v2 from 1.32.8 to 1.33.0 by @dependabot in #82
  • Bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #84
  • Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.37.4 to 1.37.9 by @dependabot in #80
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.28.10 to 1.29.1 by @dependabot in #81
  • Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.38.1 to 1.39.5 by @dependabot in #83

Full Changelog: v0.1.6...v0.1.7

v0.1.6

14 Jan 04:38
d813581
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2/config from 1.28.7 to 1.28.10 by @dependabot in #74

Full Changelog: v0.1.5...v0.1.6

v0.1.5

07 Jan 07:12
e86b4ae
Compare
Choose a tag to compare

What's Changed

  • Add Kubernetes and Datadog example deployment by @mumoshu in #70
  • Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.37.3 to 1.37.4 by @dependabot in #72
  • Use GitHub App for auto patch tagging by @mumoshu in #71
  • autotagpatch: Do not fail when no commits to tag by @mumoshu in #69
  • Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.1 to 1.72.0 by @dependabot in #73

Full Changelog: v0.1.4...v0.1.5

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