Skip to content

Commit

Permalink
fix: Reference correct expected release in TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1404 committed Dec 13, 2024
1 parent 21d8afe commit a023446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gardener-extension-shoot-dns-service/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (m *migrations) NeedLeaderElection() bool {
}

func (m *migrations) Start(ctx context.Context) error {
// TODO (Martin Weindel) can be deleted after release 0.55.0
// TODO (Martin Weindel) can be deleted after release v1.55.0
return m.deleteObsoleteManagedResources(ctx)
}

Expand Down

0 comments on commit a023446

Please sign in to comment.