File tree 1 file changed +11
-1
lines changed
internal/kubernetes/operator/features 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
)
28
28
29
29
const (
30
- LatestOperatorMajorVersion = "2.0.0 "
30
+ LatestOperatorMajorVersion = "2.1.1 "
31
31
maxDepth = 100
32
32
ResourceVersion = "mongodb.com/atlas-resource-version"
33
33
ResourceAtlasProject = "atlasprojects"
69
69
resource {ResourceAtlasDataFederation , NopPatcher ()},
70
70
resource {ResourceAtlasFederatedAuth , NopPatcher ()},
71
71
},
72
+ "2.1.1" : {
73
+ resource {ResourceAtlasDatabaseUser , NopPatcher ()},
74
+ resource {ResourceAtlasProject , NopPatcher ()},
75
+ resource {ResourceAtlasDeployment , NopPatcher ()},
76
+ resource {ResourceAtlasBackupSchedule , NopPatcher ()},
77
+ resource {ResourceAtlasBackupPolicy , PatcherFunc (UnknownBackupPolicyFrequencyTypesPruner )},
78
+ resource {ResourceAtlasTeam , NopPatcher ()},
79
+ resource {ResourceAtlasDataFederation , NopPatcher ()},
80
+ resource {ResourceAtlasFederatedAuth , NopPatcher ()},
81
+ },
72
82
}
73
83
)
74
84
You can’t perform that action at this time.
0 commit comments