-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argocd: update dependency argoproj/argo-cd to v2.14.2 #335
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Infro diff for cda91c4
time="2025-02-06T11:00:29Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-02-06T11:00:46Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apiextensions.k8s.io/CustomResourceDefinition /applications.argoproj.io ======
--- /tmp/argocd-diff603549585/applications.argoproj.io-live.yaml
+++ /tmp/argocd-diff603549585/applications.argoproj.io
@@ -316,6 +316,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema validation
+ (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files
to use when generating a template
@@ -463,6 +471,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is displayed
+ in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -682,6 +694,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files
to use when generating a template
@@ -831,6 +851,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is displayed
+ in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -1163,6 +1187,14 @@
description: SkipCrds skips custom resource definition installation
step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema validation
+ (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation step
+ (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files to
use when generating a template
@@ -1309,6 +1341,10 @@
use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is displayed
+ in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -1375,6 +1411,64 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ description: SourceHydrator provides a way to push hydrated manifests
+ back to git before syncing them to the cluster.
+ properties:
+ drySource:
+ description: DrySource specifies where the dry "don't repeat yourself"
+ manifest source lives.
+ properties:
+ path:
+ description: Path is a directory path within the Git repository
+ where the manifests are located
+ type: string
+ repoURL:
+ description: RepoURL is the URL to the git repository that
+ contains the application manifests
+ type: string
+ targetRevision:
+ description: TargetRevision defines the revision of the source
+ to hydrate
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ description: |-
+ HydrateTo specifies an optional "staging" location to push hydrated manifests to. An external system would then
+ have to move manifests to the SyncSource, e.g. by pull request.
+ properties:
+ targetBranch:
+ description: TargetBranch is the branch to which hydrated
+ manifests should be committed
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ description: SyncSource specifies where to sync hydrated manifests
+ from.
+ properties:
+ path:
+ description: |-
+ Path is a directory path within the git repository where hydrated manifests should be committed to and synced
+ from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
+ type: string
+ targetBranch:
+ description: TargetBranch is the branch to which hydrated
+ manifests should be committed
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
description: Sources is a reference to the location of the application's
manifests or chart
@@ -1520,6 +1614,14 @@
description: SkipCrds skips custom resource definition installation
step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema validation
+ (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files to
use when generating a template
@@ -1667,6 +1769,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is displayed
+ in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -1845,6 +1951,11 @@
description: Health contains information about the application's current
health status
properties:
+ lastTransitionTime:
+ description: LastTransitionTime is the time the HealthStatus was
+ set or updated
+ format: date-time
+ type: string
message:
description: Message is a human-readable informational message
describing the health status
@@ -2042,6 +2153,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files
to use when generating a template
@@ -2191,6 +2310,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is displayed
+ in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -2411,6 +2534,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files
to use when generating a template
@@ -2562,6 +2693,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is
+ displayed in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -2930,6 +3065,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value
files to use when generating a template
@@ -3082,6 +3225,11 @@
Kustomize to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and
+ is displayed in the UI. It is used in multi-source
+ Applications.
+ type: string
path:
description: Path is a directory path within the Git
repository, and is only valid for applications sourced
@@ -3317,6 +3465,14 @@
description: SkipCrds skips custom resource
definition installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON
+ schema validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value
files to use when generating a template
@@ -3472,6 +3628,11 @@
of Kustomize to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and
+ is displayed in the UI. It is used in multi-source
+ Applications.
+ type: string
path:
description: Path is a directory path within the
Git repository, and is only valid for applications
@@ -3821,6 +3982,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files
to use when generating a template
@@ -3972,6 +4141,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is
+ displayed in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -4202,6 +4375,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value
files to use when generating a template
@@ -4354,6 +4535,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is
+ displayed in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git
repository, and is only valid for applications sourced
@@ -4460,6 +4645,11 @@
description: HealthStatus contains information about the currently
observed health state of an application or resource
properties:
+ lastTransitionTime:
+ description: LastTransitionTime is the time the HealthStatus
+ was set or updated
+ format: date-time
+ type: string
message:
description: Message is a human-readable informational message
describing the health status
@@ -4477,6 +4667,8 @@
type: string
namespace:
type: string
+ requiresDeletionConfirmation:
+ type: boolean
requiresPruning:
type: boolean
status:
@@ -4490,6 +4682,177 @@
type: string
type: object
type: array
+ sourceHydrator:
+ description: SourceHydrator stores information about the current state
+ of source hydration
+ properties:
+ currentOperation:
+ description: CurrentOperation holds the status of the hydrate
+ operation
+ properties:
+ drySHA:
+ description: DrySHA holds the resolved revision (sha) of the
+ dry source as of the most recent reconciliation
+ type: string
+ finishedAt:
+ description: FinishedAt indicates when the hydrate operation
+ finished
+ format: date-time
+ type: string
+ hydratedSHA:
+ description: HydratedSHA holds the resolved revision (sha)
+ of the hydrated source as of the most recent reconciliation
+ type: string
+ message:
+ description: Message contains a message describing the current
+ status of the hydrate operation
+ type: string
+ phase:
+ description: Phase indicates the status of the hydrate operation
+ enum:
+ - Hydrating
+ - Failed
+ - Hydrated
+ type: string
+ sourceHydrator:
+ description: SourceHydrator holds the hydrator config used
+ for the hydrate operation
+ properties:
+ drySource:
+ description: DrySource specifies where the dry "don't
+ repeat yourself" manifest source lives.
+ properties:
+ path:
+ description: Path is a directory path within the Git
+ repository where the manifests are located
+ type: string
+ repoURL:
+ description: RepoURL is the URL to the git repository
+ that contains the application manifests
+ type: string
+ targetRevision:
+ description: TargetRevision defines the revision of
+ the source to hydrate
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ description: |-
+ HydrateTo specifies an optional "staging" location to push hydrated manifests to. An external system would then
+ have to move manifests to the SyncSource, e.g. by pull request.
+ properties:
+ targetBranch:
+ description: TargetBranch is the branch to which hydrated
+ manifests should be committed
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ description: SyncSource specifies where to sync hydrated
+ manifests from.
+ properties:
+ path:
+ description: |-
+ Path is a directory path within the git repository where hydrated manifests should be committed to and synced
+ from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
+ type: string
+ targetBranch:
+ description: TargetBranch is the branch to which hydrated
+ manifests should be committed
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
+ startedAt:
+ description: StartedAt indicates when the hydrate operation
+ started
+ format: date-time
+ type: string
+ required:
+ - message
+ - phase
+ type: object
+ lastSuccessfulOperation:
+ description: LastSuccessfulOperation holds info about the most
+ recent successful hydration
+ properties:
+ drySHA:
+ description: DrySHA holds the resolved revision (sha) of the
+ dry source as of the most recent reconciliation
+ type: string
+ hydratedSHA:
+ description: HydratedSHA holds the resolved revision (sha)
+ of the hydrated source as of the most recent reconciliation
+ type: string
+ sourceHydrator:
+ description: SourceHydrator holds the hydrator config used
+ for the hydrate operation
+ properties:
+ drySource:
+ description: DrySource specifies where the dry "don't
+ repeat yourself" manifest source lives.
+ properties:
+ path:
+ description: Path is a directory path within the Git
+ repository where the manifests are located
+ type: string
+ repoURL:
+ description: RepoURL is the URL to the git repository
+ that contains the application manifests
+ type: string
+ targetRevision:
+ description: TargetRevision defines the revision of
+ the source to hydrate
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ description: |-
+ HydrateTo specifies an optional "staging" location to push hydrated manifests to. An external system would then
+ have to move manifests to the SyncSource, e.g. by pull request.
+ properties:
+ targetBranch:
+ description: TargetBranch is the branch to which hydrated
+ manifests should be committed
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ description: SyncSource specifies where to sync hydrated
+ manifests from.
+ properties:
+ path:
+ description: |-
+ Path is a directory path within the git repository where hydrated manifests should be committed to and synced
+ from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
+ type: string
+ targetBranch:
+ description: TargetBranch is the branch to which hydrated
+ manifests should be committed
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
+ type: object
+ type: object
sourceType:
description: SourceType specifies the type of this application
type: string
@@ -4727,6 +5090,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value files
to use when generating a template
@@ -4878,6 +5249,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is
+ displayed in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git repository,
and is only valid for applications sourced from Git.
@@ -5108,6 +5483,14 @@
description: SkipCrds skips custom resource definition
installation step (Helm's --skip-crds)
type: boolean
+ skipSchemaValidation:
+ description: SkipSchemaValidation skips JSON schema
+ validation (Helm's --skip-schema-validation)
+ type: boolean
+ skipTests:
+ description: SkipTests skips test manifest installation
+ step (Helm's --skip-tests).
+ type: boolean
valueFiles:
description: ValuesFiles is a list of Helm value
files to use when generating a template
@@ -5260,6 +5643,10 @@
to use for rendering manifests
type: string
type: object
+ name:
+ description: Name is used to refer to a source and is
+ displayed in the UI. It is used in multi-source Applications.
+ type: string
path:
description: Path is a directory path within the Git
repository, and is only valid for applications sourced
===== apiextensions.k8s.io/CustomResourceDefinition /applicationsets.argoproj.io ======
--- /tmp/argocd-diff887249659/applicationsets.argoproj.io-live.yaml
+++ /tmp/argocd-diff887249659/applicationsets.argoproj.io
@@ -311,6 +311,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -409,6 +413,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -454,6 +460,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -541,6 +583,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -639,6 +685,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -745,6 +793,8 @@
type: object
clusters:
properties:
+ flatList:
+ type: boolean
selector:
properties:
matchExpressions:
@@ -933,6 +983,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -1031,6 +1085,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -1076,6 +1132,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -1163,6 +1255,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -1261,6 +1357,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -1556,6 +1654,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -1654,6 +1756,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -1699,6 +1803,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -1786,6 +1926,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -1884,6 +2028,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -2159,6 +2305,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -2257,6 +2407,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -2302,6 +2454,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -2389,6 +2577,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -2487,6 +2679,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -2787,6 +2981,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -2885,6 +3083,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -2930,6 +3130,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -3017,6 +3253,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -3115,6 +3355,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -3221,6 +3463,8 @@
type: object
clusters:
properties:
+ flatList:
+ type: boolean
selector:
properties:
matchExpressions:
@@ -3409,6 +3653,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -3507,6 +3755,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -3552,6 +3802,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -3639,6 +3925,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -3737,6 +4027,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -4032,6 +4324,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -4130,6 +4426,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -4175,6 +4473,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -4262,6 +4596,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -4360,6 +4698,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -4635,6 +4975,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -4733,6 +5077,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -4778,6 +5124,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -4865,6 +5247,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -4963,6 +5349,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -5246,6 +5634,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -5344,6 +5736,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -5389,6 +5783,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -5476,6 +5906,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -5574,6 +6008,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -6076,6 +6512,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -6174,6 +6614,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -6219,6 +6661,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -6306,6 +6784,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -6404,6 +6886,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -6901,6 +7385,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -6999,6 +7487,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -7044,6 +7534,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -7131,6 +7657,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -7229,6 +7759,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -7521,6 +8053,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -7619,6 +8155,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -7664,6 +8202,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -7751,6 +8325,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -7849,6 +8427,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -8151,6 +8731,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -8249,6 +8833,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -8294,6 +8880,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -8381,6 +9003,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -8479,6 +9105,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -8585,6 +9213,8 @@
type: object
clusters:
properties:
+ flatList:
+ type: boolean
selector:
properties:
matchExpressions:
@@ -8773,6 +9403,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -8871,6 +9505,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -8916,6 +9552,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -9003,6 +9675,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -9101,6 +9777,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -9396,6 +10074,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -9494,6 +10176,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -9539,6 +10223,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -9626,6 +10346,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -9724,6 +10448,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -9999,6 +10725,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -10097,6 +10827,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -10142,6 +10874,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -10229,6 +10997,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -10327,6 +11099,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -10610,6 +11384,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -10708,6 +11486,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -10753,6 +11533,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -10840,6 +11656,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -10938,6 +11758,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -11440,6 +12262,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -11538,6 +12364,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -11583,6 +12411,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -11670,6 +12534,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -11768,6 +12636,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -12265,6 +13135,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -12363,6 +13237,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -12408,6 +13284,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -12495,6 +13407,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -12593,6 +13509,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -12889,6 +13807,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -12987,6 +13909,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -13032,6 +13956,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -13119,6 +14079,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -13217,6 +14181,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -13499,6 +14465,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -13597,6 +14567,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -13642,6 +14614,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -13729,6 +14737,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -13827,6 +14839,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -14329,6 +15343,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -14427,6 +15445,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -14472,6 +15492,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -14559,6 +15615,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -14657,6 +15717,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -15154,6 +16216,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -15252,6 +16318,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -15297,6 +16365,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -15384,6 +16488,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -15482,6 +16590,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -15849,6 +16959,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -15947,6 +17061,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -15992,6 +17108,42 @@
required:
- repoURL
type: object
+ sourceHydrator:
+ properties:
+ drySource:
+ properties:
+ path:
+ type: string
+ repoURL:
+ type: string
+ targetRevision:
+ type: string
+ required:
+ - path
+ - repoURL
+ - targetRevision
+ type: object
+ hydrateTo:
+ properties:
+ targetBranch:
+ type: string
+ required:
+ - targetBranch
+ type: object
+ syncSource:
+ properties:
+ path:
+ type: string
+ targetBranch:
+ type: string
+ required:
+ - path
+ - targetBranch
+ type: object
+ required:
+ - drySource
+ - syncSource
+ type: object
sources:
items:
properties:
@@ -16079,6 +17231,10 @@
type: string
skipCrds:
type: boolean
+ skipSchemaValidation:
+ type: boolean
+ skipTests:
+ type: boolean
valueFiles:
items:
type: string
@@ -16177,6 +17333,8 @@
version:
type: string
type: object
+ name:
+ type: string
path:
type: string
plugin:
@@ -16336,6 +17494,9 @@
type: string
health:
properties:
+ lastTransitionTime:
+ format: date-time
+ type: string
message:
type: string
status:
@@ -16349,6 +17510,8 @@
type: string
namespace:
type: string
+ requiresDeletionConfirmation:
+ type: boolean
requiresPruning:
type: boolean
status:
===== apps/Deployment argocd/argocd-applicationset-controller ======
--- /tmp/argocd-diff1559152462/argocd-applicationset-controller-live.yaml
+++ /tmp/argocd-diff1559152462/argocd-applicationset-controller
@@ -446,6 +446,12 @@
key: applicationsetcontroller.enable.progressive.syncs
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_APPLICATIONSET_CONTROLLER_TOKENREF_STRICT_MODE
+ valueFrom:
+ configMapKeyRef:
+ key: applicationsetcontroller.enable.tokenref.strict.mode
+ name: argocd-cmd-params-cm
+ optional: true
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_NEW_GIT_FILE_GLOBBING
valueFrom:
configMapKeyRef:
@@ -506,6 +512,12 @@
key: applicationsetcontroller.webhook.parallelism.limit
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_APPLICATIONSET_CONTROLLER_REQUEUE_AFTER
+ valueFrom:
+ configMapKeyRef:
+ key: applicationsetcontroller.requeue.after
+ name: argocd-cmd-params-cm
+ optional: true
image: quay.io/argoproj/argocd:v2.13.3@sha256:42a488667bc07b70b16a672f632a5d3f484a262ae5f66b5d161c5be2d905db2f
imagePullPolicy: Always
name: argocd-applicationset-controller
@@ -542,6 +554,8 @@
- mountPath: /app/config/reposerver/tls
name: argocd-repo-server-tls
dnsPolicy: ClusterFirst
+ nodeSelector:
+ kubernetes.io/os: linux
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
===== apps/Deployment argocd/argocd-dex-server ======
--- /tmp/argocd-diff411921640/argocd-dex-server-live.yaml
+++ /tmp/argocd-diff411921640/argocd-dex-server
@@ -366,6 +366,8 @@
name: static-files
- mountPath: /tmp
name: dexconfig
+ nodeSelector:
+ kubernetes.io/os: linux
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
===== apps/Deployment argocd/argocd-notifications-controller ======
--- /tmp/argocd-diff3951873146/argocd-notifications-controller-live.yaml
+++ /tmp/argocd-diff3951873146/argocd-notifications-controller
@@ -290,6 +290,8 @@
name: argocd-repo-server-tls
workingDir: /app
dnsPolicy: ClusterFirst
+ nodeSelector:
+ kubernetes.io/os: linux
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
===== apps/Deployment argocd/argocd-redis ======
--- /tmp/argocd-diff1269289976/argocd-redis-live.yaml
+++ /tmp/argocd-diff1269289976/argocd-redis
@@ -275,6 +275,8 @@
type: RuntimeDefault
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
+ nodeSelector:
+ kubernetes.io/os: linux
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
===== apps/Deployment argocd/argocd-repo-server ======
--- /tmp/argocd-diff1049164760/argocd-repo-server-live.yaml
+++ /tmp/argocd-diff1049164760/argocd-repo-server
@@ -762,6 +762,12 @@
key: reposerver.plugin.tar.exclusions
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_REPO_SERVER_PLUGIN_USE_MANIFEST_GENERATE_PATHS
+ valueFrom:
+ configMapKeyRef:
+ key: reposerver.plugin.use.manifest.generate.paths
+ name: argocd-cmd-params-cm
+ optional: true
- name: ARGOCD_REPO_SERVER_ALLOW_OUT_OF_BOUNDS_SYMLINKS
valueFrom:
configMapKeyRef:
@@ -956,6 +962,8 @@
volumeMounts:
- mountPath: /var/run/argocd
name: var-files
+ nodeSelector:
+ kubernetes.io/os: linux
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
===== apps/Deployment argocd/argocd-server ======
--- /tmp/argocd-diff1183144061/argocd-server-live.yaml
+++ /tmp/argocd-diff1183144061/argocd-server
@@ -867,6 +867,12 @@
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_HYDRATOR_ENABLED
+ valueFrom:
+ configMapKeyRef:
+ key: hydrator.enabled
+ name: argocd-cmd-params-cm
+ optional: true
image: quay.io/argoproj/argocd:v2.13.3@sha256:42a488667bc07b70b16a672f632a5d3f484a262ae5f66b5d161c5be2d905db2f
imagePullPolicy: Always
livenessProbe:
@@ -923,6 +929,8 @@
- mountPath: /home/argocd/params
name: argocd-cmd-params-cm
dnsPolicy: ClusterFirst
+ nodeSelector:
+ kubernetes.io/os: linux
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
===== apps/StatefulSet argocd/argocd-application-controller ======
--- /tmp/argocd-diff1464037915/argocd-application-controller-live.yaml
+++ /tmp/argocd-diff1464037915/argocd-application-controller
@@ -538,6 +538,12 @@
key: controller.self.heal.backoff.cap.seconds
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_APPLICATION_CONTROLLER_SYNC_TIMEOUT
+ valueFrom:
+ configMapKeyRef:
+ key: controller.sync.timeout.seconds
+ name: argocd-cmd-params-cm
+ optional: true
- name: ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_PLAINTEXT
valueFrom:
configMapKeyRef:
@@ -646,6 +652,26 @@
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_HYDRATOR_ENABLED
+ valueFrom:
+ configMapKeyRef:
+ key: hydrator.enabled
+ name: argocd-cmd-params-cm
+ optional: true
+ - name: ARGOCD_CLUSTER_CACHE_BATCH_EVENTS_PROCESSING
+ valueFrom:
+ configMapKeyRef:
+ key: controller.cluster.cache.batch.events.processing
+ name: argocd-cmd-params-cm
+ optional: true
+ - name: ARGOCD_CLUSTER_CACHE_EVENTS_PROCESSING_INTERVAL
+ valueFrom:
+ configMapKeyRef:
+ key: controller.cluster.cache.events.processing.interval
+ name: argocd-cmd-params-cm
+ optional: true
+ - name: KUBECACHEDIR
+ value: /tmp/kubecache
image: quay.io/argoproj/argocd:v2.13.3@sha256:42a488667bc07b70b16a672f632a5d3f484a262ae5f66b5d161c5be2d905db2f
imagePullPolicy: Always
name: argocd-application-controller
@@ -681,8 +707,12 @@
name: argocd-home
- mountPath: /home/argocd/params
name: argocd-cmd-params-cm
+ - mountPath: /tmp
+ name: argocd-application-controller-tmp
workingDir: /home/argocd
dnsPolicy: ClusterFirst
+ nodeSelector:
+ kubernetes.io/os: linux
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
@@ -692,6 +722,8 @@
volumes:
- emptyDir: {}
name: argocd-home
+ - emptyDir: {}
+ name: argocd-application-controller-tmp
- name: argocd-repo-server-tls
secret:
defaultMode: 420
time="2025-02-06T11:01:12Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-02-06T11:01:15Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apps/Deployment ircd/irc-deployment ======
--- /tmp/argocd-diff1560363006/irc-deployment-live.yaml
+++ /tmp/argocd-diff1560363006/irc-deployment
@@ -30,7 +30,7 @@
app: irc
spec:
containers:
- - image: ghcr.io/ergochat/ergo:v2.14.0@sha256:ef4040d18044a53c8c995defb3159018cf2e83030e5db068c3976d9343c826a5
+ - image: ghcr.io/ergochat/ergo:v2.15.0@sha256:135cd42c6300d957e0045ee53fbe886e43e1c04bb621391ed7b8940c174d68f3
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
@@ -78,7 +78,7 @@
echo "Exiting.";
command:
- /bin/sh
- image: ghcr.io/ergochat/ergo:v2.14.0@sha256:ef4040d18044a53c8c995defb3159018cf2e83030e5db068c3976d9343c826a5
+ image: ghcr.io/ergochat/ergo:v2.15.0@sha256:135cd42c6300d957e0045ee53fbe886e43e1c04bb621391ed7b8940c174d68f3
imagePullPolicy: IfNotPresent
name: config-reloader
resources: {}
time="2025-02-06T11:01:52Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-02-06T11:01:57Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apps/Deployment wkd/wkd ======
--- /tmp/argocd-diff1555653943/wkd-live.yaml
+++ /tmp/argocd-diff1555653943/wkd
@@ -233,7 +233,7 @@
value: enroll
- name: FOLDER
value: /tmp/keys
- image: kiwigrid/k8s-sidecar:1.29.0@sha256:38907bdecffcc545e838723049cbfe0bc4c10f905b4eedf946be369328249871
+ image: kiwigrid/k8s-sidecar:1.29.1@sha256:42002d66ddb3ba46db5ae44b8511cfe07f292eab038e2dad68d9c23de972a29f
imagePullPolicy: IfNotPresent
name: watcher
resources: {} |
65ac3dd
to
82f0ae3
Compare
82f0ae3
to
74d86c4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.13.3
->v2.14.2
Release Notes
argoproj/argo-cd (argoproj/argo-cd)
v2.14.2
Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
efd9c32
: fix: Add proxy registry key by dest server + name (cherry-pick #21791) (#21794) (@gcp-cherry-pick-bot[bot])Full Changelog: argoproj/argo-cd@v2.14.1...v2.14.2
v2.14.1
Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: argoproj/argo-cd@v2.14.0...v2.14.1
v2.14.0
Compare Source
Important!
The 2.14.0 release manifests incorrectly use the 2.14.0-rc7 image. The 2.14.1 release will correct this error.
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Features
7d28c89
: feat(health): resource customization for RabbitMQCluster (#15286) (@aaguilartablada)29c59ab
: Revert "feat: exclude Endpoints and EndpointSlices Kubernetes resource by default" (#20334) (@agaudreault)83953fe
: feat(app): Add optional 'name' to Source object (#20470) (@CefBoud)4a14051
: feat(app): add ignore-healthcheck annotation (#20462) (@CefBoud)5543900
: feat(applicationset): Add FlatList option to cluster generator - Fixes #20212 (#20231) (@OpenGuidou)92e0b55
: feat(appset): Add a cache layer for Argo Projects to speed-up application validation (#18703) (@dacofr)27eebaa
: feat(appset): add 'project' to the Cluster Generator params (#20338) (@CefBoud)9e9c9a9
: feat(appset): parameterize requeue time #20063 (#20064) (@rumstead)dfbfdba
: feat(appset): reduce cluster secret logging (#21109) (@rumstead)4c29c33
: feat(cli): Add app diff option to specify exit code when diff (#20144) (@eugene70)3988861
: feat(cmp): parameter to enable git creds to be shared from repo server to the plugin (#15107) (@jmcshane)19613a2
: feat(controller): support Istio ServiceEntry network node #20270 (#20273) (@zapkub)19d85aa
: feat(health): Adding more health checks for Keycloak, Postgres, Grafana, SolrCloud (#20294) (@rezellme)2a199bc
: feat(health): add healthchecks for Gloo resources (#11379) (@zelig81)e4599e1
: feat(rbac): add disable fine-grained inheritance flag (#20600) (#21553) (@agaudreault)d8dd2fc
: feat(ui): Added a warning popup before closing the application create panel (#20807) (@surajyadav1108)1120a08
: feat(ui): Added timing info to container state UI (#20920) (@surajyadav1108)a94a07e
: feat(ui): Added title label for filters (#21149) (@surajyadav1108)36d189c
: feat(ui): Support filter forconfigured
andunchanged
on SYNC STATUS view (#20850) (@aali309)e09ff60
: feat(ui): add token diff support in diff view (#19983) (@linghaoSu)f4c519a
: feat(ui): display sha's revision in every history release (#19963) (@Tchoupinax)5796a7c
: feat(ui): make name property for repos (#20077) (@surajyadav1108)fb825f7
: feat(ui): move graphs by dragging mouse in app resource tree view (#18025) (#20009) (@linghaoSu)3088906
: feat(ui): support auto theme (#20080) (@linghaoSu)24e67df
: feat(ui): support enable word wrap in live and desired manifest panel (#20299) (@linghaoSu)eb10b70
: feat: Add ability to hide certain annotations on secret resources (#18216) (@svghadi)ab8fdb8
: feat: Add nodeSelector for Linux nodes (#20148) (@leehosu)b5d8edd
: feat: Add reusable interactive prompts andconfigure
command (issue #19528) (#19637) (@david-wu-octopus)9b481b1
: feat: Adding skipSchemaValidation flag (#20771) (#20831) (@dmosesson)fd4cc93
: feat: Change the file name convention when downloading pod logs (#19938) (@itaynvn-runai)99efafb
: feat: Confluent Connector Resource Health Checker - #17695 (#17697) (@Clint-Chester)8ebf4a8
: feat: Enable ignoreResourceUpdate by default #19992 (#20303) (@jaehanbyun)9741c06
: feat: Sync timeouts for applications (#6055) (#20816) (@andrii-korotkov-verkada)8f0d3d0
: feat: Timestamp for Health Status (#16972) (#18660) (@mkieweg)c8dcd83
: feat: add ARGOCD_APP_REVISION_SHORT_8 variable in build environment (#19931) (@Falanty)4722a7f
: feat: add Actions for PipelineRollout to allow/disallow data loss (#20298) (@juliev0)b05cafd
: feat: add custom actions for Numaflow CRDs (#20332) (@dpadhiar)fdf539d
: feat: add health check for ClusterResourceSet (#20746) (@nueavv)5138dd5
: feat: add orphaned resource count metric (#20521) (@jaehanbyun)621330c
: feat: add prompting to confirm account token deletion (#20654) (@pasha-codefresh)36ef563
: feat: add prompting to confirm application commands (#20658) (@pasha-codefresh)d44d7ec
: feat: add prompting to confirm application resource deletion (#20611) (@pasha-codefresh)29d5229
: feat: add prompting to confirm delete certificate (#20547) (@pasha-codefresh)16e7517
: feat: add prompting to confirm deletion of gpg public key (#20539) (@pasha-codefresh)83b1b6c
: feat: add prompting to confirm project deletion (#20612) (@pasha-codefresh)8a4e7e0
: feat: add prompting to confirm project role deletion (#20613) (@pasha-codefresh)2620593
: feat: add prompting to confirm project window deletion (#20656) (@pasha-codefresh)9b6d3a9
: feat: add prompting to confirm prune during backup import (#20546) (@pasha-codefresh)eb6d2e6
: feat: add prompting to confirm remove of repository credentials (#20541) (@pasha-codefresh)0aa6c49
: feat: add support for helm skipTests flag (#20118) (@jaehanbyun)b9d5387
: feat: adopt delete app confirmation to new prompt util (#20664) (@pasha-codefresh)4e13b7f
: feat: allow auth token to be passed in via env (#19898) (@ctrlaltf24)212efa4
: feat: allow individual extension configs (#20491) (@leoluz)7c9bd2d
: feat: application resource deletion protection (#20497) (@alexmt)a25378f
: feat: appset scm generators and PR generators should be able to access only secrets related to appset (#20309) (@pasha-codefresh)2d8659b
: feat: basic e2e tests in order to verify notification service health (#20182) (@pasha-codefresh)a288b4d
: feat: exclude Endpoints and EndpointSlices Kubernetes resource by default (#20251) (@jaehanbyun)82484ce
: feat: introduce health checks for Numaflow CRDs (#20297) (@dpadhiar)5d89339
: feat: introduce pause/unpause actions for Numaplane CRDs (#20128) (@dpadhiar)d16df52
: feat: manage clusters via proxy (#20374) (@pasha-codefresh)4a38442
: feat: move appset delete confirmation to new prompt logic (#20677) (@pasha-codefresh)eba559a
: feat: option to disable writing k8s events(#18205) (#18441) (@Jack-R-lantern)433b317
: feat: source hydrator (#20345) (@crenshaw-dev)59ea2a8
: feat: support Suspended state for MonoVertexRollout (#20583) (@dpadhiar)dc27102
: feat: support using exponential backoff between self heal attempts (#20275) (@alexmt)b824956
: feat: transmit manifest-generate-path resources to the cmp-server for plugin-based applications (#19209) (@jsolana)Bug fixes
684ee0b
: Revert "fix: Graceful shutdown for the API server (#18642) (#20981)" (#21221) (#21222) (@gcp-cherry-pick-bot[bot])4471603
: fix(api): send to closed channel in mergeLogStreams (#7006) (#21178) (@crenshaw-dev)bce16e9
: fix(appset): Fix appset generate in --core mode for cluster gen (#21170) (@OpenGuidou)e953a2d
: fix(appset): avoid panic when no steps in rollingSync (#20357) (@CefBoud)bd75510
: fix(appset): events not honouring configured namespaces (#21219) (#21241) (#21519) (@eadred)479b182
: fix(appset): reverted Gitlab SCM HasPath search and consider 404 errors as file not found (#16253) (cherry-pick #21597) (#21602) (@gcp-cherry-pick-bot[bot])ebf754e
: fix(appset): update gitlab SCM provider to search on parent folder (#16253) (#21491) (#21503) (@gcp-cherry-pick-bot[bot])b8f85c9
: fix(ci): get correct previous release version for release notes (#19443) (#20315) (@crenshaw-dev)79ba360
: fix(ci): handle new k3s test version matrix (#20223) (#20427) (@crenshaw-dev)76fbc1f
: fix(ci): ignore temporary files when checking for out of bound symlinks (#20527) (@CefBoud)c13c9c1
: fix(ci): updating action-gh-release after upstream fix (#21407) (#21408) (@gcp-cherry-pick-bot[bot])2c2e669
: fix(cli): Fix appset generate in --core mode (#20717) (@OpenGuidou)e654ed5
: fix(cli): add missing resources and actions to cani CLI (#20347) (@crenshaw-dev)438e01b
: fix(codegen): use kube_codegen.sh deepcopy and client gen correctly (#20644) (@crenshaw-dev)51471b3
: fix(controller): rename cluster batch param and add to argocd-cmd-params-cm (#21402) (#21419) (@gcp-cherry-pick-bot[bot])ec499bb
: fix(diff): avoid cache miss in server-side diff (#20423) (#20424) (@crenshaw-dev)e861b55
: fix(diff): avoid cache miss in server-side diff (#20605) (@crenshaw-dev)d1ef0f8
: fix(docs): ensure version dropdown sorts correctly regardless of browser language #20289 (#20322) (@jaehanbyun)ca91dd9
: fix(extension): add header to support apps-in-any-namespace (#20123) (@agaudreault)5ba2405
: fix(health): only consider non-empty health checks (#20232) (@blakepettersson)3070297
: fix(helm): escape consecutive commas in cleanSetParameters (#19269) (#20113) (@eogns47)35174dc
: fix(hydrator): UI nil checks (cherry-pick #21598) (#21601) (@gcp-cherry-pick-bot[bot])092bb73
: fix(pkce): 20111 PKCE auth flow does not return user to previous path like dex auth flow (#20202) (@austin5219)b187fbb
: fix(redis): CPU stuck at 100% after rolling update (#20645) (@agaudreault)a68d057
: fix(server): accept HTTP/1.1 for backward compatibility (#20639) (@agaudreault)c8c22d3
: fix(server): make a copy of secret objects when listing from the informers #19913 (#20805) (@rumstead)a7637cd
: fix(server): missing selected ALPN property (#20579) (@agaudreault)8a9de6a
: fix(ui): ArgoCD history tab shows latest values in all recent releases (#13006) (#21161) (@GuySaar8)b0e3160
: fix(ui): Change tab title to Sync Windows (#20018) (@jsoref)33ecbbc
: fix(ui): Prevent versionId 0 Error on New Applications with No History (#20574) (@pasha-codefresh)46f4945
: fix(ui): Solve issue with navigating with dropdown from an application's page (cherry-pick #21737) (#21746) (@gcp-cherry-pick-bot[bot])9ac1670
: fix(ui): Sync Health Statuses for Applications and everything else (#20020) (@jsoref)555854c
: fix(ui): addstate
parameter in the pkce flow (#17235) (@js3692)159eeec
: fix(ui): add optional check to avoid undefined reference in project detail (#20044) (@linghaoSu)7718af1
: fix(ui): adjust transform origin in application resource tree (#20180) (@srikanth597)40c6077
: fix(ui): carry over state when using full screen mode button (#20022) (@linghaoSu)f6eaaea
: fix(ui): display correct init info in Pod UI (#20387) (@crenshaw-dev)1fcbcc1
: fix(ui): fix open application detail in new tab when basehref is set (#20004) (@lsq645599166)a78b628
: fix(ui): fix select destination cluster type in create app (#20970) (@lsq645599166)d761c94
: fix(ui): fix the slider tansition (#20641) (@ashutosh16)0681098
: fix(ui): hide resource actions menu if it's empty (#20051) (@CefBoud)20e2e78
: fix(ui): history error reported in the dev environment (#20133) (@youhonglian)ed4c0ee
: fix(ui): source can in fact beundefined
(#20381) (@blakepettersson)e31aebe
: fix(ui): update ui e2e tests (#14619) (@ebuildy)fa9023a
: fix: 20791 - sync multi-source application out of order source syncs (#21071) (@ishitasequeira)7f6340f
: fix: API server should not attempt to read secrets in all namespaces (#20950) (@alexmt)e2bc96b
: fix: Ability to disable Server Side Apply on individual resource level (#20697) (@pasha-codefresh)fcc186b
: fix: Add redis password toforwardCacheClient
struct (#19599) (@NetanelK)155514e
: fix: Allow to delete repos with invalid urls (#20921) (#20975) (@andrii-korotkov-verkada)6d8d32f
: fix: ApplicationSet webhooks should use stricter comparison of repository URL (#20486) (@dacofr)b8e118f
: fix: Bitbucket Cloud PR Author is processed correctly (#20769) (#20990) (@andrii-korotkov-verkada)f03146d
: fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 (#20087) (@chengfang)0a26e0f
: fix: Change applicationset generate HTTP method to avoid route conflicts (#20758) (#21299) (@gcp-cherry-pick-bot[bot])fad534b
: fix: Fix argocd appset generate failure due to missing clusterrole (#20162) (@pradithya)b2091e3
: fix: Fix false positive in plugin application discovery (#20196) (@pradithya)3da5a3d
: fix: Fix repeated 403 due to app namespace being undefined (#20699) (#20819) (@andrii-korotkov-verkada)d9be098
: fix: Fix server side diff with fields removal (#20792) (#20842) (@andrii-korotkov-verkada)345c8a1
: fix: GOLANGCI_LINT_VERSION (#20264) (@dcoppa)dce41c4
: fix: Get pull request target branch for Azure DevOps (#19869) (#19871) ( <>)730363f
: fix: Graceful shutdown for the API server (#18642) (#20981) (@andrii-korotkov-verkada)c6804e9
: fix: Memory leak in repo-server (#20876) (@AJChandler)e1258cc
: fix: Policy/policy.open-cluster-management.io health check is broken (#20108) (#20109) (@itewk)8a8fc37
: fix: Policy/policy.open-cluster-management.io stuck in progressing status when no clusters match the policy (#21296) (cherry-pick #21297) (#21614) (@gcp-cherry-pick-bot[bot])030a7be
: fix: Populate destination name when destination server is specified (#21063) (@adriananeci)7de5d27
: fix: Rework git tag semver resolution (#20083) (#20096) (@PaulSonOfLars)8cf990b
: fix: Rollback multi-source apps; 2nd follow-up to PR 14124 (#20566) (@keithchong)522d07a
: fix: UI: Nothing happens selecting cluster URL/Name dropdown (#13655) (#21028) (@keithchong)2fe9a22
: fix: add missing fields in listrepositories (#20991) (@blakepettersson)6002c7d
: fix: allow pipes to be present in git username (#20040) (@blakepettersson)dc3f40c
: fix: avoid resources lock contention (#8172) (#20329) (@mpelekh)9b11b21
: fix: check err before use schedule and duration (#20043) (@daengdaengLee)17c412e
: fix: check for source position when --show-params is set (#20682) (@gdsoumya)20f9719
: fix: cleanup tempdir when errors occur in Helm chart extraction (#19861) (@ilia-medvedev-codefresh)fe67cd5
: fix: corrected --roleARN to --role-arn as per updated CLI option (#20065) (@nueavv)cfa1c89
: fix: disable automaxprocs logging (#20069) (@nitishfy)76104da
: fix: don't disable buttons for multi-source apps (#20446) (@blakepettersson)dbc94ba
: fix: fix broken link (#20070) (@nitishfy)fe7771c
: fix: handle incorrect cluster RESTconfig without panic (#20150) (@CefBoud)6897c2e
: fix: incorrect expr for server stats in Grafana dashboard.json (#21098) (@minchao)fa54ce2
: fix: oras-go client should fallback to docker config if no credentials specified (#18133) (@tonyay163)0ca1ddb
: fix: order conditions summary (#20759) (@mmorel-35)be880ad
: fix: refine deny destination checks (#20045) (@blakepettersson)be24ef4
: fix: remove broken link from code-contributions.md (#20795) ( <>)951f749
: fix: remove hardcoded conditions from Numaflow CRD health checks (#20316) (@dpadhiar)52c3f93
: fix: repo generate paths value in namespace install is incorrectly formatted (#20139) (@todaywasawesome)70ea865
: fix: resolve the failing e2e appset tests for ksonnet applications (cherry-pick #21580) (#21604) (@gcp-cherry-pick-bot[bot])32cc663
: fix: show multisource details for an appset when usingargocd appset get
command (#20903) (@nitishfy)03a1609
: fix: support managing cluster with multiple argocd instances and annotation based tracking (#20222) (@alexmt)4faf8dd
: fix: the unmatching template issue introduced from #20237 (#20410) (@xcompass)49431b9
: fix: update health check to support modelmesh (#20142) (@strangiato)9687619
: fix: updates to health status for Numaplane resources (#20544) (@juliev0)1c6ec19
: fix: useErrorContains(t, err
instead ofContains(t, err.Error()
(#20220) (@mmorel-35)Documentation
b546ea7
: docs(applicationset): complete sentence about Application deletion (#20944) (@tdabasinskas)ac69f52
: docs(applicationset): explain how to add repo credentials (#20453) (@ruant)9b15589
: docs(cli): fix example command (#20402) (@crenshaw-dev)bab2c41
: docs(hydrator): document signature verification limitation (cherry-pick #21504) (#21585) (@gcp-cherry-pick-bot[bot])205b3d3
: docs(ingress): use GRPC instead of HTTP2 (#21029) (@agaudreault)b60d28c
: docs(proposal): manifest hydrator ([#17755](https://redirect.github.com/argoproConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.