Skip to content

Commit 4ab2123

Browse files
fregataaclaude
andcommitted
chore(BA-5119): update version annotation to 26.4.0 for ContainerRegistry GQL types
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5141c04 commit 4ab2123

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/ai/backend/manager/api/gql/container_registry

src/ai/backend/manager/api/gql/container_registry/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
@strawberry.enum(
22-
name="ContainerRegistryType", description="Added in 26.3.0. Container registry type."
22+
name="ContainerRegistryType", description="Added in 26.4.0. Container registry type."
2323
)
2424
class ContainerRegistryTypeGQL(StrEnum):
2525
DOCKER = "docker"
@@ -39,7 +39,7 @@ def from_enum(cls, value: ContainerRegistryType) -> ContainerRegistryTypeGQL:
3939

4040
@strawberry.type(
4141
name="ContainerRegistryV2",
42-
description="Added in 26.3.0. Container registry node.",
42+
description="Added in 26.4.0. Container registry node.",
4343
)
4444
class ContainerRegistryGQL(Node):
4545
id: NodeID[str] = strawberry.field(

0 commit comments

Comments
 (0)