From b0aedbf55ffb8a635bd6ec56e75ec7d3a82e4747 Mon Sep 17 00:00:00 2001 From: Ermin Hrkalovic Date: Mon, 17 Feb 2025 16:53:32 +0100 Subject: [PATCH] update feature gates to reflect 1.48 instead of 1.47 --- site/content/en/docs/Guides/feature-stages.md | 4 +++- site/content/en/docs/Reference/fleetautoscaler.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/Guides/feature-stages.md b/site/content/en/docs/Guides/feature-stages.md index db1c9d9500..83e5a96868 100644 --- a/site/content/en/docs/Guides/feature-stages.md +++ b/site/content/en/docs/Guides/feature-stages.md @@ -38,7 +38,9 @@ The current set of `alpha` and `beta` feature gates: | [Multiple dynamic port ranges](https://github.com/googleforgames/agones/issues/1911) | `PortRanges` | Disabled | `Alpha` | 1.41.0 | | [Port Policy None](https://github.com/googleforgames/agones/issues/3804) | `PortPolicyNone` | Disabled | `Alpha` | 1.41.0 | | [Scheduled Fleet Autoscaling](https://github.com/googleforgames/agones/issues/3008) | `ScheduledAutoscaler` | Disabled | `Alpha` | 1.43.0 | -| [Extend Webhook autoscaler to send fleet metadata with the request](https://github.com/googleforgames/agones/issues/3951) | `FleetAutoscaleRequestMetaData` | Disabled | `Alpha` | 1.47.0 | +{{% feature publishVersion="1.48.0" %}} +| [Extend Webhook autoscaler to send fleet metadata with the request](https://github.com/googleforgames/agones/issues/3951) | `FleetAutoscaleRequestMetaData` | Disabled | `Alpha` | 1.48.0 | +{{% /feature %}} | Example Gate (not in use) | `Example` | Disabled | None | 0.13.0 | diff --git a/site/content/en/docs/Reference/fleetautoscaler.md b/site/content/en/docs/Reference/fleetautoscaler.md index c994b626d1..2985536f8b 100644 --- a/site/content/en/docs/Reference/fleetautoscaler.md +++ b/site/content/en/docs/Reference/fleetautoscaler.md @@ -374,7 +374,7 @@ type FleetAutoscaleRequest struct { Namespace string `json:"namespace"` // The Fleet's status values Status v1.FleetStatus `json:"status"` -{{% feature publishVersion="1.47.0" %}} +{{% feature publishVersion="1.48.0" %}} // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. MetaData *metav1.ObjectMeta `json:"metadata,omitempty"` {{% /feature %}}