Skip to content

Commit

Permalink
Move CountsAndLists to Alpha (#3527)
Browse files Browse the repository at this point in the history
* Move CountsAndLists to Alpha

* Review changes
  • Loading branch information
Kalaiselvi84 authored Dec 5, 2023
1 parent 5992e2a commit 330a548
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions install/helm/agones/defaultfeaturegates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ SplitControllerAndExtensions: true
PlayerAllocationFilter: false
PlayerTracking: false
DisableResyncOnSDKServer: false

# Pre-Alpha features
CountsAndLists: false

# Example feature
Expand Down
7 changes: 1 addition & 6 deletions pkg/util/runtime/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ const (
// if the desired number of the underlying GameServerSet drops below the number of Allocated GameServers.
FeatureFleetAllocateOverflow = "FleetAllocationOverflow"

////////////////
// "Pre"-Alpha features

// FeatureCountsAndLists is a feature flag that enables/disables counts and lists feature
// (a generic implenetation of the player tracking feature).
FeatureCountsAndLists Feature = "CountsAndLists"
Expand Down Expand Up @@ -101,9 +98,7 @@ var (
FeaturePlayerAllocationFilter: false,
FeaturePlayerTracking: false,
FeatureDisableResyncOnSDKServer: false,

// Pre-Alpha features
FeatureCountsAndLists: false,
FeatureCountsAndLists: false,

// Example feature
FeatureExample: false,
Expand Down
1 change: 1 addition & 0 deletions site/content/en/docs/Guides/feature-stages.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The current set of `alpha` and `beta` feature gates:
|-----------------------------------------------------------------------------------------------------------------------|--------------------------------|----------|---------|--------|
| [Allocated GameServers are notified on relevant Fleet Updates][fleet-updates] | `FleetAllocationOverflow` | Enabled | `Beta` | 1.37.0 |
| [Split `agones-controller` ](https://github.com/googleforgames/agones/issues/2797) | `SplitControllerAndExtensions` | Enabled | `Beta` | 1.32.0 |
| [CountsAndLists](https://github.com/googleforgames/agones/issues/2716) | `CountsAndLists` | Disabled | `Alpha` | 1.37.0 |
| [GameServer player capacity filtering on GameServerAllocations](https://github.com/googleforgames/agones/issues/1239) | `PlayerAllocationFilter` | Disabled | `Alpha` | 1.14.0 |
| [Player Tracking]({{< ref "/docs/Guides/player-tracking.md" >}}) | `PlayerTracking` | Disabled | `Alpha` | 1.6.0 |
| [DisableResyncOnSDKServer](https://github.com/googleforgames/agones/issues/3377) | `DisableResyncOnSDKServer` | Disabled | `Alpha` | 1.37.0 |
Expand Down

0 comments on commit 330a548

Please sign in to comment.