Skip to content

Commit

Permalink
add AKO 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s-urbaniak committed Mar 20, 2024
1 parent 939f2ba commit 10bba76
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion internal/kubernetes/operator/features/crds.go
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
LatestOperatorMajorVersion = "2.0.0"
LatestOperatorMajorVersion = "2.1.1"
maxDepth = 100
ResourceVersion = "mongodb.com/atlas-resource-version"
ResourceAtlasProject = "atlasprojects"
Expand Down Expand Up @@ -69,6 +69,16 @@ var (
resource{ResourceAtlasDataFederation, NopPatcher()},
resource{ResourceAtlasFederatedAuth, NopPatcher()},
},
"2.1.1": {
resource{ResourceAtlasDatabaseUser, NopPatcher()},
resource{ResourceAtlasProject, NopPatcher()},
resource{ResourceAtlasDeployment, NopPatcher()},
resource{ResourceAtlasBackupSchedule, NopPatcher()},
resource{ResourceAtlasBackupPolicy, PatcherFunc(UnknownBackupPolicyFrequencyTypesPruner)},
resource{ResourceAtlasTeam, NopPatcher()},
resource{ResourceAtlasDataFederation, NopPatcher()},
resource{ResourceAtlasFederatedAuth, NopPatcher()},
},
}
)

Expand Down

0 comments on commit 10bba76

Please sign in to comment.