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