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.7.1-rc.2 #2832

Closed
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.1.1+up0.7.1-rc.1.tgz
Binary file not shown.
Binary file not shown.
Binary file removed assets/fleet/fleet-102.1.1+up0.7.1-rc.1.tgz
Binary file not shown.
Binary file added assets/fleet/fleet-102.1.1+up0.7.1-rc.2.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.7.1-rc.1
appVersion: 0.7.1-rc.2
description: Fleet Manager Agent - GitOps at Scale
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-agent
version: 102.1.1+up0.7.1-rc.1
version: 102.1.1+up0.7.1-rc.2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
os: "windows,linux"
repository: rancher/fleet-agent
tag: v0.7.1-rc.1
tag: v0.7.1-rc.2

# 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.7.1-rc.1
appVersion: 0.7.1-rc.2
description: Fleet Manager CustomResourceDefinitions
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-crd
version: 102.1.1+up0.7.1-rc.1
version: 102.1.1+up0.7.1-rc.2
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.7.1-rc.1
appVersion: 0.7.1-rc.2
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.1.1+up0.7.1-rc.1
version: 102.1.1+up0.7.1-rc.2
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.7.1-rc.1
tag: v0.7.1-rc.2
imagePullPolicy: IfNotPresent

agentImage:
repository: rancher/fleet-agent
tag: v0.7.1-rc.1
tag: v0.7.1-rc.2
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 @@ -282,19 +282,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.7.1-rc.1
created: "2023-07-31T06:56:32.861120687Z"
appVersion: 0.7.1-rc.2
created: "2023-08-09T09:05:54.73565605Z"
dependencies:
- condition: gitops.enabled
name: gitjob
repository: file://./charts/gitjob
description: Fleet Manager - GitOps at Scale
digest: 5f9bf09f0a7e5f62847eebb5bb96dcaddc63769942ea8cb37f04506786f3a4e0
digest: ada6fc2fe62f2e60c9591a87e570d268b29239891f8452350278147efd45b129
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet
urls:
- assets/fleet/fleet-102.1.1+up0.7.1-rc.1.tgz
version: 102.1.1+up0.7.1-rc.1
- assets/fleet/fleet-102.1.1+up0.7.1-rc.2.tgz
version: 102.1.1+up0.7.1-rc.2
- annotations:
catalog.cattle.io/auto-install: fleet-crd=match
catalog.cattle.io/certified: rancher
Expand Down Expand Up @@ -829,15 +829,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.7.1-rc.1
created: "2023-07-31T06:56:34.589638712Z"
appVersion: 0.7.1-rc.2
created: "2023-08-09T09:05:56.625142761Z"
description: Fleet Manager Agent - GitOps at Scale
digest: deaae5d0911536862cacefe7ace7a8bf539965b294c4da3fd8e4e1ef88180965
digest: 0e53c8492b19e3270043684e0912e13a51682a8c33b3a8b1b34585b61479ec90
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-agent
urls:
- assets/fleet-agent/fleet-agent-102.1.1+up0.7.1-rc.1.tgz
version: 102.1.1+up0.7.1-rc.1
- assets/fleet-agent/fleet-agent-102.1.1+up0.7.1-rc.2.tgz
version: 102.1.1+up0.7.1-rc.2
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down Expand Up @@ -1240,15 +1240,15 @@ entries:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: fleet-crd
apiVersion: v2
appVersion: 0.7.1-rc.1
created: "2023-07-31T06:56:36.351000172Z"
appVersion: 0.7.1-rc.2
created: "2023-08-09T09:05:58.578003548Z"
description: Fleet Manager CustomResourceDefinitions
digest: 66860f052ae0ea7150622cb8a2c83b0c82c93b7fb3d870ac9831d188849500cf
digest: d3a62529ef7bcd69a09843f8158e038ec482548a88a48eae55426c7faa9de380
icon: https://charts.rancher.io/assets/logos/fleet.svg
name: fleet-crd
urls:
- assets/fleet-crd/fleet-crd-102.1.1+up0.7.1-rc.1.tgz
version: 102.1.1+up0.7.1-rc.1
- assets/fleet-crd/fleet-crd-102.1.1+up0.7.1-rc.2.tgz
version: 102.1.1+up0.7.1-rc.2
- 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.7.1-rc.1
appVersion: 0.7.1-rc.2
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.7.1-rc.1/fleet-agent-0.7.1-rc.1.tgz
url: https://github.com/rancher/fleet/releases/download/v0.7.1-rc.2/fleet-agent-0.7.1-rc.2.tgz
version: 102.1.1
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.7.1-rc.1/fleet-crd-0.7.1-rc.1.tgz
url: https://github.com/rancher/fleet/releases/download/v0.7.1-rc.2/fleet-crd-0.7.1-rc.2.tgz
version: 102.1.1
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.7.1-rc.1
appVersion: 0.7.1-rc.2
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.7.1-rc.1/fleet-0.7.1-rc.1.tgz
url: https://github.com/rancher/fleet/releases/download/v0.7.1-rc.2/fleet-0.7.1-rc.2.tgz
version: 102.1.1
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.7.1-rc.1/fleet-0.7.1-rc.1.tgz
url: https://github.com/rancher/fleet/releases/download/v0.7.1-rc.2/fleet-0.7.1-rc.2.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 @@ -4,10 +4,10 @@ rancher-project-monitoring:
- 3.0.0+up0.3.3
fleet:
- 102.1.0+up0.7.0
- 102.1.1+up0.7.1-rc.1
- 102.1.1+up0.7.1-rc.2
fleet-agent:
- 102.1.0+up0.7.0
- 102.1.1+up0.7.1-rc.1
- 102.1.1+up0.7.1-rc.2
fleet-crd:
- 102.1.0+up0.7.0
- 102.1.1+up0.7.1-rc.1
- 102.1.1+up0.7.1-rc.2
Loading