Skip to content

Commit

Permalink
Remove deprecation warnings for FFs with no replacement (#3423) (#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhi-DT committed Jul 8, 2024
1 parent 28707ef commit 6ae2055
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 158 deletions.
3 changes: 0 additions & 3 deletions pkg/webhook/validation/dynakube/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ var validators = []validator{

var warnings = []validator{
missingActiveGateMemoryLimit,
deprecatedFeatureFlagDisableActiveGateUpdates,
deprecatedFeatureFlagWillBeDeleted,
deprecatedFeatureFlagMovedCRDField,
unsupportedOneAgentImage,
conflictingHostGroupSettings,
}
Expand Down
79 changes: 0 additions & 79 deletions pkg/webhook/validation/dynakube/deprecation.go

This file was deleted.

76 changes: 0 additions & 76 deletions pkg/webhook/validation/dynakube/deprecation_test.go

This file was deleted.

0 comments on commit 6ae2055

Please sign in to comment.