Skip to content

Commit

Permalink
Update clustertest to v1.3.1 (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus authored Jun 20, 2024
1 parent 50389c0 commit aad0db3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Added `scaleDownUnneededTime` of 15m to `cluster-autoscaler` config for CAPA clusters to help avoid scale-down occurring during our scaling tests.
- Updated `clustertest` to latest with additional logging

## [1.7.1] - 2024-06-13

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 @@ toolchain go1.22.4
require (
dario.cat/mergo v1.0.0
github.com/giantswarm/apiextensions-application v0.6.1
github.com/giantswarm/clustertest v1.3.0
github.com/giantswarm/clustertest v1.3.1
github.com/onsi/gomega v1.33.1
github.com/spf13/cobra v1.8.1
sigs.k8s.io/controller-runtime v0.14.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyT
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/giantswarm/apiextensions-application v0.6.1 h1:X1uzWBSrF4QsyyzaV46QkPJa+rXKBr9e0p+6nd8aw3A=
github.com/giantswarm/apiextensions-application v0.6.1/go.mod h1:O6mg+EdXC9CyTLgi0d3rf6QTXrQX/79iw4kjMJRinig=
github.com/giantswarm/clustertest v1.3.0 h1:5tCQNiR0MHl532ppDopJsWmJqxUZICjIb5Ma20+x1aI=
github.com/giantswarm/clustertest v1.3.0/go.mod h1:wvxDKIgM33EGQW91avw/UEqxwE32D017D7X6WOuH/Q4=
github.com/giantswarm/clustertest v1.3.1 h1:znqeBcSF4tlH23zkDqwDqhghRykvmvlpb6ZTTUPQdKA=
github.com/giantswarm/clustertest v1.3.1/go.mod h1:wvxDKIgM33EGQW91avw/UEqxwE32D017D7X6WOuH/Q4=
github.com/giantswarm/k8smetadata v0.23.0 h1:iGwa1Nb45Sfcd5wqJEKBvxY1u5yXFg3Sq5Fw62nyRGA=
github.com/giantswarm/k8smetadata v0.23.0/go.mod h1:QiQAyaZnwco1U0lENLF0Kp4bSN4dIPwIlHWEvUo3ES8=
github.com/giantswarm/kubectl-gs/v2 v2.45.0 h1:4g1Fnpkf4gjxiZtFPCEIfEnEWVIpoTXj1yij4hxaOok=
Expand Down

0 comments on commit aad0db3

Please sign in to comment.