Skip to content

Releases: ovotech/cloud-key-rotator

v1.0.0

03 Jul 21:23
97c798c
Compare
Choose a tag to compare

Breaking Change

If you use the CircleCIContext type, you'll now need to specify (in app config) either OrgID or (VcsType and OrgName):

e.g.:

  "AccountKeyLocations": [
    {
      "ServiceAccountName": "my_aws_machine_user",
      "CircleCIContext": [
        {
          "ContextID": "my-uuid-context-id",
          "OrgID": "my-uuid-org-id",
        }
      ]
    }
  ],

or

  "AccountKeyLocations": [
    {
      "ServiceAccountName": "my_aws_machine_user",
      "CircleCIContext": [
        {
          "ContextID": "my-uuid-context-id",
          "VcsType": "github",
          "OrgName": "ovotech"
        }
      ]
    }
  ],

see the CircleCI contexts examples for more details

What's Changed

  • Bump golang.org/x/oauth2 from 0.14.0 to 0.16.0 by @dependabot in #922
  • Bump github.com/aws/aws-sdk-go from 1.47.13 to 1.49.21 by @dependabot in #924
  • Bump github.com/spf13/viper from 1.17.0 to 1.18.2 by @dependabot in #925
  • Bump github.com/aws/aws-sdk-go from 1.49.21 to 1.49.22 by @dependabot in #926
  • Bump google.golang.org/api from 0.153.0 to 0.156.0 by @dependabot in #927
  • Bump google.golang.org/api from 0.156.0 to 0.157.0 by @dependabot in #928
  • Allow dependabot to automerge minor bumps by @eversC in #929
  • Bump github.com/aws/aws-lambda-go from 1.41.0 to 1.45.0 by @dependabot in #930
  • Bump github.com/CircleCI-Public/circleci-cli from 0.1.29314 to 0.1.29936 by @dependabot in #931
  • Bump k8s.io/apimachinery from 0.29.0 to 0.29.1 by @dependabot in #932
  • Bump github.com/aws/aws-sdk-go from 1.49.22 to 1.50.3 by @dependabot in #933
  • Bump cloud.google.com/go/storage from 1.36.0 to 1.37.0 by @dependabot in #934
  • Bump github.com/aws/aws-sdk-go from 1.50.3 to 1.50.5 by @dependabot in #935
  • Bump alpine from 3.19.0 to 3.19.1 by @dependabot in #936
  • Bump github.com/jszwedko/go-circleci from 0.3.0 to 0.4.0 by @dependabot in #937
  • Bump github.com/aws/aws-lambda-go from 1.45.0 to 1.46.0 by @dependabot in #938
  • Bump google.golang.org/api from 0.157.0 to 0.161.0 by @dependabot in #939
  • Bump github.com/aws/aws-sdk-go from 1.50.5 to 1.50.9 by @dependabot in #940
  • Bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.11 by @dependabot in #942
  • Bump github.com/aws/aws-sdk-go from 1.50.11 to 1.50.12 by @dependabot in #943
  • Bump k8s.io/client-go from 0.28.3 to 0.29.1 by @dependabot in #944
  • Bump google.golang.org/api from 0.161.0 to 0.163.0 by @dependabot in #945
  • Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in #946
  • Bump google.golang.org/api from 0.163.0 to 0.164.0 by @dependabot in #947
  • Bump github.com/CircleCI-Public/circleci-cli from 0.1.29936 to 0.1.30163 by @dependabot in #948
  • Bump github.com/aws/aws-sdk-go from 1.50.12 to 1.50.19 by @dependabot in #949
  • Bump google.golang.org/api from 0.164.0 to 0.165.0 by @dependabot in #950
  • Bump k8s.io/apimachinery from 0.29.1 to 0.29.2 by @dependabot in #951
  • Bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 by @dependabot in #952
  • Bump google.golang.org/api from 0.165.0 to 0.166.0 by @dependabot in #953
  • Bump k8s.io/api from 0.29.1 to 0.29.2 by @dependabot in #954
  • Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #955
  • Bump google.golang.org/api from 0.166.0 to 0.167.0 by @dependabot in #956
  • Bump go version by @eversC in #963
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #959
  • Bump golang.org/x/crypto from 0.19.0 to 0.21.0 by @dependabot in #958
  • Bump cloud.google.com/go/storage from 1.38.0 to 1.39.1 by @dependabot in #964
  • No longer supported by @eversC in #966
  • Bump google.golang.org/api from 0.167.0 to 0.172.0 by @dependabot in #967
  • Bump k8s.io/apimachinery from 0.29.2 to 0.29.3 by @dependabot in #968
  • Bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 by @dependabot in #969
  • Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 by @dependabot in #970
  • Bump github.com/aws/aws-sdk-go from 1.50.19 to 1.51.22 by @dependabot in #971
  • Bump github.com/aws/aws-lambda-go from 1.46.0 to 1.47.0 by @dependabot in #972
  • Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in #973
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #974
  • Bump google.golang.org/api from 0.172.0 to 0.175.0 by @dependabot in #975
  • Bump alpine from 3.19.1 to 3.20.0 by @dependabot in #977
  • Bump github.com/CircleCI-Public/circleci-cli from 0.1.30163 to 0.1.30549 by @dependabot in #976
  • Update circleci context example by @eversC in #978
  • Bump google.golang.org/api from 0.175.0 to 0.183.0 by @dependabot in #979
  • Bump google.golang.org/api from 0.183.0 to 0.184.0 by @dependabot in #980
  • Bump cloud.google.com/go/storage from 1.40.0 to 1.42.0 by @dependabot in #981
  • Bump github.com/aws/aws-sdk-go from 1.51.22 to 1.54.2 by @dependabot in #982
  • Bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.3 by @dependabot in #983
  • Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #984
  • Bump google.golang.org/api from 0.184.0 to 0.185.0 by @dependabot in #985
  • Bump github.com/aws/aws-sdk-go from 1.54.3 to 1.54.6 by @dependabot in #986
  • Bump alpine from 3.20.0 to 3.20.1 by @dependabot in #987
  • Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #988
  • Bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.7 by @dependabot in #989
  • Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.8 by @dependabot in #990
  • Bump google.golang.org/api from 0.185.0 to 0.186.0 by @dependabot in #991
  • Bump github.com/aws/aws-sdk-go from 1.54.8 to 1.54.10 by @dependabot in #992
  • Bump github.com/aws/aws-sdk-go from 1.54.10 to 1.54.11 by @dependabot in #993
  • Bump github.com/aws/aws-sdk-go from 1.54.11 to 1.54.12 by @dependabot in #994
  • Bump google.golang.org/api from 0.186.0 to 0.187.0 by @dependabot in #995

Full Changelog: v0.29.5...v1.0.0

v0.29.5

10 Jan 15:58
e5c848e
Compare
Choose a tag to compare

What's Changed

  • Move metric posting to pre-rotation by @eversC in #921

Full Changelog: v0.29.4...v0.29.5

v0.29.4

10 Jan 12:13
c787db4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.3...v0.29.4

v0.29.3

09 Jan 14:58
70eb07e
Compare
Choose a tag to compare

What's Changed

  • Enable dd api key from creds object by @eversC in #915

Full Changelog: v0.29.2...v0.29.3

v0.29.2

09 Jan 14:16
d159fef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.1...v0.29.2

v0.29.1

21 Nov 22:15
346603d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.29.1

v0.29.0

10 Jul 20:55
b5d5d4e
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go from 1.40.34 to 1.42.30 by @dependabot in #457
  • Bump github.com/DataDog/datadog-api-client-go from 1.13.0 to 1.16.0 by @dependabot in #543
  • Bump github.com/cenkalti/backoff/v4 from 4.1.3 to 4.2.0 by @dependabot in #563
  • Bump go.uber.org/zap from 1.23.0 to 1.24.0 by @dependabot in #567
  • Bump github.com/aws/aws-sdk-go from 1.42.30 to 1.44.168 by @dependabot in #579
  • Bump github.com/CircleCI-Public/circleci-cli from 0.1.19183 to 0.1.22924 by @dependabot in #576
  • Bump github.com/aws/aws-sdk-go from 1.44.168 to 1.44.170 by @dependabot in #583
  • Bump github.com/ovotech/cloud-key-client from 0.2.2 to 0.2.4 by @dependabot in #569
  • Bump google.golang.org/api from 0.103.0 to 0.105.0 by @dependabot in #572
  • Bump github.com/aws/aws-lambda-go from 1.36.0 to 1.36.1 by @dependabot in #574
  • Bump golang.org/x/crypto from 0.3.0 to 0.4.0 by @dependabot in #580
  • Bump github.com/aws/aws-sdk-go from 1.44.170 to 1.44.171 by @dependabot in #585
  • Bump github.com/ovotech/cloud-key-client from 0.2.4 to 0.3.0 by @dependabot in #584
  • Return non-zero by @eversC in #586
  • Bump github.com/aws/aws-sdk-go from 1.44.171 to 1.44.172 by @dependabot in #587
  • Bump golang.org/x/crypto from 0.4.0 to 0.5.0 by @dependabot in #589
  • Bump google.golang.org/api from 0.105.0 to 0.106.0 by @dependabot in #590
  • Bump github.com/aws/aws-sdk-go from 1.44.172 to 1.44.174 by @dependabot in #591
  • Bump github.com/aws/aws-sdk-go from 1.44.174 to 1.44.177 by @dependabot in #596
  • Bump alpine from 3.17.0 to 3.17.1 by @dependabot in #593
  • Bump github.com/aws/aws-sdk-go from 1.44.177 to 1.44.182 by @dependabot in #603
  • Bump github.com/spf13/viper from 1.14.0 to 1.15.0 by @dependabot in #607
  • Bump github.com/aws/aws-lambda-go from 1.36.1 to 1.37.0 by @dependabot in #594
  • Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0 by @dependabot in #606
  • Bump github.com/CircleCI-Public/circleci-cli from 0.1.19293 to 0.1.23667 by @dependabot in #645
  • Bump golang.org/x/oauth2 from 0.0.0-20221014153046-6fdb5e3db783 to 0.5.0 by @dependabot in #646
  • Add avn provider by @eversC in #782
  • Bump k8s.io/apimachinery from 0.0.0-20190313205120-d7deff9243b1 to 0.15.7 by @dependabot in #648
  • Add GH env secret by @eversC in #785
  • Add AWS secretsmanager location by @eversC in #793
  • Bump github.com/aws/aws-sdk-go from 1.44.284 to 1.44.295 by @dependabot in #798
  • Handle GH env public keys by @eversC in #799
  • Fix 404s by @eversC in #802

Full Changelog: v0.28.1...v0.29.0

v0.28.1

23 Dec 12:49
de5ada4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.28.1

v0.28.0

09 Nov 13:38
c90cd5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.51...v0.28.0

v0.27.51

27 May 15:18
15787f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.50...v0.27.51