Skip to content

Commit 121b0b4

Browse files
committed
codegen
Signed-off-by: Faeka Ansari <faeka6@gmail.com>
1 parent c976a00 commit 121b0b4

10 files changed

+36
-12
lines changed

api/v1alpha1/generated.proto

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kargo/resources/crds/kargo.akuity.io_freights.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ spec:
131131
GitRepoURL specifies the URL of a Git repository that contains the source
132132
code for the image repository referenced by the RepoURL field if Kargo was
133133
able to infer it.
134+
134135
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
135136
type: string
136137
repoURL:

charts/kargo/resources/crds/kargo.akuity.io_promotions.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ spec:
348348
GitRepoURL specifies the URL of a Git repository that contains the source
349349
code for the image repository referenced by the RepoURL field if Kargo was
350350
able to infer it.
351+
351352
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
352353
type: string
353354
repoURL:
@@ -490,6 +491,7 @@ spec:
490491
GitRepoURL specifies the URL of a Git repository that contains the source
491492
code for the image repository referenced by the RepoURL field if Kargo was
492493
able to infer it.
494+
493495
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
494496
type: string
495497
repoURL:

charts/kargo/resources/crds/kargo.akuity.io_stages.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ spec:
589589
GitRepoURL specifies the URL of a Git repository that contains the source
590590
code for the image repository referenced by the RepoURL field if Kargo was
591591
able to infer it.
592+
592593
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
593594
type: string
594595
repoURL:
@@ -737,6 +738,7 @@ spec:
737738
GitRepoURL specifies the URL of a Git repository that contains the source
738739
code for the image repository referenced by the RepoURL field if Kargo was
739740
able to infer it.
741+
740742
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
741743
type: string
742744
repoURL:
@@ -881,6 +883,7 @@ spec:
881883
GitRepoURL specifies the URL of a Git repository that contains the source
882884
code for the image repository referenced by the RepoURL field if Kargo was
883885
able to infer it.
886+
884887
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
885888
type: string
886889
repoURL:
@@ -1186,6 +1189,7 @@ spec:
11861189
GitRepoURL specifies the URL of a Git repository that contains the source
11871190
code for the image repository referenced by the RepoURL field if Kargo was
11881191
able to infer it.
1192+
11891193
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
11901194
type: string
11911195
repoURL:
@@ -1434,6 +1438,7 @@ spec:
14341438
GitRepoURL specifies the URL of a Git repository that contains the source
14351439
code for the image repository referenced by the RepoURL field if Kargo was
14361440
able to infer it.
1441+
14371442
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
14381443
type: string
14391444
repoURL:
@@ -1582,6 +1587,7 @@ spec:
15821587
GitRepoURL specifies the URL of a Git repository that contains the source
15831588
code for the image repository referenced by the RepoURL field if Kargo was
15841589
able to infer it.
1590+
15851591
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
15861592
type: string
15871593
repoURL:
@@ -1726,6 +1732,7 @@ spec:
17261732
GitRepoURL specifies the URL of a Git repository that contains the source
17271733
code for the image repository referenced by the RepoURL field if Kargo was
17281734
able to infer it.
1735+
17291736
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
17301737
type: string
17311738
repoURL:

charts/kargo/resources/crds/kargo.akuity.io_warehouses.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ spec:
292292
the source code for the image repository referenced by the RepoURL field.
293293
When this is specified, Kargo MAY be able to infer and link to the exact
294294
revision of that source code that was used to build the image.
295+
295296
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
296297
pattern: ^https?://(\w+([\.-]\w+)*@)?\w+([\.-]\w+)*(:[\d]+)?(/.*)?$
297298
type: string
@@ -602,6 +603,7 @@ spec:
602603
GitRepoURL is the URL of the Git repository that contains the source
603604
code for this image. This field is optional, and only populated if the
604605
ImageSubscription specifies a GitRepoURL.
606+
605607
Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
606608
type: string
607609
tag:

ui/src/gen/api/v1alpha1/generated_pb.ts

+6
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,8 @@ export type DiscoveredImageReference = Message<"github.com.akuity.kargo.api.v1al
671671
* code for this image. This field is optional, and only populated if the
672672
* ImageSubscription specifies a GitRepoURL.
673673
*
674+
* Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
675+
*
674676
* @generated from field: optional string gitRepoURL = 3;
675677
*/
676678
gitRepoURL: string;
@@ -1451,6 +1453,8 @@ export type Image = Message<"github.com.akuity.kargo.api.v1alpha1.Image"> & {
14511453
* code for the image repository referenced by the RepoURL field if Kargo was
14521454
* able to infer it.
14531455
*
1456+
* Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
1457+
*
14541458
* @generated from field: optional string gitRepoURL = 2;
14551459
*/
14561460
gitRepoURL: string;
@@ -1555,6 +1559,8 @@ export type ImageSubscription = Message<"github.com.akuity.kargo.api.v1alpha1.Im
15551559
* When this is specified, Kargo MAY be able to infer and link to the exact
15561560
* revision of that source code that was used to build the image.
15571561
*
1562+
* Deprecated: Use OCI annotations instead. Will be removed in v1.7.0.
1563+
*
15581564
* +kubebuilder:validation:Optional
15591565
* +kubebuilder:validation:Pattern=`^https?://(\w+([\.-]\w+)*@)?\w+([\.-]\w+)*(:[\d]+)?(/.*)?$`
15601566
*

ui/src/gen/schema/freights.kargo.akuity.io_v1alpha1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"type": "string"
8888
},
8989
"gitRepoURL": {
90-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
90+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
9191
"type": "string"
9292
},
9393
"repoURL": {

ui/src/gen/schema/promotions.kargo.akuity.io_v1alpha1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"type": "string"
255255
},
256256
"gitRepoURL": {
257-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
257+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
258258
"type": "string"
259259
},
260260
"repoURL": {
@@ -386,7 +386,7 @@
386386
"type": "string"
387387
},
388388
"gitRepoURL": {
389-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
389+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
390390
"type": "string"
391391
},
392392
"repoURL": {

ui/src/gen/schema/stages.kargo.akuity.io_v1alpha1.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
"type": "string"
477477
},
478478
"gitRepoURL": {
479-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
479+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
480480
"type": "string"
481481
},
482482
"repoURL": {
@@ -619,7 +619,7 @@
619619
"type": "string"
620620
},
621621
"gitRepoURL": {
622-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
622+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
623623
"type": "string"
624624
},
625625
"repoURL": {
@@ -751,7 +751,7 @@
751751
"type": "string"
752752
},
753753
"gitRepoURL": {
754-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
754+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
755755
"type": "string"
756756
},
757757
"repoURL": {
@@ -1039,7 +1039,7 @@
10391039
"type": "string"
10401040
},
10411041
"gitRepoURL": {
1042-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
1042+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
10431043
"type": "string"
10441044
},
10451045
"repoURL": {
@@ -1274,7 +1274,7 @@
12741274
"type": "string"
12751275
},
12761276
"gitRepoURL": {
1277-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
1277+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
12781278
"type": "string"
12791279
},
12801280
"repoURL": {
@@ -1417,7 +1417,7 @@
14171417
"type": "string"
14181418
},
14191419
"gitRepoURL": {
1420-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
1420+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
14211421
"type": "string"
14221422
},
14231423
"repoURL": {
@@ -1549,7 +1549,7 @@
15491549
"type": "string"
15501550
},
15511551
"gitRepoURL": {
1552-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
1552+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
15531553
"type": "string"
15541554
},
15551555
"repoURL": {

ui/src/gen/schema/warehouses.kargo.akuity.io_v1alpha1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"type": "integer"
168168
},
169169
"gitRepoURL": {
170-
"description": "GitRepoURL optionally specifies the URL of a Git repository that contains\nthe source code for the image repository referenced by the RepoURL field.\nWhen this is specified, Kargo MAY be able to infer and link to the exact\nrevision of that source code that was used to build the image.",
170+
"description": "GitRepoURL optionally specifies the URL of a Git repository that contains\nthe source code for the image repository referenced by the RepoURL field.\nWhen this is specified, Kargo MAY be able to infer and link to the exact\nrevision of that source code that was used to build the image.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
171171
"pattern": "^https?://(\\w+([\\.-]\\w+)*@)?\\w+([\\.-]\\w+)*(:[\\d]+)?(/.*)?$",
172172
"type": "string"
173173
},
@@ -428,7 +428,7 @@
428428
"type": "string"
429429
},
430430
"gitRepoURL": {
431-
"description": "GitRepoURL is the URL of the Git repository that contains the source\ncode for this image. This field is optional, and only populated if the\nImageSubscription specifies a GitRepoURL.",
431+
"description": "GitRepoURL is the URL of the Git repository that contains the source\ncode for this image. This field is optional, and only populated if the\nImageSubscription specifies a GitRepoURL.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
432432
"type": "string"
433433
},
434434
"tag": {

0 commit comments

Comments
 (0)