Skip to content

Commit

Permalink
fix: update metadata.yaml for v0.2 of CACPPT
Browse files Browse the repository at this point in the history
This PR makes sure we'll generate a working metadata for clusterctl to
use for the v0.2 release series.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Sep 23, 2021
1 parent 8b52b8a commit cd6417d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/metadata/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ releaseSeries:
- major: 0
minor: 1
contract: v1alpha3

- major: 0
minor: 2
contract: v1alpha3
2 changes: 1 addition & 1 deletion internal/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (suite *IntegrationSuite) Test02ReconcileMachine() {
suite.Require().NoError(
retry.Constant(15*time.Minute, retry.WithUnits(4*time.Second), retry.WithErrorLogging(true)).Retry(func() error {
if e := suite.cluster.Sync(suite.ctx); e != nil {
return e
return retry.ExpectedError(e)
}

etcdMembers, e := getEtcdMembers()
Expand Down

0 comments on commit cd6417d

Please sign in to comment.