Skip to content

Commit

Permalink
bump clustertest (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner authored Nov 7, 2024
1 parent 7c7dd38 commit f2e20d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Fixed

- Updated `clustertest` to fix release name when having provider with a hyphen.

## [1.27.1] - 2024-11-07

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/alessio/shellescape => al.essio.dev/pkg/shellescape v1.5.1
require (
dario.cat/mergo v1.0.1
github.com/giantswarm/apiextensions-application v0.6.2
github.com/giantswarm/clustertest v1.30.1
github.com/giantswarm/clustertest v1.30.2
github.com/onsi/gomega v1.35.1
github.com/spf13/cobra v1.8.1
k8s.io/apimachinery v0.31.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
github.com/giantswarm/apiextensions-application v0.6.2 h1:XL86OrpprWl5Wp38EUvUXt3ztTo25+V63oDVlFwDpNg=
github.com/giantswarm/apiextensions-application v0.6.2/go.mod h1:8ylqSmDSzFblCppRQTFo8v9s/F6MX6RTusVVoDDfWso=
github.com/giantswarm/clustertest v1.30.1 h1:SfzAGpShGSjd0G6o3XfhUxAbTMGnyw6qv4UbF+dkVSc=
github.com/giantswarm/clustertest v1.30.1/go.mod h1:41BvUGnuAXlTT5cbGLuZCSUSMVO7zz46qpvfhdK2nV8=
github.com/giantswarm/clustertest v1.30.2 h1:zPiXAf12AG5lU/SBG7aoN/JohaZFnE0OIzMG9rgjOlQ=
github.com/giantswarm/clustertest v1.30.2/go.mod h1:41BvUGnuAXlTT5cbGLuZCSUSMVO7zz46qpvfhdK2nV8=
github.com/giantswarm/k8smetadata v0.25.0 h1:6mKmmm4xHPuBvxDMAkIhU5oj6KJkJSaR2s5esIsnHs4=
github.com/giantswarm/k8smetadata v0.25.0/go.mod h1:QiQAyaZnwco1U0lENLF0Kp4bSN4dIPwIlHWEvUo3ES8=
github.com/giantswarm/kubectl-gs/v2 v2.57.0 h1:IMmho55Qq+WE+frJXcTBhx19+J54xwu/j4+pGU5YecA=
Expand Down

0 comments on commit f2e20d8

Please sign in to comment.