Skip to content
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

Update Fleet to v0.8.0-rc.7 #2831

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file removed assets/fleet-crd/fleet-crd-102.2.0+up0.8.0-rc.6.tgz
Binary file not shown.
Binary file not shown.
Binary file removed assets/fleet/fleet-102.2.0+up0.8.0-rc.6.tgz
Binary file not shown.
Binary file added assets/fleet/fleet-102.2.0+up0.8.0-rc.7.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: fleet-agent
apiVersion: v2
appVersion: 0.8.0-rc.6
appVersion: 0.8.0-rc.7
description: Fleet Manager Agent - GitOps at Scale
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-agent
version: 102.2.0+up0.8.0-rc.6
version: 102.2.0+up0.8.0-rc.7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
os: "windows,linux"
repository: rancher/fleet-agent
tag: v0.8.0-rc.6
tag: v0.8.0-rc.7

# The public URL of the Kubernetes API server running the Fleet Manager must be set here
# Example: https://example.com:6443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ annotations:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: fleet-crd
apiVersion: v2
appVersion: 0.8.0-rc.6
appVersion: 0.8.0-rc.7
description: Fleet Manager CustomResourceDefinitions
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-crd
version: 102.2.0+up0.8.0-rc.6
version: 102.2.0+up0.8.0-rc.7
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: fleet
apiVersion: v2
appVersion: 0.8.0-rc.6
appVersion: 0.8.0-rc.7
dependencies:
- condition: gitops.enabled
name: gitjob
repository: file://./charts/gitjob
description: Fleet Manager - GitOps at Scale
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet
version: 102.2.0+up0.8.0-rc.6
version: 102.2.0+up0.8.0-rc.7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.71
appVersion: 0.1.72
description: Controller that run jobs based on git events
name: gitjob
version: 0.1.71
version: 0.1.72
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
gitjob:
repository: rancher/gitjob
tag: v0.1.71
tag: v0.1.72

tekton:
repository: rancher/tekton-utils
tag: v0.1.29
tag: v0.1.30

global:
cattle:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{{- if .Values.migrations.clusterRegistrationCleanup }}
---
apiVersion: batch/v1
kind: Job
metadata:
name: fleet-cleanup-clusterregistrations
annotations:
"helm.sh/hook": post-install, post-upgrade
"helm.sh/hook-delete-policy": hook-succeeded, before-hook-creation
spec:
template:
metadata:
labels:
app: fleet-job
spec:
serviceAccountName: fleet-controller
restartPolicy: Never
containers:
- name: cleanup
image: "{{ template "system_default_registry" . }}{{.Values.agentImage.repository}}:{{.Values.agentImage.tag}}"
imagePullPolicy: {{ .Values.global.imagePullPolicy }}
command:
- fleet
args:
- cleanup
nodeSelector: {{ include "linux-node-selector" . | nindent 8 }}
tolerations: {{ include "linux-node-tolerations" . | nindent 8 }}
backoffLimit: 1
{{- end }}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image:
repository: rancher/fleet
tag: v0.8.0-rc.6
tag: v0.8.0-rc.7
imagePullPolicy: IfNotPresent

agentImage:
repository: rancher/fleet-agent
tag: v0.8.0-rc.6
tag: v0.8.0-rc.7
imagePullPolicy: IfNotPresent

# For cluster registration the public URL of the Kubernetes API server must be set here
Expand Down Expand Up @@ -78,3 +78,6 @@ propagateDebugSettingsToAgents: true
# hostPath:
# path: /tmp/pprof
# type: DirectoryOrCreate

migrations:
clusterRegistrationCleanup: true
30 changes: 15 additions & 15 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@ entries:
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: fleet
apiVersion: v2
appVersion: 0.8.0-rc.6
created: "2023-07-26T12:06:11.004052648Z"
appVersion: 0.8.0-rc.7
created: "2023-08-08T06:59:09.864292657Z"
dependencies:
- condition: gitops.enabled
name: gitjob
repository: file://./charts/gitjob
description: Fleet Manager - GitOps at Scale
digest: 71ef2d2d05df733ea88efb412a7d476a610134334a0f850ce897aa641e94a167
digest: 9ce182b26dcbbf32977ad03c33f08fbca9031b4bec9f25d843dd967649e66112
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet
urls:
- assets/fleet/fleet-102.2.0+up0.8.0-rc.6.tgz
version: 102.2.0+up0.8.0-rc.6
- assets/fleet/fleet-102.2.0+up0.8.0-rc.7.tgz
version: 102.2.0+up0.8.0-rc.7
- annotations:
catalog.cattle.io/auto-install: fleet-crd=match
catalog.cattle.io/certified: rancher
Expand Down Expand Up @@ -658,15 +658,15 @@ entries:
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: fleet-agent
apiVersion: v2
appVersion: 0.8.0-rc.6
created: "2023-07-26T12:06:12.757602656Z"
appVersion: 0.8.0-rc.7
created: "2023-08-08T06:59:11.636129167Z"
description: Fleet Manager Agent - GitOps at Scale
digest: cbcecff96c47860fe5e4e269c574ac28f32d6eadcc93de3d92ab69bf45456664
digest: 3bfd70bebcff9160ecbd745a04fcc8127fc213f7a097dda651f93e8f1eb3c112
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-agent
urls:
- assets/fleet-agent/fleet-agent-102.2.0+up0.8.0-rc.6.tgz
version: 102.2.0+up0.8.0-rc.6
- assets/fleet-agent/fleet-agent-102.2.0+up0.8.0-rc.7.tgz
version: 102.2.0+up0.8.0-rc.7
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down Expand Up @@ -1088,15 +1088,15 @@ entries:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: fleet-crd
apiVersion: v2
appVersion: 0.8.0-rc.6
created: "2023-07-26T12:06:14.408957273Z"
appVersion: 0.8.0-rc.7
created: "2023-08-08T06:59:13.427996276Z"
description: Fleet Manager CustomResourceDefinitions
digest: f0c8d8e75291a3b41804c943c1381240220aa547b3ac46675c3d621b06a6141c
digest: a0681c146add1d733fb4a25d606ad11d840b3e563df37484ba03af761c0b06cc
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-crd
urls:
- assets/fleet-crd/fleet-crd-102.2.0+up0.8.0-rc.6.tgz
version: 102.2.0+up0.8.0-rc.6
- assets/fleet-crd/fleet-crd-102.2.0+up0.8.0-rc.7.tgz
version: 102.2.0+up0.8.0-rc.7
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
+ catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: fleet-agent
apiVersion: v2
appVersion: 0.8.0-rc.6
appVersion: 0.8.0-rc.7
2 changes: 1 addition & 1 deletion packages/fleet/fleet-agent/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.6/fleet-agent-0.8.0-rc.6.tgz
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.7/fleet-agent-0.8.0-rc.7.tgz
version: 102.2.0
2 changes: 1 addition & 1 deletion packages/fleet/fleet-crd/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.6/fleet-crd-0.8.0-rc.6.tgz
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.7/fleet-crd-0.8.0-rc.7.tgz
version: 102.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
+ catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: fleet
apiVersion: v2
appVersion: 0.8.0-rc.6
appVersion: 0.8.0-rc.7
2 changes: 1 addition & 1 deletion packages/fleet/fleet/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.6/fleet-0.8.0-rc.6.tgz
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.7/fleet-0.8.0-rc.7.tgz
version: 102.2.0
2 changes: 1 addition & 1 deletion packages/fleet/gitjob/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.6/fleet-0.8.0-rc.6.tgz
url: https://github.com/rancher/fleet/releases/download/v0.8.0-rc.7/fleet-0.8.0-rc.7.tgz
subdirectory: charts/gitjob
doNotRelease: true
6 changes: 3 additions & 3 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ epinio-crd:
fleet:
- 102.1.0+up0.7.0
- 102.1.1+up0.7.1-rc.1
- 102.2.0+up0.8.0-rc.6
- 102.2.0+up0.8.0-rc.7
fleet-agent:
- 102.1.0+up0.7.0
- 102.1.1+up0.7.1-rc.1
- 102.2.0+up0.8.0-rc.6
- 102.2.0+up0.8.0-rc.7
fleet-crd:
- 102.1.0+up0.7.0
- 102.1.1+up0.7.1-rc.1
- 102.2.0+up0.8.0-rc.6
- 102.2.0+up0.8.0-rc.7
prometheus-federator:
- 0.3.0+up0.3.3
rancher-backup:
Expand Down
Loading