Skip to content

Commit

Permalink
Updated clustertest and cluster-standup-teardown to support cluster-c…
Browse files Browse the repository at this point in the history
…loud-director as a unified app (#513)
  • Loading branch information
glitchcrab authored Oct 22, 2024
1 parent 7f0d682 commit 0adc724
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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]

### Changed

- Updated `clustertest` and `cluster-standup-teardown` to support `cluster-cloud-director` as a unified app

## [1.74.0] - 2024-10-15

### Added
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replace github.com/alessio/shellescape => al.essio.dev/pkg/shellescape v1.4.2
require (
github.com/cert-manager/cert-manager v1.16.1
github.com/giantswarm/apiextensions-application v0.6.2
github.com/giantswarm/cluster-standup-teardown v1.25.8
github.com/giantswarm/clustertest v1.28.0
github.com/giantswarm/cluster-standup-teardown v1.26.0
github.com/giantswarm/clustertest v1.29.0
github.com/gravitational/teleport/api v0.0.0-20241020172545-fc7bd616613a
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -784,10 +784,10 @@ github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXE
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
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/cluster-standup-teardown v1.25.8 h1:HYup5T96UB54UZUmHJxOiAGikV11KXj6IluF7sp7Nc0=
github.com/giantswarm/cluster-standup-teardown v1.25.8/go.mod h1:B79V2m/YK/rWyz5YsSUUegj3K+o1zrc4hPznBTaRCMs=
github.com/giantswarm/clustertest v1.28.0 h1:t1dpe4auVul1Rv/J0izozjj1WoCpPDcpe2fhzskNf/o=
github.com/giantswarm/clustertest v1.28.0/go.mod h1:E3tJ0pz3E2q21jmGSyR5aU62GA8kUUEOl3+yO8ppItQ=
github.com/giantswarm/cluster-standup-teardown v1.26.0 h1:PYbz+WwRh2e4EQ8CpQYPK2sBxOaYxRAKeB9MBjKlfpc=
github.com/giantswarm/cluster-standup-teardown v1.26.0/go.mod h1:PZj83oUVj/le1ZrMAFQg/yhno9vcSqRSWIY19nmJbnM=
github.com/giantswarm/clustertest v1.29.0 h1:TxLGyL721MyC6+wMjzU2UwnToNoKkbS6dqWvwFpt0I8=
github.com/giantswarm/clustertest v1.29.0/go.mod h1:E3tJ0pz3E2q21jmGSyR5aU62GA8kUUEOl3+yO8ppItQ=
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 0adc724

Please sign in to comment.