We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5141c04 commit 4ab2123Copy full SHA for 4ab2123
1 file changed
src/ai/backend/manager/api/gql/container_registry/types.py
@@ -19,7 +19,7 @@
19
20
21
@strawberry.enum(
22
- name="ContainerRegistryType", description="Added in 26.3.0. Container registry type."
+ name="ContainerRegistryType", description="Added in 26.4.0. Container registry type."
23
)
24
class ContainerRegistryTypeGQL(StrEnum):
25
DOCKER = "docker"
@@ -39,7 +39,7 @@ def from_enum(cls, value: ContainerRegistryType) -> ContainerRegistryTypeGQL:
39
40
@strawberry.type(
41
name="ContainerRegistryV2",
42
- description="Added in 26.3.0. Container registry node.",
+ description="Added in 26.4.0. Container registry node.",
43
44
class ContainerRegistryGQL(Node):
45
id: NodeID[str] = strawberry.field(
0 commit comments