From 83125863e6dc2a4fe975bcd053eeaed8f1b28823 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 18 Nov 2024 13:31:06 +0100 Subject: [PATCH] api: update image-builder api --- api/schema/imageBuilder.yaml | 1 + src/store/imageBuilderApi.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/api/schema/imageBuilder.yaml b/api/schema/imageBuilder.yaml index b13a3ab9..42805069 100644 --- a/api/schema/imageBuilder.yaml +++ b/api/schema/imageBuilder.yaml @@ -1114,6 +1114,7 @@ components: - rhel-93 - rhel-94 - rhel-10-nightly + - rhel-10-beta - centos-9 - centos-10 - fedora-37 diff --git a/src/store/imageBuilderApi.ts b/src/store/imageBuilderApi.ts index 84f20202..da425174 100644 --- a/src/store/imageBuilderApi.ts +++ b/src/store/imageBuilderApi.ts @@ -381,6 +381,7 @@ export type Distributions = | "rhel-93" | "rhel-94" | "rhel-10-nightly" + | "rhel-10-beta" | "centos-9" | "centos-10" | "fedora-37"