Skip to content

Commit

Permalink
chore: update core to get new termination singleton controller (#4754)
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran committed Oct 6, 2023
1 parent 7208b2e commit 27ad171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmd/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func main() {

op.
WithControllers(ctx, corecontrollers.NewControllers(
ctx,
op.Clock,
op.GetClient(),
op.KubernetesInterface,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/avast/retry-go v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.45.19
github.com/aws/karpenter-core v0.31.1-0.20231004155408-0e5bc1a5197b
github.com/aws/karpenter-core v0.31.1-0.20231005232319-8e6687ea72b6
github.com/aws/karpenter/tools/kompat v0.0.0-20230915222222-abfbf5fa3644
github.com/imdario/mergo v0.3.16
github.com/mitchellh/hashstructure/v2 v2.0.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/avast/retry-go v3.0.0+incompatible h1:4SOWQ7Qs+oroOTQOYnAHqelpCO0biHS
github.com/avast/retry-go v3.0.0+incompatible/go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY=
github.com/aws/aws-sdk-go v1.45.19 h1:+4yXWhldhCVXWFOQRF99ZTJ92t4DtoHROZIbN7Ujk/U=
github.com/aws/aws-sdk-go v1.45.19/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/karpenter-core v0.31.1-0.20231004155408-0e5bc1a5197b h1:ZqqJrFe3TgONMeHzAhyenl5x583aHR4GUBukjQhsmP4=
github.com/aws/karpenter-core v0.31.1-0.20231004155408-0e5bc1a5197b/go.mod h1:4wXCSTj97gOWkWeB4D6LjWQMoqldrI8fo4tUOAhYTDs=
github.com/aws/karpenter-core v0.31.1-0.20231005232319-8e6687ea72b6 h1:2V3E9h5GUK7hB8setPdaUKcL/ubuDNoG0RAGQtvwfuE=
github.com/aws/karpenter-core v0.31.1-0.20231005232319-8e6687ea72b6/go.mod h1:4wXCSTj97gOWkWeB4D6LjWQMoqldrI8fo4tUOAhYTDs=
github.com/aws/karpenter/tools/kompat v0.0.0-20230915222222-abfbf5fa3644 h1:M1fxGlOfvSqFYI01HL2zzvomy8e7LiTHk77KDuChWZQ=
github.com/aws/karpenter/tools/kompat v0.0.0-20230915222222-abfbf5fa3644/go.mod h1:l/TIBsaCx/IrOr0Xvlj/cHLOf05QzuQKEZ1hx2XWmfU=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down

0 comments on commit 27ad171

Please sign in to comment.