From 50a41adcfd9634b56840af8cdd711eb1f41f984c Mon Sep 17 00:00:00 2001 From: Faeka Ansari Date: Mon, 23 Dec 2024 19:23:12 +0530 Subject: [PATCH] codegen Signed-off-by: Faeka Ansari --- api/v1alpha1/generated.proto | 2 +- charts/kargo/resources/crds/kargo.akuity.io_warehouses.yaml | 2 +- ui/src/gen/schema/warehouses.kargo.akuity.io_v1alpha1.json | 2 +- ui/src/gen/v1alpha1/generated_pb.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/v1alpha1/generated.proto b/api/v1alpha1/generated.proto index 7e79145a6..68f952b83 100644 --- a/api/v1alpha1/generated.proto +++ b/api/v1alpha1/generated.proto @@ -680,7 +680,7 @@ message ImageSubscription { // constraints, which means the latest semantically tagged version of an image // will always be used. Care should be taken with leaving this field // unspecified, as it can lead to the unanticipated rollout of breaking - // changes. Refer to Image Updater documentation for more details. + // changes. // More info: https://github.com/masterminds/semver#checking-version-constraints // // +kubebuilder:validation:Optional diff --git a/charts/kargo/resources/crds/kargo.akuity.io_warehouses.yaml b/charts/kargo/resources/crds/kargo.akuity.io_warehouses.yaml index 26d78aced..9421619ac 100644 --- a/charts/kargo/resources/crds/kargo.akuity.io_warehouses.yaml +++ b/charts/kargo/resources/crds/kargo.akuity.io_warehouses.yaml @@ -349,7 +349,7 @@ spec: constraints, which means the latest semantically tagged version of an image will always be used. Care should be taken with leaving this field unspecified, as it can lead to the unanticipated rollout of breaking - changes. Refer to Image Updater documentation for more details. + changes. More info: https://github.com/masterminds/semver#checking-version-constraints type: string strictSemvers: diff --git a/ui/src/gen/schema/warehouses.kargo.akuity.io_v1alpha1.json b/ui/src/gen/schema/warehouses.kargo.akuity.io_v1alpha1.json index 4a84f23d8..95c428bbd 100644 --- a/ui/src/gen/schema/warehouses.kargo.akuity.io_v1alpha1.json +++ b/ui/src/gen/schema/warehouses.kargo.akuity.io_v1alpha1.json @@ -203,7 +203,7 @@ "type": "string" }, "semverConstraint": { - "description": "SemverConstraint specifies constraints on what new image versions are\npermissible. The value in this field only has any effect when the\nImageSelectionStrategy is SemVer or left unspecified (which is implicitly\nthe same as SemVer). This field is also optional. When left unspecified,\n(and the ImageSelectionStrategy is SemVer or unspecified), there will be no\nconstraints, which means the latest semantically tagged version of an image\nwill always be used. Care should be taken with leaving this field\nunspecified, as it can lead to the unanticipated rollout of breaking\nchanges. Refer to Image Updater documentation for more details.\nMore info: https://github.com/masterminds/semver#checking-version-constraints", + "description": "SemverConstraint specifies constraints on what new image versions are\npermissible. The value in this field only has any effect when the\nImageSelectionStrategy is SemVer or left unspecified (which is implicitly\nthe same as SemVer). This field is also optional. When left unspecified,\n(and the ImageSelectionStrategy is SemVer or unspecified), there will be no\nconstraints, which means the latest semantically tagged version of an image\nwill always be used. Care should be taken with leaving this field\nunspecified, as it can lead to the unanticipated rollout of breaking\nchanges.\nMore info: https://github.com/masterminds/semver#checking-version-constraints", "type": "string" }, "strictSemvers": { diff --git a/ui/src/gen/v1alpha1/generated_pb.ts b/ui/src/gen/v1alpha1/generated_pb.ts index 343747c23..51dc70b8e 100644 --- a/ui/src/gen/v1alpha1/generated_pb.ts +++ b/ui/src/gen/v1alpha1/generated_pb.ts @@ -2069,7 +2069,7 @@ export class ImageSubscription extends Message { * constraints, which means the latest semantically tagged version of an image * will always be used. Care should be taken with leaving this field * unspecified, as it can lead to the unanticipated rollout of breaking - * changes. Refer to Image Updater documentation for more details. + * changes. * More info: https://github.com/masterminds/semver#checking-version-constraints * * +kubebuilder:validation:Optional