Releases: ovotech/cloud-key-rotator
Releases · ovotech/cloud-key-rotator
v1.0.0
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
v0.29.4
v0.29.3
v0.29.2
What's Changed
- Debug by @eversC in #911
- Bump alpine from 3.18.4 to 3.19.0 by @dependabot in #908
- Add perms to dependabot job by @eversC in #912
- Bump cloud.google.com/go/storage from 1.34.1 to 1.36.0 by @dependabot in #909
- Add dd api key default by @eversC in #914
- Bump golang.org/x/crypto from 0.15.0 to 0.18.0 by @dependabot in #913
Full Changelog: v0.29.1...v0.29.2
v0.29.1
What's Changed
- Bump google.golang.org/api from 0.128.0 to 0.138.0 by @dependabot in #822
- Bump alpine from 3.17.1 to 3.18.3 by @dependabot in #816
- Bump github.com/CircleCI-Public/circleci-cli from 0.1.23667 to 0.1.29041 by @dependabot in #828
- Bump golang.org/x/oauth2 from 0.9.0 to 0.12.0 by @dependabot in #824
- Bump github.com/aws/aws-sdk-go from 1.44.295 to 1.45.11 by @dependabot in #832
- Bump cloud.google.com/go/storage from 1.29.0 to 1.33.0 by @dependabot in #826
- Bump go to 1.19 by @eversC in #833
- Bump golang.org/x/crypto from 0.13.0 to 0.14.0 by @dependabot in #851
- Bump github.com/spf13/viper from 1.15.0 to 1.17.0 by @dependabot in #853
- Bump alpine from 3.18.3 to 3.18.4 by @dependabot in #843
- Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in #871
- Bump go.uber.org/zap from 1.24.0 to 1.26.0 by @dependabot in #831
- Bump google.golang.org/api from 0.143.0 to 0.149.0 by @dependabot in #876
- Bump github.com/aws/aws-sdk-go from 1.45.11 to 1.47.3 by @dependabot in #881
- Circleci to gha by @eversC in #883
- Bump github.com/aws/aws-lambda-go from 1.37.0 to 1.41.0 by @dependabot in #732
- Bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1 by @dependabot in #788
- Don't cancel in progress workflows by @eversC in #886
- Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.4 by @dependabot in #885
- Prevent concurrency by @eversC in #898
- Remove concurrency from gha by @eversC in #899
- Add concurrency to job by @eversC in #900
- Add debug by @eversC in #901
- Add more random sleep by @eversC in #902
- Ignore e2e status by @eversC in #903
- Remove sleep by @eversC in #904
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #882
- Limit dependabot to 1 pr by @eversC in #905
- Bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 by @dependabot in #878
- Bump google.golang.org/api from 0.149.0 to 0.150.0 by @dependabot in #884
- Bump github.com/aws/aws-sdk-go from 1.47.4 to 1.47.13 by @dependabot in #897
- Bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in #889
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #890
- Bump github.com/CircleCI-Public/circleci-cli from 0.1.29041 to 0.1.29314 by @dependabot in #891
- Bump k8s.io/client-go from 0.17.0 to 0.28.3 by @dependabot in #860
Full Changelog: v0.29.0...v0.29.1
v0.29.0
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
What's Changed
- Bump alpine from 3.16.2 to 3.16.3 by @dependabot in #561
- Bump github.com/aws/aws-lambda-go from 1.34.1 to 1.35.0 by @dependabot in #562
- Bump google.golang.org/api from 0.66.0 to 0.77.0 by @dependabot in #512
- Bump google.golang.org/api from 0.102.0 to 0.103.0 by @dependabot in #564
- Bump alpine from 3.16.3 to 3.17.0 by @dependabot in #565
- Bump cloud.google.com/go/storage from 1.28.0 to 1.28.1 by @dependabot in #568
- Bump github.com/aws/aws-lambda-go from 1.35.0 to 1.36.0 by @dependabot in #570
- Make gcp cloudfunction internal only by @eversC in #573
- Bump go to 1.18 by @eversC in #575
Full Changelog: v0.28.0...v0.28.1
v0.28.0
What's Changed
- Add gh location by @eversC in #526
- Bump github.com/aws/aws-lambda-go from 1.29.0 to 1.32.0 by @dependabot in #517
- Bump github.com/CircleCI-Public/circleci-cli from 0.1.17183 to 0.1.19183 by @dependabot in #534
- Bump github.com/google/go-github/v45 from 45.0.0 to 45.2.0 by @dependabot in #535
- Bump alpine from 3.15.4 to 3.16.0 by @dependabot in #522
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #532
- Add OIDC note to readme by @eversC in #539
- Fix readme fmt by @eversC in #540
- Bump alpine from 3.16.0 to 3.16.1 by @dependabot in #541
- Bump github.com/aws/aws-lambda-go from 1.32.0 to 1.34.0 by @dependabot in #545
- Bump alpine from 3.16.1 to 3.16.2 by @dependabot in #549
- Bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 by @dependabot in #547
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #555
- Bump github.com/aws/aws-lambda-go from 1.34.0 to 1.34.1 by @dependabot in #546
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #556
- Bump go to 1.16 by @eversC in #557
- Bump tf go to 1.16 by @eversC in #558
- Bump cloud.google.com/go/storage from 1.19.0 to 1.27.0 by @dependabot in #554
- Bump github.com/spf13/viper from 1.7.1 to 1.13.0 by @dependabot in #553
- Bump go.uber.org/zap from 1.21.0 to 1.23.0 by @dependabot in #551
- Bump github.com/spf13/viper from 1.13.0 to 1.14.0 by @dependabot in #559
- Bump cloud.google.com/go/storage from 1.27.0 to 1.28.0 by @dependabot in #560
Full Changelog: v0.27.51...v0.28.0