diff --git a/assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.19.tgz b/assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.19.tgz deleted file mode 100644 index e7a088b23..000000000 Binary files a/assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.19.tgz and /dev/null differ diff --git a/assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.20.tgz b/assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.20.tgz new file mode 100644 index 000000000..85c7c2a9a Binary files /dev/null and b/assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.20.tgz differ diff --git a/assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.19.tgz b/assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.19.tgz deleted file mode 100644 index c52c7bb5d..000000000 Binary files a/assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.19.tgz and /dev/null differ diff --git a/assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.20.tgz b/assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.20.tgz new file mode 100644 index 000000000..2caf58db9 Binary files /dev/null and b/assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.20.tgz differ diff --git a/assets/fleet/fleet-104.0.0+up0.10.0-rc.19.tgz b/assets/fleet/fleet-104.0.0+up0.10.0-rc.19.tgz deleted file mode 100644 index 23726a7ff..000000000 Binary files a/assets/fleet/fleet-104.0.0+up0.10.0-rc.19.tgz and /dev/null differ diff --git a/assets/fleet/fleet-104.0.0+up0.10.0-rc.20.tgz b/assets/fleet/fleet-104.0.0+up0.10.0-rc.20.tgz new file mode 100644 index 000000000..580c02cd1 Binary files /dev/null and b/assets/fleet/fleet-104.0.0+up0.10.0-rc.20.tgz differ diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/Chart.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/Chart.yaml similarity index 90% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/Chart.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/Chart.yaml index 89a6f7a29..7502b57be 100644 --- a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/Chart.yaml +++ b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/Chart.yaml @@ -8,8 +8,8 @@ annotations: catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' catalog.cattle.io/release-name: fleet-agent apiVersion: v2 -appVersion: 0.10.0-rc.19 +appVersion: 0.10.0-rc.20 description: Fleet Manager Agent - GitOps at Scale icon: https://charts.rancher.io/assets/logos/fleet.svg name: fleet-agent -version: 104.0.0+up0.10.0-rc.19 +version: 104.0.0+up0.10.0-rc.20 diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/README.md b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/README.md similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/README.md rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/README.md diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/_helpers.tpl b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/_helpers.tpl similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/_helpers.tpl rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/_helpers.tpl diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/configmap.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/configmap.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/configmap.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/configmap.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/deployment.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/deployment.yaml similarity index 95% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/deployment.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/deployment.yaml index 2a3409edb..a9033b289 100644 --- a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/deployment.yaml +++ b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/deployment.yaml @@ -59,6 +59,9 @@ spec: drop: - ALL {{- end }} + volumeMounts: + - mountPath: /.kube + name: kube - env: - name: NAMESPACE valueFrom: @@ -82,6 +85,9 @@ spec: drop: - ALL {{- end }} + volumes: + - name: kube + emptyDir: {} serviceAccountName: fleet-agent nodeSelector: {{ include "linux-node-selector" . | nindent 8 }} {{- if .Values.fleetAgent.nodeSelector }} diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/network_policy_allow_all.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/network_policy_allow_all.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/network_policy_allow_all.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/network_policy_allow_all.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/patch_default_serviceaccount.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/patch_default_serviceaccount.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/patch_default_serviceaccount.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/patch_default_serviceaccount.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/rbac.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/rbac.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/rbac.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/rbac.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/secret.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/secret.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/secret.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/secret.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/service.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/service.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/service.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/service.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/serviceaccount.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/serviceaccount.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/serviceaccount.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/serviceaccount.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/validate.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/validate.yaml similarity index 100% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/templates/validate.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/templates/validate.yaml diff --git a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/values.yaml b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/values.yaml similarity index 98% rename from charts/fleet-agent/104.0.0+up0.10.0-rc.19/values.yaml rename to charts/fleet-agent/104.0.0+up0.10.0-rc.20/values.yaml index 9c5a66b2b..56ecf4d8b 100644 --- a/charts/fleet-agent/104.0.0+up0.10.0-rc.19/values.yaml +++ b/charts/fleet-agent/104.0.0+up0.10.0-rc.20/values.yaml @@ -1,7 +1,7 @@ image: os: "windows,linux" repository: rancher/fleet-agent - tag: v0.10.0-rc.19 + tag: v0.10.0-rc.20 # The public URL of the Kubernetes API server running the Fleet Manager must be set here # Example: https://example.com:6443 diff --git a/charts/fleet-crd/104.0.0+up0.10.0-rc.19/Chart.yaml b/charts/fleet-crd/104.0.0+up0.10.0-rc.20/Chart.yaml similarity index 87% rename from charts/fleet-crd/104.0.0+up0.10.0-rc.19/Chart.yaml rename to charts/fleet-crd/104.0.0+up0.10.0-rc.20/Chart.yaml index f2bdfb423..174e80402 100644 --- a/charts/fleet-crd/104.0.0+up0.10.0-rc.19/Chart.yaml +++ b/charts/fleet-crd/104.0.0+up0.10.0-rc.20/Chart.yaml @@ -6,8 +6,8 @@ annotations: catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/release-name: fleet-crd apiVersion: v2 -appVersion: 0.10.0-rc.19 +appVersion: 0.10.0-rc.20 description: Fleet Manager CustomResourceDefinitions icon: https://charts.rancher.io/assets/logos/fleet.svg name: fleet-crd -version: 104.0.0+up0.10.0-rc.19 +version: 104.0.0+up0.10.0-rc.20 diff --git a/charts/fleet-crd/104.0.0+up0.10.0-rc.19/README.md b/charts/fleet-crd/104.0.0+up0.10.0-rc.20/README.md similarity index 100% rename from charts/fleet-crd/104.0.0+up0.10.0-rc.19/README.md rename to charts/fleet-crd/104.0.0+up0.10.0-rc.20/README.md diff --git a/charts/fleet-crd/104.0.0+up0.10.0-rc.19/templates/crds.yaml b/charts/fleet-crd/104.0.0+up0.10.0-rc.20/templates/crds.yaml similarity index 99% rename from charts/fleet-crd/104.0.0+up0.10.0-rc.19/templates/crds.yaml rename to charts/fleet-crd/104.0.0+up0.10.0-rc.20/templates/crds.yaml index 25d3730b4..5b9062781 100644 --- a/charts/fleet-crd/104.0.0+up0.10.0-rc.19/templates/crds.yaml +++ b/charts/fleet-crd/104.0.0+up0.10.0-rc.20/templates/crds.yaml @@ -1652,15 +1652,19 @@ spec: properties: content: description: The content of the resource, can be compressed. + nullable: true type: string encoding: description: Encoding is either empty or "base64+gz". + nullable: true type: string name: description: Name of the resource, can include the bundle's internal path. + nullable: true type: string type: object + nullable: true type: array rolloutStrategy: description: 'RolloutStrategy controls the rollout of bundles, by @@ -1730,6 +1734,7 @@ spec: clusterGroupSelector: description: Selector matching cluster group labels to include in this partition + nullable: true properties: matchExpressions: description: matchExpressions is a list of label selector @@ -1865,6 +1870,7 @@ spec: name: description: A user-friendly name given to the partition used for Display (optional). + nullable: true type: string type: object nullable: true @@ -2743,6 +2749,7 @@ spec: nullable: true type: string type: object + nullable: true type: array name: description: Name is the name of the resource. @@ -2793,8 +2800,10 @@ spec: nullable: true type: string type: object + nullable: true type: array type: object + nullable: true type: array notReady: description: 'NotReady is the number of bundle deployments @@ -2866,6 +2875,7 @@ spec: nullable: true type: string type: object + nullable: true type: array resourcesSha256Sum: description: ResourcesSHA256Sum corresponds to the JSON serialization @@ -2955,6 +2965,7 @@ spec: nullable: true type: string type: object + nullable: true type: array name: description: Name is the name of the resource. @@ -3004,8 +3015,10 @@ spec: nullable: true type: string type: object + nullable: true type: array type: object + nullable: true type: array notReady: description: 'NotReady is the number of bundle deployments that @@ -3384,6 +3397,7 @@ spec: nullable: true type: string type: object + nullable: true type: array name: description: Name is the name of the resource. @@ -3433,8 +3447,10 @@ spec: nullable: true type: string type: object + nullable: true type: array type: object + nullable: true type: array notReady: description: 'NotReady is the number of bundle deployments that @@ -5282,6 +5298,7 @@ spec: required: - name type: object + nullable: true type: array agentNamespace: description: AgentNamespace defaults to the system namespace, e.g. @@ -5414,6 +5431,7 @@ spec: just a regular string.' type: string type: object + nullable: true type: array clientID: description: 'ClientID is a unique string that will identify the @@ -5456,7 +5474,9 @@ spec: templateValues: description: TemplateValues defines a cluster specific mapping of values to be sent to fleet.yaml values templating. + nullable: true type: object + x-kubernetes-preserve-unknown-fields: true type: object status: properties: @@ -5621,6 +5641,7 @@ spec: state: description: State of the cluster, either one of the bundle states, or "WaitCheckIn". + nullable: true type: string type: object namespace: @@ -5754,6 +5775,7 @@ spec: nullable: true type: string type: object + nullable: true type: array name: description: Name is the name of the resource. @@ -5803,8 +5825,10 @@ spec: nullable: true type: string type: object + nullable: true type: array type: object + nullable: true type: array notReady: description: 'NotReady is the number of bundle deployments that @@ -6536,6 +6560,7 @@ spec: properties: apiVersion: description: APIVersion is the API version of the resource. + nullable: true type: string error: description: Error is true if any Error in the PerClusterState @@ -6544,6 +6569,7 @@ spec: id: description: ID is the name of the resource, e.g. "namespace1/my-config" or "backingimagemanagers.storage.io". + nullable: true type: string incompleteState: description: 'IncompleteState is true if a bundle summary @@ -6556,15 +6582,19 @@ spec: type: boolean kind: description: Kind is the k8s kind of the resource. + nullable: true type: string message: description: Message is the first message from the PerClusterStates. + nullable: true type: string name: description: Name of the resource. + nullable: true type: string namespace: description: Namespace of the resource. + nullable: true type: string perClusterState: description: PerClusterState is a list of states for each @@ -6575,6 +6605,7 @@ spec: properties: clusterId: description: ClusterID is the id of the cluster. + nullable: true type: string error: description: Error is true if the resource is in an @@ -6585,12 +6616,16 @@ spec: description: Message combines the messages from the bundle's summary. Messages are joined with the delimiter ';'. + nullable: true type: string patch: description: Patch for modified resources. + nullable: true type: object + x-kubernetes-preserve-unknown-fields: true state: description: State is the state of the resource. + nullable: true type: string transitioning: description: 'Transitioning is true if the resource @@ -6599,6 +6634,7 @@ spec: copied from the bundle''s summary for non-ready resources.' type: boolean type: object + nullable: true type: array state: description: State is the state of the resource, e.g. "Unknown", @@ -6696,6 +6732,7 @@ spec: nullable: true type: string type: object + nullable: true type: array name: description: Name is the name of the resource. @@ -6745,8 +6782,10 @@ spec: nullable: true type: string type: object + nullable: true type: array type: object + nullable: true type: array notReady: description: 'NotReady is the number of bundle deployments that diff --git a/charts/fleet-crd/104.0.0+up0.10.0-rc.19/values.yaml b/charts/fleet-crd/104.0.0+up0.10.0-rc.20/values.yaml similarity index 100% rename from charts/fleet-crd/104.0.0+up0.10.0-rc.19/values.yaml rename to charts/fleet-crd/104.0.0+up0.10.0-rc.20/values.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/Chart.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/Chart.yaml similarity index 92% rename from charts/fleet/104.0.0+up0.10.0-rc.19/Chart.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/Chart.yaml index f16122221..611945ad0 100644 --- a/charts/fleet/104.0.0+up0.10.0-rc.19/Chart.yaml +++ b/charts/fleet/104.0.0+up0.10.0-rc.20/Chart.yaml @@ -11,8 +11,8 @@ annotations: catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' catalog.cattle.io/release-name: fleet apiVersion: v2 -appVersion: 0.10.0-rc.19 +appVersion: 0.10.0-rc.20 description: Fleet Manager - GitOps at Scale icon: https://charts.rancher.io/assets/logos/fleet.svg name: fleet -version: 104.0.0+up0.10.0-rc.19 +version: 104.0.0+up0.10.0-rc.20 diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/README.md b/charts/fleet/104.0.0+up0.10.0-rc.20/README.md similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/README.md rename to charts/fleet/104.0.0+up0.10.0-rc.20/README.md diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/_helpers.tpl b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/_helpers.tpl similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/_helpers.tpl rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/_helpers.tpl diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/configmap.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/configmap.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/configmap.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/configmap.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/deployment.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/deployment.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/deployment.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/deployment.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/deployment_gitjob.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/deployment_gitjob.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/deployment_gitjob.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/deployment_gitjob.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/job_cleanup_clusterregistrations.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/job_cleanup_clusterregistrations.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/job_cleanup_clusterregistrations.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/job_cleanup_clusterregistrations.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/rbac.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/rbac.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/rbac.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/rbac.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/rbac_gitjob.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/rbac_gitjob.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/rbac_gitjob.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/rbac_gitjob.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/service.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/service.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/service.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/service.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/service_gitjob.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/service_gitjob.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/service_gitjob.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/service_gitjob.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/serviceaccount.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/serviceaccount.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/serviceaccount.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/serviceaccount.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/templates/serviceaccount_gitjob.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/templates/serviceaccount_gitjob.yaml similarity index 100% rename from charts/fleet/104.0.0+up0.10.0-rc.19/templates/serviceaccount_gitjob.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/templates/serviceaccount_gitjob.yaml diff --git a/charts/fleet/104.0.0+up0.10.0-rc.19/values.yaml b/charts/fleet/104.0.0+up0.10.0-rc.20/values.yaml similarity index 98% rename from charts/fleet/104.0.0+up0.10.0-rc.19/values.yaml rename to charts/fleet/104.0.0+up0.10.0-rc.20/values.yaml index 2c17ca0f1..a90079323 100644 --- a/charts/fleet/104.0.0+up0.10.0-rc.19/values.yaml +++ b/charts/fleet/104.0.0+up0.10.0-rc.20/values.yaml @@ -1,11 +1,11 @@ image: repository: rancher/fleet - tag: v0.10.0-rc.19 + tag: v0.10.0-rc.20 imagePullPolicy: IfNotPresent agentImage: repository: rancher/fleet-agent - tag: v0.10.0-rc.19 + tag: v0.10.0-rc.20 imagePullPolicy: IfNotPresent # For cluster registration the public URL of the Kubernetes API server must be set here diff --git a/index.yaml b/index.yaml index 09f5512a1..f8a12fd62 100755 --- a/index.yaml +++ b/index.yaml @@ -211,15 +211,15 @@ entries: catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' catalog.cattle.io/release-name: fleet apiVersion: v2 - appVersion: 0.10.0-rc.19 - created: "2024-07-04T07:05:50.016583545Z" + appVersion: 0.10.0-rc.20 + created: "2024-07-09T12:57:34.584554025Z" description: Fleet Manager - GitOps at Scale - digest: bac054d6fee238eda0a2267f76b3d781d4ae23295f767fdbad78bef8e88d5413 + digest: d22c284c22e8296892877c4ac58fa47e5c1758c8b0a77c8e80809d8fa4d7a25a icon: https://charts.rancher.io/assets/logos/fleet.svg name: fleet urls: - - assets/fleet/fleet-104.0.0+up0.10.0-rc.19.tgz - version: 104.0.0+up0.10.0-rc.19 + - assets/fleet/fleet-104.0.0+up0.10.0-rc.20.tgz + version: 104.0.0+up0.10.0-rc.20 - annotations: catalog.cattle.io/auto-install: fleet-crd=match catalog.cattle.io/certified: rancher @@ -1040,15 +1040,15 @@ entries: catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' catalog.cattle.io/release-name: fleet-agent apiVersion: v2 - appVersion: 0.10.0-rc.19 - created: "2024-07-04T07:05:51.745879971Z" + appVersion: 0.10.0-rc.20 + created: "2024-07-09T12:57:36.205570151Z" description: Fleet Manager Agent - GitOps at Scale - digest: 124a1a12f2f194a410cd64c4821c7e3eea31fadd12b122074eab4fbe29672404 + digest: 2754cbc629b90c94247334c393870b7a42387154d5905ba62d0029f774305082 icon: https://charts.rancher.io/assets/logos/fleet.svg name: fleet-agent urls: - - assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.19.tgz - version: 104.0.0+up0.10.0-rc.19 + - assets/fleet-agent/fleet-agent-104.0.0+up0.10.0-rc.20.tgz + version: 104.0.0+up0.10.0-rc.20 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -1660,15 +1660,15 @@ entries: catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/release-name: fleet-crd apiVersion: v2 - appVersion: 0.10.0-rc.19 - created: "2024-07-04T07:05:53.640402773Z" + appVersion: 0.10.0-rc.20 + created: "2024-07-09T12:57:37.888763298Z" description: Fleet Manager CustomResourceDefinitions - digest: 414e1d53f37888aa0a9ecfff5a323ee6c9a60fbc80dfb48ac1add44dcaf7c43b + digest: 51feee9b3cac14d9033427caf7f38cfdce2d94e2898c8ef2a00f4198a4f905ec icon: https://charts.rancher.io/assets/logos/fleet.svg name: fleet-crd urls: - - assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.19.tgz - version: 104.0.0+up0.10.0-rc.19 + - assets/fleet-crd/fleet-crd-104.0.0+up0.10.0-rc.20.tgz + version: 104.0.0+up0.10.0-rc.20 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" diff --git a/packages/fleet/fleet-agent/generated-changes/patch/Chart.yaml.patch b/packages/fleet/fleet-agent/generated-changes/patch/Chart.yaml.patch index 8bd385105..680e188e7 100644 --- a/packages/fleet/fleet-agent/generated-changes/patch/Chart.yaml.patch +++ b/packages/fleet/fleet-agent/generated-changes/patch/Chart.yaml.patch @@ -11,4 +11,4 @@ + catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' catalog.cattle.io/release-name: fleet-agent apiVersion: v2 - appVersion: 0.10.0-rc.19 + appVersion: 0.10.0-rc.20 diff --git a/packages/fleet/fleet-agent/package.yaml b/packages/fleet/fleet-agent/package.yaml index db53a0f03..8091e84be 100644 --- a/packages/fleet/fleet-agent/package.yaml +++ b/packages/fleet/fleet-agent/package.yaml @@ -1,2 +1,2 @@ -url: https://github.com/rancher/fleet/releases/download/v0.10.0-rc.19/fleet-agent-0.10.0-rc.19.tgz +url: https://github.com/rancher/fleet/releases/download/v0.10.0-rc.20/fleet-agent-0.10.0-rc.20.tgz version: 104.0.0 \ No newline at end of file diff --git a/packages/fleet/fleet-crd/package.yaml b/packages/fleet/fleet-crd/package.yaml index 7d6a2f3c7..5897299e6 100644 --- a/packages/fleet/fleet-crd/package.yaml +++ b/packages/fleet/fleet-crd/package.yaml @@ -1,2 +1,2 @@ -url: https://github.com/rancher/fleet/releases/download/v0.10.0-rc.19/fleet-crd-0.10.0-rc.19.tgz +url: https://github.com/rancher/fleet/releases/download/v0.10.0-rc.20/fleet-crd-0.10.0-rc.20.tgz version: 104.0.0 \ No newline at end of file diff --git a/packages/fleet/fleet/generated-changes/patch/Chart.yaml.patch b/packages/fleet/fleet/generated-changes/patch/Chart.yaml.patch index 12dafa94f..d295ef47d 100644 --- a/packages/fleet/fleet/generated-changes/patch/Chart.yaml.patch +++ b/packages/fleet/fleet/generated-changes/patch/Chart.yaml.patch @@ -12,4 +12,4 @@ + catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' catalog.cattle.io/release-name: fleet apiVersion: v2 - appVersion: 0.10.0-rc.19 + appVersion: 0.10.0-rc.20 diff --git a/packages/fleet/fleet/package.yaml b/packages/fleet/fleet/package.yaml index a0a873318..9491cce32 100644 --- a/packages/fleet/fleet/package.yaml +++ b/packages/fleet/fleet/package.yaml @@ -1,2 +1,2 @@ -url: https://github.com/rancher/fleet/releases/download/v0.10.0-rc.19/fleet-0.10.0-rc.19.tgz +url: https://github.com/rancher/fleet/releases/download/v0.10.0-rc.20/fleet-0.10.0-rc.20.tgz version: 104.0.0 \ No newline at end of file diff --git a/release.yaml b/release.yaml index f8ac1f5f4..26db75add 100644 --- a/release.yaml +++ b/release.yaml @@ -16,7 +16,7 @@ fleet: - 103.1.4+up0.9.4 - 102.2.5+up0.8.5 - 103.1.5+up0.9.5 - - 104.0.0+up0.10.0-rc.19 + - 104.0.0+up0.10.0-rc.20 fleet-agent: - 102.2.2+up0.8.2 - 102.2.3+up0.8.3 @@ -25,7 +25,7 @@ fleet-agent: - 103.1.4+up0.9.4 - 102.2.5+up0.8.5 - 103.1.5+up0.9.5 - - 104.0.0+up0.10.0-rc.19 + - 104.0.0+up0.10.0-rc.20 fleet-crd: - 102.2.2+up0.8.2 - 102.2.3+up0.8.3 @@ -34,7 +34,7 @@ fleet-crd: - 103.1.4+up0.9.4 - 102.2.5+up0.8.5 - 103.1.5+up0.9.5 - - 104.0.0+up0.10.0-rc.19 + - 104.0.0+up0.10.0-rc.20 longhorn: - 102.3.1+up1.5.3 - 102.3.2+up1.5.4