Merge branch 'main' into 249-backup-restore-gotchas
This commit is contained in:
commit
012168d5fa
170
releasepost.yaml
170
releasepost.yaml
|
|
@ -9,6 +9,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.13 Changelogs"
|
||||
|
|
@ -35,6 +52,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.12 Changelogs"
|
||||
|
|
@ -61,6 +95,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.11 Changelogs"
|
||||
|
|
@ -87,6 +138,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.10 Changelogs"
|
||||
|
|
@ -113,6 +181,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.9 Changelogs"
|
||||
|
|
@ -139,6 +224,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.8 Changelogs"
|
||||
|
|
@ -165,6 +267,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.7 Changelogs"
|
||||
|
|
@ -191,6 +310,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.6 Changelogs"
|
||||
|
|
@ -217,6 +353,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.5 Changelogs"
|
||||
|
|
@ -243,6 +396,23 @@ changelogs:
|
|||
date: "{{ .Changelog.PublishedAt }}"
|
||||
---
|
||||
indexfilename: index
|
||||
filetemplate: |
|
||||
{{ .FrontMatters }}
|
||||
{{ if .Changelog.Author }}
|
||||
* {{ .Changelog.Author }} released this {{ .Changelog.PublishedAt }}*
|
||||
{{ end }}
|
||||
{{ if .Changelog.Description }}
|
||||
{{ .Changelog.Description }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.Assets }}
|
||||
## Download
|
||||
{{ range $asset := .Changelog.Assets }}
|
||||
* [{{ $asset.Name }}]({{ $asset.DownloadURL }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Changelog.URL }}
|
||||
*Information retrieved from [here]({{ .Changelog.URL }})*
|
||||
{{ end }}
|
||||
indexfrontmatters: |
|
||||
---
|
||||
title: "0.4 Changelogs"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ policies:
|
|||
- updatecli/values.d/scm.yaml
|
||||
- updatecli/values.d/fleet.yaml
|
||||
- name: Handle releasepost
|
||||
policy: ghcr.io/olblak/rancherlabs-policies/docusaurus/releasepost:0.5.1@sha256:5190f9af490d5e7f6c16bb50048c43fc8c3c8e144814a5ef684b8b05c2c4b780
|
||||
policy: ghcr.io/olblak/rancherlabs-policies/docusaurus/releasepost:0.6.0@sha256:e73728d960743ea5ff19def234e14d1c59bfd4f5d812a1a5755d1ff80d80e73d
|
||||
values:
|
||||
- updatecli/values.d/scm.yaml
|
||||
- updatecli/values.d/fleet.yaml
|
||||
|
|
|
|||
|
|
@ -4,228 +4,225 @@ date: "2024-07-17 11:54:57 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-07-17 11:54:57 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-07-17 11:54:57 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<p>The Fleet v0.10 release brings significant changes, including a redesign that splits components into containers and switches to the controller-runtime framework. The rewritten controllers switch to structured logging. To reduce image size and complexity, v0.10 integrates the gitjob repository, merges various controller codes, and introduces new features such as sharding with node selectors, prometheus metrics, configurable leader election, and worker count for the fleet-controller. The release deprecates the "fleet test" command in favor of “target” and “deploy” with a dry-run option and adds experimental OCI content storage. Bug fixes enhance drift detection, cluster status reporting, and various operational aspects, while automation improvements bolster testing, CI, and the release workflow.</p>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Populate bundle status from bundleDeployment status resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rubhanazeem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rubhanazeem">@rubhanazeem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2359733673" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2535" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2535/hovercard" href="https://github.com/rancher/fleet/pull/2535">#2535</a></li>
|
||||
<li>Add strict TLS mode support by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2346800281" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2507" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2507/hovercard" href="https://github.com/rancher/fleet/pull/2507">#2507</a></li>
|
||||
<li>Adding NodeSelection for Controller Shards by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2345997673" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2505" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2505/hovercard" href="https://github.com/rancher/fleet/pull/2505">#2505</a></li>
|
||||
<li>Extend strict TLS mode to <code>fleet-agent</code> container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2375511059" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2556" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2556/hovercard" href="https://github.com/rancher/fleet/pull/2556">#2556</a></li>
|
||||
<li>Gitcloner recurses submodules by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2375658491" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2557" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2557/hovercard" href="https://github.com/rancher/fleet/pull/2557">#2557</a></li>
|
||||
<li>Bundle content storage in OCI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2377863655" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2561" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2561/hovercard" href="https://github.com/rancher/fleet/pull/2561">#2561</a></li>
|
||||
<li>Add metrics to gitops controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2357506168" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2530" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2530/hovercard" href="https://github.com/rancher/fleet/pull/2530">#2530</a></li>
|
||||
<li>Use bundleDeployment to store resources in gitRepo status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rubhanazeem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rubhanazeem">@rubhanazeem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2353413909" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2523" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2523/hovercard" href="https://github.com/rancher/fleet/pull/2523">#2523</a></li>
|
||||
<li>Adds extraEnv to gitjob and fleet-controller deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2339834946" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2493" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2493/hovercard" href="https://github.com/rancher/fleet/pull/2493">#2493</a></li>
|
||||
<li>Deprecate "fleet test" command, previously used to debug chart by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2109938878" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2113" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2113/hovercard" href="https://github.com/rancher/fleet/pull/2113">#2113</a></li>
|
||||
<li>Support for Azure DevOps Webhook for gitRepos using SSH URL by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2302912587" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2440" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2440/hovercard" href="https://github.com/rancher/fleet/pull/2440">#2440</a></li>
|
||||
<li>Keep CRDs when deleting a Bundle by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2048225166" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2028" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2028/hovercard" href="https://github.com/rancher/fleet/pull/2028">#2028</a></li>
|
||||
<li>Add correctDrift to targetCustomization by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2042071087" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2014" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2014/hovercard" href="https://github.com/rancher/fleet/pull/2014">#2014</a></li>
|
||||
<li>Add target/deploy/dry-run CLI commands by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2102603594" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2102" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2102/hovercard" href="https://github.com/rancher/fleet/pull/2102">#2102</a></li>
|
||||
<li>Adds option to disable polling for Git repos by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2186660640" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2226" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2226/hovercard" href="https://github.com/rancher/fleet/pull/2226">#2226</a></li>
|
||||
<li>Only create Content resource if Bundle matches any target by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2194894549" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2239" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2239/hovercard" href="https://github.com/rancher/fleet/pull/2239">#2239</a></li>
|
||||
<li>Removes cluster node status reporting from agent by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2161135650" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2190" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2190/hovercard" href="https://github.com/rancher/fleet/pull/2190">#2190</a></li>
|
||||
<li>Merge controller and gitjob images by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2192725776" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2236" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2236/hovercard" href="https://github.com/rancher/fleet/pull/2236">#2236</a></li>
|
||||
<li>Add static sharding support by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2237854834" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2323" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2323/hovercard" href="https://github.com/rancher/fleet/pull/2323">#2323</a></li>
|
||||
<li>Add Prometheus Metrics by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2149350063" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2172" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2172/hovercard" href="https://github.com/rancher/fleet/pull/2172">#2172</a></li>
|
||||
<li>Merge binaries by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2258819339" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2361" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2361/hovercard" href="https://github.com/rancher/fleet/pull/2361">#2361</a></li>
|
||||
<li>Configurable leader election via chart values by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2019010044" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1981" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1981/hovercard" href="https://github.com/rancher/fleet/pull/1981">#1981</a></li>
|
||||
<li>Replace ImageScan and Bundle Labels With fleet.yaml Labels by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2258766508" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2360" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2360/hovercard" href="https://github.com/rancher/fleet/pull/2360">#2360</a></li>
|
||||
<li>Reduce logging for bundles from cleanup controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2270843205" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2393" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2393/hovercard" href="https://github.com/rancher/fleet/pull/2393">#2393</a></li>
|
||||
<li>Delete namespace when a gitRepo is deleted by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rubhanazeem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rubhanazeem">@rubhanazeem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2263938587" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2373" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2373/hovercard" href="https://github.com/rancher/fleet/pull/2373">#2373</a></li>
|
||||
<li>Add readOnlyRootFilesystem to deployment_gitjob.yaml by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266039980" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2379" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2379/hovercard" href="https://github.com/rancher/fleet/pull/2379">#2379</a></li>
|
||||
<li>Creation of a New Webhook endpoint for Github test Webhook by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2271194744" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2395" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2395/hovercard" href="https://github.com/rancher/fleet/pull/2395">#2395</a></li>
|
||||
<li>Add a Parameter to Configure Worker count for fleet-controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2295399357" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2430" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2430/hovercard" href="https://github.com/rancher/fleet/pull/2430">#2430</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Ignore status fields during drift detection by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2353297690" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2522" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2522/hovercard" href="https://github.com/rancher/fleet/pull/2522">#2522</a></li>
|
||||
<li>Fixes error display and improves user experience in git poller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2364796802" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2542" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2542/hovercard" href="https://github.com/rancher/fleet/pull/2542">#2542</a></li>
|
||||
<li>Honor Helm's MaxHistory when using drift correction by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2353133742" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2519" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2519/hovercard" href="https://github.com/rancher/fleet/pull/2519">#2519</a></li>
|
||||
<li>Remove trailing comma from bootstrap template by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Danil-Grigorev/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Danil-Grigorev">@Danil-Grigorev</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2310946848" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2452" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2452/hovercard" href="https://github.com/rancher/fleet/pull/2452">#2452</a></li>
|
||||
<li>Do not count deleted bundledeployments in cluster status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2311041603" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2454" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2454/hovercard" href="https://github.com/rancher/fleet/pull/2454">#2454</a></li>
|
||||
<li>Fixes infinite job generation after ForceSyncGeneration changed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2328068352" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2477" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2477/hovercard" href="https://github.com/rancher/fleet/pull/2477">#2477</a></li>
|
||||
<li>GitRepo Initial Checkout when DisablePolling is True by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2323168608" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2469" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2469/hovercard" href="https://github.com/rancher/fleet/pull/2469">#2469</a></li>
|
||||
<li>Filter namespaces by the kubernetes.io/metadata.name label by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2037858779" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2009" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2009/hovercard" href="https://github.com/rancher/fleet/pull/2009">#2009</a></li>
|
||||
<li>Catch OCI version errors and return them by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2233104104" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2311" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2311/hovercard" href="https://github.com/rancher/fleet/pull/2311">#2311</a></li>
|
||||
<li>Make AlphabeticalPolicy string check case insensitive by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aditditto/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aditditto">@aditditto</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2177749060" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2216" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2216/hovercard" href="https://github.com/rancher/fleet/pull/2216">#2216</a></li>
|
||||
<li>Ignore not-found errors when deleting bundle deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2243969846" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2329" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2329/hovercard" href="https://github.com/rancher/fleet/pull/2329">#2329</a></li>
|
||||
<li>Bump helm fork to 3.14.4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2248481670" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2337" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2337/hovercard" href="https://github.com/rancher/fleet/pull/2337">#2337</a></li>
|
||||
<li>Add missing serviceName in fleet-agent statefulset by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2066967037" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2045" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2045/hovercard" href="https://github.com/rancher/fleet/pull/2045">#2045</a></li>
|
||||
<li>Fix gitjob log messages for controller and webhook by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2261711418" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2367" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2367/hovercard" href="https://github.com/rancher/fleet/pull/2367">#2367</a></li>
|
||||
<li>Fix helm deployer ignoring kubeconfig CLI arg by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2109931596" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2112" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2112/hovercard" href="https://github.com/rancher/fleet/pull/2112">#2112</a></li>
|
||||
<li>Return commit for revision instead of HEAD by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2280236862" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2410" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2410/hovercard" href="https://github.com/rancher/fleet/pull/2410">#2410</a></li>
|
||||
<li>Merges gitrepo and gitops controllers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2361700242" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2537" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2537/hovercard" href="https://github.com/rancher/fleet/pull/2537">#2537</a></li>
|
||||
<li>Partially replace cleanup with finalizers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2295817557" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2431" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2431/hovercard" href="https://github.com/rancher/fleet/pull/2431">#2431</a></li>
|
||||
<li>Moves functionality from gitrepo to gitjob controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2327173645" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2475" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2475/hovercard" href="https://github.com/rancher/fleet/pull/2475">#2475</a></li>
|
||||
</ul>
|
||||
<h2>Redesign</h2>
|
||||
<ul>
|
||||
<li>Convert fleet-agent to controller-runtime by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1890835443" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1772" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1772/hovercard" href="https://github.com/rancher/fleet/pull/1772">#1772</a></li>
|
||||
<li>Convert fleetcontroller to controller-runtime by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2044137960" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2018" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2018/hovercard" href="https://github.com/rancher/fleet/pull/2018">#2018</a></li>
|
||||
<li>Move <code>rancher/gitjob</code> logic to this repository by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2095804246" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2098" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2098/hovercard" href="https://github.com/rancher/fleet/pull/2098">#2098</a></li>
|
||||
<li>Split fleet-agent by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1963911966" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1905" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1905/hovercard" href="https://github.com/rancher/fleet/pull/1905">#1905</a></li>
|
||||
<li>Switch container images to busybox and suse/git by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1995107905" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1940" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1940/hovercard" href="https://github.com/rancher/fleet/pull/1940">#1940</a></li>
|
||||
<li>Remove <code>GitJob</code> resource by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2122902006" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2129" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2129/hovercard" href="https://github.com/rancher/fleet/pull/2129">#2129</a></li>
|
||||
<li>Clustergroup controller migration by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2275478825" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2400" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2400/hovercard" href="https://github.com/rancher/fleet/pull/2400">#2400</a></li>
|
||||
</ul>
|
||||
<h2>Performance</h2>
|
||||
<ul>
|
||||
<li>Reduce the number of times that Bundle resources are serialized by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2005837884" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1952" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1952/hovercard" href="https://github.com/rancher/fleet/pull/1952">#1952</a></li>
|
||||
<li>Replace json-based implementation of DeepCopy on GenericMap by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1968315954" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1915" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1915/hovercard" href="https://github.com/rancher/fleet/pull/1915">#1915</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<details>
|
||||
<ul>
|
||||
<li>Keep schemebuilder type by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2353647765" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2524" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2524/hovercard" href="https://github.com/rancher/fleet/pull/2524">#2524</a></li>
|
||||
<li>Rename sharding labels by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2318944636" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2463" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2463/hovercard" href="https://github.com/rancher/fleet/pull/2463">#2463</a></li>
|
||||
<li>Fix <code>fleet apply</code> command description by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2323057075" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2467" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2467/hovercard" href="https://github.com/rancher/fleet/pull/2467">#2467</a></li>
|
||||
<li>Fix example values.yaml for enabling OCI storage by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bigkevmcd/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bigkevmcd">@bigkevmcd</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2340004325" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2494" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2494/hovercard" href="https://github.com/rancher/fleet/pull/2494">#2494</a></li>
|
||||
<li>Refactor Gitops Controllers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2337990026" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2490" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2490/hovercard" href="https://github.com/rancher/fleet/pull/2490">#2490</a></li>
|
||||
<li>Add authorize and defaults to gitjob controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2338496650" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2491" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2491/hovercard" href="https://github.com/rancher/fleet/pull/2491">#2491</a></li>
|
||||
<li>Security context needs to be on container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2346033378" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2506" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2506/hovercard" href="https://github.com/rancher/fleet/pull/2506">#2506</a></li>
|
||||
<li>Adds DeleteFunc to bundle's predicate in gitrepo's controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2348301743" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2508" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2508/hovercard" href="https://github.com/rancher/fleet/pull/2508">#2508</a></li>
|
||||
<li>Add SecurityContext to job container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1941789294" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1860" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1860/hovercard" href="https://github.com/rancher/fleet/pull/1860">#1860</a></li>
|
||||
<li>Revert "Add SecurityContext to job container" by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1945542519" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1872" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1872/hovercard" href="https://github.com/rancher/fleet/pull/1872">#1872</a></li>
|
||||
<li>Add SecurityContext to job container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1946998946" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1875" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1875/hovercard" href="https://github.com/rancher/fleet/pull/1875">#1875</a></li>
|
||||
<li>Add security context to token cleanup job by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/puffitos/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/puffitos">@puffitos</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1944032796" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1862" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1862/hovercard" href="https://github.com/rancher/fleet/pull/1862">#1862</a></li>
|
||||
<li>Drop wrangler-cli dependency by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1956784131" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1896" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1896/hovercard" href="https://github.com/rancher/fleet/pull/1896">#1896</a></li>
|
||||
<li>Small refactor of debug flags handling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1957497508" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1899" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1899/hovercard" href="https://github.com/rancher/fleet/pull/1899">#1899</a></li>
|
||||
<li>Move cleanup to a different container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1954439986" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1885" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1885/hovercard" href="https://github.com/rancher/fleet/pull/1885">#1885</a></li>
|
||||
<li>Fix typo in README.md by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/guitarmanvt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/guitarmanvt">@guitarmanvt</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1964022349" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1907" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1907/hovercard" href="https://github.com/rancher/fleet/pull/1907">#1907</a></li>
|
||||
<li>Replace wrangler for kubebuilder for generating CRDs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1963848717" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1904" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1904/hovercard" href="https://github.com/rancher/fleet/pull/1904">#1904</a></li>
|
||||
<li>Remove leftovers from controller-gen migration by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1970291711" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1920" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1920/hovercard" href="https://github.com/rancher/fleet/pull/1920">#1920</a></li>
|
||||
<li>Fix debug flag in agent commands by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1974427291" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1924" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1924/hovercard" href="https://github.com/rancher/fleet/pull/1924">#1924</a></li>
|
||||
<li>Move agent management to a separate container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1965739264" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1910" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1910/hovercard" href="https://github.com/rancher/fleet/pull/1910">#1910</a></li>
|
||||
<li>Improve pull request template by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1996262122" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1941" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1941/hovercard" href="https://github.com/rancher/fleet/pull/1941">#1941</a></li>
|
||||
<li>Add docs link by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2002340456" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1951" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1951/hovercard" href="https://github.com/rancher/fleet/pull/1951">#1951</a></li>
|
||||
<li>Change variables to constants in bundle type by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2020563266" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1986" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1986/hovercard" href="https://github.com/rancher/fleet/pull/1986">#1986</a></li>
|
||||
<li>Agent Bundle/Release Cleanup Ignores Non-Fleet Releases by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2014984111" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1976" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1976/hovercard" href="https://github.com/rancher/fleet/pull/1976">#1976</a></li>
|
||||
<li>Move agentmanagement modules into its folder by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2052187498" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2032" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2032/hovercard" href="https://github.com/rancher/fleet/pull/2032">#2032</a></li>
|
||||
<li>Improve container security by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2065607849" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2042" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2042/hovercard" href="https://github.com/rancher/fleet/pull/2042">#2042</a></li>
|
||||
<li>Remove bd requeue, rely on drift correction by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2020559622" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1985" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1985/hovercard" href="https://github.com/rancher/fleet/pull/1985">#1985</a></li>
|
||||
<li>Remove k8s replace from go.mod by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2086110636" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2086" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2086/hovercard" href="https://github.com/rancher/fleet/pull/2086">#2086</a></li>
|
||||
<li>Use apimachinery yaml package directly by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2098324130" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2099" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2099/hovercard" href="https://github.com/rancher/fleet/pull/2099">#2099</a></li>
|
||||
<li>Extract apply to applied by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2094168503" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2097" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2097/hovercard" href="https://github.com/rancher/fleet/pull/2097">#2097</a></li>
|
||||
<li>Refactor targeting/bundle controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2109926921" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2111" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2111/hovercard" href="https://github.com/rancher/fleet/pull/2111">#2111</a></li>
|
||||
<li>Use git-core pkg instead of git by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2107459241" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2105" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2105/hovercard" href="https://github.com/rancher/fleet/pull/2105">#2105</a></li>
|
||||
<li>Update helm fork, rename ForceAdopt/Adopt to TakeOwnership by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2132126024" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2146" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2146/hovercard" href="https://github.com/rancher/fleet/pull/2146">#2146</a></li>
|
||||
<li>Move <code>gitjob</code> binary to <code>internal/cmd</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2132258848" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2148" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2148/hovercard" href="https://github.com/rancher/fleet/pull/2148">#2148</a></li>
|
||||
<li>Cleanup unused durations constants by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jhoblitt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jhoblitt">@jhoblitt</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2226398605" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2286" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2286/hovercard" href="https://github.com/rancher/fleet/pull/2286">#2286</a></li>
|
||||
<li>Propagate bundle and bundledeployment status updates to GitRepo by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2179603905" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2223" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2223/hovercard" href="https://github.com/rancher/fleet/pull/2223">#2223</a></li>
|
||||
<li>Remove Windows agent image and docs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2192743853" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2237" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2237/hovercard" href="https://github.com/rancher/fleet/pull/2237">#2237</a></li>
|
||||
<li>Remove manifest templates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2191857570" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2233" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2233/hovercard" href="https://github.com/rancher/fleet/pull/2233">#2233</a></li>
|
||||
<li>Switch fetchNamespace to Get instead of list by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2166745312" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2205" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2205/hovercard" href="https://github.com/rancher/fleet/pull/2205">#2205</a></li>
|
||||
<li>Switch fleet repo branch to main by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2195475786" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2240" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2240/hovercard" href="https://github.com/rancher/fleet/pull/2240">#2240</a></li>
|
||||
<li>Use portable API for bind mounts in integration tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2188779861" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2229" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2229/hovercard" href="https://github.com/rancher/fleet/pull/2229">#2229</a></li>
|
||||
<li>Controller image only install ssh clients by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2248079706" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2335" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2335/hovercard" href="https://github.com/rancher/fleet/pull/2335">#2335</a></li>
|
||||
<li>Remove unused update status code from bundle reconciler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2256160466" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2349" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2349/hovercard" href="https://github.com/rancher/fleet/pull/2349">#2349</a></li>
|
||||
<li>Simplify shards configuration detection by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2258162224" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2354" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2354/hovercard" href="https://github.com/rancher/fleet/pull/2354">#2354</a></li>
|
||||
<li>Switch to tini by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2248463028" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2336" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2336/hovercard" href="https://github.com/rancher/fleet/pull/2336">#2336</a></li>
|
||||
<li>Hide global CLI flags on sub commands by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2265439033" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2376" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2376/hovercard" href="https://github.com/rancher/fleet/pull/2376">#2376</a></li>
|
||||
<li>CLI deploy prints to stdout by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2311000996" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2453" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2453/hovercard" href="https://github.com/rancher/fleet/pull/2453">#2453</a></li>
|
||||
<li>metrics: optimize collection calls in reconciliation loops by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2277897649" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2406" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2406/hovercard" href="https://github.com/rancher/fleet/pull/2406">#2406</a></li>
|
||||
<li>Refactoring CreateJob and UpdateStatus methos in Gitjob Reconciler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2299764247" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2434" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2434/hovercard" href="https://github.com/rancher/fleet/pull/2434">#2434</a></li>
|
||||
<li>Gitjob controller updates GitRepo with generation it is reconciling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2310909354" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2451" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2451/hovercard" href="https://github.com/rancher/fleet/pull/2451">#2451</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
<h2>CI / Automation</h2>
|
||||
<details>
|
||||
<ul>
|
||||
<li>Improve release api description and default by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2366117641" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2548" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2548/hovercard" href="https://github.com/rancher/fleet/pull/2548">#2548</a></li>
|
||||
<li>Fix flaky e2e tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2362518175" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2539" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2539/hovercard" href="https://github.com/rancher/fleet/pull/2539">#2539</a></li>
|
||||
<li>dev: Make setup-single-cluster capable of setting up multiple clusters by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2318907617" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2461" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2461/hovercard" href="https://github.com/rancher/fleet/pull/2461">#2461</a></li>
|
||||
<li>Remove linter from release pipeline by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2378303360" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2562" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2562/hovercard" href="https://github.com/rancher/fleet/pull/2562">#2562</a></li>
|
||||
<li>Fix flaky GitRepo status tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2359587594" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2534" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2534/hovercard" href="https://github.com/rancher/fleet/pull/2534">#2534</a></li>
|
||||
<li>Include drift end-to-end tests in CI workflows by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2357560687" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2531" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2531/hovercard" href="https://github.com/rancher/fleet/pull/2531">#2531</a></li>
|
||||
<li>Ignore typos in embedded file by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2356696655" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2528" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2528/hovercard" href="https://github.com/rancher/fleet/pull/2528">#2528</a></li>
|
||||
<li>Switch from omg.howdoi.website to sslip.io by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2321037884" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2466" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2466/hovercard" href="https://github.com/rancher/fleet/pull/2466">#2466</a></li>
|
||||
<li>Fix summary and details tags in bug report template by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sbulage/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sbulage">@sbulage</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2327315302" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2476" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2476/hovercard" href="https://github.com/rancher/fleet/pull/2476">#2476</a></li>
|
||||
<li>Increase timeout and waiting for testcontainers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2343689650" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2502" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2502/hovercard" href="https://github.com/rancher/fleet/pull/2502">#2502</a></li>
|
||||
<li>Add status reconcile tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2283773180" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2416" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2416/hovercard" href="https://github.com/rancher/fleet/pull/2416">#2416</a></li>
|
||||
<li>Fix flaky agent modified status test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2345749832" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2504" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2504/hovercard" href="https://github.com/rancher/fleet/pull/2504">#2504</a></li>
|
||||
<li>E2e test to checks status fields by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rubhanazeem/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rubhanazeem">@rubhanazeem</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2343861917" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2503" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2503/hovercard" href="https://github.com/rancher/fleet/pull/2503">#2503</a></li>
|
||||
<li>Fixes flaky agent integration test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2348538604" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2509" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2509/hovercard" href="https://github.com/rancher/fleet/pull/2509">#2509</a></li>
|
||||
<li>Use the same linter version in GoReleaser as for prs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2349162426" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2511" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2511/hovercard" href="https://github.com/rancher/fleet/pull/2511">#2511</a></li>
|
||||
<li>Fix flaky integration test for git job with polling disabled by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2350332081" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2514" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2514/hovercard" href="https://github.com/rancher/fleet/pull/2514">#2514</a></li>
|
||||
<li>Add tmate debugging info to Nightly E2E workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1932553904" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1847" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1847/hovercard" href="https://github.com/rancher/fleet/pull/1847">#1847</a></li>
|
||||
<li>Reduce replica count in rancher integration tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1929852102" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1840" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1840/hovercard" href="https://github.com/rancher/fleet/pull/1840">#1840</a></li>
|
||||
<li>Remove cache action for Go build artifacts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1945000917" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1867" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1867/hovercard" href="https://github.com/rancher/fleet/pull/1867">#1867</a></li>
|
||||
<li>Prevent debug images from creating GitHub releases by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1946780667" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1873" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1873/hovercard" href="https://github.com/rancher/fleet/pull/1873">#1873</a></li>
|
||||
<li>Use configmap example for <code>keepResources</code> E2E tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1945350043" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1870" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1870/hovercard" href="https://github.com/rancher/fleet/pull/1870">#1870</a></li>
|
||||
<li>Clean up e2e test resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1947082629" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1876" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1876/hovercard" href="https://github.com/rancher/fleet/pull/1876">#1876</a></li>
|
||||
<li>Update exact Fleet version when releasing against Rancher by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1952352330" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1880" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1880/hovercard" href="https://github.com/rancher/fleet/pull/1880">#1880</a></li>
|
||||
<li>Use private configmap chart for OCI testing by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1957212101" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1898" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1898/hovercard" href="https://github.com/rancher/fleet/pull/1898">#1898</a></li>
|
||||
<li>Lower debug level in dev scripts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1963638015" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1903" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1903/hovercard" href="https://github.com/rancher/fleet/pull/1903">#1903</a></li>
|
||||
<li>Fix flaky smoke test for cluster registration by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1968035872" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1913" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1913/hovercard" href="https://github.com/rancher/fleet/pull/1913">#1913</a></li>
|
||||
<li>Add acceptance tests to AKS and GKE CI workflows by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1968151102" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1914" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1914/hovercard" href="https://github.com/rancher/fleet/pull/1914">#1914</a></li>
|
||||
<li>Make sure that all go.mods are tidy for new prs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1996298811" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1942" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1942/hovercard" href="https://github.com/rancher/fleet/pull/1942">#1942</a></li>
|
||||
<li>Provide release.yaml charts version as array by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2012438999" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1971" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1971/hovercard" href="https://github.com/rancher/fleet/pull/1971">#1971</a></li>
|
||||
<li>Switch bundle diff test to use random target namespaces by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2014372575" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1975" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1975/hovercard" href="https://github.com/rancher/fleet/pull/1975">#1975</a></li>
|
||||
<li>Switch upgrade test to fleet-test-data repo by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1992431831" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1936" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1936/hovercard" href="https://github.com/rancher/fleet/pull/1936">#1936</a></li>
|
||||
<li>Remove s390x as runners are not available by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2024100159" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1995" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1995/hovercard" href="https://github.com/rancher/fleet/pull/1995">#1995</a></li>
|
||||
<li>Add config for user/passwords in test infra by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2020905725" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1987" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1987/hovercard" href="https://github.com/rancher/fleet/pull/1987">#1987</a></li>
|
||||
<li>Fix flaky gitrepo test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2030522456" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1999" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1999/hovercard" href="https://github.com/rancher/fleet/pull/1999">#1999</a></li>
|
||||
<li>Add workflow for porting issues by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2041648810" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2012" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2012/hovercard" href="https://github.com/rancher/fleet/pull/2012">#2012</a></li>
|
||||
<li>Use a different secret for GITHUB_TOKEN by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2043557441" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2016" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2016/hovercard" href="https://github.com/rancher/fleet/pull/2016">#2016</a></li>
|
||||
<li>Adapt release script to build.yaml by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2043259249" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2015" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2015/hovercard" href="https://github.com/rancher/fleet/pull/2015">#2015</a></li>
|
||||
<li>Add initial gitrepo controller integration test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2052784725" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2034" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2034/hovercard" href="https://github.com/rancher/fleet/pull/2034">#2034</a></li>
|
||||
<li>Update CI up to k8s 1.29 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2081820873" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2073" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2073/hovercard" href="https://github.com/rancher/fleet/pull/2073">#2073</a></li>
|
||||
<li>Disable cache in golangci-lint action by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2082403965" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2075" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2075/hovercard" href="https://github.com/rancher/fleet/pull/2075">#2075</a></li>
|
||||
<li>Release scripts chart dir var by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2084413168" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2081" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2081/hovercard" href="https://github.com/rancher/fleet/pull/2081">#2081</a></li>
|
||||
<li>Remove remaining s390x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2083721520" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2078" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2078/hovercard" href="https://github.com/rancher/fleet/pull/2078">#2078</a></li>
|
||||
<li>Remove nightly image build by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2118784304" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2122" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2122/hovercard" href="https://github.com/rancher/fleet/pull/2122">#2122</a></li>
|
||||
<li>Infra e2e command uses a published fleet module by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2127319651" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2137" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2137/hovercard" href="https://github.com/rancher/fleet/pull/2137">#2137</a></li>
|
||||
<li>Add dev docs for changing the infra command by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2132221945" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2147" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2147/hovercard" href="https://github.com/rancher/fleet/pull/2147">#2147</a></li>
|
||||
<li>Add gitjob end-to-end tests with SSH key by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2109627478" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2109" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2109/hovercard" href="https://github.com/rancher/fleet/pull/2109">#2109</a></li>
|
||||
<li>Add CI workflow releasing Fleet charts against a test repo by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2227864431" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2296" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2296/hovercard" href="https://github.com/rancher/fleet/pull/2296">#2296</a></li>
|
||||
<li>Add initial Renovate configuration by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2224521380" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2274" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2274/hovercard" href="https://github.com/rancher/fleet/pull/2274">#2274</a></li>
|
||||
<li>CI script to update fleet reset values by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2202937276" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2261" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2261/hovercard" href="https://github.com/rancher/fleet/pull/2261">#2261</a></li>
|
||||
<li>CI: Revert typos back to master by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2222518439" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2272" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2272/hovercard" href="https://github.com/rancher/fleet/pull/2272">#2272</a></li>
|
||||
<li>Disable FOSSA check for RC releases by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2235139699" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2316" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2316/hovercard" href="https://github.com/rancher/fleet/pull/2316">#2316</a></li>
|
||||
<li>Upgrade Fleet in Rancher only triggered manually by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2197306694" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2241" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2241/hovercard" href="https://github.com/rancher/fleet/pull/2241">#2241</a></li>
|
||||
<li>Remove zube label handling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2222357941" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2270" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2270/hovercard" href="https://github.com/rancher/fleet/pull/2270">#2270</a></li>
|
||||
<li>Replace Drone pipeline with Github actions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2144033837" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2168" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2168/hovercard" href="https://github.com/rancher/fleet/pull/2168">#2168</a></li>
|
||||
<li>Optimize renovate config by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2225725538" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2283" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2283/hovercard" href="https://github.com/rancher/fleet/pull/2283">#2283</a></li>
|
||||
<li>Remove drone and dapper scripts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2167092697" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2207" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2207/hovercard" href="https://github.com/rancher/fleet/pull/2207">#2207</a></li>
|
||||
<li>Do not mess up go toolchain during release by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2169305864" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2209" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2209/hovercard" href="https://github.com/rancher/fleet/pull/2209">#2209</a></li>
|
||||
<li>Duplicate integrationtests scripts for devs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2202423682" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2259" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2259/hovercard" href="https://github.com/rancher/fleet/pull/2259">#2259</a></li>
|
||||
<li>Fix "Upgrade Fleet in Rancher To HEAD" CI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2202794521" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2260" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2260/hovercard" href="https://github.com/rancher/fleet/pull/2260">#2260</a></li>
|
||||
<li>Fix Helm chart version computation in release workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2188219748" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2227" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2227/hovercard" href="https://github.com/rancher/fleet/pull/2227">#2227</a></li>
|
||||
<li>Improve release scripts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2233316374" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2312" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2312/hovercard" href="https://github.com/rancher/fleet/pull/2312">#2312</a></li>
|
||||
<li>Fixes for image reference and CI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2200504121" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2253" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2253/hovercard" href="https://github.com/rancher/fleet/pull/2253">#2253</a></li>
|
||||
<li>Improve release scripts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2237274685" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2321" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2321/hovercard" href="https://github.com/rancher/fleet/pull/2321">#2321</a></li>
|
||||
<li>Bump Fleet version used within installation documentation to 0.9.3 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rancherbot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rancherbot">@rancherbot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2249559463" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2338" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2338/hovercard" href="https://github.com/rancher/fleet/pull/2338">#2338</a></li>
|
||||
<li>Make pre-release detection automatic by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2246220747" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2333" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2333/hovercard" href="https://github.com/rancher/fleet/pull/2333">#2333</a></li>
|
||||
<li>Update dev/README Dockerfile for act container image by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2240210266" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2326" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2326/hovercard" href="https://github.com/rancher/fleet/pull/2326">#2326</a></li>
|
||||
<li>Add developer docs for monitoring by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2161042895" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2189" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2189/hovercard" href="https://github.com/rancher/fleet/pull/2189">#2189</a></li>
|
||||
<li>Publish to docker.io/rancher (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a>)</li>
|
||||
<li>Clean up metrics tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2269445338" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2387" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2387/hovercard" href="https://github.com/rancher/fleet/pull/2387">#2387</a></li>
|
||||
<li>Remove go.mod from infra test setup command by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2265685027" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2378" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2378/hovercard" href="https://github.com/rancher/fleet/pull/2378">#2378</a></li>
|
||||
<li>Simplify sharding end-to-end tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2271468604" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2396" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2396/hovercard" href="https://github.com/rancher/fleet/pull/2396">#2396</a></li>
|
||||
<li>Remove go work section from dev README by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266055045" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2380" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2380/hovercard" href="https://github.com/rancher/fleet/pull/2380">#2380</a></li>
|
||||
<li>metrics: Add E2E test for cluster deletion by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2263563973" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2371" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2371/hovercard" href="https://github.com/rancher/fleet/pull/2371">#2371</a></li>
|
||||
<li>Ignore gosec errors in end-to-end tests infra setup by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2270828693" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2392" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2392/hovercard" href="https://github.com/rancher/fleet/pull/2392">#2392</a></li>
|
||||
<li>Add sharding to Fleet deployments in CI workflows running end-to-end tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2277427905" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2405" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2405/hovercard" href="https://github.com/rancher/fleet/pull/2405">#2405</a></li>
|
||||
<li>dev-scripts: Change apiServerURL for setup-fleet-downstream by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2071940986" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2052" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2052/hovercard" href="https://github.com/rancher/fleet/pull/2052">#2052</a></li>
|
||||
<li>Improve logging and document issue running <code>act</code> in a linked git worktree by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2263578613" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2372" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2372/hovercard" href="https://github.com/rancher/fleet/pull/2372">#2372</a></li>
|
||||
<li>metrics: make sure metrics work well with sharding by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2285477953" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2420" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2420/hovercard" href="https://github.com/rancher/fleet/pull/2420">#2420</a></li>
|
||||
<li>Re-enable fossa by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/olblak/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/olblak">@olblak</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2310005735" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2446" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2446/hovercard" href="https://github.com/rancher/fleet/pull/2446">#2446</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.5...v0.10.0"><tt>v0.9.5...v0.10.0</tt></a></p>
|
||||
|
||||
The Fleet v0.10 release brings significant changes, including a redesign that splits components into containers and switches to the controller-runtime framework. The rewritten controllers switch to structured logging. To reduce image size and complexity, v0.10 integrates the gitjob repository, merges various controller codes, and introduces new features such as sharding with node selectors, prometheus metrics, configurable leader election, and worker count for the fleet-controller. The release deprecates the "fleet test" command in favor of “target” and “deploy” with a dry-run option and adds experimental OCI content storage. Bug fixes enhance drift detection, cluster status reporting, and various operational aspects, while automation improvements bolster testing, CI, and the release workflow.
|
||||
|
||||
|
||||
## Additions
|
||||
|
||||
* Populate bundle status from bundleDeployment status resources by @rubhanazeem in https://github.com/rancher/fleet/pull/2535
|
||||
* Add strict TLS mode support by @weyfonk in https://github.com/rancher/fleet/pull/2507
|
||||
* Adding NodeSelection for Controller Shards by @Tommy12789 in https://github.com/rancher/fleet/pull/2505
|
||||
* Extend strict TLS mode to `fleet-agent` container by @weyfonk in https://github.com/rancher/fleet/pull/2556
|
||||
* Gitcloner recurses submodules by @manno in https://github.com/rancher/fleet/pull/2557
|
||||
* Bundle content storage in OCI by @0xavi0 in https://github.com/rancher/fleet/pull/2561
|
||||
* Add metrics to gitops controller by @Tommy12789 in https://github.com/rancher/fleet/pull/2530
|
||||
* Use bundleDeployment to store resources in gitRepo status by @rubhanazeem in https://github.com/rancher/fleet/pull/2523
|
||||
* Adds extraEnv to gitjob and fleet-controller deployments by @0xavi0 in https://github.com/rancher/fleet/pull/2493
|
||||
* Deprecate "fleet test" command, previously used to debug chart by @manno in https://github.com/rancher/fleet/pull/2113
|
||||
* Support for Azure DevOps Webhook for gitRepos using SSH URL by @0xavi0 in https://github.com/rancher/fleet/pull/2440
|
||||
* Keep CRDs when deleting a Bundle by @raulcabello in https://github.com/rancher/fleet/pull/2028
|
||||
* Add correctDrift to targetCustomization by @raulcabello in https://github.com/rancher/fleet/pull/2014
|
||||
* Add target/deploy/dry-run CLI commands by @manno in https://github.com/rancher/fleet/pull/2102
|
||||
* Adds option to disable polling for Git repos by @0xavi0 in https://github.com/rancher/fleet/pull/2226
|
||||
* Only create Content resource if Bundle matches any target by @manno in https://github.com/rancher/fleet/pull/2239
|
||||
* Removes cluster node status reporting from agent by @0xavi0 in https://github.com/rancher/fleet/pull/2190
|
||||
* Merge controller and gitjob images by @weyfonk in https://github.com/rancher/fleet/pull/2236
|
||||
* Add static sharding support by @weyfonk in https://github.com/rancher/fleet/pull/2323
|
||||
* Add Prometheus Metrics by @p-se in https://github.com/rancher/fleet/pull/2172
|
||||
* Merge binaries by @manno in https://github.com/rancher/fleet/pull/2361
|
||||
* Configurable leader election via chart values by @aruiz14 in https://github.com/rancher/fleet/pull/1981
|
||||
* Replace ImageScan and Bundle Labels With fleet.yaml Labels by @Tommy12789 in https://github.com/rancher/fleet/pull/2360
|
||||
* Reduce logging for bundles from cleanup controller by @manno in https://github.com/rancher/fleet/pull/2393
|
||||
* Delete namespace when a gitRepo is deleted by @rubhanazeem in https://github.com/rancher/fleet/pull/2373
|
||||
* Add readOnlyRootFilesystem to deployment_gitjob.yaml by @thardeck in https://github.com/rancher/fleet/pull/2379
|
||||
* Creation of a New Webhook endpoint for Github test Webhook by @Tommy12789 in https://github.com/rancher/fleet/pull/2395
|
||||
* Add a Parameter to Configure Worker count for fleet-controller by @Tommy12789 in https://github.com/rancher/fleet/pull/2430
|
||||
|
||||
## Bugfixes
|
||||
* Ignore status fields during drift detection by @aruiz14 in https://github.com/rancher/fleet/pull/2522
|
||||
* Fixes error display and improves user experience in git poller by @0xavi0 in https://github.com/rancher/fleet/pull/2542
|
||||
* Honor Helm's MaxHistory when using drift correction by @aruiz14 in https://github.com/rancher/fleet/pull/2519
|
||||
* Remove trailing comma from bootstrap template by @Danil-Grigorev in https://github.com/rancher/fleet/pull/2452
|
||||
* Do not count deleted bundledeployments in cluster status by @manno in https://github.com/rancher/fleet/pull/2454
|
||||
* Fixes infinite job generation after ForceSyncGeneration changed by @0xavi0 in https://github.com/rancher/fleet/pull/2477
|
||||
* GitRepo Initial Checkout when DisablePolling is True by @Tommy12789 in https://github.com/rancher/fleet/pull/2469
|
||||
* Filter namespaces by the kubernetes.io/metadata.name label by @raulcabello in https://github.com/rancher/fleet/pull/2009
|
||||
* Catch OCI version errors and return them by @manno in https://github.com/rancher/fleet/pull/2311
|
||||
* Make AlphabeticalPolicy string check case insensitive by @aditditto in https://github.com/rancher/fleet/pull/2216
|
||||
* Ignore not-found errors when deleting bundle deployments by @weyfonk in https://github.com/rancher/fleet/pull/2329
|
||||
* Bump helm fork to 3.14.4 by @manno in https://github.com/rancher/fleet/pull/2337
|
||||
* Add missing serviceName in fleet-agent statefulset by @p-se in https://github.com/rancher/fleet/pull/2045
|
||||
* Fix gitjob log messages for controller and webhook by @manno in https://github.com/rancher/fleet/pull/2367
|
||||
* Fix helm deployer ignoring kubeconfig CLI arg by @manno in https://github.com/rancher/fleet/pull/2112
|
||||
* Return commit for revision instead of HEAD by @0xavi0 in https://github.com/rancher/fleet/pull/2410
|
||||
* Merges gitrepo and gitops controllers by @0xavi0 in https://github.com/rancher/fleet/pull/2537
|
||||
* Partially replace cleanup with finalizers by @weyfonk in https://github.com/rancher/fleet/pull/2431
|
||||
* Moves functionality from gitrepo to gitjob controller by @0xavi0 in https://github.com/rancher/fleet/pull/2475
|
||||
|
||||
## Redesign
|
||||
* Convert fleet-agent to controller-runtime by @manno in https://github.com/rancher/fleet/pull/1772
|
||||
* Convert fleetcontroller to controller-runtime by @manno in https://github.com/rancher/fleet/pull/2018
|
||||
* Move `rancher/gitjob` logic to this repository by @weyfonk in https://github.com/rancher/fleet/pull/2098
|
||||
* Split fleet-agent by @manno in https://github.com/rancher/fleet/pull/1905
|
||||
* Switch container images to busybox and suse/git by @manno in https://github.com/rancher/fleet/pull/1940
|
||||
* Remove `GitJob` resource by @weyfonk in https://github.com/rancher/fleet/pull/2129
|
||||
* Clustergroup controller migration by @manno in https://github.com/rancher/fleet/pull/2400
|
||||
|
||||
## Performance
|
||||
* Reduce the number of times that Bundle resources are serialized by @aruiz14 in https://github.com/rancher/fleet/pull/1952
|
||||
* Replace json-based implementation of DeepCopy on GenericMap by @aruiz14 in https://github.com/rancher/fleet/pull/1915
|
||||
|
||||
## What's Changed
|
||||
|
||||
<details>
|
||||
|
||||
* Keep schemebuilder type by @manno in https://github.com/rancher/fleet/pull/2524
|
||||
* Rename sharding labels by @manno in https://github.com/rancher/fleet/pull/2463
|
||||
* Fix `fleet apply` command description by @weyfonk in https://github.com/rancher/fleet/pull/2467
|
||||
* Fix example values.yaml for enabling OCI storage by @bigkevmcd in https://github.com/rancher/fleet/pull/2494
|
||||
* Refactor Gitops Controllers by @manno in https://github.com/rancher/fleet/pull/2490
|
||||
* Add authorize and defaults to gitjob controller by @manno in https://github.com/rancher/fleet/pull/2491
|
||||
* Security context needs to be on container by @manno in https://github.com/rancher/fleet/pull/2506
|
||||
* Adds DeleteFunc to bundle's predicate in gitrepo's controller by @0xavi0 in https://github.com/rancher/fleet/pull/2508
|
||||
* Add SecurityContext to job container by @raulcabello in https://github.com/rancher/fleet/pull/1860
|
||||
* Revert "Add SecurityContext to job container" by @raulcabello in https://github.com/rancher/fleet/pull/1872
|
||||
* Add SecurityContext to job container by @raulcabello in https://github.com/rancher/fleet/pull/1875
|
||||
* Add security context to token cleanup job by @puffitos in https://github.com/rancher/fleet/pull/1862
|
||||
* Drop wrangler-cli dependency by @aruiz14 in https://github.com/rancher/fleet/pull/1896
|
||||
* Small refactor of debug flags handling by @aruiz14 in https://github.com/rancher/fleet/pull/1899
|
||||
* Move cleanup to a different container by @raulcabello in https://github.com/rancher/fleet/pull/1885
|
||||
* Fix typo in README.md by @guitarmanvt in https://github.com/rancher/fleet/pull/1907
|
||||
* Replace wrangler for kubebuilder for generating CRDs by @raulcabello in https://github.com/rancher/fleet/pull/1904
|
||||
* Remove leftovers from controller-gen migration by @aruiz14 in https://github.com/rancher/fleet/pull/1920
|
||||
* Fix debug flag in agent commands by @manno in https://github.com/rancher/fleet/pull/1924
|
||||
* Move agent management to a separate container by @raulcabello in https://github.com/rancher/fleet/pull/1910
|
||||
* Improve pull request template by @thardeck in https://github.com/rancher/fleet/pull/1941
|
||||
* Add docs link by @weyfonk in https://github.com/rancher/fleet/pull/1951
|
||||
* Change variables to constants in bundle type by @manno in https://github.com/rancher/fleet/pull/1986
|
||||
* Agent Bundle/Release Cleanup Ignores Non-Fleet Releases by @manno in https://github.com/rancher/fleet/pull/1976
|
||||
* Move agentmanagement modules into its folder by @manno in https://github.com/rancher/fleet/pull/2032
|
||||
* Improve container security by @weyfonk in https://github.com/rancher/fleet/pull/2042
|
||||
* Remove bd requeue, rely on drift correction by @manno in https://github.com/rancher/fleet/pull/1985
|
||||
* Remove k8s replace from go.mod by @manno in https://github.com/rancher/fleet/pull/2086
|
||||
* Use apimachinery yaml package directly by @manno in https://github.com/rancher/fleet/pull/2099
|
||||
* Extract apply to applied by @manno in https://github.com/rancher/fleet/pull/2097
|
||||
* Refactor targeting/bundle controller by @manno in https://github.com/rancher/fleet/pull/2111
|
||||
* Use git-core pkg instead of git by @weyfonk in https://github.com/rancher/fleet/pull/2105
|
||||
* Update helm fork, rename ForceAdopt/Adopt to TakeOwnership by @manno in https://github.com/rancher/fleet/pull/2146
|
||||
* Move `gitjob` binary to `internal/cmd` by @weyfonk in https://github.com/rancher/fleet/pull/2148
|
||||
* Cleanup unused durations constants by @jhoblitt in https://github.com/rancher/fleet/pull/2286
|
||||
* Propagate bundle and bundledeployment status updates to GitRepo by @weyfonk in https://github.com/rancher/fleet/pull/2223
|
||||
* Remove Windows agent image and docs by @weyfonk in https://github.com/rancher/fleet/pull/2237
|
||||
* Remove manifest templates by @weyfonk in https://github.com/rancher/fleet/pull/2233
|
||||
* Switch fetchNamespace to Get instead of list by @manno in https://github.com/rancher/fleet/pull/2205
|
||||
* Switch fleet repo branch to main by @manno in https://github.com/rancher/fleet/pull/2240
|
||||
* Use portable API for bind mounts in integration tests by @weyfonk in https://github.com/rancher/fleet/pull/2229
|
||||
* Controller image only install ssh clients by @manno in https://github.com/rancher/fleet/pull/2335
|
||||
* Remove unused update status code from bundle reconciler by @manno in https://github.com/rancher/fleet/pull/2349
|
||||
* Simplify shards configuration detection by @weyfonk in https://github.com/rancher/fleet/pull/2354
|
||||
* Switch to tini by @manno in https://github.com/rancher/fleet/pull/2336
|
||||
* Hide global CLI flags on sub commands by @manno in https://github.com/rancher/fleet/pull/2376
|
||||
* CLI deploy prints to stdout by @manno in https://github.com/rancher/fleet/pull/2453
|
||||
* metrics: optimize collection calls in reconciliation loops by @p-se in https://github.com/rancher/fleet/pull/2406
|
||||
* Refactoring CreateJob and UpdateStatus methos in Gitjob Reconciler by @Tommy12789 in https://github.com/rancher/fleet/pull/2434
|
||||
* Gitjob controller updates GitRepo with generation it is reconciling by @manno in https://github.com/rancher/fleet/pull/2451
|
||||
|
||||
</details>
|
||||
|
||||
## CI / Automation
|
||||
|
||||
<details>
|
||||
|
||||
* Improve release api description and default by @thardeck in https://github.com/rancher/fleet/pull/2548
|
||||
* Fix flaky e2e tests by @weyfonk in https://github.com/rancher/fleet/pull/2539
|
||||
* dev: Make setup-single-cluster capable of setting up multiple clusters by @p-se in https://github.com/rancher/fleet/pull/2461
|
||||
* Remove linter from release pipeline by @thardeck in https://github.com/rancher/fleet/pull/2562
|
||||
* Fix flaky GitRepo status tests by @weyfonk in https://github.com/rancher/fleet/pull/2534
|
||||
* Include drift end-to-end tests in CI workflows by @weyfonk in https://github.com/rancher/fleet/pull/2531
|
||||
* Ignore typos in embedded file by @aruiz14 in https://github.com/rancher/fleet/pull/2528
|
||||
* Switch from omg.howdoi.website to sslip.io by @p-se in https://github.com/rancher/fleet/pull/2466
|
||||
* Fix summary and details tags in bug report template by @sbulage in https://github.com/rancher/fleet/pull/2476
|
||||
* Increase timeout and waiting for testcontainers by @manno in https://github.com/rancher/fleet/pull/2502
|
||||
* Add status reconcile tests by @manno in https://github.com/rancher/fleet/pull/2416
|
||||
* Fix flaky agent modified status test by @manno in https://github.com/rancher/fleet/pull/2504
|
||||
* E2e test to checks status fields by @rubhanazeem in https://github.com/rancher/fleet/pull/2503
|
||||
* Fixes flaky agent integration test by @0xavi0 in https://github.com/rancher/fleet/pull/2509
|
||||
* Use the same linter version in GoReleaser as for prs by @thardeck in https://github.com/rancher/fleet/pull/2511
|
||||
* Fix flaky integration test for git job with polling disabled by @weyfonk in https://github.com/rancher/fleet/pull/2514
|
||||
* Add tmate debugging info to Nightly E2E workflow by @weyfonk in https://github.com/rancher/fleet/pull/1847
|
||||
* Reduce replica count in rancher integration tests by @manno in https://github.com/rancher/fleet/pull/1840
|
||||
* Remove cache action for Go build artifacts by @weyfonk in https://github.com/rancher/fleet/pull/1867
|
||||
* Prevent debug images from creating GitHub releases by @aruiz14 in https://github.com/rancher/fleet/pull/1873
|
||||
* Use configmap example for `keepResources` E2E tests by @weyfonk in https://github.com/rancher/fleet/pull/1870
|
||||
* Clean up e2e test resources by @weyfonk in https://github.com/rancher/fleet/pull/1876
|
||||
* Update exact Fleet version when releasing against Rancher by @weyfonk in https://github.com/rancher/fleet/pull/1880
|
||||
* Use private configmap chart for OCI testing by @weyfonk in https://github.com/rancher/fleet/pull/1898
|
||||
* Lower debug level in dev scripts by @manno in https://github.com/rancher/fleet/pull/1903
|
||||
* Fix flaky smoke test for cluster registration by @weyfonk in https://github.com/rancher/fleet/pull/1913
|
||||
* Add acceptance tests to AKS and GKE CI workflows by @weyfonk in https://github.com/rancher/fleet/pull/1914
|
||||
* Make sure that all go.mods are tidy for new prs by @thardeck in https://github.com/rancher/fleet/pull/1942
|
||||
* Provide release.yaml charts version as array by @thardeck in https://github.com/rancher/fleet/pull/1971
|
||||
* Switch bundle diff test to use random target namespaces by @manno in https://github.com/rancher/fleet/pull/1975
|
||||
* Switch upgrade test to fleet-test-data repo by @manno in https://github.com/rancher/fleet/pull/1936
|
||||
* Remove s390x as runners are not available by @raulcabello in https://github.com/rancher/fleet/pull/1995
|
||||
* Add config for user/passwords in test infra by @manno in https://github.com/rancher/fleet/pull/1987
|
||||
* Fix flaky gitrepo test by @manno in https://github.com/rancher/fleet/pull/1999
|
||||
* Add workflow for porting issues by @aruiz14 in https://github.com/rancher/fleet/pull/2012
|
||||
* Use a different secret for GITHUB_TOKEN by @aruiz14 in https://github.com/rancher/fleet/pull/2016
|
||||
* Adapt release script to build.yaml by @thardeck in https://github.com/rancher/fleet/pull/2015
|
||||
* Add initial gitrepo controller integration test by @manno in https://github.com/rancher/fleet/pull/2034
|
||||
* Update CI up to k8s 1.29 by @manno in https://github.com/rancher/fleet/pull/2073
|
||||
* Disable cache in golangci-lint action by @manno in https://github.com/rancher/fleet/pull/2075
|
||||
* Release scripts chart dir var by @manno in https://github.com/rancher/fleet/pull/2081
|
||||
* Remove remaining s390x by @manno in https://github.com/rancher/fleet/pull/2078
|
||||
* Remove nightly image build by @manno in https://github.com/rancher/fleet/pull/2122
|
||||
* Infra e2e command uses a published fleet module by @manno in https://github.com/rancher/fleet/pull/2137
|
||||
* Add dev docs for changing the infra command by @manno in https://github.com/rancher/fleet/pull/2147
|
||||
* Add gitjob end-to-end tests with SSH key by @weyfonk in https://github.com/rancher/fleet/pull/2109
|
||||
* Add CI workflow releasing Fleet charts against a test repo by @weyfonk in https://github.com/rancher/fleet/pull/2296
|
||||
* Add initial Renovate configuration by @renovate-rancher in https://github.com/rancher/fleet/pull/2274
|
||||
* CI script to update fleet reset values by @manno in https://github.com/rancher/fleet/pull/2261
|
||||
* CI: Revert typos back to master by @0xavi0 in https://github.com/rancher/fleet/pull/2272
|
||||
* Disable FOSSA check for RC releases by @manno in https://github.com/rancher/fleet/pull/2316
|
||||
* Upgrade Fleet in Rancher only triggered manually by @manno in https://github.com/rancher/fleet/pull/2241
|
||||
* Remove zube label handling by @manno in https://github.com/rancher/fleet/pull/2270
|
||||
* Replace Drone pipeline with Github actions by @weyfonk in https://github.com/rancher/fleet/pull/2168
|
||||
* Optimize renovate config by @thardeck in https://github.com/rancher/fleet/pull/2283
|
||||
* Remove drone and dapper scripts by @manno in https://github.com/rancher/fleet/pull/2207
|
||||
* Do not mess up go toolchain during release by @thardeck in https://github.com/rancher/fleet/pull/2209
|
||||
* Duplicate integrationtests scripts for devs by @manno in https://github.com/rancher/fleet/pull/2259
|
||||
* Fix "Upgrade Fleet in Rancher To HEAD" CI by @manno in https://github.com/rancher/fleet/pull/2260
|
||||
* Fix Helm chart version computation in release workflow by @weyfonk in https://github.com/rancher/fleet/pull/2227
|
||||
* Improve release scripts by @thardeck in https://github.com/rancher/fleet/pull/2312
|
||||
* Fixes for image reference and CI by @manno in https://github.com/rancher/fleet/pull/2253
|
||||
* Improve release scripts by @thardeck in https://github.com/rancher/fleet/pull/2321
|
||||
* Bump Fleet version used within installation documentation to 0.9.3 by @rancherbot in https://github.com/rancher/fleet/pull/2338
|
||||
* Make pre-release detection automatic by @weyfonk in https://github.com/rancher/fleet/pull/2333
|
||||
* Update dev/README Dockerfile for act container image by @p-se in https://github.com/rancher/fleet/pull/2326
|
||||
* Add developer docs for monitoring by @p-se in https://github.com/rancher/fleet/pull/2189
|
||||
* Publish to docker.io/rancher (@manno)
|
||||
* Clean up metrics tests by @manno in https://github.com/rancher/fleet/pull/2387
|
||||
* Remove go.mod from infra test setup command by @manno in https://github.com/rancher/fleet/pull/2378
|
||||
* Simplify sharding end-to-end tests by @weyfonk in https://github.com/rancher/fleet/pull/2396
|
||||
* Remove go work section from dev README by @manno in https://github.com/rancher/fleet/pull/2380
|
||||
* metrics: Add E2E test for cluster deletion by @p-se in https://github.com/rancher/fleet/pull/2371
|
||||
* Ignore gosec errors in end-to-end tests infra setup by @weyfonk in https://github.com/rancher/fleet/pull/2392
|
||||
* Add sharding to Fleet deployments in CI workflows running end-to-end tests by @weyfonk in https://github.com/rancher/fleet/pull/2405
|
||||
* dev-scripts: Change apiServerURL for setup-fleet-downstream by @p-se in https://github.com/rancher/fleet/pull/2052
|
||||
* Improve logging and document issue running `act` in a linked git worktree by @p-se in https://github.com/rancher/fleet/pull/2372
|
||||
* metrics: make sure metrics work well with sharding by @p-se in https://github.com/rancher/fleet/pull/2420
|
||||
* Re-enable fossa by @olblak in https://github.com/rancher/fleet/pull/2446
|
||||
|
||||
</details>
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.5...v0.10.0
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.0.tgz](https://github.com/rancher/fleet/releases/download/v0.10.0/fleet-0.10.0.tgz)
|
||||
|
||||
* [fleet-crd-0.10.0.tgz](https://github.com/rancher/fleet/releases/download/v0.10.0/fleet-crd-0.10.0.tgz)
|
||||
|
|
@ -252,6 +249,5 @@ date: "2024-07-17 11:54:57 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,39 +4,34 @@ date: "2024-08-15 04:25:51 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-08-15 04:25:51 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-08-15 04:25:51 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Add hostNetwork setting for agent deployment policy in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2422865171" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2659" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2659/hovercard" href="https://github.com/rancher/fleet/pull/2659">#2659</a></li>
|
||||
<li>Adding namespaceLabels and namespaceAnnotations as TargetCustomization in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2388019219" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2583" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2583/hovercard" href="https://github.com/rancher/fleet/pull/2583">#2583</a></li>
|
||||
<li>Use node selector for git jobs in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2461357926" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2733" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2733/hovercard" href="https://github.com/rancher/fleet/pull/2733">#2733</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Adds support for <code>folder/*</code> patterns in .fleetignore in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2395323245" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2617" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2617/hovercard" href="https://github.com/rancher/fleet/pull/2617">#2617</a></li>
|
||||
<li>Fix extraEnv in gitjob controller helm template in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2416240355" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2650" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2650/hovercard" href="https://github.com/rancher/fleet/pull/2650">#2650</a></li>
|
||||
<li>KubeVersion fix for fleet deploy --dry-run in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2461236181" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2730" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2730/hovercard" href="https://github.com/rancher/fleet/pull/2730">#2730</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Use RequeueAfter for Gitpolling job <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2413940004" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2643" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2643/hovercard" href="https://github.com/rancher/fleet/pull/2643">#2643</a></li>
|
||||
<li>Replace logrus with logger when querying targets in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2418361536" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2653" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2653/hovercard" href="https://github.com/rancher/fleet/pull/2653">#2653</a></li>
|
||||
<li>Clean up content resources through finalizers in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2461261503" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2732" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2732/hovercard" href="https://github.com/rancher/fleet/pull/2732">#2732</a></li>
|
||||
<li>Changes post render error when using targetNamespace or namespace in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2461245634" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2731" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2731/hovercard" href="https://github.com/rancher/fleet/pull/2731">#2731</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.0...v0.10.1"><tt>v0.10.0...v0.10.1</tt></a></p>
|
||||
|
||||
## Additions
|
||||
|
||||
* Add hostNetwork setting for agent deployment policy in https://github.com/rancher/fleet/pull/2659
|
||||
* Adding namespaceLabels and namespaceAnnotations as TargetCustomization in https://github.com/rancher/fleet/pull/2583
|
||||
* Use node selector for git jobs in https://github.com/rancher/fleet/pull/2733
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Adds support for `folder/*` patterns in .fleetignore in https://github.com/rancher/fleet/pull/2617
|
||||
* Fix extraEnv in gitjob controller helm template in https://github.com/rancher/fleet/pull/2650
|
||||
* KubeVersion fix for fleet deploy --dry-run in https://github.com/rancher/fleet/pull/2730
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Use RequeueAfter for Gitpolling job https://github.com/rancher/fleet/pull/2643
|
||||
* Replace logrus with logger when querying targets in https://github.com/rancher/fleet/pull/2653
|
||||
* Clean up content resources through finalizers in https://github.com/rancher/fleet/pull/2732
|
||||
* Changes post render error when using targetNamespace or namespace in https://github.com/rancher/fleet/pull/2731
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.0...v0.10.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.1.tgz](https://github.com/rancher/fleet/releases/download/v0.10.1/fleet-0.10.1.tgz)
|
||||
|
||||
* [fleet-crd-0.10.1.tgz](https://github.com/rancher/fleet/releases/download/v0.10.1/fleet-crd-0.10.1.tgz)
|
||||
|
|
@ -63,6 +58,5 @@ date: "2024-08-15 04:25:51 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-03-04 14:05:57 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-03-04 14:05:57 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-03-04 14:05:57 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump kubernetes to v1.30.10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2893675347" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3414" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3414/hovercard" href="https://github.com/rancher/fleet/pull/3414">#3414</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.9...v0.10.10"><tt>v0.10.9...v0.10.10</tt></a></p>
|
||||
## What's Changed
|
||||
* Bump kubernetes to v1.30.10 by @thardeck in https://github.com/rancher/fleet/pull/3414
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.9...v0.10.10
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.10.tgz](https://github.com/rancher/fleet/releases/download/v0.10.10/fleet-0.10.10.tgz)
|
||||
|
||||
* [fleet-agent-0.10.10.tgz](https://github.com/rancher/fleet/releases/download/v0.10.10/fleet-agent-0.10.10.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-03-04 14:05:57 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.10)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,28 +4,22 @@ date: "2025-04-15 16:19:35 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-04-15 16:19:35 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-04-15 16:19:35 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Support strict host key checks by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982463656" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3526" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3526/hovercard" href="https://github.com/rancher/fleet/pull/3526">#3526</a></li>
|
||||
<li>Add Lifecycle Secrets by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982675941" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3530" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3530/hovercard" href="https://github.com/rancher/fleet/pull/3530">#3530</a></li>
|
||||
<li>Prevent panic when fetching latest commit by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2986059228" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3541" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3541/hovercard" href="https://github.com/rancher/fleet/pull/3541">#3541</a></li>
|
||||
<li>Bump Go modules by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2971610997" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3507" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3507/hovercard" href="https://github.com/rancher/fleet/pull/3507">#3507</a></li>
|
||||
<li>Bump Go toolchain version to 1.23.8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2988056030" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3546" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3546/hovercard" href="https://github.com/rancher/fleet/pull/3546">#3546</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.10...v0.10.11"><tt>v0.10.10...v0.10.11</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Support strict host key checks by @weyfonk in https://github.com/rancher/fleet/pull/3526
|
||||
* Add Lifecycle Secrets by @manno in https://github.com/rancher/fleet/pull/3530
|
||||
* Prevent panic when fetching latest commit by @weyfonk in https://github.com/rancher/fleet/pull/3541
|
||||
* Bump Go modules by @thardeck in https://github.com/rancher/fleet/pull/3507
|
||||
* Bump Go toolchain version to 1.23.8 by @thardeck in https://github.com/rancher/fleet/pull/3546
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.10...v0.10.11
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-crd-0.10.11.tgz](https://github.com/rancher/fleet/releases/download/v0.10.11/fleet-crd-0.10.11.tgz)
|
||||
|
||||
* [fleet-agent-0.10.11.tgz](https://github.com/rancher/fleet/releases/download/v0.10.11/fleet-agent-0.10.11.tgz)
|
||||
|
|
@ -52,6 +46,5 @@ date: "2025-04-15 16:19:35 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.11)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-04-22 15:00:15 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-04-22 15:00:15 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-04-22 15:00:15 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Avoids returning nil map when options.Helm is used by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3011225989" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3573" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3573/hovercard" href="https://github.com/rancher/fleet/pull/3573">#3573</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.11...v0.10.12"><tt>v0.10.11...v0.10.12</tt></a></p>
|
||||
## What's Changed
|
||||
* Avoids returning nil map when options.Helm is used by @0xavi0 in https://github.com/rancher/fleet/pull/3573
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.11...v0.10.12
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.12.tgz](https://github.com/rancher/fleet/releases/download/v0.10.12/fleet-0.10.12.tgz)
|
||||
|
||||
* [fleet-crd-0.10.12.tgz](https://github.com/rancher/fleet/releases/download/v0.10.12/fleet-crd-0.10.12.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-04-22 15:00:15 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.12)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-05-16 09:09:38 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-05-16 09:09:38 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-05-16 09:09:38 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
## What's Changed
|
||||
* Update gomod-k8sio-dependencies (release/v0.10) by @renovate-rancher in https://github.com/rancher/fleet/pull/3659
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update gomod-k8sio-dependencies (release/v0.10) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3045769698" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3659" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3659/hovercard" href="https://github.com/rancher/fleet/pull/3659">#3659</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.12...v0.10.13"><tt>v0.10.12...v0.10.13</tt></a></p>
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.12...v0.10.13
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.10.13.tgz](https://github.com/rancher/fleet/releases/download/v0.10.13/fleet-agent-0.10.13.tgz)
|
||||
|
||||
* [fleet-0.10.13.tgz](https://github.com/rancher/fleet/releases/download/v0.10.13/fleet-0.10.13.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-05-16 09:09:38 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.13)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2025-06-20 15:01:43 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-06-20 15:01:43 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-06-20 15:01:43 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update gomod-k8sio-dependencies (release/v0.10) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3065138805" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3693" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3693/hovercard" href="https://github.com/rancher/fleet/pull/3693">#3693</a></li>
|
||||
<li>Bump Go toolchain version to 1.23.10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3155463690" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3800" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3800/hovercard" href="https://github.com/rancher/fleet/pull/3800">#3800</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.13...v0.10.14"><tt>v0.10.13...v0.10.14</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Update gomod-k8sio-dependencies (release/v0.10) by @renovate-rancher in https://github.com/rancher/fleet/pull/3693
|
||||
* Bump Go toolchain version to 1.23.10 by @thardeck in https://github.com/rancher/fleet/pull/3800
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.13...v0.10.14
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.10.14.tgz](https://github.com/rancher/fleet/releases/download/v0.10.14/fleet-agent-0.10.14.tgz)
|
||||
|
||||
* [fleet-crd-0.10.14.tgz](https://github.com/rancher/fleet/releases/download/v0.10.14/fleet-crd-0.10.14.tgz)
|
||||
|
|
@ -49,6 +43,5 @@ date: "2025-06-20 15:01:43 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.14)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,30 +4,24 @@ date: "2024-09-13 12:27:15 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-09-13 12:27:15 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-09-13 12:27:15 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Make Helm release garbage collection interval configurable by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2491193987" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2780" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2780/hovercard" href="https://github.com/rancher/fleet/pull/2780">#2780</a></li>
|
||||
<li>Fixes status not being populated to cluster and clustergroups by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2503147365" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2797" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2797/hovercard" href="https://github.com/rancher/fleet/pull/2797">#2797</a></li>
|
||||
<li>Return error code 401 for auth errors in webhooks by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2503164086" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2799" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2799/hovercard" href="https://github.com/rancher/fleet/pull/2799">#2799</a></li>
|
||||
<li>Bump Go to 1.22.7 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2514337331" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2815" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2815/hovercard" href="https://github.com/rancher/fleet/pull/2815">#2815</a></li>
|
||||
<li>Fixes finalizer deletion in bundle deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2516199039" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2821" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2821/hovercard" href="https://github.com/rancher/fleet/pull/2821">#2821</a></li>
|
||||
<li>Create cabundle secret by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2519360584" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2831" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2831/hovercard" href="https://github.com/rancher/fleet/pull/2831">#2831</a></li>
|
||||
<li>Gitjob container has writable /tmp dir by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2519334109" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2830" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2830/hovercard" href="https://github.com/rancher/fleet/pull/2830">#2830</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.1...v0.10.2"><tt>v0.10.1...v0.10.2</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Make Helm release garbage collection interval configurable by @thardeck in https://github.com/rancher/fleet/pull/2780
|
||||
* Fixes status not being populated to cluster and clustergroups by @thardeck in https://github.com/rancher/fleet/pull/2797
|
||||
* Return error code 401 for auth errors in webhooks by @thardeck in https://github.com/rancher/fleet/pull/2799
|
||||
* Bump Go to 1.22.7 by @thardeck in https://github.com/rancher/fleet/pull/2815
|
||||
* Fixes finalizer deletion in bundle deployments by @0xavi0 in https://github.com/rancher/fleet/pull/2821
|
||||
* Create cabundle secret by @weyfonk in https://github.com/rancher/fleet/pull/2831
|
||||
* Gitjob container has writable /tmp dir by @manno in https://github.com/rancher/fleet/pull/2830
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.1...v0.10.2
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.2.tgz](https://github.com/rancher/fleet/releases/download/v0.10.2/fleet-0.10.2.tgz)
|
||||
|
||||
* [fleet-agent-0.10.2.tgz](https://github.com/rancher/fleet/releases/download/v0.10.2/fleet-agent-0.10.2.tgz)
|
||||
|
|
@ -54,6 +48,5 @@ date: "2024-09-13 12:27:15 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.2)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,29 +4,26 @@ date: "2024-09-30 10:56:25 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-09-30 10:56:25 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-09-30 10:56:25 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>The cronjob to clean up outdated git cloning jobs, is using the wrong service account. <code>serviceAccountName</code> in the job template needs to be switched to the "gitjob" service account. Doing this edit in the Rancher UI didn't work while testing.</p>
|
||||
<p>Upgrading to the chart via the Rancher UI will not set new Helm values, so <code>migrations.gitrepoJobsCleanup</code> will not be enabled. Customizing the Fleet installation options via the <code>rancher-config</code> configmap will work.</p>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Increase worker count for reconcilers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> (<a href="https://github.com/rancher/fleet/commit/4b147db2ef644b012325dadd3c456cc781678374">4b147db</a>)</li>
|
||||
<li>Increase visibility of gitjob controller logs and events by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2553019503" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2911" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2911/hovercard" href="https://github.com/rancher/fleet/pull/2911">#2911</a>)</li>
|
||||
<li>Cleanup completed gitrepo jobs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2552873286" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2910" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2910/hovercard" href="https://github.com/rancher/fleet/pull/2910">#2910</a>)</li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.2...v0.10.3"><tt>v0.10.2...v0.10.3</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
The cronjob to clean up outdated git cloning jobs, is using the wrong service account. `serviceAccountName` in the job template needs to be switched to the "gitjob" service account. Doing this edit in the Rancher UI didn't work while testing.
|
||||
|
||||
Upgrading to the chart via the Rancher UI will not set new Helm values, so `migrations.gitrepoJobsCleanup` will not be enabled. Customizing the Fleet installation options via the `rancher-config` configmap will work.
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Increase worker count for reconcilers by @manno ([4b147db](https://github.com/rancher/fleet/commit/4b147db2ef644b012325dadd3c456cc781678374))
|
||||
* Increase visibility of gitjob controller logs and events by @weyfonk (#2911)
|
||||
* Cleanup completed gitrepo jobs by @manno (#2910)
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.2...v0.10.3
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.10.3.tgz](https://github.com/rancher/fleet/releases/download/v0.10.3/fleet-agent-0.10.3.tgz)
|
||||
|
||||
* [fleet-0.10.3.tgz](https://github.com/rancher/fleet/releases/download/v0.10.3/fleet-0.10.3.tgz)
|
||||
|
|
@ -53,6 +50,5 @@ date: "2024-09-30 10:56:25 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.3)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,39 +4,33 @@ date: "2024-10-17 15:02:32 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-10-17 15:02:32 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-10-17 15:02:32 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Skip checks on logs in sharding end-to-end tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2520153304" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2838" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2838/hovercard" href="https://github.com/rancher/fleet/pull/2838">#2838</a></li>
|
||||
<li>Propagate drift correction error to bundle deployment status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2520088919" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2835" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2835/hovercard" href="https://github.com/rancher/fleet/pull/2835">#2835</a></li>
|
||||
<li>Propagate drift correction force mode to Helm rollback by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2520097380" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2836" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2836/hovercard" href="https://github.com/rancher/fleet/pull/2836">#2836</a></li>
|
||||
<li>Add integration test checks for CA bundle secret by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2531302408" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2863" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2863/hovercard" href="https://github.com/rancher/fleet/pull/2863">#2863</a></li>
|
||||
<li>Tolerate unitialized node taint by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2533697328" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2874" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2874/hovercard" href="https://github.com/rancher/fleet/pull/2874">#2874</a></li>
|
||||
<li>Fix helm.sh/resource-policy being added to everything and not just CRDs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2533722039" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2875" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2875/hovercard" href="https://github.com/rancher/fleet/pull/2875">#2875</a></li>
|
||||
<li>Backport of Increase worker count for reconcilers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2548200502" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2900" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2900/hovercard" href="https://github.com/rancher/fleet/pull/2900">#2900</a></li>
|
||||
<li>Increase visibility of gitjob controller logs and events by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2553019503" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2911" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2911/hovercard" href="https://github.com/rancher/fleet/pull/2911">#2911</a></li>
|
||||
<li>Cleanup completed gitrepo jobs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2552873286" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2910" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2910/hovercard" href="https://github.com/rancher/fleet/pull/2910">#2910</a></li>
|
||||
<li>Convert drift e2e tests into integration tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2553221596" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2913" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2913/hovercard" href="https://github.com/rancher/fleet/pull/2913">#2913</a></li>
|
||||
<li>Skip CA bundle secret creation with empty payload by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2558484890" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2923" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2923/hovercard" href="https://github.com/rancher/fleet/pull/2923">#2923</a></li>
|
||||
<li>Changes job handling in gitops controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2569950820" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2932" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2932/hovercard" href="https://github.com/rancher/fleet/pull/2932">#2932</a></li>
|
||||
<li>Converts the delete gitjobs to one-time job by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2570326481" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2936" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2936/hovercard" href="https://github.com/rancher/fleet/pull/2936">#2936</a></li>
|
||||
<li>Fix job deletion when generation is not updated on time by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2575119056" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2945" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2945/hovercard" href="https://github.com/rancher/fleet/pull/2945">#2945</a></li>
|
||||
<li>Limit <code>Deployed bundle</code> logs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2575126388" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2946" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2946/hovercard" href="https://github.com/rancher/fleet/pull/2946">#2946</a></li>
|
||||
<li>Cleanup jobs back to cronjob by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2579114625" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2952" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2952/hovercard" href="https://github.com/rancher/fleet/pull/2952">#2952</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.3...v0.10.4"><tt>v0.10.3...v0.10.4</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Skip checks on logs in sharding end-to-end tests by @weyfonk in https://github.com/rancher/fleet/pull/2838
|
||||
* Propagate drift correction error to bundle deployment status by @weyfonk in https://github.com/rancher/fleet/pull/2835
|
||||
* Propagate drift correction force mode to Helm rollback by @weyfonk in https://github.com/rancher/fleet/pull/2836
|
||||
* Add integration test checks for CA bundle secret by @weyfonk in https://github.com/rancher/fleet/pull/2863
|
||||
* Tolerate unitialized node taint by @thardeck in https://github.com/rancher/fleet/pull/2874
|
||||
* Fix helm.sh/resource-policy being added to everything and not just CRDs by @thardeck in https://github.com/rancher/fleet/pull/2875
|
||||
* Backport of Increase worker count for reconcilers by @manno in https://github.com/rancher/fleet/pull/2900
|
||||
* Increase visibility of gitjob controller logs and events by @weyfonk in https://github.com/rancher/fleet/pull/2911
|
||||
* Cleanup completed gitrepo jobs by @manno in https://github.com/rancher/fleet/pull/2910
|
||||
* Convert drift e2e tests into integration tests by @weyfonk in https://github.com/rancher/fleet/pull/2913
|
||||
* Skip CA bundle secret creation with empty payload by @weyfonk in https://github.com/rancher/fleet/pull/2923
|
||||
* Changes job handling in gitops controller by @0xavi0 in https://github.com/rancher/fleet/pull/2932
|
||||
* Converts the delete gitjobs to one-time job by @0xavi0 in https://github.com/rancher/fleet/pull/2936
|
||||
* Fix job deletion when generation is not updated on time by @0xavi0 in https://github.com/rancher/fleet/pull/2945
|
||||
* Limit `Deployed bundle` logs by @weyfonk in https://github.com/rancher/fleet/pull/2946
|
||||
* Cleanup jobs back to cronjob by @0xavi0 in https://github.com/rancher/fleet/pull/2952
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.3...v0.10.4
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.4.tgz](https://github.com/rancher/fleet/releases/download/v0.10.4/fleet-0.10.4.tgz)
|
||||
|
||||
* [fleet-agent-0.10.4.tgz](https://github.com/rancher/fleet/releases/download/v0.10.4/fleet-agent-0.10.4.tgz)
|
||||
|
|
@ -63,6 +57,5 @@ date: "2024-10-17 15:02:32 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.4)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,28 +4,21 @@ date: "2024-11-06 15:45:37 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-11-06 15:45:37 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-11-06 15:45:37 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Fix status conflict between agent and fleetcontroller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2611784855" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3005" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3005/hovercard" href="https://github.com/rancher/fleet/pull/3005">#3005</a></li>
|
||||
<li>Backport of Adds predicate when webhook commit changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2611795972" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3006" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3006/hovercard" href="https://github.com/rancher/fleet/pull/3006">#3006</a></li>
|
||||
<li>Update Go to 1.23 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2613423442" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3013" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3013/hovercard" href="https://github.com/rancher/fleet/pull/3013">#3013</a></li>
|
||||
<li>Use Patch instead of Update for modifying the status field by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2619084637" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3022" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3022/hovercard" href="https://github.com/rancher/fleet/pull/3022">#3022</a></li>
|
||||
<li>Backport GitRepo status resources improvements by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2623779121" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3033" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3033/hovercard" href="https://github.com/rancher/fleet/pull/3033">#3033</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.4...v0.10.5"><tt>v0.10.4...v0.10.5</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Fix status conflict between agent and fleetcontroller by @aruiz14 in https://github.com/rancher/fleet/pull/3005
|
||||
* Backport of Adds predicate when webhook commit changes by @0xavi0 in https://github.com/rancher/fleet/pull/3006
|
||||
* Update Go to 1.23 by @thardeck in https://github.com/rancher/fleet/pull/3013
|
||||
* Use Patch instead of Update for modifying the status field by @aruiz14 in https://github.com/rancher/fleet/pull/3022
|
||||
* Backport GitRepo status resources improvements by @aruiz14 in https://github.com/rancher/fleet/pull/3033
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.4...v0.10.5
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.5.tgz](https://github.com/rancher/fleet/releases/download/v0.10.5/fleet-0.10.5.tgz)
|
||||
|
||||
* [fleet-crd-0.10.5.tgz](https://github.com/rancher/fleet/releases/download/v0.10.5/fleet-crd-0.10.5.tgz)
|
||||
|
|
@ -52,6 +45,5 @@ date: "2024-11-06 15:45:37 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.5)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,29 +4,23 @@ date: "2024-11-15 15:19:27 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-11-15 15:19:27 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-11-15 15:19:27 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Fix apply defaults from gitrepo restriction by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2661529282" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3084" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3084/hovercard" href="https://github.com/rancher/fleet/pull/3084">#3084</a></li>
|
||||
<li>Fix status conflict between agent and fleetcontroller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2611784855" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3005" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3005/hovercard" href="https://github.com/rancher/fleet/pull/3005">#3005</a></li>
|
||||
<li>Backport of Adds predicate when webhook commit changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2611795972" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3006" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3006/hovercard" href="https://github.com/rancher/fleet/pull/3006">#3006</a></li>
|
||||
<li>Update Go to 1.23 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2613423442" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3013" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3013/hovercard" href="https://github.com/rancher/fleet/pull/3013">#3013</a></li>
|
||||
<li>Use Patch instead of Update for modifying the status field by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2619084637" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3022" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3022/hovercard" href="https://github.com/rancher/fleet/pull/3022">#3022</a></li>
|
||||
<li>Backport GitRepo status resources improvements by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2623779121" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3033" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3033/hovercard" href="https://github.com/rancher/fleet/pull/3033">#3033</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.4...v0.10.6"><tt>v0.10.4...v0.10.6</tt></a></p>
|
||||
## What's Changed
|
||||
* Fix apply defaults from gitrepo restriction by @manno in https://github.com/rancher/fleet/pull/3084
|
||||
* Fix status conflict between agent and fleetcontroller by @aruiz14 in https://github.com/rancher/fleet/pull/3005
|
||||
* Backport of Adds predicate when webhook commit changes by @0xavi0 in https://github.com/rancher/fleet/pull/3006
|
||||
* Update Go to 1.23 by @thardeck in https://github.com/rancher/fleet/pull/3013
|
||||
* Use Patch instead of Update for modifying the status field by @aruiz14 in https://github.com/rancher/fleet/pull/3022
|
||||
* Backport GitRepo status resources improvements by @aruiz14 in https://github.com/rancher/fleet/pull/3033
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.4...v0.10.6
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.6.tgz](https://github.com/rancher/fleet/releases/download/v0.10.6/fleet-0.10.6.tgz)
|
||||
|
||||
* [fleet-agent-0.10.6.tgz](https://github.com/rancher/fleet/releases/download/v0.10.6/fleet-agent-0.10.6.tgz)
|
||||
|
|
@ -53,6 +47,5 @@ date: "2024-11-15 15:19:27 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.6)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,18 @@ date: "2024-12-11 12:15:23 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-12-11 12:15:23 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-12-11 12:15:23 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Disable jobs cleanup cronjob if gitOps is disabled by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2720709934" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3125" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3125/hovercard" href="https://github.com/rancher/fleet/pull/3125">#3125</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.6...v0.10.7"><tt>v0.10.6...v0.10.7</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Disable jobs cleanup cronjob if gitOps is disabled by @weyfonk in https://github.com/rancher/fleet/pull/3125
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.6...v0.10.7
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.10.7.tgz](https://github.com/rancher/fleet/releases/download/v0.10.7/fleet-0.10.7.tgz)
|
||||
|
||||
* [fleet-crd-0.10.7.tgz](https://github.com/rancher/fleet/releases/download/v0.10.7/fleet-crd-0.10.7.tgz)
|
||||
|
|
@ -48,6 +42,5 @@ date: "2024-12-11 12:15:23 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.7)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,28 +4,22 @@ date: "2025-01-17 16:30:16 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-01-17 16:30:16 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-01-17 16:30:16 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Calculate Clusters resourceCount from BundleDeployments instead of GitRepos by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2735824418" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3146" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3146/hovercard" href="https://github.com/rancher/fleet/pull/3146">#3146</a></li>
|
||||
<li>Adds logs for new commit or error checking for the latest by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2774669593" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3185" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3185/hovercard" href="https://github.com/rancher/fleet/pull/3185">#3185</a></li>
|
||||
<li>Add template errors to bundle and gitrepo status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2778058964" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3196" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3196/hovercard" href="https://github.com/rancher/fleet/pull/3196">#3196</a></li>
|
||||
<li>Update golang.org/x/net to v0.33.0 and golang.org/x/crypto to v0.31.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2766126478" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3174" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3174/hovercard" href="https://github.com/rancher/fleet/pull/3174">#3174</a></li>
|
||||
<li>Update go-git to v5.13.1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2780424147" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3204" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3204/hovercard" href="https://github.com/rancher/fleet/pull/3204">#3204</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.7...v0.10.8"><tt>v0.10.7...v0.10.8</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Calculate Clusters resourceCount from BundleDeployments instead of GitRepos by @aruiz14 in https://github.com/rancher/fleet/pull/3146
|
||||
* Adds logs for new commit or error checking for the latest by @0xavi0 in https://github.com/rancher/fleet/pull/3185
|
||||
* Add template errors to bundle and gitrepo status by @p-se in https://github.com/rancher/fleet/pull/3196
|
||||
* Update golang.org/x/net to v0.33.0 and golang.org/x/crypto to v0.31.0 by @thardeck in https://github.com/rancher/fleet/pull/3174
|
||||
* Update go-git to v5.13.1 by @thardeck in https://github.com/rancher/fleet/pull/3204
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.7...v0.10.8
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.10.8.tgz](https://github.com/rancher/fleet/releases/download/v0.10.8/fleet-agent-0.10.8.tgz)
|
||||
|
||||
* [fleet-crd-0.10.8.tgz](https://github.com/rancher/fleet/releases/download/v0.10.8/fleet-crd-0.10.8.tgz)
|
||||
|
|
@ -52,6 +46,5 @@ date: "2025-01-17 16:30:16 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.8)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,27 +4,21 @@ date: "2025-02-19 17:08:31 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-02-19 17:08:31 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-02-19 17:08:31 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Always returns result with RequeueAfter set by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2804804224" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3239" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3239/hovercard" href="https://github.com/rancher/fleet/pull/3239">#3239</a></li>
|
||||
<li>Prevent empty Patch updates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2809743314" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3254" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3254/hovercard" href="https://github.com/rancher/fleet/pull/3254">#3254</a></li>
|
||||
<li>Bump Go to 1.23.6 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2850233904" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3339" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3339/hovercard" href="https://github.com/rancher/fleet/pull/3339">#3339</a></li>
|
||||
<li>Add affected cluster to template error message by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2853051486" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3346" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3346/hovercard" href="https://github.com/rancher/fleet/pull/3346">#3346</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.8...v0.10.9"><tt>v0.10.8...v0.10.9</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Always returns result with RequeueAfter set by @0xavi0 in https://github.com/rancher/fleet/pull/3239
|
||||
* Prevent empty Patch updates by @aruiz14 in https://github.com/rancher/fleet/pull/3254
|
||||
* Bump Go to 1.23.6 by @thardeck in https://github.com/rancher/fleet/pull/3339
|
||||
* Add affected cluster to template error message by @p-se in https://github.com/rancher/fleet/pull/3346
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.8...v0.10.9
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-crd-0.10.9.tgz](https://github.com/rancher/fleet/releases/download/v0.10.9/fleet-crd-0.10.9.tgz)
|
||||
|
||||
* [fleet-0.10.9.tgz](https://github.com/rancher/fleet/releases/download/v0.10.9/fleet-0.10.9.tgz)
|
||||
|
|
@ -51,6 +45,5 @@ date: "2025-02-19 17:08:31 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.9)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,125 +4,120 @@ date: "2024-11-15 15:30:49 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-11-15 15:30:49 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-11-15 15:30:49 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>Fleet v0.11.1 improves several log and status messages. It reduces the amount of reconciles done by the controllers for resource changes.</p>
|
||||
<p>This release adds k8s events for the GitRepo resource. Fleet will generate a k8s event that users can subscribe to, for the following events:</p>
|
||||
<ul>
|
||||
<li>Created - a new git cloning job was created</li>
|
||||
<li>GotNewCommit - a git repository has a new commit</li>
|
||||
<li>JobDeleted - a successful git cloning job is removed</li>
|
||||
<li>FailedValidatingSecret - a git cloning job cannot be created, because a required secret is missing</li>
|
||||
<li>FailedToApplyRestrictions - the GitRepo resource violates the GitRepoRestriction resource's rules</li>
|
||||
<li>FailedToCheckCommit - cannot get latest commit from the git server</li>
|
||||
<li>FailedToGetGitJob - cannot retrieve information from the git cloning job</li>
|
||||
<li>Failed - polling is disabled, triggered via webhook, but cannot get latest commit from the git server</li>
|
||||
</ul>
|
||||
<p>There are a few known issues with this 0.11.1 release:</p>
|
||||
<ul>
|
||||
<li>Target customization for namespace labels and annotations cannot modify/remove labels when updating.</li>
|
||||
<li>In version 0.10, GitRepo resources provided a comprehensive list of all deployed resources across all clusters in their status. However, in version 0.11, this list has been modified to report resources only once until the feature is integrated into the Rancher UI. While this change addresses a UI freeze issue, it may result in potential inaccuracies in the list of resources and resource counts under some conditions.</li>
|
||||
</ul>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Adds k8s events to the gitops controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2447866381" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2698" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2698/hovercard" href="https://github.com/rancher/fleet/pull/2698">#2698</a></li>
|
||||
<li>Configurable git client timeout by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2392040902" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2605" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2605/hovercard" href="https://github.com/rancher/fleet/pull/2605">#2605</a></li>
|
||||
<li>Git job creation on the same node as the controller shard by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tommy12789/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tommy12789">@Tommy12789</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2395918620" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2620" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2620/hovercard" href="https://github.com/rancher/fleet/pull/2620">#2620</a></li>
|
||||
<li>Improved post render error when using targetNamespace or namespace by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2423216032" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2660" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2660/hovercard" href="https://github.com/rancher/fleet/pull/2660">#2660</a></li>
|
||||
<li>Make Helm release garbage collection interval configurable by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2424753192" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2665" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2665/hovercard" href="https://github.com/rancher/fleet/pull/2665">#2665</a></li>
|
||||
<li>Simplify target customisations for namespace labels and annotations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2424702525" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2664" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2664/hovercard" href="https://github.com/rancher/fleet/pull/2664">#2664</a></li>
|
||||
<li>Return error code 401 for auth errors in webhooks by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2487019515" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2777" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2777/hovercard" href="https://github.com/rancher/fleet/pull/2777">#2777</a></li>
|
||||
<li>Tolerate uninitialized node taint by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/k0da/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/k0da">@k0da</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2491666483" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2782" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2782/hovercard" href="https://github.com/rancher/fleet/pull/2782">#2782</a></li>
|
||||
<li>Propagate drift correction force mode to Helm rollback by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2503152105" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2798" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2798/hovercard" href="https://github.com/rancher/fleet/pull/2798">#2798</a></li>
|
||||
<li>Fleet deploy CLI always outputs list of deployed resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2524860402" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2847" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2847/hovercard" href="https://github.com/rancher/fleet/pull/2847">#2847</a></li>
|
||||
<li>BundleDeployment status error message improvement by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2429306432" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2679" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2679/hovercard" href="https://github.com/rancher/fleet/pull/2679">#2679</a></li>
|
||||
<li>Increase worker count for reconcilers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2547690642" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2897" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2897/hovercard" href="https://github.com/rancher/fleet/pull/2897">#2897</a></li>
|
||||
<li>Fleet deploy prints hook resources too by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2602050059" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2968" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2968/hovercard" href="https://github.com/rancher/fleet/pull/2968">#2968</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>KubeVersion fix for fleet deploy --dry-run by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ampie/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ampie">@ampie</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2432133319" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2686" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2686/hovercard" href="https://github.com/rancher/fleet/pull/2686">#2686</a></li>
|
||||
<li>Fix status conflict between agent and fleetcontroller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2611282774" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2998" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2998/hovercard" href="https://github.com/rancher/fleet/pull/2998">#2998</a></li>
|
||||
<li>Fixes status not being populated to cluster and clustergroups by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2494084260" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2791" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2791/hovercard" href="https://github.com/rancher/fleet/pull/2791">#2791</a></li>
|
||||
<li>Prevent <code>0</code> as value for gitClientTimeout by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2475723086" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2756" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2756/hovercard" href="https://github.com/rancher/fleet/pull/2756">#2756</a></li>
|
||||
<li>Gitjob container has writable /tmp dir by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2519204043" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2827" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2827/hovercard" href="https://github.com/rancher/fleet/pull/2827">#2827</a></li>
|
||||
<li>Create CABundle Secret for gitjob by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sebastienmusso/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sebastienmusso">@sebastienmusso</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2519030090" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2825" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2825/hovercard" href="https://github.com/rancher/fleet/pull/2825">#2825</a></li>
|
||||
<li>Skip CA bundle secret creation with empty payload by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2556756240" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2918" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2918/hovercard" href="https://github.com/rancher/fleet/pull/2918">#2918</a></li>
|
||||
<li>Fix helm.sh/resource-policy being added to everything and not just CRDs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SuperTux88/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SuperTux88">@SuperTux88</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2527295539" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2850" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2850/hovercard" href="https://github.com/rancher/fleet/pull/2850">#2850</a></li>
|
||||
<li>Deletes retries in the gitops job. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2533220930" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2872" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2872/hovercard" href="https://github.com/rancher/fleet/pull/2872">#2872</a></li>
|
||||
<li>Propagate drift correction error to bundle deployment status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2494203995" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2792" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2792/hovercard" href="https://github.com/rancher/fleet/pull/2792">#2792</a></li>
|
||||
<li>GitRepo resources list doesn't list resources multiple times by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2621543929" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3027" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3027/hovercard" href="https://github.com/rancher/fleet/pull/3027">#3027</a></li>
|
||||
<li>Fix namespace target customization support with no defaults (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2637994085" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3052" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3052/hovercard" href="https://github.com/rancher/fleet/pull/3052">#3052</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2641729717" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3057" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3057/hovercard" href="https://github.com/rancher/fleet/pull/3057">#3057</a></li>
|
||||
<li>Fix defaults from gitrepo restriction by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2658748006" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3080" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3080/hovercard" href="https://github.com/rancher/fleet/pull/3080">#3080</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Add dev docs for logging by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2510037725" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2812" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2812/hovercard" href="https://github.com/rancher/fleet/pull/2812">#2812</a></li>
|
||||
<li>Clean up content resources through finalizers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2383800098" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2566" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2566/hovercard" href="https://github.com/rancher/fleet/pull/2566">#2566</a></li>
|
||||
<li>Document agent garbage collection interval in charts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2513662267" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2813" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2813/hovercard" href="https://github.com/rancher/fleet/pull/2813">#2813</a></li>
|
||||
<li>Document testing recommendations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2480876406" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2770" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2770/hovercard" href="https://github.com/rancher/fleet/pull/2770">#2770</a></li>
|
||||
<li>Switch to helm 3.16 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2467743736" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2747" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2747/hovercard" href="https://github.com/rancher/fleet/pull/2747">#2747</a></li>
|
||||
<li>Update Go version to 1.23.2 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2580541866" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2953" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2953/hovercard" href="https://github.com/rancher/fleet/pull/2953">#2953</a></li>
|
||||
<li>Increase visibility of gitjob controller logs and events by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2550719416" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2906" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2906/hovercard" href="https://github.com/rancher/fleet/pull/2906">#2906</a></li>
|
||||
<li>Vendor apply.DryRun by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2528722858" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2854" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2854/hovercard" href="https://github.com/rancher/fleet/pull/2854">#2854</a></li>
|
||||
<li>Copy SafeConcat from wrangler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2536488919" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2882" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2882/hovercard" href="https://github.com/rancher/fleet/pull/2882">#2882</a></li>
|
||||
<li>Limit <code>Deployed bundle</code> logs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2556214924" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2917" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2917/hovercard" href="https://github.com/rancher/fleet/pull/2917">#2917</a></li>
|
||||
<li>Changes job handling in gitops controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2549683844" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2903" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2903/hovercard" href="https://github.com/rancher/fleet/pull/2903">#2903</a></li>
|
||||
<li>Remove update workaround from drift detection by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2572780156" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2942" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2942/hovercard" href="https://github.com/rancher/fleet/pull/2942">#2942</a></li>
|
||||
<li>Remove continuous pprof by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2605367513" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2976" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2976/hovercard" href="https://github.com/rancher/fleet/pull/2976">#2976</a></li>
|
||||
<li>Add helm value to disable securityContext by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2605965576" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2981" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2981/hovercard" href="https://github.com/rancher/fleet/pull/2981">#2981</a></li>
|
||||
<li>Add gitrepo status reconciler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2612072813" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3008" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3008/hovercard" href="https://github.com/rancher/fleet/pull/3008">#3008</a></li>
|
||||
<li>Avoid retries for bundle and content resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2614061917" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3014" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3014/hovercard" href="https://github.com/rancher/fleet/pull/3014">#3014</a></li>
|
||||
<li>Use Patch instead of Update for modifying the status field by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2619020544" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3021" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3021/hovercard" href="https://github.com/rancher/fleet/pull/3021">#3021</a></li>
|
||||
<li>Patch bundle deployment status in drift controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2623304533" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3032" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3032/hovercard" href="https://github.com/rancher/fleet/pull/3032">#3032</a></li>
|
||||
<li>Limit debug error messages to debug log by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2614372389" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3015" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3015/hovercard" href="https://github.com/rancher/fleet/pull/3015">#3015</a></li>
|
||||
</ul>
|
||||
<details>
|
||||
<ul>
|
||||
<li>Remove vendored go-playground/webhooks code by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2453037455" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2710" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2710/hovercard" href="https://github.com/rancher/fleet/pull/2710">#2710</a></li>
|
||||
<li>Refactor gitjops reconciler to remove complexity warning by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2460649990" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2726" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2726/hovercard" href="https://github.com/rancher/fleet/pull/2726">#2726</a></li>
|
||||
<li>Rename Fleet manager references as Fleet controller by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2478212219" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2763" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2763/hovercard" href="https://github.com/rancher/fleet/pull/2763">#2763</a></li>
|
||||
<li>Remove leftover <code>disable-gitops</code> mentions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2477601619" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2762" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2762/hovercard" href="https://github.com/rancher/fleet/pull/2762">#2762</a></li>
|
||||
<li>Remove shard node selector from hidden flags by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2478251412" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2764" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2764/hovercard" href="https://github.com/rancher/fleet/pull/2764">#2764</a></li>
|
||||
<li>Skip checks on logs in sharding end-to-end tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2519913587" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2832" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2832/hovercard" href="https://github.com/rancher/fleet/pull/2832">#2832</a></li>
|
||||
<li>Add crust-gather to e2e fail handlers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2522529506" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2842" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2842/hovercard" href="https://github.com/rancher/fleet/pull/2842">#2842</a></li>
|
||||
<li>Adds e2e test to check that bundledeployments are deleted by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2522310105" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2841" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2841/hovercard" href="https://github.com/rancher/fleet/pull/2841">#2841</a></li>
|
||||
<li>Cleanup completed gitjobs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2552804585" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2907" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2907/hovercard" href="https://github.com/rancher/fleet/pull/2907">#2907</a></li>
|
||||
<li>Converts the delete gitjobs to one-time job by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2564061655" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2928" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2928/hovercard" href="https://github.com/rancher/fleet/pull/2928">#2928</a></li>
|
||||
<li>Remove empty fields from gitrepo/bd resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2548374247" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2901" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2901/hovercard" href="https://github.com/rancher/fleet/pull/2901">#2901</a></li>
|
||||
<li>Add more information on logging by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2594733692" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2959" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2959/hovercard" href="https://github.com/rancher/fleet/pull/2959">#2959</a></li>
|
||||
<li>Port gitjob handling changes from 0.10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2602374357" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2971" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2971/hovercard" href="https://github.com/rancher/fleet/pull/2971">#2971</a></li>
|
||||
<li>Remove tmate step from Fleet-in-Rancher test workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2605598790" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2978" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2978/hovercard" href="https://github.com/rancher/fleet/pull/2978">#2978</a></li>
|
||||
<li>Add missing context to agent's updatestatus by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2608912094" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2990" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2990/hovercard" href="https://github.com/rancher/fleet/pull/2990">#2990</a></li>
|
||||
<li>Adds predicate when webhook commit changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2608137228" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2986" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2986/hovercard" href="https://github.com/rancher/fleet/pull/2986">#2986</a></li>
|
||||
<li>Bundledeployment controller does not write metrics on error by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2611628503" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3000" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3000/hovercard" href="https://github.com/rancher/fleet/pull/3000">#3000</a></li>
|
||||
<li>Metrics use label constants from API by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2611157884" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2996" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2996/hovercard" href="https://github.com/rancher/fleet/pull/2996">#2996</a></li>
|
||||
<li>Fix charts repo name in workflow call by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2620879412" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3025" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3025/hovercard" href="https://github.com/rancher/fleet/pull/3025">#3025</a></li>
|
||||
<li>Debug security context in agent by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2626581712" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3039" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3039/hovercard" href="https://github.com/rancher/fleet/pull/3039">#3039</a></li>
|
||||
<li>Remove reconcile error from retry by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2632466496" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3045" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3045/hovercard" href="https://github.com/rancher/fleet/pull/3045">#3045</a></li>
|
||||
<li>Update Wrangler to v3.1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2644526065" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3062" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3062/hovercard" href="https://github.com/rancher/fleet/pull/3062">#3062</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
<h2>New Contributors</h2>
|
||||
<ul>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ampie/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ampie">@ampie</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2432133319" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2686" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2686/hovercard" href="https://github.com/rancher/fleet/pull/2686">#2686</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sebastienmusso/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sebastienmusso">@sebastienmusso</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2519030090" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2825" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2825/hovercard" href="https://github.com/rancher/fleet/pull/2825">#2825</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/k0da/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/k0da">@k0da</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2491666483" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2782" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2782/hovercard" href="https://github.com/rancher/fleet/pull/2782">#2782</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SuperTux88/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SuperTux88">@SuperTux88</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2527295539" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2850" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2850/hovercard" href="https://github.com/rancher/fleet/pull/2850">#2850</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.10.4...v0.11.1"><tt>v0.10.4...v0.11.1</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
Fleet v0.11.1 improves several log and status messages. It reduces the amount of reconciles done by the controllers for resource changes.
|
||||
|
||||
This release adds k8s events for the GitRepo resource. Fleet will generate a k8s event that users can subscribe to, for the following events:
|
||||
* Created - a new git cloning job was created
|
||||
* GotNewCommit - a git repository has a new commit
|
||||
* JobDeleted - a successful git cloning job is removed
|
||||
* FailedValidatingSecret - a git cloning job cannot be created, because a required secret is missing
|
||||
* FailedToApplyRestrictions - the GitRepo resource violates the GitRepoRestriction resource's rules
|
||||
* FailedToCheckCommit - cannot get latest commit from the git server
|
||||
* FailedToGetGitJob - cannot retrieve information from the git cloning job
|
||||
* Failed - polling is disabled, triggered via webhook, but cannot get latest commit from the git server
|
||||
|
||||
There are a few known issues with this 0.11.1 release:
|
||||
|
||||
* Target customization for namespace labels and annotations cannot modify/remove labels when updating.
|
||||
* In version 0.10, GitRepo resources provided a comprehensive list of all deployed resources across all clusters in their status. However, in version 0.11, this list has been modified to report resources only once until the feature is integrated into the Rancher UI. While this change addresses a UI freeze issue, it may result in potential inaccuracies in the list of resources and resource counts under some conditions.
|
||||
|
||||
|
||||
## Additions
|
||||
* Adds k8s events to the gitops controller by @0xavi0 in https://github.com/rancher/fleet/pull/2698
|
||||
* Configurable git client timeout by @p-se in https://github.com/rancher/fleet/pull/2605
|
||||
* Git job creation on the same node as the controller shard by @Tommy12789 in https://github.com/rancher/fleet/pull/2620
|
||||
* Improved post render error when using targetNamespace or namespace by @0xavi0 in https://github.com/rancher/fleet/pull/2660
|
||||
* Make Helm release garbage collection interval configurable by @weyfonk in https://github.com/rancher/fleet/pull/2665
|
||||
* Simplify target customisations for namespace labels and annotations by @weyfonk in https://github.com/rancher/fleet/pull/2664
|
||||
* Return error code 401 for auth errors in webhooks by @0xavi0 in https://github.com/rancher/fleet/pull/2777
|
||||
* Tolerate uninitialized node taint by @k0da in https://github.com/rancher/fleet/pull/2782
|
||||
* Propagate drift correction force mode to Helm rollback by @weyfonk in https://github.com/rancher/fleet/pull/2798
|
||||
* Fleet deploy CLI always outputs list of deployed resources by @manno in https://github.com/rancher/fleet/pull/2847
|
||||
* BundleDeployment status error message improvement by @p-se in https://github.com/rancher/fleet/pull/2679
|
||||
* Increase worker count for reconcilers by @manno in https://github.com/rancher/fleet/pull/2897
|
||||
* Fleet deploy prints hook resources too by @manno in https://github.com/rancher/fleet/pull/2968
|
||||
|
||||
|
||||
## Bugfixes
|
||||
* KubeVersion fix for fleet deploy --dry-run by @ampie in https://github.com/rancher/fleet/pull/2686
|
||||
* Fix status conflict between agent and fleetcontroller by @manno in https://github.com/rancher/fleet/pull/2998
|
||||
* Fixes status not being populated to cluster and clustergroups by @0xavi0 in https://github.com/rancher/fleet/pull/2791
|
||||
* Prevent `0` as value for gitClientTimeout by @p-se in https://github.com/rancher/fleet/pull/2756
|
||||
* Gitjob container has writable /tmp dir by @manno in https://github.com/rancher/fleet/pull/2827
|
||||
* Create CABundle Secret for gitjob by @sebastienmusso in https://github.com/rancher/fleet/pull/2825
|
||||
* Skip CA bundle secret creation with empty payload by @weyfonk in https://github.com/rancher/fleet/pull/2918
|
||||
* Fix helm.sh/resource-policy being added to everything and not just CRDs by @SuperTux88 in https://github.com/rancher/fleet/pull/2850
|
||||
* Deletes retries in the gitops job. by @0xavi0 in https://github.com/rancher/fleet/pull/2872
|
||||
* Propagate drift correction error to bundle deployment status by @weyfonk in https://github.com/rancher/fleet/pull/2792
|
||||
* GitRepo resources list doesn't list resources multiple times by @manno in https://github.com/rancher/fleet/pull/3027
|
||||
* Fix namespace target customization support with no defaults (#3052) by @weyfonk in https://github.com/rancher/fleet/pull/3057
|
||||
* Fix defaults from gitrepo restriction by @manno in https://github.com/rancher/fleet/pull/3080
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Add dev docs for logging by @weyfonk in https://github.com/rancher/fleet/pull/2812
|
||||
* Clean up content resources through finalizers by @weyfonk in https://github.com/rancher/fleet/pull/2566
|
||||
* Document agent garbage collection interval in charts by @weyfonk in https://github.com/rancher/fleet/pull/2813
|
||||
* Document testing recommendations by @weyfonk in https://github.com/rancher/fleet/pull/2770
|
||||
* Switch to helm 3.16 by @manno in https://github.com/rancher/fleet/pull/2747
|
||||
* Update Go version to 1.23.2 by @thardeck in https://github.com/rancher/fleet/pull/2953
|
||||
* Increase visibility of gitjob controller logs and events by @weyfonk in https://github.com/rancher/fleet/pull/2906
|
||||
* Vendor apply.DryRun by @manno in https://github.com/rancher/fleet/pull/2854
|
||||
* Copy SafeConcat from wrangler by @manno in https://github.com/rancher/fleet/pull/2882
|
||||
* Limit `Deployed bundle` logs by @weyfonk in https://github.com/rancher/fleet/pull/2917
|
||||
* Changes job handling in gitops controller by @0xavi0 in https://github.com/rancher/fleet/pull/2903
|
||||
* Remove update workaround from drift detection by @manno in https://github.com/rancher/fleet/pull/2942
|
||||
* Remove continuous pprof by @manno in https://github.com/rancher/fleet/pull/2976
|
||||
* Add helm value to disable securityContext by @manno in https://github.com/rancher/fleet/pull/2981
|
||||
* Add gitrepo status reconciler by @manno in https://github.com/rancher/fleet/pull/3008
|
||||
* Avoid retries for bundle and content resources by @manno in https://github.com/rancher/fleet/pull/3014
|
||||
* Use Patch instead of Update for modifying the status field by @aruiz14 in https://github.com/rancher/fleet/pull/3021
|
||||
* Patch bundle deployment status in drift controller by @weyfonk in https://github.com/rancher/fleet/pull/3032
|
||||
* Limit debug error messages to debug log by @manno in https://github.com/rancher/fleet/pull/3015
|
||||
|
||||
<details>
|
||||
|
||||
* Remove vendored go-playground/webhooks code by @weyfonk in https://github.com/rancher/fleet/pull/2710
|
||||
* Refactor gitjops reconciler to remove complexity warning by @manno in https://github.com/rancher/fleet/pull/2726
|
||||
* Rename Fleet manager references as Fleet controller by @weyfonk in https://github.com/rancher/fleet/pull/2763
|
||||
* Remove leftover `disable-gitops` mentions by @weyfonk in https://github.com/rancher/fleet/pull/2762
|
||||
* Remove shard node selector from hidden flags by @weyfonk in https://github.com/rancher/fleet/pull/2764
|
||||
* Skip checks on logs in sharding end-to-end tests by @weyfonk in https://github.com/rancher/fleet/pull/2832
|
||||
* Add crust-gather to e2e fail handlers by @manno in https://github.com/rancher/fleet/pull/2842
|
||||
* Adds e2e test to check that bundledeployments are deleted by @0xavi0 in https://github.com/rancher/fleet/pull/2841
|
||||
* Cleanup completed gitjobs by @manno in https://github.com/rancher/fleet/pull/2907
|
||||
* Converts the delete gitjobs to one-time job by @0xavi0 in https://github.com/rancher/fleet/pull/2928
|
||||
* Remove empty fields from gitrepo/bd resources by @manno in https://github.com/rancher/fleet/pull/2901
|
||||
* Add more information on logging by @manno in https://github.com/rancher/fleet/pull/2959
|
||||
* Port gitjob handling changes from 0.10 by @0xavi0 in https://github.com/rancher/fleet/pull/2971
|
||||
* Remove tmate step from Fleet-in-Rancher test workflow by @weyfonk in https://github.com/rancher/fleet/pull/2978
|
||||
* Add missing context to agent's updatestatus by @manno in https://github.com/rancher/fleet/pull/2990
|
||||
* Adds predicate when webhook commit changes by @0xavi0 in https://github.com/rancher/fleet/pull/2986
|
||||
* Bundledeployment controller does not write metrics on error by @manno in https://github.com/rancher/fleet/pull/3000
|
||||
* Metrics use label constants from API by @manno in https://github.com/rancher/fleet/pull/2996
|
||||
* Fix charts repo name in workflow call by @weyfonk in https://github.com/rancher/fleet/pull/3025
|
||||
* Debug security context in agent by @manno in https://github.com/rancher/fleet/pull/3039
|
||||
* Remove reconcile error from retry by @manno in https://github.com/rancher/fleet/pull/3045
|
||||
* Update Wrangler to v3.1 by @thardeck in https://github.com/rancher/fleet/pull/3062
|
||||
|
||||
</details>
|
||||
|
||||
## New Contributors
|
||||
* @ampie made their first contribution in https://github.com/rancher/fleet/pull/2686
|
||||
* @sebastienmusso made their first contribution in https://github.com/rancher/fleet/pull/2825
|
||||
* @k0da made their first contribution in https://github.com/rancher/fleet/pull/2782
|
||||
* @SuperTux88 made their first contribution in https://github.com/rancher/fleet/pull/2850
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.10.4...v0.11.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-crd-0.11.1.tgz](https://github.com/rancher/fleet/releases/download/v0.11.1/fleet-crd-0.11.1.tgz)
|
||||
|
||||
* [fleet-0.11.1.tgz](https://github.com/rancher/fleet/releases/download/v0.11.1/fleet-0.11.1.tgz)
|
||||
|
|
@ -149,6 +144,5 @@ date: "2024-11-15 15:30:49 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2024-12-12 15:16:49 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-12-12 15:16:49 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-12-12 15:16:49 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Deduplicate status messages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2627301320" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3042/hovercard" href="https://github.com/rancher/fleet/pull/3042">#3042</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2715422023" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3119" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3119/hovercard" href="https://github.com/rancher/fleet/pull/3119">#3119</a></li>
|
||||
<li>Disable jobs cleanup cronjob if gitOps is disabled by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2727337922" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3129" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3129/hovercard" href="https://github.com/rancher/fleet/pull/3129">#3129</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.1...v0.11.2"><tt>v0.11.1...v0.11.2</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Deduplicate status messages (#3042) by @p-se in https://github.com/rancher/fleet/pull/3119
|
||||
* Disable jobs cleanup cronjob if gitOps is disabled by @weyfonk in https://github.com/rancher/fleet/pull/3129
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.1...v0.11.2
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.11.2.tgz](https://github.com/rancher/fleet/releases/download/v0.11.2/fleet-0.11.2.tgz)
|
||||
|
||||
* [fleet-crd-0.11.2.tgz](https://github.com/rancher/fleet/releases/download/v0.11.2/fleet-crd-0.11.2.tgz)
|
||||
|
|
@ -49,6 +43,5 @@ date: "2024-12-12 15:16:49 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.2)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,31 +4,25 @@ date: "2025-01-17 16:03:21 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-01-17 16:03:21 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-01-17 16:03:21 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Calculate Clusters resourceCount from BundleDeployments instead of GitRepos by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2735809651" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3145" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3145/hovercard" href="https://github.com/rancher/fleet/pull/3145">#3145</a></li>
|
||||
<li>Make agent worker counts configurable by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2750071295" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3162" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3162/hovercard" href="https://github.com/rancher/fleet/pull/3162">#3162</a></li>
|
||||
<li>Adds logs for new commit or error checking for the latest by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2774663136" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3184" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3184/hovercard" href="https://github.com/rancher/fleet/pull/3184">#3184</a></li>
|
||||
<li>Backport of Add jitter and resync to polling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2778143419" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3198" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3198/hovercard" href="https://github.com/rancher/fleet/pull/3198">#3198</a></li>
|
||||
<li>Add template errors to bundle and gitrepo status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2777691103" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3193" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3193/hovercard" href="https://github.com/rancher/fleet/pull/3193">#3193</a></li>
|
||||
<li>Bump golang.org/x/crypto to v0.31.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2747233586" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3154" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3154/hovercard" href="https://github.com/rancher/fleet/pull/3154">#3154</a></li>
|
||||
<li>Update golang.org/x/net to v0.33.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2766121041" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3173" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3173/hovercard" href="https://github.com/rancher/fleet/pull/3173">#3173</a></li>
|
||||
<li>Update go-git to v5.13.1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2780429828" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3206" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3206/hovercard" href="https://github.com/rancher/fleet/pull/3206">#3206</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.2...v0.11.3"><tt>v0.11.2...v0.11.3</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Calculate Clusters resourceCount from BundleDeployments instead of GitRepos by @aruiz14 in https://github.com/rancher/fleet/pull/3145
|
||||
* Make agent worker counts configurable by @weyfonk in https://github.com/rancher/fleet/pull/3162
|
||||
* Adds logs for new commit or error checking for the latest by @0xavi0 in https://github.com/rancher/fleet/pull/3184
|
||||
* Backport of Add jitter and resync to polling by @manno in https://github.com/rancher/fleet/pull/3198
|
||||
* Add template errors to bundle and gitrepo status by @p-se in https://github.com/rancher/fleet/pull/3193
|
||||
* Bump golang.org/x/crypto to v0.31.0 by @thardeck in https://github.com/rancher/fleet/pull/3154
|
||||
* Update golang.org/x/net to v0.33.0 by @thardeck in https://github.com/rancher/fleet/pull/3173
|
||||
* Update go-git to v5.13.1 by @thardeck in https://github.com/rancher/fleet/pull/3206
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.2...v0.11.3
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.11.3.tgz](https://github.com/rancher/fleet/releases/download/v0.11.3/fleet-agent-0.11.3.tgz)
|
||||
|
||||
* [fleet-0.11.3.tgz](https://github.com/rancher/fleet/releases/download/v0.11.3/fleet-0.11.3.tgz)
|
||||
|
|
@ -55,6 +49,5 @@ date: "2025-01-17 16:03:21 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.3)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,29 +4,23 @@ date: "2025-02-19 16:56:42 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-02-19 16:56:42 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-02-19 16:56:42 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Prevent empty Patch updates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2809734274" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3251" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3251/hovercard" href="https://github.com/rancher/fleet/pull/3251">#3251</a></li>
|
||||
<li>Always return result with RequeueAfter set by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2812366161" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3257" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3257/hovercard" href="https://github.com/rancher/fleet/pull/3257">#3257</a></li>
|
||||
<li>Propagate tolerations from values to cleanup jobs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2820770466" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3282" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3282/hovercard" href="https://github.com/rancher/fleet/pull/3282">#3282</a></li>
|
||||
<li>Change ImageScanCommit in GitRepo spec to a pointer by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2835701969" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3308" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3308/hovercard" href="https://github.com/rancher/fleet/pull/3308">#3308</a></li>
|
||||
<li>Add affected cluster to template error message by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2838324220" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3315" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3315/hovercard" href="https://github.com/rancher/fleet/pull/3315">#3315</a></li>
|
||||
<li>Bump Go to 1.23.6 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2850243054" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3340" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3340/hovercard" href="https://github.com/rancher/fleet/pull/3340">#3340</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.3...v0.11.4"><tt>v0.11.3...v0.11.4</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Prevent empty Patch updates by @aruiz14 in https://github.com/rancher/fleet/pull/3251
|
||||
* Always return result with RequeueAfter set by @0xavi0 in https://github.com/rancher/fleet/pull/3257
|
||||
* Propagate tolerations from values to cleanup jobs by @weyfonk in https://github.com/rancher/fleet/pull/3282
|
||||
* Change ImageScanCommit in GitRepo spec to a pointer by @0xavi0 in https://github.com/rancher/fleet/pull/3308
|
||||
* Add affected cluster to template error message by @p-se in https://github.com/rancher/fleet/pull/3315
|
||||
* Bump Go to 1.23.6 by @thardeck in https://github.com/rancher/fleet/pull/3340
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.3...v0.11.4
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.11.4.tgz](https://github.com/rancher/fleet/releases/download/v0.11.4/fleet-0.11.4.tgz)
|
||||
|
||||
* [fleet-crd-0.11.4.tgz](https://github.com/rancher/fleet/releases/download/v0.11.4/fleet-crd-0.11.4.tgz)
|
||||
|
|
@ -53,6 +47,5 @@ date: "2025-02-19 16:56:42 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.4)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-03-04 15:28:53 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-03-04 15:28:53 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-03-04 15:28:53 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update Kubernetes dependency to v1.31.6 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2893703865" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3415" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3415/hovercard" href="https://github.com/rancher/fleet/pull/3415">#3415</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.4...v0.11.5"><tt>v0.11.4...v0.11.5</tt></a></p>
|
||||
## What's Changed
|
||||
* Update Kubernetes dependency to v1.31.6 by @thardeck in https://github.com/rancher/fleet/pull/3415
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.4...v0.11.5
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.11.5.tgz](https://github.com/rancher/fleet/releases/download/v0.11.5/fleet-0.11.5.tgz)
|
||||
|
||||
* [fleet-agent-0.11.5.tgz](https://github.com/rancher/fleet/releases/download/v0.11.5/fleet-agent-0.11.5.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-03-04 15:28:53 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.5)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,30 +4,24 @@ date: "2025-04-17 08:11:53 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-04-17 08:11:53 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-04-17 08:11:53 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Ensure same bundle is selected for non-ready status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2965837215" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3496" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3496/hovercard" href="https://github.com/rancher/fleet/pull/3496">#3496</a></li>
|
||||
<li>Support strict host key checks by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982461739" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3525" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3525/hovercard" href="https://github.com/rancher/fleet/pull/3525">#3525</a></li>
|
||||
<li>Add Lifecycle Secrets by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982672950" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3529" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3529/hovercard" href="https://github.com/rancher/fleet/pull/3529">#3529</a></li>
|
||||
<li>Prevent panic when fetching latest commit by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2986053904" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3540" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3540/hovercard" href="https://github.com/rancher/fleet/pull/3540">#3540</a></li>
|
||||
<li>Prevent breaking change in PerClusterState on rollback by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2988187876" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3549" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3549/hovercard" href="https://github.com/rancher/fleet/pull/3549">#3549</a></li>
|
||||
<li>Bump Go toolchain version to 1.23.8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2988051650" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3545" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3545/hovercard" href="https://github.com/rancher/fleet/pull/3545">#3545</a></li>
|
||||
<li>Bump Go modules by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2971597920" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3506" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3506/hovercard" href="https://github.com/rancher/fleet/pull/3506">#3506</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.5...v0.11.6"><tt>v0.11.5...v0.11.6</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Ensure same bundle is selected for non-ready status by @0xavi0 in https://github.com/rancher/fleet/pull/3496
|
||||
* Support strict host key checks by @weyfonk in https://github.com/rancher/fleet/pull/3525
|
||||
* Add Lifecycle Secrets by @manno in https://github.com/rancher/fleet/pull/3529
|
||||
* Prevent panic when fetching latest commit by @weyfonk in https://github.com/rancher/fleet/pull/3540
|
||||
* Prevent breaking change in PerClusterState on rollback by @aruiz14 in https://github.com/rancher/fleet/pull/3549
|
||||
* Bump Go toolchain version to 1.23.8 by @thardeck in https://github.com/rancher/fleet/pull/3545
|
||||
* Bump Go modules by @thardeck in https://github.com/rancher/fleet/pull/3506
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.5...v0.11.6
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.11.6.tgz](https://github.com/rancher/fleet/releases/download/v0.11.6/fleet-agent-0.11.6.tgz)
|
||||
|
||||
* [fleet-crd-0.11.6.tgz](https://github.com/rancher/fleet/releases/download/v0.11.6/fleet-crd-0.11.6.tgz)
|
||||
|
|
@ -54,6 +48,5 @@ date: "2025-04-17 08:11:53 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.6)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-04-22 14:44:59 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-04-22 14:44:59 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-04-22 14:44:59 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Avoids returning nil map when options.Helm is used by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3011219032" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3572" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3572/hovercard" href="https://github.com/rancher/fleet/pull/3572">#3572</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.6...v0.11.7"><tt>v0.11.6...v0.11.7</tt></a></p>
|
||||
## What's Changed
|
||||
* Avoids returning nil map when options.Helm is used by @0xavi0 in https://github.com/rancher/fleet/pull/3572
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.6...v0.11.7
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.11.7.tgz](https://github.com/rancher/fleet/releases/download/v0.11.7/fleet-agent-0.11.7.tgz)
|
||||
|
||||
* [fleet-crd-0.11.7.tgz](https://github.com/rancher/fleet/releases/download/v0.11.7/fleet-crd-0.11.7.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-04-22 14:44:59 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.7)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,29 +4,23 @@ date: "2025-05-16 08:32:50 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-05-16 08:32:50 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-05-16 08:32:50 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Stable BundleDeployment modified/nonReady status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2985154773" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3533" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3533/hovercard" href="https://github.com/rancher/fleet/pull/3533">#3533</a></li>
|
||||
<li>Prevent empty patches drift reconciler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3014292770" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3578" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3578/hovercard" href="https://github.com/rancher/fleet/pull/3578">#3578</a></li>
|
||||
<li>Calls semaphore Acquire inside go routine by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3039470937" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3634" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3634/hovercard" href="https://github.com/rancher/fleet/pull/3634">#3634</a></li>
|
||||
<li>Remove serviceaccount migration by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3031590227" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3603" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3603/hovercard" href="https://github.com/rancher/fleet/pull/3603">#3603</a></li>
|
||||
<li>Update dependencies: golang.org/x/net to v0.38.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3057126267" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3676" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3676/hovercard" href="https://github.com/rancher/fleet/pull/3676">#3676</a></li>
|
||||
<li>Update gomod-k8sio-dependencies (release/v0.11) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3045525824" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3657" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3657/hovercard" href="https://github.com/rancher/fleet/pull/3657">#3657</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.7...v0.11.8"><tt>v0.11.7...v0.11.8</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Stable BundleDeployment modified/nonReady status by @aruiz14 in https://github.com/rancher/fleet/pull/3533
|
||||
* Prevent empty patches drift reconciler by @aruiz14 in https://github.com/rancher/fleet/pull/3578
|
||||
* Calls semaphore Acquire inside go routine by @0xavi0 in https://github.com/rancher/fleet/pull/3634
|
||||
* Remove serviceaccount migration by @weyfonk in https://github.com/rancher/fleet/pull/3603
|
||||
* Update dependencies: golang.org/x/net to v0.38.0 by @thardeck in https://github.com/rancher/fleet/pull/3676
|
||||
* Update gomod-k8sio-dependencies (release/v0.11) by @renovate-rancher in https://github.com/rancher/fleet/pull/3657
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.7...v0.11.8
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.11.8.tgz](https://github.com/rancher/fleet/releases/download/v0.11.8/fleet-0.11.8.tgz)
|
||||
|
||||
* [fleet-crd-0.11.8.tgz](https://github.com/rancher/fleet/releases/download/v0.11.8/fleet-crd-0.11.8.tgz)
|
||||
|
|
@ -53,6 +47,5 @@ date: "2025-05-16 08:32:50 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.8)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2025-06-18 16:29:07 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-06-18 16:29:07 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-06-18 16:29:07 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update gomod-k8sio-dependencies (release/v0.11) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3064871938" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3691" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3691/hovercard" href="https://github.com/rancher/fleet/pull/3691">#3691</a></li>
|
||||
<li>Bump go to 1.23.10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3155467902" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3801" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3801/hovercard" href="https://github.com/rancher/fleet/pull/3801">#3801</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.8...v0.11.9"><tt>v0.11.8...v0.11.9</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Update gomod-k8sio-dependencies (release/v0.11) by @renovate-rancher in https://github.com/rancher/fleet/pull/3691
|
||||
* Bump go to 1.23.10 by @thardeck in https://github.com/rancher/fleet/pull/3801
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.8...v0.11.9
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.11.9.tgz](https://github.com/rancher/fleet/releases/download/v0.11.9/fleet-agent-0.11.9.tgz)
|
||||
|
||||
* [fleet-0.11.9.tgz](https://github.com/rancher/fleet/releases/download/v0.11.9/fleet-0.11.9.tgz)
|
||||
|
|
@ -49,6 +43,5 @@ date: "2025-06-18 16:29:07 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.9)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,97 +4,94 @@ date: "2025-03-24 14:21:20 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-03-24 14:21:20 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-03-24 14:21:20 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>This release adds a new HelmOps controller that allows you to manage Helm charts using the HelmApp CRD. This controller is experimental and is not enabled by default.</p>
|
||||
<p>Several log messages have been improved to provide more context and information about the errors that occurred. The conditions in the status fields of resources are used by the UI to display warnings and we are continuously improving them.</p>
|
||||
<p>When a bundle fails to deploy to a cluster, e.g. because the cluster is missing a required label that is to be used as a value, the bundle will now show the affected cluster in the error message. This makes it easier to identify which clusters are affected by the error.</p>
|
||||
<p>The agent has been switched from a StatefulSet to a Deployment. This change allows the agent to scale horizontally and is a step towards making the agent more resilient to failures. The agent now exposes the number of worker goroutines it is running, which can be used to tune the agent's performance.</p>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Fall back to Rancher-configured CA bundles by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2803732060" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3233" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3233/hovercard" href="https://github.com/rancher/fleet/pull/3233">#3233</a></li>
|
||||
<li>Add experimental HelmOps controller. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2683999754" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3092" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3092/hovercard" href="https://github.com/rancher/fleet/pull/3092">#3092</a></li>
|
||||
<li>Add benchmark suite by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2717091379" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3120" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3120/hovercard" href="https://github.com/rancher/fleet/pull/3120">#3120</a></li>
|
||||
<li>Add <code>templateValues</code> to HelmApp, Bundle, etc by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Danil-Grigorev/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Danil-Grigorev">@Danil-Grigorev</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2815606500" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3267" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3267/hovercard" href="https://github.com/rancher/fleet/pull/3267">#3267</a></li>
|
||||
<li>Add jitter and resync to polling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2738790306" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3151" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3151/hovercard" href="https://github.com/rancher/fleet/pull/3151">#3151</a></li>
|
||||
<li>Adds tolerations from fleet-controller's deployment to local agent and git job by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2857236235" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3362" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3362/hovercard" href="https://github.com/rancher/fleet/pull/3362">#3362</a></li>
|
||||
<li>Propagate tolerations from values to cleanup jobs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2820763717" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3281" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3281/hovercard" href="https://github.com/rancher/fleet/pull/3281">#3281</a></li>
|
||||
<li>Switch agent from StatefulSet to Deployment by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2858102079" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3364" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3364/hovercard" href="https://github.com/rancher/fleet/pull/3364">#3364</a></li>
|
||||
<li>Expose agent worker counts in fleet chart by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2742884030" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3152" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3152/hovercard" href="https://github.com/rancher/fleet/pull/3152">#3152</a></li>
|
||||
<li>Make max concurrent reconciles configurable for agent and remaining controllers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2690823482" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3094" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3094/hovercard" href="https://github.com/rancher/fleet/pull/3094">#3094</a></li>
|
||||
<li>Use a delaying enqueue handler for drift detection by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2884288534" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3401" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3401/hovercard" href="https://github.com/rancher/fleet/pull/3401">#3401</a></li>
|
||||
<li>Support ignoring resources in bundle diffs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2897797423" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3425" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3425/hovercard" href="https://github.com/rancher/fleet/pull/3425">#3425</a></li>
|
||||
<li>Fleet apply retries bundle creation on conflicts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2886936506" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3407" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3407/hovercard" href="https://github.com/rancher/fleet/pull/3407">#3407</a></li>
|
||||
</ul>
|
||||
<h3>Logging and Status Conditions:</h3>
|
||||
<ul>
|
||||
<li>Add extra error info when downloading remote charts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2859917736" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3368" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3368/hovercard" href="https://github.com/rancher/fleet/pull/3368">#3368</a></li>
|
||||
<li>Adds message context to fleet apply errors by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2868923325" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3385" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3385/hovercard" href="https://github.com/rancher/fleet/pull/3385">#3385</a></li>
|
||||
<li>Prefix log fields for resource conflicts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2807065207" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3242" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3242/hovercard" href="https://github.com/rancher/fleet/pull/3242">#3242</a></li>
|
||||
<li>Add affected cluster to template error message by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2820637605" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3278" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3278/hovercard" href="https://github.com/rancher/fleet/pull/3278">#3278</a></li>
|
||||
<li>Add template errors to bundle and GitRepo status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2714650421" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3114" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3114/hovercard" href="https://github.com/rancher/fleet/pull/3114">#3114</a></li>
|
||||
<li>Adds logs for new commit or error checking for the latest by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2773079726" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3182" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3182/hovercard" href="https://github.com/rancher/fleet/pull/3182">#3182</a></li>
|
||||
<li>Update gitcloner/fetcher error messages for SCP/SSH GitRepo URLs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2902957164" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3430" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3430/hovercard" href="https://github.com/rancher/fleet/pull/3430">#3430</a></li>
|
||||
</ul>
|
||||
<h3>Resources in Status Fields:</h3>
|
||||
<ul>
|
||||
<li>Calculate Clusters resourceCount from BundleDeployments instead of GitRepos by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2698144346" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3102" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3102/hovercard" href="https://github.com/rancher/fleet/pull/3102">#3102</a></li>
|
||||
<li>Add resourceCounts and incomplete state to BundleDeploymentStatus by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2780399645" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3203" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3203/hovercard" href="https://github.com/rancher/fleet/pull/3203">#3203</a></li>
|
||||
<li>Add PerClusterResourceCounts to GitRepo status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2780739993" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3209" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3209/hovercard" href="https://github.com/rancher/fleet/pull/3209">#3209</a></li>
|
||||
<li>Rework how resources are calculated by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2804771569" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3238" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3238/hovercard" href="https://github.com/rancher/fleet/pull/3238">#3238</a></li>
|
||||
<li>Simplify PerClusterState and include all states and cluster IDs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2821298089" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3287" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3287/hovercard" href="https://github.com/rancher/fleet/pull/3287">#3287</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Deduplicate status messages by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2627301320" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3042/hovercard" href="https://github.com/rancher/fleet/pull/3042">#3042</a></li>
|
||||
<li>Remove reconcile error from retry by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2632466496" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3045" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3045/hovercard" href="https://github.com/rancher/fleet/pull/3045">#3045</a></li>
|
||||
<li>Fix namespace target customization support with no defaults by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2637994085" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3052" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3052/hovercard" href="https://github.com/rancher/fleet/pull/3052">#3052</a></li>
|
||||
<li>Apply defaults from gitrepo restrictions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2641619486" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3056" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3056/hovercard" href="https://github.com/rancher/fleet/pull/3056">#3056</a></li>
|
||||
<li>Disable jobs cleanup cronjob if GitOps is disabled by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2727346689" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3130" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3130/hovercard" href="https://github.com/rancher/fleet/pull/3130">#3130</a></li>
|
||||
<li>Fix fleet-agent chart validation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2738610173" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3150" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3150/hovercard" href="https://github.com/rancher/fleet/pull/3150">#3150</a></li>
|
||||
<li>Prevent empty Patch updates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2807524377" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3245" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3245/hovercard" href="https://github.com/rancher/fleet/pull/3245">#3245</a></li>
|
||||
<li>Change ImageScanCommit in GitRepo spec to a pointer by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2833534019" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3302" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3302/hovercard" href="https://github.com/rancher/fleet/pull/3302">#3302</a></li>
|
||||
<li>Always returns result with RequeueAfter set by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2835509011" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3307" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3307/hovercard" href="https://github.com/rancher/fleet/pull/3307">#3307</a></li>
|
||||
<li>Update Git job permissions when GitRepo changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2835101700" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3305" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3305/hovercard" href="https://github.com/rancher/fleet/pull/3305">#3305</a></li>
|
||||
<li>Retry reconcile when we cannot add finalizer to content resource by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2835867990" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3310" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3310/hovercard" href="https://github.com/rancher/fleet/pull/3310">#3310</a></li>
|
||||
<li>Fix default state for GitRepo resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2845930078" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3329" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3329/hovercard" href="https://github.com/rancher/fleet/pull/3329">#3329</a></li>
|
||||
<li>Using a webhook sets the intervall to one hour again by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2848220286" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3337" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3337/hovercard" href="https://github.com/rancher/fleet/pull/3337">#3337</a></li>
|
||||
<li>Bundlereader needs to update OCI storage bundles, too by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2874748835" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3389" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3389/hovercard" href="https://github.com/rancher/fleet/pull/3389">#3389</a></li>
|
||||
<li>Fix BundleDeployment resource counts when a resource is missing by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2890958392" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3408" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3408/hovercard" href="https://github.com/rancher/fleet/pull/3408">#3408</a></li>
|
||||
<li>Delete both, statefulset and deployment on agent update by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2916639648" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3449" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3449/hovercard" href="https://github.com/rancher/fleet/pull/3449">#3449</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump Copyright statements to 2025 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2767126109" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3176" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3176/hovercard" href="https://github.com/rancher/fleet/pull/3176">#3176</a></li>
|
||||
<li>Remove logrus message for finalizer handling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2807209487" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3243" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3243/hovercard" href="https://github.com/rancher/fleet/pull/3243">#3243</a></li>
|
||||
<li>Upload Docker images to Prime registry and sign them by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2813213352" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3261" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3261/hovercard" href="https://github.com/rancher/fleet/pull/3261">#3261</a></li>
|
||||
<li>Fix typo on regristry by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sestegra/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sestegra">@sestegra</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2840789596" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3321" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3321/hovercard" href="https://github.com/rancher/fleet/pull/3321">#3321</a></li>
|
||||
<li>Bump k8s modules to 1.32 and Helm to 3.17.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2838694420" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3317" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3317/hovercard" href="https://github.com/rancher/fleet/pull/3317">#3317</a></li>
|
||||
<li>Update golang.org/x/net dependency to v0.36.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2927163654" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3455" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3455/hovercard" href="https://github.com/rancher/fleet/pull/3455">#3455</a></li>
|
||||
<li>Add debug logging around drift correction and disable test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2847816303" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3334" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3334/hovercard" href="https://github.com/rancher/fleet/pull/3334">#3334</a></li>
|
||||
<li>Incorporate kube-version and rancher-version annotations in chart by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2854157395" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3352" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3352/hovercard" href="https://github.com/rancher/fleet/pull/3352">#3352</a></li>
|
||||
<li>Use auto bump functionality in release charts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2858394920" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3365" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3365/hovercard" href="https://github.com/rancher/fleet/pull/3365">#3365</a></li>
|
||||
<li>Move agent registration into controller container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2893976743" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3416" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3416/hovercard" href="https://github.com/rancher/fleet/pull/3416">#3416</a></li>
|
||||
<li>Move agent's clusterstatus controller into the controller container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2900849667" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3429" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3429/hovercard" href="https://github.com/rancher/fleet/pull/3429">#3429</a></li>
|
||||
<li>Remove "fleet apply" config files from bundle resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2885004970" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3403" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3403/hovercard" href="https://github.com/rancher/fleet/pull/3403">#3403</a></li>
|
||||
</ul>
|
||||
<h2>New Contributors</h2>
|
||||
<ul>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sestegra/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sestegra">@sestegra</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2840789596" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3321" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3321/hovercard" href="https://github.com/rancher/fleet/pull/3321">#3321</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.11.5...v0.12.0"><tt>v0.11.5...v0.12.0</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
This release adds a new HelmOps controller that allows you to manage Helm charts using the HelmApp CRD. This controller is experimental and is not enabled by default.
|
||||
|
||||
Several log messages have been improved to provide more context and information about the errors that occurred. The conditions in the status fields of resources are used by the UI to display warnings and we are continuously improving them.
|
||||
|
||||
When a bundle fails to deploy to a cluster, e.g. because the cluster is missing a required label that is to be used as a value, the bundle will now show the affected cluster in the error message. This makes it easier to identify which clusters are affected by the error.
|
||||
|
||||
The agent has been switched from a StatefulSet to a Deployment. This change allows the agent to scale horizontally and is a step towards making the agent more resilient to failures. The agent now exposes the number of worker goroutines it is running, which can be used to tune the agent's performance.
|
||||
|
||||
## Additions
|
||||
|
||||
* Fall back to Rancher-configured CA bundles by @weyfonk in https://github.com/rancher/fleet/pull/3233
|
||||
* Add experimental HelmOps controller. by @0xavi0 in https://github.com/rancher/fleet/pull/3092
|
||||
* Add benchmark suite by @manno in https://github.com/rancher/fleet/pull/3120
|
||||
* Add `templateValues` to HelmApp, Bundle, etc by @Danil-Grigorev in https://github.com/rancher/fleet/pull/3267
|
||||
* Add jitter and resync to polling by @manno in https://github.com/rancher/fleet/pull/3151
|
||||
* Adds tolerations from fleet-controller's deployment to local agent and git job by @0xavi0 in https://github.com/rancher/fleet/pull/3362
|
||||
* Propagate tolerations from values to cleanup jobs by @weyfonk in https://github.com/rancher/fleet/pull/3281
|
||||
* Switch agent from StatefulSet to Deployment by @p-se in https://github.com/rancher/fleet/pull/3364
|
||||
* Expose agent worker counts in fleet chart by @weyfonk in https://github.com/rancher/fleet/pull/3152
|
||||
* Make max concurrent reconciles configurable for agent and remaining controllers by @weyfonk in https://github.com/rancher/fleet/pull/3094
|
||||
* Use a delaying enqueue handler for drift detection by @aruiz14 in https://github.com/rancher/fleet/pull/3401
|
||||
* Support ignoring resources in bundle diffs by @weyfonk in https://github.com/rancher/fleet/pull/3425
|
||||
* Fleet apply retries bundle creation on conflicts by @0xavi0 in https://github.com/rancher/fleet/pull/3407
|
||||
|
||||
### Logging and Status Conditions:
|
||||
* Add extra error info when downloading remote charts by @0xavi0 in https://github.com/rancher/fleet/pull/3368
|
||||
* Adds message context to fleet apply errors by @0xavi0 in https://github.com/rancher/fleet/pull/3385
|
||||
* Prefix log fields for resource conflicts by @manno in https://github.com/rancher/fleet/pull/3242
|
||||
* Add affected cluster to template error message by @p-se in https://github.com/rancher/fleet/pull/3278
|
||||
* Add template errors to bundle and GitRepo status by @p-se in https://github.com/rancher/fleet/pull/3114
|
||||
* Adds logs for new commit or error checking for the latest by @0xavi0 in https://github.com/rancher/fleet/pull/3182
|
||||
* Update gitcloner/fetcher error messages for SCP/SSH GitRepo URLs by @manno in https://github.com/rancher/fleet/pull/3430
|
||||
|
||||
|
||||
### Resources in Status Fields:
|
||||
* Calculate Clusters resourceCount from BundleDeployments instead of GitRepos by @aruiz14 in https://github.com/rancher/fleet/pull/3102
|
||||
* Add resourceCounts and incomplete state to BundleDeploymentStatus by @aruiz14 in https://github.com/rancher/fleet/pull/3203
|
||||
* Add PerClusterResourceCounts to GitRepo status by @aruiz14 in https://github.com/rancher/fleet/pull/3209
|
||||
* Rework how resources are calculated by @aruiz14 in https://github.com/rancher/fleet/pull/3238
|
||||
* Simplify PerClusterState and include all states and cluster IDs by @aruiz14 in https://github.com/rancher/fleet/pull/3287
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Deduplicate status messages by @p-se in https://github.com/rancher/fleet/pull/3042
|
||||
* Remove reconcile error from retry by @manno in https://github.com/rancher/fleet/pull/3045
|
||||
* Fix namespace target customization support with no defaults by @weyfonk in https://github.com/rancher/fleet/pull/3052
|
||||
* Apply defaults from gitrepo restrictions by @manno in https://github.com/rancher/fleet/pull/3056
|
||||
* Disable jobs cleanup cronjob if GitOps is disabled by @weyfonk in https://github.com/rancher/fleet/pull/3130
|
||||
* Fix fleet-agent chart validation by @weyfonk in https://github.com/rancher/fleet/pull/3150
|
||||
* Prevent empty Patch updates by @aruiz14 in https://github.com/rancher/fleet/pull/3245
|
||||
* Change ImageScanCommit in GitRepo spec to a pointer by @0xavi0 in https://github.com/rancher/fleet/pull/3302
|
||||
* Always returns result with RequeueAfter set by @0xavi0 in https://github.com/rancher/fleet/pull/3307
|
||||
* Update Git job permissions when GitRepo changes by @p-se in https://github.com/rancher/fleet/pull/3305
|
||||
* Retry reconcile when we cannot add finalizer to content resource by @manno in https://github.com/rancher/fleet/pull/3310
|
||||
* Fix default state for GitRepo resources by @aruiz14 in https://github.com/rancher/fleet/pull/3329
|
||||
* Using a webhook sets the intervall to one hour again by @manno in https://github.com/rancher/fleet/pull/3337
|
||||
* Bundlereader needs to update OCI storage bundles, too by @manno in https://github.com/rancher/fleet/pull/3389
|
||||
* Fix BundleDeployment resource counts when a resource is missing by @aruiz14 in https://github.com/rancher/fleet/pull/3408
|
||||
* Delete both, statefulset and deployment on agent update by @p-se in https://github.com/rancher/fleet/pull/3449
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Bump Copyright statements to 2025 by @thardeck in https://github.com/rancher/fleet/pull/3176
|
||||
* Remove logrus message for finalizer handling by @manno in https://github.com/rancher/fleet/pull/3243
|
||||
* Upload Docker images to Prime registry and sign them by @thardeck in https://github.com/rancher/fleet/pull/3261
|
||||
* Fix typo on regristry by @sestegra in https://github.com/rancher/fleet/pull/3321
|
||||
* Bump k8s modules to 1.32 and Helm to 3.17.0 by @manno in https://github.com/rancher/fleet/pull/3317
|
||||
* Update golang.org/x/net dependency to v0.36.0 by @thardeck in https://github.com/rancher/fleet/pull/3455
|
||||
* Add debug logging around drift correction and disable test by @manno in https://github.com/rancher/fleet/pull/3334
|
||||
* Incorporate kube-version and rancher-version annotations in chart by @thardeck in https://github.com/rancher/fleet/pull/3352
|
||||
* Use auto bump functionality in release charts by @thardeck in https://github.com/rancher/fleet/pull/3365
|
||||
* Move agent registration into controller container by @p-se in https://github.com/rancher/fleet/pull/3416
|
||||
* Move agent's clusterstatus controller into the controller container by @p-se in https://github.com/rancher/fleet/pull/3429
|
||||
* Remove "fleet apply" config files from bundle resources by @manno in https://github.com/rancher/fleet/pull/3403
|
||||
|
||||
## New Contributors
|
||||
* @sestegra made their first contribution in https://github.com/rancher/fleet/pull/3321
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.11.5...v0.12.0
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.12.0.tgz](https://github.com/rancher/fleet/releases/download/v0.12.0/fleet-agent-0.12.0.tgz)
|
||||
|
||||
* [fleet-0.12.0.tgz](https://github.com/rancher/fleet/releases/download/v0.12.0/fleet-0.12.0.tgz)
|
||||
|
|
@ -121,6 +118,5 @@ date: "2025-03-24 14:21:20 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.12.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,31 +4,25 @@ date: "2025-04-17 08:40:29 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-04-17 08:40:29 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-04-17 08:40:29 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Ensure same bundle is selected for non-ready status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2965861721" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3498" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3498/hovercard" href="https://github.com/rancher/fleet/pull/3498">#3498</a></li>
|
||||
<li>Delete no longer targeted bundle deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2972771063" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3511" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3511/hovercard" href="https://github.com/rancher/fleet/pull/3511">#3511</a></li>
|
||||
<li>Support strict host key checks by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982460182" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3524" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3524/hovercard" href="https://github.com/rancher/fleet/pull/3524">#3524</a></li>
|
||||
<li>Add Lifecycle Secrets by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982664642" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3528" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3528/hovercard" href="https://github.com/rancher/fleet/pull/3528">#3528</a></li>
|
||||
<li>Avoid nil pointer dereference reading leader-election options by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2985927154" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3536" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3536/hovercard" href="https://github.com/rancher/fleet/pull/3536">#3536</a></li>
|
||||
<li>Prevent panic when fetching latest commit by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2986047350" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3539" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3539/hovercard" href="https://github.com/rancher/fleet/pull/3539">#3539</a></li>
|
||||
<li>Fix resource.PerClusterState incompatibility by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2986105162" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3542" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3542/hovercard" href="https://github.com/rancher/fleet/pull/3542">#3542</a></li>
|
||||
<li>Bump Go toolchain version to 1.23.8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2988047054" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3544" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3544/hovercard" href="https://github.com/rancher/fleet/pull/3544">#3544</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.12.0...v0.12.1"><tt>v0.12.0...v0.12.1</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Ensure same bundle is selected for non-ready status by @0xavi0 in https://github.com/rancher/fleet/pull/3498
|
||||
* Delete no longer targeted bundle deployments by @0xavi0 in https://github.com/rancher/fleet/pull/3511
|
||||
* Support strict host key checks by @weyfonk in https://github.com/rancher/fleet/pull/3524
|
||||
* Add Lifecycle Secrets by @manno in https://github.com/rancher/fleet/pull/3528
|
||||
* Avoid nil pointer dereference reading leader-election options by @aruiz14 in https://github.com/rancher/fleet/pull/3536
|
||||
* Prevent panic when fetching latest commit by @weyfonk in https://github.com/rancher/fleet/pull/3539
|
||||
* Fix resource.PerClusterState incompatibility by @aruiz14 in https://github.com/rancher/fleet/pull/3542
|
||||
* Bump Go toolchain version to 1.23.8 by @thardeck in https://github.com/rancher/fleet/pull/3544
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.12.0...v0.12.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.12.1.tgz](https://github.com/rancher/fleet/releases/download/v0.12.1/fleet-0.12.1.tgz)
|
||||
|
||||
* [fleet-agent-0.12.1.tgz](https://github.com/rancher/fleet/releases/download/v0.12.1/fleet-agent-0.12.1.tgz)
|
||||
|
|
@ -55,6 +49,5 @@ date: "2025-04-17 08:40:29 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.12.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-04-22 14:43:11 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-04-22 14:43:11 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-04-22 14:43:11 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Avoids returning nil map when options.Helm is used by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3011209074" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3571" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3571/hovercard" href="https://github.com/rancher/fleet/pull/3571">#3571</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.12.1...v0.12.2"><tt>v0.12.1...v0.12.2</tt></a></p>
|
||||
## What's Changed
|
||||
* Avoids returning nil map when options.Helm is used by @0xavi0 in https://github.com/rancher/fleet/pull/3571
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.12.1...v0.12.2
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.12.2.tgz](https://github.com/rancher/fleet/releases/download/v0.12.2/fleet-agent-0.12.2.tgz)
|
||||
|
||||
* [fleet-0.12.2.tgz](https://github.com/rancher/fleet/releases/download/v0.12.2/fleet-0.12.2.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-04-22 14:43:11 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.12.2)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,34 +4,28 @@ date: "2025-05-16 07:43:52 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-05-16 07:43:52 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-05-16 07:43:52 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Prevent empty Patch updates from Drift reconciler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3014283553" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3577" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3577/hovercard" href="https://github.com/rancher/fleet/pull/3577">#3577</a></li>
|
||||
<li>Prune BundleDeployments when GitRepo/Bundle targets change by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3046108559" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3661" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3661/hovercard" href="https://github.com/rancher/fleet/pull/3661">#3661</a></li>
|
||||
<li>Remove serviceaccount migration by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3031578485" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3602" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3602/hovercard" href="https://github.com/rancher/fleet/pull/3602">#3602</a></li>
|
||||
<li>Calls semaphore Acquire inside go routine by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3039467730" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3633" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3633/hovercard" href="https://github.com/rancher/fleet/pull/3633">#3633</a></li>
|
||||
<li>Update module helm.sh/helm/v3 to v3.17.3 [SECURITY] (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3034058234" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3607" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3607/hovercard" href="https://github.com/rancher/fleet/pull/3607">#3607</a></li>
|
||||
<li>Update gomod-k8sio-dependencies (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3038584738" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3628" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3628/hovercard" href="https://github.com/rancher/fleet/pull/3628">#3628</a></li>
|
||||
<li>Update gomod-k8sio-dependencies to e3bc6f1 (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3061789396" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3685" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3685/hovercard" href="https://github.com/rancher/fleet/pull/3685">#3685</a></li>
|
||||
<li>Update gomod-k8sio-dependencies (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3045524186" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3656" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3656/hovercard" href="https://github.com/rancher/fleet/pull/3656">#3656</a></li>
|
||||
<li>Update module github.com/prometheus/client_model to v0.6.2 (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3038742883" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3631" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3631/hovercard" href="https://github.com/rancher/fleet/pull/3631">#3631</a></li>
|
||||
<li>Update module github.com/go-git/go-git/v5 to v5.16.0 (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3041686233" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3641" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3641/hovercard" href="https://github.com/rancher/fleet/pull/3641">#3641</a></li>
|
||||
<li>Update dependency go to v1.23.9 (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3044663116" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3652" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3652/hovercard" href="https://github.com/rancher/fleet/pull/3652">#3652</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.12.2...v0.12.3"><tt>v0.12.2...v0.12.3</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Prevent empty Patch updates from Drift reconciler by @aruiz14 in https://github.com/rancher/fleet/pull/3577
|
||||
* Prune BundleDeployments when GitRepo/Bundle targets change by @aruiz14 in https://github.com/rancher/fleet/pull/3661
|
||||
* Remove serviceaccount migration by @weyfonk in https://github.com/rancher/fleet/pull/3602
|
||||
* Calls semaphore Acquire inside go routine by @0xavi0 in https://github.com/rancher/fleet/pull/3633
|
||||
* Update module helm.sh/helm/v3 to v3.17.3 [SECURITY] (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3607
|
||||
* Update gomod-k8sio-dependencies (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3628
|
||||
* Update gomod-k8sio-dependencies to e3bc6f1 (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3685
|
||||
* Update gomod-k8sio-dependencies (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3656
|
||||
* Update module github.com/prometheus/client_model to v0.6.2 (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3631
|
||||
* Update module github.com/go-git/go-git/v5 to v5.16.0 (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3641
|
||||
* Update dependency go to v1.23.9 (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3652
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.12.2...v0.12.3
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.12.3.tgz](https://github.com/rancher/fleet/releases/download/v0.12.3/fleet-0.12.3.tgz)
|
||||
|
||||
* [fleet-crd-0.12.3.tgz](https://github.com/rancher/fleet/releases/download/v0.12.3/fleet-crd-0.12.3.tgz)
|
||||
|
|
@ -58,6 +52,5 @@ date: "2025-05-16 07:43:52 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.12.3)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,27 +4,21 @@ date: "2025-06-20 06:29:24 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-06-20 06:29:24 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-06-20 06:29:24 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Fix panic found in OCI test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3135661888" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3790" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3790/hovercard" href="https://github.com/rancher/fleet/pull/3790">#3790</a></li>
|
||||
<li>Bump helm to v3.18.2 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3124227877" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3776" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3776/hovercard" href="https://github.com/rancher/fleet/pull/3776">#3776</a></li>
|
||||
<li>Update gomod-k8sio-dependencies to v0.32.5 (release/v0.12) by @renovate-rancher in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3068097383" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3699" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3699/hovercard" href="https://github.com/rancher/fleet/pull/3699">#3699</a></li>
|
||||
<li>Update Go toolchain to version 1.24.4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3156629627" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3808" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3808/hovercard" href="https://github.com/rancher/fleet/pull/3808">#3808</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.12.3...v0.12.4"><tt>v0.12.3...v0.12.4</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Fix panic found in OCI test by @p-se in https://github.com/rancher/fleet/pull/3790
|
||||
* Bump helm to v3.18.2 by @p-se in https://github.com/rancher/fleet/pull/3776
|
||||
* Update gomod-k8sio-dependencies to v0.32.5 (release/v0.12) by @renovate-rancher in https://github.com/rancher/fleet/pull/3699
|
||||
* Update Go toolchain to version 1.24.4 by @thardeck in https://github.com/rancher/fleet/pull/3808
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.12.3...v0.12.4
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-crd-0.12.4.tgz](https://github.com/rancher/fleet/releases/download/v0.12.4/fleet-crd-0.12.4.tgz)
|
||||
|
||||
* [fleet-0.12.4.tgz](https://github.com/rancher/fleet/releases/download/v0.12.4/fleet-0.12.4.tgz)
|
||||
|
|
@ -51,6 +45,5 @@ date: "2025-06-20 06:29:24 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.12.4)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,32 +4,26 @@ date: "2025-07-29 08:04:31 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-07-29 08:04:31 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-07-29 08:04:31 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>This is a bugfix release, with a few dependency bumps.</p>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Fix edge case issue with SSH Helm chart downloads with keys by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3218816372" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3882" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3882/hovercard" href="https://github.com/rancher/fleet/pull/3882">#3882</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update gomod-k8s-dependencies to v0.32.6 (release/v0.12) by @renovate-rancher[bot] in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3161900047" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3820" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3820/hovercard" href="https://github.com/rancher/fleet/pull/3820">#3820</a></li>
|
||||
<li>Update dependency go to v1.23.11 (release/v0.12) by @renovate-rancher[bot] in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3214724962" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3869" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3869/hovercard" href="https://github.com/rancher/fleet/pull/3869">#3869</a></li>
|
||||
<li>Bump Helm to v3.18.4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3216211554" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3874" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3874/hovercard" href="https://github.com/rancher/fleet/pull/3874">#3874</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.12.4...v0.12.5"><tt>v0.12.4...v0.12.5</tt></a></p>
|
||||
|
||||
## Notes
|
||||
This is a bugfix release, with a few dependency bumps.
|
||||
|
||||
## Bugfixes
|
||||
* Fix edge case issue with SSH Helm chart downloads with keys by @p-se in https://github.com/rancher/fleet/pull/3882
|
||||
|
||||
## What's Changed
|
||||
* Update gomod-k8s-dependencies to v0.32.6 (release/v0.12) by @renovate-rancher[bot] in https://github.com/rancher/fleet/pull/3820
|
||||
* Update dependency go to v1.23.11 (release/v0.12) by @renovate-rancher[bot] in https://github.com/rancher/fleet/pull/3869
|
||||
* Bump Helm to v3.18.4 by @thardeck in https://github.com/rancher/fleet/pull/3874
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.12.4...v0.12.5
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.12.5.tgz](https://github.com/rancher/fleet/releases/download/v0.12.5/fleet-agent-0.12.5.tgz)
|
||||
|
||||
* [fleet-0.12.5.tgz](https://github.com/rancher/fleet/releases/download/v0.12.5/fleet-0.12.5.tgz)
|
||||
|
|
@ -56,6 +50,5 @@ date: "2025-07-29 08:04:31 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.12.5)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,166 +4,116 @@ date: "2025-07-23 15:09:14 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-07-23 15:09:14 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-07-23 15:09:14 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notable changes</h2>
|
||||
<ul>
|
||||
<li>HelmOps and OCI storage receive new features and are no longer experimental</li>
|
||||
<li>Improved traceability for built images</li>
|
||||
<li>More accurate and lightweight resource status updates</li>
|
||||
</ul>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Fleet now supports a new, user-driven bundle scan method, for more flexibility. The usual scanning method is still supported (<a href="https://fleet.rancher.io/gitrepo-content#alternative-scan-explicitly-defined-by-the-user" rel="nofollow">docs</a>), by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2946818805" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3480" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3480/hovercard" href="https://github.com/rancher/fleet/pull/3480">#3480</a></li>
|
||||
<li>When using SSH to point to a git repository, Fleet checks host keys by default, rejecting connection attempts to<br>
|
||||
unknown hosts (<a href="https://fleet.rancher.io/gitrepo-add#known-hosts" rel="nofollow">docs</a>), by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982457885" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3523" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3523/hovercard" href="https://github.com/rancher/fleet/pull/3523">#3523</a></li>
|
||||
<li>Replica counts are now configurable, for controllers as well as agents (<a href="https://fleet.rancher.io/installation#controller-and-agent-replicas" rel="nofollow">docs</a>), by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2928432505" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3457" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3457/hovercard" href="https://github.com/rancher/fleet/pull/3457">#3457</a></li>
|
||||
<li>Fleet can now handle a separate webhook secret for each GitRepo (<a href="https://fleet.rancher.io/webhook#option-2-define-a-secret-for-each-gitrepo" rel="nofollow">docs</a>), by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2960891676" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3490" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3490/hovercard" href="https://github.com/rancher/fleet/pull/3490">#3490</a></li>
|
||||
<li>Fleet charts support extra labels and annotations, propagating them to controller deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2982951825" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3531" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3531/hovercard" href="https://github.com/rancher/fleet/pull/3531">#3531</a> and by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3048226244" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3664" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3664/hovercard" href="https://github.com/rancher/fleet/pull/3664">#3664</a></li>
|
||||
<li>Agent leader election is now configurable (<a href="https://github.com/rancher/fleet/blob/main/charts/fleet/values.yaml#L135-L138">example</a>), by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2934431079" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3463" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3463/hovercard" href="https://github.com/rancher/fleet/pull/3463">#3463</a></li>
|
||||
<li>The old service account migration is removed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3031565439" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3601" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3601/hovercard" href="https://github.com/rancher/fleet/pull/3601">#3601</a></li>
|
||||
<li>Fleet no longer computes resource keys in bundle statuses by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3059846089" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3681" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3681/hovercard" href="https://github.com/rancher/fleet/pull/3681">#3681</a></li>
|
||||
<li>Fleet supports new gitjob metrics (<a href="https://fleet.rancher.io/observability#metrics" rel="nofollow">docs</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3043292470" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3649" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3649/hovercard" href="https://github.com/rancher/fleet/pull/3649">#3649</a></li>
|
||||
<li>Agent management is now able to use a label to skip clusters by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3103335144" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3744" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3744/hovercard" href="https://github.com/rancher/fleet/pull/3744">#3744</a></li>
|
||||
</ul>
|
||||
<h3>HelmOps</h3>
|
||||
<p>HelmOps is no longer experimental.<br>
|
||||
<code>HelmOp</code> resources (renamed from <code>HelmApp</code>) now support:</p>
|
||||
<ul>
|
||||
<li>Polling Helm repositories</li>
|
||||
<li>Semantic versioning constraints (with <a href="https://github.com/rancher/fleet/issues/3862" data-hovercard-type="issue" data-hovercard-url="/rancher/fleet/issues/3862/hovercard">this known issue</a> for OCI charts)</li>
|
||||
<li>Preventing bundle naming collision between GitOps and HelmOps bundles</li>
|
||||
<li>Installing Helm charts in setups with strict TLS mode enabled</li>
|
||||
</ul>
|
||||
<p>Metrics and cluster statuses now include HelmOps data.<br>
|
||||
See the <a href="https://fleet.rancher.io/helm-ops" rel="nofollow">Fleet documentation</a> for more details.</p>
|
||||
<h3>OCI Storage</h3>
|
||||
<p>OCI storage is no longer experimental, and is enabled by default, although bundles will not use it by default.<br>
|
||||
It can still be disabled by setting <code>OCI_STORAGE=false</code> in <code>extraEnv</code> when installing Fleet.<br>
|
||||
It also supports:</p>
|
||||
<ul>
|
||||
<li>Garbage collection, on a best-effort basis</li>
|
||||
<li>Better traceability of secrets involved in OCI storage, by:
|
||||
<ul>
|
||||
<li>labeling secrets cloned by Fleet to downstream clusters</li>
|
||||
<li>generating an event when deleting an OCI artifact results in an error</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>See the <a href="https://fleet.rancher.io/oci-storage" rel="nofollow">Fleet documentation</a> for more details.</p>
|
||||
<h3>Traceability improvements</h3>
|
||||
<p>Provenance of Docker manifests is now attested. Patch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3187796724" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3846" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3846/hovercard" href="https://github.com/rancher/fleet/pull/3846">#3846</a></p>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Status updates have received special attention:</p>
|
||||
<ul>
|
||||
<li>GitRepo statuses are now more stable when multiple bundles are non-ready by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rbreddy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rbreddy">@rbreddy</a> in<br>
|
||||
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2953520044" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3485" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3485/hovercard" href="https://github.com/rancher/fleet/pull/3485">#3485</a></li>
|
||||
<li>GitRepo status updates are optimised by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rbreddy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rbreddy">@rbreddy</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3031606714" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3604" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3604/hovercard" href="https://github.com/rancher/fleet/pull/3604">#3604</a></li>
|
||||
<li>GitRepo status reconciliations from bundle status changes now uses a delay, to optimise performance when multiple<br>
|
||||
changes happen within a short time span by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2999086427" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3558" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3558/hovercard" href="https://github.com/rancher/fleet/pull/3558">#3558</a></li>
|
||||
<li>Bundledeployment status updates are optimised by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3221964000" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3887" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3887/hovercard" href="https://github.com/rancher/fleet/pull/3887">#3887</a></li>
|
||||
<li>Drift detection no longer leads to resource updates with empty diffs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in<br>
|
||||
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2993534936" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3555" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3555/hovercard" href="https://github.com/rancher/fleet/pull/3555">#3555</a></li>
|
||||
<li>Fleet uses newer readiness detection fixes from Wrangler, to improve readiness detection for some resources by<br>
|
||||
<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3195247997" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3853" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3853/hovercard" href="https://github.com/rancher/fleet/pull/3853">#3853</a></li>
|
||||
<li>Downstream agents are able to report their statuses upstream again by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3068868586" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3702" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3702/hovercard" href="https://github.com/rancher/fleet/pull/3702">#3702</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>And life cycles of resources have not been left behind:</p>
|
||||
<ul>
|
||||
<li>New filters against cluster events trigger bundle deployment creation less often by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in<br>
|
||||
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3150748709" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3796" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3796/hovercard" href="https://github.com/rancher/fleet/pull/3796">#3796</a></li>
|
||||
<li>Fleet now deletes bundle deployments which are obsolete as a result of either:
|
||||
<ul>
|
||||
<li>no longer being targeted by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2972635856" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3509" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3509/hovercard" href="https://github.com/rancher/fleet/pull/3509">#3509</a></li>
|
||||
<li>GitRepo/Bundle targets changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2913475148" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3438" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3438/hovercard" href="https://github.com/rancher/fleet/pull/3438">#3438</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>The Fleet CLI:</p>
|
||||
<ul>
|
||||
<li>Returns more readable error messages when used in git jobs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2999609603" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3559" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3559/hovercard" href="https://github.com/rancher/fleet/pull/3559">#3559</a></li>
|
||||
<li>Uses the controller-runtime client, patch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3055850442" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3670" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3670/hovercard" href="https://github.com/rancher/fleet/pull/3670">#3670</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Configuration is now more robust:</p>
|
||||
<ul>
|
||||
<li>Config updates trigger cluster imports in a more selective way:
|
||||
<ul>
|
||||
<li>Only for changes to relevant fields by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2992299720" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3551" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3551/hovercard" href="https://github.com/rancher/fleet/pull/3551">#3551</a></li>
|
||||
<li>Only if a valid apiServerURL is available by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3174589370" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3837" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3837/hovercard" href="https://github.com/rancher/fleet/pull/3837">#3837</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Using <code>options.Helm</code> could previously cause panics, fixed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3011097115" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3567" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3567/hovercard" href="https://github.com/rancher/fleet/pull/3567">#3567</a></li>
|
||||
<li>Creating a GitRepo with an empty repo URL is no longer possible, by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3016874972" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3582" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3582/hovercard" href="https://github.com/rancher/fleet/pull/3582">#3582</a></li>
|
||||
<li>Bundle deployments' and HelmOps' ignore options are now omitted when empty by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3182166362" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3842" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3842/hovercard" href="https://github.com/rancher/fleet/pull/3842">#3842</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>And also:</p>
|
||||
<ul>
|
||||
<li>Failing to download a chart returns a more informative error by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3028600630" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3593" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3593/hovercard" href="https://github.com/rancher/fleet/pull/3593">#3593</a></li>
|
||||
<li>Using SSH with keys to download Helm charts should work again by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3207928012" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3863" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3863/hovercard" href="https://github.com/rancher/fleet/pull/3863">#3863</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p>The benchmark suite:</p>
|
||||
<ul>
|
||||
<li>Outputs a report improved by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2988897188" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3550" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3550/hovercard" href="https://github.com/rancher/fleet/pull/3550">#3550</a></li>
|
||||
<li>Skips the <code>create-150-bundle</code> benchmark when targeting more than 1000 clusters by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in<br>
|
||||
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3202253879" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3861" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3861/hovercard" href="https://github.com/rancher/fleet/pull/3861">#3861</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Helm and OCI access secrets cloned to downstream clusters use specific secret types by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in<br>
|
||||
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3042402905" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3647" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3647/hovercard" href="https://github.com/rancher/fleet/pull/3647">#3647</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Fleet uses secrets for storing OCI registry details by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3065097572" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3692" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3692/hovercard" href="https://github.com/rancher/fleet/pull/3692">#3692</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>When a GitRepo is deleted, so are its metrics by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3062845728" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3686" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3686/hovercard" href="https://github.com/rancher/fleet/pull/3686">#3686</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>fleet apply</code> has received a few tweaks, enabling it to scan bundles concurrently by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in<br>
|
||||
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3091660172" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3721" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3721/hovercard" href="https://github.com/rancher/fleet/pull/3721">#3721</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Fleet's rollout feature has shiny new <a href="https://fleet.rancher.io/rollout" rel="nofollow">docs</a>, check them out!</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Rate limiting settings now use defaults from Kubernetes' <code>client-go</code> instead of disabling rate limiting altogether, by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3191460826" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3848" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3848/hovercard" href="https://github.com/rancher/fleet/pull/3848">#3848</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>This version bumps Go to 1.24.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3059168433" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3679" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3679/hovercard" href="https://github.com/rancher/fleet/pull/3679">#3679</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Fleet v0.13.0 supports Kubernetes 1.33, by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3097427087" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3734" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3734/hovercard" href="https://github.com/rancher/fleet/pull/3734">#3734</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>New Contributors</h2>
|
||||
<ul>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rbreddy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rbreddy">@rbreddy</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2953520044" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3485" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3485/hovercard" href="https://github.com/rancher/fleet/pull/3485">#3485</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.13.0-rc.3...v0.13.0"><tt>v0.13.0-rc.3...v0.13.0</tt></a></p>
|
||||
## Notable changes
|
||||
|
||||
* HelmOps and OCI storage receive new features and are no longer experimental
|
||||
* Improved traceability for built images
|
||||
* More accurate and lightweight resource status updates
|
||||
|
||||
## Additions
|
||||
|
||||
* Fleet now supports a new, user-driven bundle scan method, for more flexibility. The usual scanning method is still supported ([docs](https://fleet.rancher.io/gitrepo-content#alternative-scan-explicitly-defined-by-the-user)), by @0xavi0 in https://github.com/rancher/fleet/pull/3480
|
||||
* When using SSH to point to a git repository, Fleet checks host keys by default, rejecting connection attempts to unknown hosts ([docs](https://fleet.rancher.io/gitrepo-add#known-hosts)), by @weyfonk in https://github.com/rancher/fleet/pull/3523
|
||||
* Replica counts are now configurable, for controllers as well as agents ([docs](https://fleet.rancher.io/installation#controller-and-agent-replicas)), by @p-se in https://github.com/rancher/fleet/pull/3457
|
||||
* Fleet can now handle a separate webhook secret for each GitRepo ([docs](https://fleet.rancher.io/webhook#option-2-define-a-secret-for-each-gitrepo)), by @0xavi0 in https://github.com/rancher/fleet/pull/3490
|
||||
* Fleet charts support extra labels and annotations, propagating them to controller deployments by @0xavi0 in https://github.com/rancher/fleet/pull/3531 and by @p-se in https://github.com/rancher/fleet/pull/3664
|
||||
* Agent leader election is now configurable ([example](https://github.com/rancher/fleet/blob/main/charts/fleet/values.yaml#L135-L138)), by @p-se in https://github.com/rancher/fleet/pull/3463
|
||||
* The old service account migration is removed by @weyfonk in https://github.com/rancher/fleet/pull/3601
|
||||
* Fleet no longer computes resource keys in bundle statuses by @manno in https://github.com/rancher/fleet/pull/3681
|
||||
* Fleet supports new gitjob metrics ([docs](https://fleet.rancher.io/observability#metrics)) by @p-se in https://github.com/rancher/fleet/pull/3649
|
||||
* Agent management is now able to use a label to skip clusters by @manno in https://github.com/rancher/fleet/pull/3744
|
||||
|
||||
### HelmOps
|
||||
|
||||
HelmOps is no longer experimental.
|
||||
|
||||
`HelmOp` resources (renamed from `HelmApp`) now support:
|
||||
* Polling Helm repositories
|
||||
* Semantic versioning constraints (with [this known issue](https://github.com/rancher/fleet/issues/3862) for OCI charts)
|
||||
* Preventing bundle naming collision between GitOps and HelmOps bundles
|
||||
* Installing Helm charts in setups with strict TLS mode enabled
|
||||
|
||||
Metrics and cluster statuses now include HelmOps data. See the [Fleet documentation](https://fleet.rancher.io/helm-ops) for more details.
|
||||
|
||||
### OCI Storage
|
||||
|
||||
OCI storage is no longer experimental, and is enabled by default, although bundles will not use it by default. It can still be disabled by setting `OCI_STORAGE=false` in `extraEnv` when installing Fleet.
|
||||
|
||||
It also supports garbage collection on a best-effort basis, as well as improved traceability of secrets used in OCI storage. This includes labeling the secrets that Fleet clones to downstream clusters and generating an event if deleting an OCI artifact results in an error.
|
||||
|
||||
See the [Fleet documentation](https://fleet.rancher.io/oci-storage) for more details.
|
||||
|
||||
### Traceability improvements
|
||||
|
||||
Provenance of Docker manifests is now attested. Patch by @thardeck in https://github.com/rancher/fleet/pull/3846
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Status updates have received special attention:
|
||||
* GitRepo statuses are now more stable when multiple bundles are non-ready by @rbreddy in https://github.com/rancher/fleet/pull/3485
|
||||
* GitRepo status updates are optimised by @rbreddy in https://github.com/rancher/fleet/pull/3604
|
||||
* GitRepo status reconciliations from bundle status changes now uses a delay, to optimise performance when multiple changes happen within a short time span by @aruiz14 in https://github.com/rancher/fleet/pull/3558
|
||||
* Bundledeployment status updates are optimised by @manno in https://github.com/rancher/fleet/pull/3887
|
||||
* Drift detection no longer leads to resource updates with empty diffs by @aruiz14 in https://github.com/rancher/fleet/pull/3555
|
||||
* Fleet uses newer readiness detection fixes from Wrangler, to improve readiness detection for some resources by @weyfonk in https://github.com/rancher/fleet/pull/3853
|
||||
* Downstream agents are able to report their statuses upstream again by @manno in https://github.com/rancher/fleet/pull/3702
|
||||
|
||||
* And life cycles of resources have not been left behind:
|
||||
* New filters against cluster events trigger bundle deployment creation less often by @manno in https://github.com/rancher/fleet/pull/3796
|
||||
* Fleet now deletes bundle deployments which are obsolete as a result of either:
|
||||
* no longer being targeted by @0xavi0 in https://github.com/rancher/fleet/pull/3509
|
||||
* GitRepo/Bundle targets changes by @aruiz14 in https://github.com/rancher/fleet/pull/3438
|
||||
|
||||
* The Fleet CLI:
|
||||
* Returns more readable error messages when used in git jobs by @0xavi0 in https://github.com/rancher/fleet/pull/3559
|
||||
* Uses the controller-runtime client, patch by @0xavi0 in https://github.com/rancher/fleet/pull/3670
|
||||
|
||||
* Configuration is now more robust:
|
||||
* Config updates trigger cluster imports in a more selective way:
|
||||
* Only for changes to relevant fields by @weyfonk in https://github.com/rancher/fleet/pull/3551
|
||||
* Only if a valid apiServerURL is available by @aruiz14 in https://github.com/rancher/fleet/pull/3837
|
||||
* Using `options.Helm` could previously cause panics, fixed by @0xavi0 in https://github.com/rancher/fleet/pull/3567
|
||||
* Creating a GitRepo with an empty repo URL is no longer possible, by @weyfonk in https://github.com/rancher/fleet/pull/3582
|
||||
* Bundle deployments' and HelmOps' ignore options are now omitted when empty by @weyfonk in https://github.com/rancher/fleet/pull/3842
|
||||
|
||||
And also:
|
||||
* Failing to download a chart returns a more informative error by @0xavi0 in https://github.com/rancher/fleet/pull/3593
|
||||
* Using SSH with keys to download Helm charts should work again by @p-se in https://github.com/rancher/fleet/pull/3863
|
||||
|
||||
|
||||
## What's Changed
|
||||
* The benchmark suite:
|
||||
* Outputs a report improved by @manno in https://github.com/rancher/fleet/pull/3550
|
||||
* Skips the `create-150-bundle` benchmark when targeting more than 1000 clusters by @manno in https://github.com/rancher/fleet/pull/3861
|
||||
|
||||
* Helm and OCI access secrets cloned to downstream clusters use specific secret types by @weyfonk in https://github.com/rancher/fleet/pull/3647
|
||||
* Fleet uses secrets for storing OCI registry details by @0xavi0 in https://github.com/rancher/fleet/pull/3692
|
||||
|
||||
* When a GitRepo is deleted, so are its metrics by @p-se in https://github.com/rancher/fleet/pull/3686
|
||||
|
||||
* `fleet apply` has received a few tweaks, enabling it to scan bundles concurrently by @aruiz14 in https://github.com/rancher/fleet/pull/3721
|
||||
|
||||
* Fleet's rollout feature has shiny new [docs](https://fleet.rancher.io/rollout), check them out!
|
||||
|
||||
* Rate limiting settings now use defaults from Kubernetes' `client-go` instead of disabling rate limiting altogether, by @manno in https://github.com/rancher/fleet/pull/3848
|
||||
* This version bumps Go to 1.24.0 by @thardeck in https://github.com/rancher/fleet/pull/3679
|
||||
* Fleet v0.13.0 supports Kubernetes 1.33, by @thardeck in https://github.com/rancher/fleet/pull/3734
|
||||
|
||||
|
||||
## New Contributors
|
||||
|
||||
* @rbreddy made their first contribution in https://github.com/rancher/fleet/pull/3485
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.13.0-rc.3...v0.13.0
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.13.0.tgz](https://github.com/rancher/fleet/releases/download/v0.13.0/fleet-0.13.0.tgz)
|
||||
|
||||
* [fleet-agent-0.13.0.tgz](https://github.com/rancher/fleet/releases/download/v0.13.0/fleet-agent-0.13.0.tgz)
|
||||
|
|
@ -200,6 +150,5 @@ changes happen within a short time span by <a class="user-mention notranslate" d
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.13.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,38 +4,33 @@ date: "2022-10-13 16:38:56 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2022-10-13 16:38:56 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2022-10-13 16:38:56 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Added the ability to utilize Helm <em>atomic</em> when installing and upgrading.</li>
|
||||
<li>Added an RBAC rule for leases.coordination.k8s.io in the Gitjob chart.</li>
|
||||
</ul>
|
||||
<p><em>Note: due to an issue in the fleet agent, when a bundle fails to install properly the agent goes into a cycle of repeatedly trying to reinstall. This happens when <strong>atomic</strong> is set or there is an error with installing the bundle for another reason. This is the cause of issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="978032156" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/499" data-hovercard-type="issue" data-hovercard-url="/rancher/fleet/issues/499/hovercard" href="https://github.com/rancher/fleet/issues/499">#499</a> and is being worked on.</em></p>
|
||||
<p><em>Note: due to an issue in the fleet controller the presence of a clusterregistrationtoken resource can lead to a higher than normal CPU load. The token expiry time is not updated correctly. The <a href="https://github.com/rancher/fleet/pull/995" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/995/hovercard">issue</a> is fixed in the next version of fleet.</em></p>
|
||||
<h2>Bug Fixes</h2>
|
||||
<ul>
|
||||
<li>Fixed an issue where the fleet agent can continuously delete resources</li>
|
||||
</ul>
|
||||
<h2>Changes</h2>
|
||||
<ul>
|
||||
<li>Added CI testing to Gitjob</li>
|
||||
<li>Updated dependencies (Go modules and base container images)</li>
|
||||
<li>Updated to a newer version of the Tekton components used by Fleet</li>
|
||||
<li>Updated builds to Go 1.18</li>
|
||||
<li>Updated the base container images to use SLE BCI</li>
|
||||
</ul>
|
||||
|
||||
## Additions
|
||||
|
||||
* Added the ability to utilize Helm _atomic_ when installing and upgrading.
|
||||
* Added an RBAC rule for leases.coordination.k8s.io in the Gitjob chart.
|
||||
|
||||
_Note: due to an issue in the fleet agent, when a bundle fails to install properly the agent goes into a cycle of repeatedly trying to reinstall. This happens when **atomic** is set or there is an error with installing the bundle for another reason. This is the cause of issue #499 and is being worked on._
|
||||
|
||||
_Note: due to an issue in the fleet controller the presence of a clusterregistrationtoken resource can lead to a higher than normal CPU load. The token expiry time is not updated correctly. The [issue](https://github.com/rancher/fleet/pull/995) is fixed in the next version of fleet._
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* Fixed an issue where the fleet agent can continuously delete resources
|
||||
|
||||
## Changes
|
||||
|
||||
* Added CI testing to Gitjob
|
||||
* Updated dependencies (Go modules and base container images)
|
||||
* Updated to a newer version of the Tekton components used by Fleet
|
||||
* Updated builds to Go 1.18
|
||||
* Updated the base container images to use SLE BCI
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.4.0/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.4.0/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -74,6 +69,5 @@ date: "2022-10-13 16:38:56 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.4.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,18 @@ date: "2022-11-18 13:27:55 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2022-11-18 13:27:55 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2022-11-18 13:27:55 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Bug Fixes</h2>
|
||||
<ul>
|
||||
<li>Fix parameter generation when using Helm secrets in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1451303982" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1098" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1098/hovercard" href="https://github.com/rancher/fleet/pull/1098">#1098</a></li>
|
||||
<li>Fix token expiry bug by in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1451556578" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1099" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1099/hovercard" href="https://github.com/rancher/fleet/pull/1099">#1099</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.4.0...v0.4.1"><tt>v0.4.0...v0.4.1</tt></a></p>
|
||||
|
||||
## Bug Fixes
|
||||
* Fix parameter generation when using Helm secrets in https://github.com/rancher/fleet/pull/1098
|
||||
* Fix token expiry bug by in https://github.com/rancher/fleet/pull/1099
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.4.0...v0.4.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.4.1/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.4.1/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -61,6 +54,5 @@ date: "2022-11-18 13:27:55 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.4.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,41 +4,35 @@ date: "2022-11-10 17:33:25 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2022-11-10 17:33:25 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2022-11-10 17:33:25 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Add support for OCI registry based charts in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1374417940" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/975" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/975/hovercard" href="https://github.com/rancher/fleet/pull/975">#975</a></li>
|
||||
<li>Adds priorityClassName to deployments in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1375241093" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/983" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/983/hovercard" href="https://github.com/rancher/fleet/pull/983">#983</a></li>
|
||||
<li>Support cluster specific registry in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1376060309" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/984" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/984/hovercard" href="https://github.com/rancher/fleet/pull/984">#984</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1425273236" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1060" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1060/hovercard" href="https://github.com/rancher/fleet/pull/1060">#1060</a></li>
|
||||
<li>Add cluster labels to agent config creation</li>
|
||||
</ul>
|
||||
<h2>Bug Fixes</h2>
|
||||
<ul>
|
||||
<li>Fix long bundle names in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1368153506" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/964" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/964/hovercard" href="https://github.com/rancher/fleet/pull/964">#964</a></li>
|
||||
<li>Remove ignored fields from status struct, to avoid loop in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1378101691" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/990" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/990/hovercard" href="https://github.com/rancher/fleet/pull/990">#990</a></li>
|
||||
<li>Fix for cluster registration token performance degradation in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1383563179" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/998" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/998/hovercard" href="https://github.com/rancher/fleet/pull/998">#998</a></li>
|
||||
<li>Fix authentication for OCI images in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1383563179" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/998" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/998/hovercard" href="https://github.com/rancher/fleet/pull/998">#998</a></li>
|
||||
<li>Stop requeuing on failed deployments in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1418520927" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1045" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1045/hovercard" href="https://github.com/rancher/fleet/pull/1045">#1045</a></li>
|
||||
</ul>
|
||||
<h2>Changes</h2>
|
||||
<ul>
|
||||
<li>Updating GitJob to <a href="https://github.com/rancher/gitjob/releases/tag/v0.1.32">0.1.32</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1373552451" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/972" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/972/hovercard" href="https://github.com/rancher/fleet/pull/972">#972</a></li>
|
||||
<li>Setting the Kubernetes libs at 0.24.5 in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1375016478" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/981" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/981/hovercard" href="https://github.com/rancher/fleet/pull/981">#981</a></li>
|
||||
<li>Bump bci/bci-base 15.4.27.11.23 in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1377416834" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/989" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/989/hovercard" href="https://github.com/rancher/fleet/pull/989">#989</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.4.0...v0.5.0"><tt>v0.4.0...v0.5.0</tt></a></p>
|
||||
|
||||
## Additions
|
||||
|
||||
* Add support for OCI registry based charts in https://github.com/rancher/fleet/pull/975
|
||||
* Adds priorityClassName to deployments in https://github.com/rancher/fleet/pull/983
|
||||
* Support cluster specific registry in https://github.com/rancher/fleet/pull/984, https://github.com/rancher/fleet/pull/1060
|
||||
* Add cluster labels to agent config creation
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* Fix long bundle names in https://github.com/rancher/fleet/pull/964
|
||||
* Remove ignored fields from status struct, to avoid loop in https://github.com/rancher/fleet/pull/990
|
||||
* Fix for cluster registration token performance degradation in https://github.com/rancher/fleet/pull/998
|
||||
* Fix authentication for OCI images in https://github.com/rancher/fleet/pull/998
|
||||
* Stop requeuing on failed deployments in https://github.com/rancher/fleet/pull/1045
|
||||
|
||||
## Changes
|
||||
|
||||
* Updating GitJob to [0.1.32](https://github.com/rancher/gitjob/releases/tag/v0.1.32) in https://github.com/rancher/fleet/pull/972
|
||||
* Setting the Kubernetes libs at 0.24.5 in https://github.com/rancher/fleet/pull/981
|
||||
* Bump bci/bci-base 15.4.27.11.23 in https://github.com/rancher/fleet/pull/989
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.4.0...v0.5.0
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.5.0/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.5.0/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -77,6 +71,5 @@ date: "2022-11-10 17:33:25 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.5.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,23 +4,16 @@ date: "2023-01-23 14:09:59 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-01-23 14:09:59 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-01-23 14:09:59 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<ul>
|
||||
<li>Fix git validation problem in wrangler</li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.5.0...v0.5.1"><tt>v0.5.0...v0.5.1</tt></a></p>
|
||||
|
||||
* Fix git validation problem in wrangler
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.5.0...v0.5.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.5.1/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.5.1/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -59,6 +52,5 @@ date: "2023-01-23 14:09:59 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.5.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,33 +4,26 @@ date: "2023-02-23 08:01:03 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-02-23 08:01:03 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-02-23 08:01:03 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Disable Gitops Feature Breaks Fleet Controller Deployment by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1502700385" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1195" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1195/hovercard" href="https://github.com/rancher/fleet/pull/1195">#1195</a></li>
|
||||
<li>Add emptyDir volume to Fleet controller for /tmp by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1504797073" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1202" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1202/hovercard" href="https://github.com/rancher/fleet/pull/1202">#1202</a></li>
|
||||
<li>Bump bci images in release/v0.5 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1530498191" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1241" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1241/hovercard" href="https://github.com/rancher/fleet/pull/1241">#1241</a></li>
|
||||
<li>Go dependencies and SLE-BCI bumps by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/macedogm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/macedogm">@macedogm</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1535699592" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1255" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1255/hovercard" href="https://github.com/rancher/fleet/pull/1255">#1255</a></li>
|
||||
<li>Do not fail on missing labels by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1548776358" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1261" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1261/hovercard" href="https://github.com/rancher/fleet/pull/1261">#1261</a></li>
|
||||
<li>Fix Rancher upgrade by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1556869984" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1275" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1275/hovercard" href="https://github.com/rancher/fleet/pull/1275">#1275</a></li>
|
||||
<li>Bump gitjob to 0.1.36 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1557022079" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1276" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1276/hovercard" href="https://github.com/rancher/fleet/pull/1276">#1276</a></li>
|
||||
<li>Long release names shorten once by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1557863677" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1279" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1279/hovercard" href="https://github.com/rancher/fleet/pull/1279">#1279</a></li>
|
||||
<li>Backport "Reading contents&secrets uses specific service account" by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1566163652" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1298" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1298/hovercard" href="https://github.com/rancher/fleet/pull/1298">#1298</a></li>
|
||||
<li>Fix agent not starting in fleet-system namespace by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1585833920" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1322" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1322/hovercard" href="https://github.com/rancher/fleet/pull/1322">#1322</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.5.0...v0.5.2"><tt>v0.5.0...v0.5.2</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Disable Gitops Feature Breaks Fleet Controller Deployment by @thardeck in https://github.com/rancher/fleet/pull/1195
|
||||
* Add emptyDir volume to Fleet controller for /tmp by @thardeck in https://github.com/rancher/fleet/pull/1202
|
||||
* Bump bci images in release/v0.5 branch by @thardeck in https://github.com/rancher/fleet/pull/1241
|
||||
* Go dependencies and SLE-BCI bumps by @macedogm in https://github.com/rancher/fleet/pull/1255
|
||||
* Do not fail on missing labels by @thardeck in https://github.com/rancher/fleet/pull/1261
|
||||
* Fix Rancher upgrade by @manno in https://github.com/rancher/fleet/pull/1275
|
||||
* Bump gitjob to 0.1.36 by @manno in https://github.com/rancher/fleet/pull/1276
|
||||
* Long release names shorten once by @manno in https://github.com/rancher/fleet/pull/1279
|
||||
* Backport "Reading contents&secrets uses specific service account" by @thardeck in https://github.com/rancher/fleet/pull/1298
|
||||
* Fix agent not starting in fleet-system namespace by @raulcabello in https://github.com/rancher/fleet/pull/1322
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.5.0...v0.5.2
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.5.2/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.5.2/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -69,6 +62,5 @@ date: "2023-02-23 08:01:03 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.5.2)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,45 +4,42 @@ date: "2023-03-06 15:56:56 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-03-06 15:56:56 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-03-06 15:56:56 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>Upgrading the Fleet helm chart upgrades the fleet-controller and its config. To avoid race conditions while fleet-controller starts updating the fleet-agents, we propose to scale down the fleet-controller to zero replicas before starting the upgrade.</p>
|
||||
<p>When using Fleet in Rancher and updating from Rancher 2.5, the default installation namespace for fleet changes from fleet-system to cattle-fleet-system. This release adds code to re-deploy the agents if necessary, to regenerate their config in the new namespace. Once the new agent is running and the cluster resources status is ok, it's fine to delete any leftover fleet-system namespaces. In older versions of fleet, it's possible to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1528099306" data-permission-text="Title is private" data-url="https://github.com/rancher/rancher/issues/40127" data-hovercard-type="issue" data-hovercard-url="/rancher/rancher/issues/40127/hovercard?comment_id=1379027121&comment_type=issue_comment" href="https://github.com/rancher/rancher/issues/40127#issuecomment-1379027121">rancher/rancher#40127 (comment)</a> into the new namespace, or to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1528099306" data-permission-text="Title is private" data-url="https://github.com/rancher/rancher/issues/40127" data-hovercard-type="issue" data-hovercard-url="/rancher/rancher/issues/40127/hovercard?comment_id=1381884485&comment_type=issue_comment" href="https://github.com/rancher/rancher/issues/40127#issuecomment-1381884485">rancher/rancher#40127 (comment)</a>.</p>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Backport "Reading contents&secrets uses specific service account" by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1566163652" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1298" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1298/hovercard" href="https://github.com/rancher/fleet/pull/1298">#1298</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Disable Gitops Feature Breaks Fleet Controller Deployment by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1502700385" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1195" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1195/hovercard" href="https://github.com/rancher/fleet/pull/1195">#1195</a></li>
|
||||
<li>Add emptyDir volume to Fleet controller for /tmp by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1504797073" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1202" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1202/hovercard" href="https://github.com/rancher/fleet/pull/1202">#1202</a></li>
|
||||
<li>Do not fail on missing labels by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1548776358" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1261" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1261/hovercard" href="https://github.com/rancher/fleet/pull/1261">#1261</a></li>
|
||||
<li>Fix Rancher upgrade by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1556869984" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1275" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1275/hovercard" href="https://github.com/rancher/fleet/pull/1275">#1275</a></li>
|
||||
<li>Long release names shorten once by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1557863677" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1279" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1279/hovercard" href="https://github.com/rancher/fleet/pull/1279">#1279</a></li>
|
||||
<li>Fix agent not starting in fleet-system namespace by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1585833920" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1322" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1322/hovercard" href="https://github.com/rancher/fleet/pull/1322">#1322</a></li>
|
||||
<li>Ensure valid release name for agent by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1604909749" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1356" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1356/hovercard" href="https://github.com/rancher/fleet/pull/1356">#1356</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update GitHub actions in release v0.5 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1455076517" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1107" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1107/hovercard" href="https://github.com/rancher/fleet/pull/1107">#1107</a></li>
|
||||
<li>Bump bci images in release/v0.5 branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1530498191" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1241" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1241/hovercard" href="https://github.com/rancher/fleet/pull/1241">#1241</a></li>
|
||||
<li>Backport fix Windows 1809 builds on Drone by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1534752776" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1250" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1250/hovercard" href="https://github.com/rancher/fleet/pull/1250">#1250</a></li>
|
||||
<li>Go dependencies and SLE-BCI bumps by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/macedogm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/macedogm">@macedogm</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1535699592" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1255" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1255/hovercard" href="https://github.com/rancher/fleet/pull/1255">#1255</a></li>
|
||||
<li>Bump gitjob to 0.1.36 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1557022079" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1276" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1276/hovercard" href="https://github.com/rancher/fleet/pull/1276">#1276</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.5.0...v0.5.3"><tt>v0.5.0...v0.5.3</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
Upgrading the Fleet helm chart upgrades the fleet-controller and its config. To avoid race conditions while fleet-controller starts updating the fleet-agents, we propose to scale down the fleet-controller to zero replicas before starting the upgrade.
|
||||
|
||||
When using Fleet in Rancher and updating from Rancher 2.5, the default installation namespace for fleet changes from fleet-system to cattle-fleet-system. This release adds code to re-deploy the agents if necessary, to regenerate their config in the new namespace. Once the new agent is running and the cluster resources status is ok, it's fine to delete any leftover fleet-system namespaces. In older versions of fleet, it's possible to https://github.com/rancher/rancher/issues/40127#issuecomment-1379027121 into the new namespace, or to https://github.com/rancher/rancher/issues/40127#issuecomment-1381884485.
|
||||
|
||||
## Additions
|
||||
|
||||
* Backport "Reading contents&secrets uses specific service account" by @thardeck in https://github.com/rancher/fleet/pull/1298
|
||||
## Bugfixes
|
||||
|
||||
* Disable Gitops Feature Breaks Fleet Controller Deployment by @thardeck in https://github.com/rancher/fleet/pull/1195
|
||||
* Add emptyDir volume to Fleet controller for /tmp by @thardeck in https://github.com/rancher/fleet/pull/1202
|
||||
* Do not fail on missing labels by @thardeck in https://github.com/rancher/fleet/pull/1261
|
||||
* Fix Rancher upgrade by @manno in https://github.com/rancher/fleet/pull/1275
|
||||
* Long release names shorten once by @manno in https://github.com/rancher/fleet/pull/1279
|
||||
* Fix agent not starting in fleet-system namespace by @raulcabello in https://github.com/rancher/fleet/pull/1322
|
||||
* Ensure valid release name for agent by @manno in https://github.com/rancher/fleet/pull/1356
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Update GitHub actions in release v0.5 by @thardeck in https://github.com/rancher/fleet/pull/1107
|
||||
* Bump bci images in release/v0.5 branch by @thardeck in https://github.com/rancher/fleet/pull/1241
|
||||
* Backport fix Windows 1809 builds on Drone by @thardeck in https://github.com/rancher/fleet/pull/1250
|
||||
* Go dependencies and SLE-BCI bumps by @macedogm in https://github.com/rancher/fleet/pull/1255
|
||||
* Bump gitjob to 0.1.36 by @manno in https://github.com/rancher/fleet/pull/1276
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.5.0...v0.5.3
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.5.3/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.5.3/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -81,6 +78,5 @@ date: "2023-03-06 15:56:56 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.5.3)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,85 +4,82 @@ date: "2023-04-05 13:35:35 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-04-05 13:35:35 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-04-05 13:35:35 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>Upgrading the Fleet helm chart upgrades the fleet-controller and its config. To avoid race conditions while fleet-controller starts updating the fleet-agents, we propose to scale down the fleet-controller to zero replicas before starting the upgrade.</p>
|
||||
<p>When using Fleet in Rancher and updating from Rancher 2.5, the default installation namespace for fleet changes from <code>fleet-system</code> to <code>cattle-fleet-system</code>. This release adds code to re-deploy the agents if necessary, to regenerate their config in the new namespace. Once the new agent is running and the cluster resources status is ok, it's fine to delete any leftover <code>fleet-system</code> namespaces. In older versions of fleet, it's possible to <a href="https://github.com/rancher/rancher/issues/40127#issuecomment-1379027121" data-hovercard-type="issue" data-hovercard-url="/rancher/rancher/issues/40127/hovercard">copy the agent config manually</a> into the new namespace, or to <a href="https://github.com/rancher/rancher/issues/40127#issuecomment-1381884485" data-hovercard-type="issue" data-hovercard-url="/rancher/rancher/issues/40127/hovercard">trigger the agent redeployment manually</a>.</p>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Add authentication support for OCI based Helm charts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1382535855" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/996" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/996/hovercard" href="https://github.com/rancher/fleet/pull/996">#996</a></li>
|
||||
<li>Support cluster repo change by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1383692338" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/999" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/999/hovercard" href="https://github.com/rancher/fleet/pull/999">#999</a></li>
|
||||
<li>Apply gitrepo labels to bundles by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1387681511" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1007" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1007/hovercard" href="https://github.com/rancher/fleet/pull/1007">#1007</a></li>
|
||||
<li>Add allowedTargetNamespaces to GitRepoRestriction by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1387780415" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1008" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1008/hovercard" href="https://github.com/rancher/fleet/pull/1008">#1008</a></li>
|
||||
<li>Enforce presence of targetNamespace if gitreporestriction is present. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1406564518" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1022" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1022/hovercard" href="https://github.com/rancher/fleet/pull/1022">#1022</a></li>
|
||||
<li>Cluster specific registry replaces global registry by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1421104730" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1053" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1053/hovercard" href="https://github.com/rancher/fleet/pull/1053">#1053</a></li>
|
||||
<li>Reading contents&secrets uses specific service account by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1427386967" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1063" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1063/hovercard" href="https://github.com/rancher/fleet/pull/1063">#1063</a></li>
|
||||
<li>Cluster values full templating by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1479381039" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1158" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1158/hovercard" href="https://github.com/rancher/fleet/pull/1158">#1158</a></li>
|
||||
<li>Helm Target Customization Repo/Version Override by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/romejoe/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/romejoe">@romejoe</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1392005466" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1011" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1011/hovercard" href="https://github.com/rancher/fleet/pull/1011">#1011</a></li>
|
||||
<li>Sprig Templating for Helm Values with Inputs from Cluster Resource by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rajiteh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rajiteh">@rajiteh</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1071078279" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/671" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/671/hovercard" href="https://github.com/rancher/fleet/pull/671">#671</a></li>
|
||||
<li>Add helmRepoUrlRegex to the GitRepo by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1525653440" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1234" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1234/hovercard" href="https://github.com/rancher/fleet/pull/1234">#1234</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Fix token expiry bug by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1382301009" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/995" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/995/hovercard" href="https://github.com/rancher/fleet/pull/995">#995</a></li>
|
||||
<li>Stop re-queuing on failed deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mattfarina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mattfarina">@mattfarina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1417680330" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1042" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1042/hovercard" href="https://github.com/rancher/fleet/pull/1042">#1042</a></li>
|
||||
<li>Sync only changed objects by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1416805201" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1041" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1041/hovercard" href="https://github.com/rancher/fleet/pull/1041">#1041</a></li>
|
||||
<li>Returning nil on signal exit by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mattfarina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mattfarina">@mattfarina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1452302735" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1104" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1104/hovercard" href="https://github.com/rancher/fleet/pull/1104">#1104</a></li>
|
||||
<li>Running helm template to set up status ignores errors by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1451980114" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1103" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1103/hovercard" href="https://github.com/rancher/fleet/pull/1103">#1103</a></li>
|
||||
<li>Do not fail on missing labels by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1458013071" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1114" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1114/hovercard" href="https://github.com/rancher/fleet/pull/1114">#1114</a></li>
|
||||
<li>Limit recursion depth for cluster label replacement in values by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1469990739" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1143" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1143/hovercard" href="https://github.com/rancher/fleet/pull/1143">#1143</a></li>
|
||||
<li>Update bundle status display also in case of errors by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1464493213" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1123" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1123/hovercard" href="https://github.com/rancher/fleet/pull/1123">#1123</a></li>
|
||||
<li>Disable Gitops Feature Breaks Fleet Controller Deployment by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SharpThunder/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SharpThunder">@SharpThunder</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1500613071" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1185" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1185/hovercard" href="https://github.com/rancher/fleet/pull/1185">#1185</a></li>
|
||||
<li>Do not ignore agentCheckinInterval by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1423798925" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1058" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1058/hovercard" href="https://github.com/rancher/fleet/pull/1058">#1058</a></li>
|
||||
<li>Scaling: avoid needlessly looking up agent bundle deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1425571981" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1062" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1062/hovercard" href="https://github.com/rancher/fleet/pull/1062">#1062</a></li>
|
||||
<li>Fix image scan issues by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1498888333" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1181" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1181/hovercard" href="https://github.com/rancher/fleet/pull/1181">#1181</a></li>
|
||||
<li>Fix orphan resources created by operators by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1504794320" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1201" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1201/hovercard" href="https://github.com/rancher/fleet/pull/1201">#1201</a></li>
|
||||
<li>Don't run kustomize on repos without kustomization by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1476914588" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1157" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1157/hovercard" href="https://github.com/rancher/fleet/pull/1157">#1157</a></li>
|
||||
<li>Fix regression in imagescan test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1516558989" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1228" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1228/hovercard" href="https://github.com/rancher/fleet/pull/1228">#1228</a></li>
|
||||
<li>Long release names, shorten only once by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1556499775" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1273" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1273/hovercard" href="https://github.com/rancher/fleet/pull/1273">#1273</a></li>
|
||||
<li>Fix agent not starting in fleet-system namespace by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1585835809" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1323" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1323/hovercard" href="https://github.com/rancher/fleet/pull/1323">#1323</a></li>
|
||||
<li>Ensure valid release name for agent by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1604911765" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1357" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1357/hovercard" href="https://github.com/rancher/fleet/pull/1357">#1357</a></li>
|
||||
<li>Bump Gitjob to v0.1.37 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1586174726" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1326" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1326/hovercard" href="https://github.com/rancher/fleet/pull/1326">#1326</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Removing the docs directory by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mattfarina/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mattfarina">@mattfarina</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1395008018" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1014" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1014/hovercard" href="https://github.com/rancher/fleet/pull/1014">#1014</a></li>
|
||||
<li>Scripts for local testing with k3d by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1407494284" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1024" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1024/hovercard" href="https://github.com/rancher/fleet/pull/1024">#1024</a></li>
|
||||
<li>Debug statements for controllers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1414909060" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1036" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1036/hovercard" href="https://github.com/rancher/fleet/pull/1036">#1036</a></li>
|
||||
<li>Scaling: make ClusterEnqueueDelay configurable via environment variable by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1434599858" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1071" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1071/hovercard" href="https://github.com/rancher/fleet/pull/1071">#1071</a></li>
|
||||
<li>Add nightly builds by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1436218080" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1075" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1075/hovercard" href="https://github.com/rancher/fleet/pull/1075">#1075</a></li>
|
||||
<li>Cluster registration debug messages and comments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1449716259" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1095" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1095/hovercard" href="https://github.com/rancher/fleet/pull/1095">#1095</a></li>
|
||||
<li>Add support to continuous pprof CPU profiling by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1436593660" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1076" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1076/hovercard" href="https://github.com/rancher/fleet/pull/1076">#1076</a></li>
|
||||
<li>Split DEVELOPING.md into separate files in docs/ by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1468082145" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1134" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1134/hovercard" href="https://github.com/rancher/fleet/pull/1134">#1134</a></li>
|
||||
<li>Add CLI to generate reference docs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1464695140" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1126" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1126/hovercard" href="https://github.com/rancher/fleet/pull/1126">#1126</a></li>
|
||||
<li>Allow to run longer before killing leader during debugging by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1469310847" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1137" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1137/hovercard" href="https://github.com/rancher/fleet/pull/1137">#1137</a></li>
|
||||
<li>Introduce parameter to debug controller but not agents by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1464500460" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1124" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1124/hovercard" href="https://github.com/rancher/fleet/pull/1124">#1124</a></li>
|
||||
<li>Fix CRD download url by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/olblak/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/olblak">@olblak</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1502535254" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1190" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1190/hovercard" href="https://github.com/rancher/fleet/pull/1190">#1190</a></li>
|
||||
<li>Add Github Action workflow to prevent manual changes to Gitjob or generated code by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1529255527" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1239" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1239/hovercard" href="https://github.com/rancher/fleet/pull/1239">#1239</a></li>
|
||||
<li>Fleet in Rancher Upgrade CI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1503243355" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1198" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1198/hovercard" href="https://github.com/rancher/fleet/pull/1198">#1198</a></li>
|
||||
</ul>
|
||||
<h2>New Contributors</h2>
|
||||
<ul>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/romejoe/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/romejoe">@romejoe</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1392005466" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1011" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1011/hovercard" href="https://github.com/rancher/fleet/pull/1011">#1011</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rajiteh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rajiteh">@rajiteh</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1071078279" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/671" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/671/hovercard" href="https://github.com/rancher/fleet/pull/671">#671</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fossabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fossabot">@fossabot</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="927564652" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/431" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/431/hovercard" href="https://github.com/rancher/fleet/pull/431">#431</a></li>
|
||||
<li>@github-actions made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1500198507" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1182" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1182/hovercard" href="https://github.com/rancher/fleet/pull/1182">#1182</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SharpThunder/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SharpThunder">@SharpThunder</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1500613071" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1185" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1185/hovercard" href="https://github.com/rancher/fleet/pull/1185">#1185</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1476914588" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1157" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1157/hovercard" href="https://github.com/rancher/fleet/pull/1157">#1157</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.5.0...v0.6.0"><tt>v0.5.0...v0.6.0</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
Upgrading the Fleet helm chart upgrades the fleet-controller and its config. To avoid race conditions while fleet-controller starts updating the fleet-agents, we propose to scale down the fleet-controller to zero replicas before starting the upgrade.
|
||||
|
||||
When using Fleet in Rancher and updating from Rancher 2.5, the default installation namespace for fleet changes from `fleet-system` to `cattle-fleet-system`. This release adds code to re-deploy the agents if necessary, to regenerate their config in the new namespace. Once the new agent is running and the cluster resources status is ok, it's fine to delete any leftover `fleet-system` namespaces. In older versions of fleet, it's possible to [copy the agent config manually](https://github.com/rancher/rancher/issues/40127#issuecomment-1379027121) into the new namespace, or to [trigger the agent redeployment manually](https://github.com/rancher/rancher/issues/40127#issuecomment-1381884485).
|
||||
|
||||
## Additions
|
||||
|
||||
* Add authentication support for OCI based Helm charts by @thardeck in https://github.com/rancher/fleet/pull/996
|
||||
* Support cluster repo change by @manno in https://github.com/rancher/fleet/pull/999
|
||||
* Apply gitrepo labels to bundles by @manno in https://github.com/rancher/fleet/pull/1007
|
||||
* Add allowedTargetNamespaces to GitRepoRestriction by @manno in https://github.com/rancher/fleet/pull/1008
|
||||
* Enforce presence of targetNamespace if gitreporestriction is present. by @manno in https://github.com/rancher/fleet/pull/1022
|
||||
* Cluster specific registry replaces global registry by @manno in https://github.com/rancher/fleet/pull/1053
|
||||
* Reading contents&secrets uses specific service account by @manno in https://github.com/rancher/fleet/pull/1063
|
||||
* Cluster values full templating by @manno in https://github.com/rancher/fleet/pull/1158
|
||||
* Helm Target Customization Repo/Version Override by @romejoe in https://github.com/rancher/fleet/pull/1011
|
||||
* Sprig Templating for Helm Values with Inputs from Cluster Resource by @rajiteh in https://github.com/rancher/fleet/pull/671
|
||||
* Add helmRepoUrlRegex to the GitRepo by @raulcabello in https://github.com/rancher/fleet/pull/1234
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Fix token expiry bug by @manno in https://github.com/rancher/fleet/pull/995
|
||||
* Stop re-queuing on failed deployments by @mattfarina in https://github.com/rancher/fleet/pull/1042
|
||||
* Sync only changed objects by @moio in https://github.com/rancher/fleet/pull/1041
|
||||
* Returning nil on signal exit by @mattfarina in https://github.com/rancher/fleet/pull/1104
|
||||
* Running helm template to set up status ignores errors by @manno in https://github.com/rancher/fleet/pull/1103
|
||||
* Do not fail on missing labels by @thardeck in https://github.com/rancher/fleet/pull/1114
|
||||
* Limit recursion depth for cluster label replacement in values by @manno in https://github.com/rancher/fleet/pull/1143
|
||||
* Update bundle status display also in case of errors by @moio in https://github.com/rancher/fleet/pull/1123
|
||||
* Disable Gitops Feature Breaks Fleet Controller Deployment by @SharpThunder in https://github.com/rancher/fleet/pull/1185
|
||||
* Do not ignore agentCheckinInterval by @moio in https://github.com/rancher/fleet/pull/1058
|
||||
* Scaling: avoid needlessly looking up agent bundle deployments by @moio in https://github.com/rancher/fleet/pull/1062
|
||||
* Fix image scan issues by @thardeck in https://github.com/rancher/fleet/pull/1181
|
||||
* Fix orphan resources created by operators by @raulcabello in https://github.com/rancher/fleet/pull/1201
|
||||
* Don't run kustomize on repos without kustomization by @p-se in https://github.com/rancher/fleet/pull/1157
|
||||
* Fix regression in imagescan test by @thardeck in https://github.com/rancher/fleet/pull/1228
|
||||
* Long release names, shorten only once by @manno in https://github.com/rancher/fleet/pull/1273
|
||||
* Fix agent not starting in fleet-system namespace by @raulcabello in https://github.com/rancher/fleet/pull/1323
|
||||
* Ensure valid release name for agent by @manno in https://github.com/rancher/fleet/pull/1357
|
||||
* Bump Gitjob to v0.1.37 by @thardeck in https://github.com/rancher/fleet/pull/1326
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Removing the docs directory by @mattfarina in https://github.com/rancher/fleet/pull/1014
|
||||
* Scripts for local testing with k3d by @manno in https://github.com/rancher/fleet/pull/1024
|
||||
* Debug statements for controllers by @manno in https://github.com/rancher/fleet/pull/1036
|
||||
* Scaling: make ClusterEnqueueDelay configurable via environment variable by @moio in https://github.com/rancher/fleet/pull/1071
|
||||
* Add nightly builds by @manno in https://github.com/rancher/fleet/pull/1075
|
||||
* Cluster registration debug messages and comments by @manno in https://github.com/rancher/fleet/pull/1095
|
||||
* Add support to continuous pprof CPU profiling by @moio in https://github.com/rancher/fleet/pull/1076
|
||||
* Split DEVELOPING.md into separate files in docs/ by @manno in https://github.com/rancher/fleet/pull/1134
|
||||
* Add CLI to generate reference docs by @manno in https://github.com/rancher/fleet/pull/1126
|
||||
* Allow to run longer before killing leader during debugging by @moio in https://github.com/rancher/fleet/pull/1137
|
||||
* Introduce parameter to debug controller but not agents by @moio in https://github.com/rancher/fleet/pull/1124
|
||||
* Fix CRD download url by @olblak in https://github.com/rancher/fleet/pull/1190
|
||||
* Add Github Action workflow to prevent manual changes to Gitjob or generated code by @thardeck in https://github.com/rancher/fleet/pull/1239
|
||||
* Fleet in Rancher Upgrade CI by @manno in https://github.com/rancher/fleet/pull/1198
|
||||
|
||||
|
||||
## New Contributors
|
||||
* @romejoe made their first contribution in https://github.com/rancher/fleet/pull/1011
|
||||
* @rajiteh made their first contribution in https://github.com/rancher/fleet/pull/671
|
||||
* @fossabot made their first contribution in https://github.com/rancher/fleet/pull/431
|
||||
* @github-actions made their first contribution in https://github.com/rancher/fleet/pull/1182
|
||||
* @SharpThunder made their first contribution in https://github.com/rancher/fleet/pull/1185
|
||||
* @p-se made their first contribution in https://github.com/rancher/fleet/pull/1157
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.5.0...v0.6.0
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.6.0/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.6.0/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -121,6 +118,5 @@ date: "2023-04-05 13:35:35 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.6.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,72 +4,69 @@ date: "2023-06-12 13:24:29 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-06-12 13:24:29 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-06-12 13:24:29 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>The packaged helm chart <code>fleet-0.7.0.tgz</code> was reuploaded to fix the Gitjob version constraint following <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1759128522" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1593" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1593/hovercard" href="https://github.com/rancher/fleet/pull/1593">#1593</a></p>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Add agent config for tolerations, affinity, resources on cluster by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1637728835" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1433" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1433/hovercard" href="https://github.com/rancher/fleet/pull/1433">#1433</a></li>
|
||||
<li>Add JSON schema validation for agent customization in cluster CRD by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1683157339" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1490" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1490/hovercard" href="https://github.com/rancher/fleet/pull/1490">#1490</a></li>
|
||||
<li>Configure tolerations for fleet-agent from cluster CR by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rajiteh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rajiteh">@rajiteh</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1473805824" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1154" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1154/hovercard" href="https://github.com/rancher/fleet/pull/1154">#1154</a></li>
|
||||
<li>Agent registration recovery by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rancherbot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rancherbot">@rancherbot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1741381268" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1579" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1579/hovercard" href="https://github.com/rancher/fleet/pull/1579">#1579</a></li>
|
||||
<li>Clean up orphaned request service accounts, remove unused managed annotations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1574308682" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1310" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1310/hovercard" href="https://github.com/rancher/fleet/pull/1310">#1310</a></li>
|
||||
<li>Add flag to disable local cluster bootstrap by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1504965604" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1207" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1207/hovercard" href="https://github.com/rancher/fleet/pull/1207">#1207</a></li>
|
||||
<li>Fix agent not starting in old fleet-system namespace by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1579937640" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1316" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1316/hovercard" href="https://github.com/rancher/fleet/pull/1316">#1316</a></li>
|
||||
<li>Configure FLEET_CLUSTER_ENQUEUE_DELAY in helm chart by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/johnjcool/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/johnjcool">@johnjcool</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1622878430" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1404" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1404/hovercard" href="https://github.com/rancher/fleet/pull/1404">#1404</a></li>
|
||||
<li>Do not always create a Bundle for the root path by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1572931152" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1309" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1309/hovercard" href="https://github.com/rancher/fleet/pull/1309">#1309</a></li>
|
||||
<li>Always get labels from Bundle when creating a BundleDeployment by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1634035180" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1428" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1428/hovercard" href="https://github.com/rancher/fleet/pull/1428">#1428</a></li>
|
||||
<li>Add helm capabilities to agent's deployer by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1560096890" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1287" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1287/hovercard" href="https://github.com/rancher/fleet/pull/1287">#1287</a></li>
|
||||
<li>Add waitForJobs as a helm option by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1587738708" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1330" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1330/hovercard" href="https://github.com/rancher/fleet/pull/1330">#1330</a></li>
|
||||
<li>Allow resources to be kept when deleting a GitRepo or a Bundle by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1613422358" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1382" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1382/hovercard" href="https://github.com/rancher/fleet/pull/1382">#1382</a></li>
|
||||
<li>Improve behavior on failed deployments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1678637183" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1485" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1485/hovercard" href="https://github.com/rancher/fleet/pull/1485">#1485</a></li>
|
||||
<li>Add ignore conditions for the status of deployed custom resources by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1676498420" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1482" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1482/hovercard" href="https://github.com/rancher/fleet/pull/1482">#1482</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Ensure fleet-agent's helm release name has valid length by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1603305549" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1353" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1353/hovercard" href="https://github.com/rancher/fleet/pull/1353">#1353</a></li>
|
||||
<li>Ensure ClusterRegistrationToken name is below 63 characters by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1606556526" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1360" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1360/hovercard" href="https://github.com/rancher/fleet/pull/1360">#1360</a></li>
|
||||
<li>AllowedRepoPatterns in GitRepoRestriction is matched against Repo by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/johnjcool/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/johnjcool">@johnjcool</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1611495191" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1379" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1379/hovercard" href="https://github.com/rancher/fleet/pull/1379">#1379</a></li>
|
||||
<li>Properly set keepResources if releaseName is empty by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1618615310" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1394" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1394/hovercard" href="https://github.com/rancher/fleet/pull/1394">#1394</a></li>
|
||||
<li>Retry helm upgrade if it was interrupted by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1631722825" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1424" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1424/hovercard" href="https://github.com/rancher/fleet/pull/1424">#1424</a></li>
|
||||
<li>Fix BundleNamespaceMapping ignoring bundle selector by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1631922521" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1425" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1425/hovercard" href="https://github.com/rancher/fleet/pull/1425">#1425</a></li>
|
||||
<li>Don't ignore config map reference in valuesFrom list element by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1636072808" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1431" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1431/hovercard" href="https://github.com/rancher/fleet/pull/1431">#1431</a></li>
|
||||
<li>Agent should only select Linux nodes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1693766556" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1505" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1505/hovercard" href="https://github.com/rancher/fleet/pull/1505">#1505</a></li>
|
||||
<li>Also check chart with the helmRepoURLRegex by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1593772790" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1341" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1341/hovercard" href="https://github.com/rancher/fleet/pull/1341">#1341</a></li>
|
||||
<li>Fix cluster targeting and missing customizations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1666045658" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1473" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1473/hovercard" href="https://github.com/rancher/fleet/pull/1473">#1473</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Add container security context to fleet-agent helm chart by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/puffitos/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/puffitos">@puffitos</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1562171016" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1293" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1293/hovercard" href="https://github.com/rancher/fleet/pull/1293">#1293</a></li>
|
||||
<li>Managed fleet-agent uses same securityContext as helm chart by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1579373211" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1314" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1314/hovercard" href="https://github.com/rancher/fleet/pull/1314">#1314</a></li>
|
||||
<li>Remove fleet-agent simulators by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1504951189" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1206" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1206/hovercard" href="https://github.com/rancher/fleet/pull/1206">#1206</a></li>
|
||||
<li>Remove flag to disable leaderElection for simulators by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1632219997" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1426" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1426/hovercard" href="https://github.com/rancher/fleet/pull/1426">#1426</a></li>
|
||||
<li>Add Github action to release Fleet against Rancher by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1598491527" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1346" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1346/hovercard" href="https://github.com/rancher/fleet/pull/1346">#1346</a></li>
|
||||
<li>Change version number for nightly releases by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1608705004" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1367" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1367/hovercard" href="https://github.com/rancher/fleet/pull/1367">#1367</a></li>
|
||||
<li>Log regex compilation error in git repo restriction with patterns by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1613666739" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1383" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1383/hovercard" href="https://github.com/rancher/fleet/pull/1383">#1383</a></li>
|
||||
<li>Split Examples Tests from E2E Tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1619159167" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1397" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1397/hovercard" href="https://github.com/rancher/fleet/pull/1397">#1397</a></li>
|
||||
<li>Add nightly e2e workflow to test more k8s versions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1701958086" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1518" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1518/hovercard" href="https://github.com/rancher/fleet/pull/1518">#1518</a></li>
|
||||
<li>Replace deprecated command in Github action with environment file by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jongwooo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jongwooo">@jongwooo</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1689964438" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1500" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1500/hovercard" href="https://github.com/rancher/fleet/pull/1500">#1500</a></li>
|
||||
</ul>
|
||||
<h2>New Contributors</h2>
|
||||
<ul>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/johnjcool/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/johnjcool">@johnjcool</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1611495191" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1379" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1379/hovercard" href="https://github.com/rancher/fleet/pull/1379">#1379</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1662723966" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1472" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1472/hovercard" href="https://github.com/rancher/fleet/pull/1472">#1472</a></li>
|
||||
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jongwooo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jongwooo">@jongwooo</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1689964438" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1500" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1500/hovercard" href="https://github.com/rancher/fleet/pull/1500">#1500</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.6.0...v0.7.0"><tt>v0.6.0...v0.7.0</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
The packaged helm chart `fleet-0.7.0.tgz` was reuploaded to fix the Gitjob version constraint following https://github.com/rancher/fleet/pull/1593
|
||||
|
||||
## Additions
|
||||
|
||||
* Add agent config for tolerations, affinity, resources on cluster by @manno in https://github.com/rancher/fleet/pull/1433
|
||||
* Add JSON schema validation for agent customization in cluster CRD by @raulcabello in https://github.com/rancher/fleet/pull/1490
|
||||
* Configure tolerations for fleet-agent from cluster CR by @rajiteh in https://github.com/rancher/fleet/pull/1154
|
||||
* Agent registration recovery by @rancherbot in https://github.com/rancher/fleet/pull/1579
|
||||
* Clean up orphaned request service accounts, remove unused managed annotations by @thardeck in https://github.com/rancher/fleet/pull/1310
|
||||
* Add flag to disable local cluster bootstrap by @manno in https://github.com/rancher/fleet/pull/1207
|
||||
* Fix agent not starting in old fleet-system namespace by @raulcabello in https://github.com/rancher/fleet/pull/1316
|
||||
* Configure FLEET_CLUSTER_ENQUEUE_DELAY in helm chart by @johnjcool in https://github.com/rancher/fleet/pull/1404
|
||||
* Do not always create a Bundle for the root path by @raulcabello in https://github.com/rancher/fleet/pull/1309
|
||||
* Always get labels from Bundle when creating a BundleDeployment by @raulcabello in https://github.com/rancher/fleet/pull/1428
|
||||
* Add helm capabilities to agent's deployer by @manno in https://github.com/rancher/fleet/pull/1287
|
||||
* Add waitForJobs as a helm option by @raulcabello in https://github.com/rancher/fleet/pull/1330
|
||||
* Allow resources to be kept when deleting a GitRepo or a Bundle by @raulcabello in https://github.com/rancher/fleet/pull/1382
|
||||
* Improve behavior on failed deployments by @moio in https://github.com/rancher/fleet/pull/1485
|
||||
* Add ignore conditions for the status of deployed custom resources by @raulcabello in https://github.com/rancher/fleet/pull/1482
|
||||
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Ensure fleet-agent's helm release name has valid length by @manno in https://github.com/rancher/fleet/pull/1353
|
||||
* Ensure ClusterRegistrationToken name is below 63 characters by @manno in https://github.com/rancher/fleet/pull/1360
|
||||
* AllowedRepoPatterns in GitRepoRestriction is matched against Repo by @johnjcool in https://github.com/rancher/fleet/pull/1379
|
||||
* Properly set keepResources if releaseName is empty by @raulcabello in https://github.com/rancher/fleet/pull/1394
|
||||
* Retry helm upgrade if it was interrupted by @raulcabello in https://github.com/rancher/fleet/pull/1424
|
||||
* Fix BundleNamespaceMapping ignoring bundle selector by @manno in https://github.com/rancher/fleet/pull/1425
|
||||
* Don't ignore config map reference in valuesFrom list element by @manno in https://github.com/rancher/fleet/pull/1431
|
||||
* Agent should only select Linux nodes by @manno in https://github.com/rancher/fleet/pull/1505
|
||||
* Also check chart with the helmRepoURLRegex by @raulcabello in https://github.com/rancher/fleet/pull/1341
|
||||
* Fix cluster targeting and missing customizations by @raulcabello in https://github.com/rancher/fleet/pull/1473
|
||||
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Add container security context to fleet-agent helm chart by @puffitos in https://github.com/rancher/fleet/pull/1293
|
||||
* Managed fleet-agent uses same securityContext as helm chart by @thardeck in https://github.com/rancher/fleet/pull/1314
|
||||
* Remove fleet-agent simulators by @manno in https://github.com/rancher/fleet/pull/1206
|
||||
* Remove flag to disable leaderElection for simulators by @raulcabello in https://github.com/rancher/fleet/pull/1426
|
||||
* Add Github action to release Fleet against Rancher by @thardeck in https://github.com/rancher/fleet/pull/1346
|
||||
* Change version number for nightly releases by @manno in https://github.com/rancher/fleet/pull/1367
|
||||
* Log regex compilation error in git repo restriction with patterns by @manno in https://github.com/rancher/fleet/pull/1383
|
||||
* Split Examples Tests from E2E Tests by @manno in https://github.com/rancher/fleet/pull/1397
|
||||
* Add nightly e2e workflow to test more k8s versions by @manno in https://github.com/rancher/fleet/pull/1518
|
||||
* Replace deprecated command in Github action with environment file by @jongwooo in https://github.com/rancher/fleet/pull/1500
|
||||
|
||||
## New Contributors
|
||||
* @johnjcool made their first contribution in https://github.com/rancher/fleet/pull/1379
|
||||
* @weyfonk made their first contribution in https://github.com/rancher/fleet/pull/1472
|
||||
* @jongwooo made their first contribution in https://github.com/rancher/fleet/pull/1500
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.6.0...v0.7.0
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.7.0/sha256sum-amd64.txt)
|
||||
|
||||
* [fleet-0.7.0.tgz](https://github.com/rancher/fleet/releases/download/v0.7.0/fleet-0.7.0.tgz)
|
||||
|
|
@ -108,6 +105,5 @@ date: "2023-06-12 13:24:29 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.7.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,26 +4,20 @@ date: "2023-08-16 10:56:37 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-08-16 10:56:37 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-08-16 10:56:37 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Helm release name fix by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1816053596" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1665" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1665/hovercard" href="https://github.com/rancher/fleet/pull/1665">#1665</a></li>
|
||||
<li>Clean up cluster registrations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1815987464" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1664" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1664/hovercard" href="https://github.com/rancher/fleet/pull/1664">#1664</a> / <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1822066410" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1677" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1677/hovercard" href="https://github.com/rancher/fleet/pull/1677">#1677</a></li>
|
||||
<li>Cleanup cluster registrations hook by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1839654541" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1701" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1701/hovercard" href="https://github.com/rancher/fleet/pull/1701">#1701</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.7.0...v0.7.1"><tt>v0.7.0...v0.7.1</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Helm release name fix by @manno in https://github.com/rancher/fleet/pull/1665
|
||||
* Clean up cluster registrations by @manno in https://github.com/rancher/fleet/pull/1664 / https://github.com/rancher/fleet/pull/1677
|
||||
* Cleanup cluster registrations hook by @manno in https://github.com/rancher/fleet/pull/1701
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.7.0...v0.7.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.7.1/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.7.1/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -62,6 +56,5 @@ date: "2023-08-16 10:56:37 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.7.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,83 +4,79 @@ date: "2023-09-11 15:05:53 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-09-11 15:05:53 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-09-11 15:05:53 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h1>Notes on 0.8.0</h1>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Allow helm credentials to be defined for each path by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1727085185" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1557" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1557/hovercard" href="https://github.com/rancher/fleet/pull/1557">#1557</a></li>
|
||||
<li>Add cluster name and namespace to BundleDeployment by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1736703491" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1571" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1571/hovercard" href="https://github.com/rancher/fleet/pull/1571">#1571</a></li>
|
||||
<li>Add DoNotDeploy and OverrideTargets by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1742026878" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1580" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1580/hovercard" href="https://github.com/rancher/fleet/pull/1580">#1580</a></li>
|
||||
<li>Drift correction by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1760099815" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1594" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1594/hovercard" href="https://github.com/rancher/fleet/pull/1594">#1594</a></li>
|
||||
<li>Add helm release resources to bd status by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1760832327" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1596" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1596/hovercard" href="https://github.com/rancher/fleet/pull/1596">#1596</a></li>
|
||||
<li>Add NamespaceLabels and NamespaceAnnotations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1786451555" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1627" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1627/hovercard" href="https://github.com/rancher/fleet/pull/1627">#1627</a></li>
|
||||
<li>Support exclusion of files and directories from bundles via <code>.fleetignore</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1789222079" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1634" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1634/hovercard" href="https://github.com/rancher/fleet/pull/1634">#1634</a></li>
|
||||
<li>Add hook on upgrade to clean up old, duplicate clusterregistrations by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1831523656" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1689" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1689/hovercard" href="https://github.com/rancher/fleet/pull/1689">#1689</a></li>
|
||||
<li>Cleanup command takes string durations as arguments by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1836935733" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1697" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1697/hovercard" href="https://github.com/rancher/fleet/pull/1697">#1697</a></li>
|
||||
<li>Clean up old clusterregistrations and remember cluster's api server by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1813740722" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1658" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1658/hovercard" href="https://github.com/rancher/fleet/pull/1658">#1658</a></li>
|
||||
<li>Clusteregistration less aggressive cleanup by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1820301580" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1675" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1675/hovercard" href="https://github.com/rancher/fleet/pull/1675">#1675</a></li>
|
||||
<li>Return early from clusterregistration handler by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1821988540" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1676" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1676/hovercard" href="https://github.com/rancher/fleet/pull/1676">#1676</a></li>
|
||||
<li>Restrict registration to leader agent by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1830725807" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1687" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1687/hovercard" href="https://github.com/rancher/fleet/pull/1687">#1687</a></li>
|
||||
<li>Do not restart agents when adopting them with a bundle by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1824265931" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1678" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1678/hovercard" href="https://github.com/rancher/fleet/pull/1678">#1678</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Agent registration recovery by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1736435720" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1567" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1567/hovercard" href="https://github.com/rancher/fleet/pull/1567">#1567</a></li>
|
||||
<li>Use correct string comparison in gitjob update script by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1765567189" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1610" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1610/hovercard" href="https://github.com/rancher/fleet/pull/1610">#1610</a></li>
|
||||
<li>Reduce Helm history to two entries by default by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/moio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/moio">@moio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1763288512" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1607" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1607/hovercard" href="https://github.com/rancher/fleet/pull/1607">#1607</a></li>
|
||||
<li>Fix Helm release name generation to prevent double dashes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1800340686" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1647" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1647/hovercard" href="https://github.com/rancher/fleet/pull/1647">#1647</a></li>
|
||||
<li>Prevent non-hex chars in release name hash by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1801057525" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1649" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1649/hovercard" href="https://github.com/rancher/fleet/pull/1649">#1649</a></li>
|
||||
<li>Enforce strict match on cluster name when fetching bundledeployments by cluster by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1815877612" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1662" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1662/hovercard" href="https://github.com/rancher/fleet/pull/1662">#1662</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Adapt e2e tests for local infra setup tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1793202710" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1638" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1638/hovercard" href="https://github.com/rancher/fleet/pull/1638">#1638</a></li>
|
||||
<li>Add CONTRIBUTING.md by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kkaempf/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kkaempf">@kkaempf</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1700435199" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1517" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1517/hovercard" href="https://github.com/rancher/fleet/pull/1517">#1517</a></li>
|
||||
<li>Add GitRepo e2e test case involving auth to a local Helm registry by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1754951261" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1591" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1591/hovercard" href="https://github.com/rancher/fleet/pull/1591">#1591</a></li>
|
||||
<li>Add end-to-end tests for Helm auth with HTTP by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1769095254" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1613" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1613/hovercard" href="https://github.com/rancher/fleet/pull/1613">#1613</a></li>
|
||||
<li>Add webhook-based gitrepo test by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1736472732" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1568" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1568/hovercard" href="https://github.com/rancher/fleet/pull/1568">#1568</a></li>
|
||||
<li>Bump Gitjob chart to 0.1.76 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1859325560" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1729" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1729/hovercard" href="https://github.com/rancher/fleet/pull/1729">#1729</a></li>
|
||||
<li>Do not indent release.yaml entries by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1828612133" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1686" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1686/hovercard" href="https://github.com/rancher/fleet/pull/1686">#1686</a></li>
|
||||
<li>Fix e2e tests requiring secrets by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1774322432" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1619" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1619/hovercard" href="https://github.com/rancher/fleet/pull/1619">#1619</a></li>
|
||||
<li>Fix linting errors by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1809551397" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1655" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1655/hovercard" href="https://github.com/rancher/fleet/pull/1655">#1655</a></li>
|
||||
<li>Fix release against charts repo script by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1769659094" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1614" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1614/hovercard" href="https://github.com/rancher/fleet/pull/1614">#1614</a></li>
|
||||
<li>Go K8s related security bumps backport by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1846650979" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1710" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1710/hovercard" href="https://github.com/rancher/fleet/pull/1710">#1710</a></li>
|
||||
<li>Install <code>tar</code> in linux-amd64/fossa Drone CI pipeline by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1741303954" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1578" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1578/hovercard" href="https://github.com/rancher/fleet/pull/1578">#1578</a></li>
|
||||
<li>Migrate e2e tests to local git server by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1733659980" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1563" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1563/hovercard" href="https://github.com/rancher/fleet/pull/1563">#1563</a></li>
|
||||
<li>Only replace the Chart version during release by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1759128522" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1593" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1593/hovercard" href="https://github.com/rancher/fleet/pull/1593">#1593</a></li>
|
||||
<li>Provide README.mds for all Fleet helm-charts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1762784106" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1598" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1598/hovercard" href="https://github.com/rancher/fleet/pull/1598">#1598</a></li>
|
||||
<li>Provide path to relevant directory when building git server image for nightly CI workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1798449455" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1646" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1646/hovercard" href="https://github.com/rancher/fleet/pull/1646">#1646</a></li>
|
||||
<li>Refactor target match packages by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1756526990" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1592" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1592/hovercard" href="https://github.com/rancher/fleet/pull/1592">#1592</a></li>
|
||||
<li>Refactorings registration by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1736603398" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1570" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1570/hovercard" href="https://github.com/rancher/fleet/pull/1570">#1570</a></li>
|
||||
<li>Remove k8s 1.20 from PR CI matrix by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1824489430" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1680" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1680/hovercard" href="https://github.com/rancher/fleet/pull/1680">#1680</a></li>
|
||||
<li>Remove rancher/qa mention from PR template by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1789292000" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1635" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1635/hovercard" href="https://github.com/rancher/fleet/pull/1635">#1635</a></li>
|
||||
<li>Remove schedule run for "Upgrade Fleet in Rancher to Latest Release CI" by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1738184347" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1573" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1573/hovercard" href="https://github.com/rancher/fleet/pull/1573">#1573</a></li>
|
||||
<li>Replace 3rd party action with native CLI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rancher-security-bot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rancher-security-bot">@rancher-security-bot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1787273210" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1628" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1628/hovercard" href="https://github.com/rancher/fleet/pull/1628">#1628</a></li>
|
||||
<li>Restructure package layout to add internal package by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1781051757" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1624" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1624/hovercard" href="https://github.com/rancher/fleet/pull/1624">#1624</a></li>
|
||||
<li>Split test images from fleet images dev script by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1767710221" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1612" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1612/hovercard" href="https://github.com/rancher/fleet/pull/1612">#1612</a></li>
|
||||
<li>Test for DependsOn by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1779054939" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1623" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1623/hovercard" href="https://github.com/rancher/fleet/pull/1623">#1623</a></li>
|
||||
<li>Unpin ginkgo version installed in CI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1774342641" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1620" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1620/hovercard" href="https://github.com/rancher/fleet/pull/1620">#1620</a></li>
|
||||
<li>Update README.md by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/andriisoldatenko/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/andriisoldatenko">@andriisoldatenko</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1721693997" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1550" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1550/hovercard" href="https://github.com/rancher/fleet/pull/1550">#1550</a></li>
|
||||
<li>Update README.md by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1760241049" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1595" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1595/hovercard" href="https://github.com/rancher/fleet/pull/1595">#1595</a></li>
|
||||
<li>Update release doc for updating Fleet components by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1774423872" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1621" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1621/hovercard" href="https://github.com/rancher/fleet/pull/1621">#1621</a></li>
|
||||
<li>Use separate gitrepo resource for test case requiring secret by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1785783453" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1626" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1626/hovercard" href="https://github.com/rancher/fleet/pull/1626">#1626</a></li>
|
||||
<li>build(deps): bump bci/bci-base from 15.5.36.5.21 to 15.5.36.5.25 in /… by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1859072014" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1727" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1727/hovercard" href="https://github.com/rancher/fleet/pull/1727">#1727</a></li>
|
||||
<li>build(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1828450988" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1683" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1683/hovercard" href="https://github.com/rancher/fleet/pull/1683">#1683</a></li>
|
||||
<li>build(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.2 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1828451199" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1684" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1684/hovercard" href="https://github.com/rancher/fleet/pull/1684">#1684</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.7.1...v0.8.0"><tt>v0.7.1...v0.8.0</tt></a></p>
|
||||
## Notes on 0.8.0
|
||||
|
||||
## Additions
|
||||
|
||||
* Allow helm credentials to be defined for each path by @raulcabello in https://github.com/rancher/fleet/pull/1557
|
||||
* Add cluster name and namespace to BundleDeployment by @manno in https://github.com/rancher/fleet/pull/1571
|
||||
* Add DoNotDeploy and OverrideTargets by @raulcabello in https://github.com/rancher/fleet/pull/1580
|
||||
* Drift correction by @raulcabello in https://github.com/rancher/fleet/pull/1594
|
||||
* Add helm release resources to bd status by @manno in https://github.com/rancher/fleet/pull/1596
|
||||
* Add NamespaceLabels and NamespaceAnnotations by @raulcabello in https://github.com/rancher/fleet/pull/1627
|
||||
* Support exclusion of files and directories from bundles via `.fleetignore` by @weyfonk in https://github.com/rancher/fleet/pull/1634
|
||||
* Add hook on upgrade to clean up old, duplicate clusterregistrations by @manno in https://github.com/rancher/fleet/pull/1689
|
||||
* Cleanup command takes string durations as arguments by @manno in https://github.com/rancher/fleet/pull/1697
|
||||
* Clean up old clusterregistrations and remember cluster's api server by @manno in https://github.com/rancher/fleet/pull/1658
|
||||
* Clusteregistration less aggressive cleanup by @manno in https://github.com/rancher/fleet/pull/1675
|
||||
* Return early from clusterregistration handler by @manno in https://github.com/rancher/fleet/pull/1676
|
||||
* Restrict registration to leader agent by @manno in https://github.com/rancher/fleet/pull/1687
|
||||
* Do not restart agents when adopting them with a bundle by @manno in https://github.com/rancher/fleet/pull/1678
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Agent registration recovery by @manno in https://github.com/rancher/fleet/pull/1567
|
||||
* Use correct string comparison in gitjob update script by @thardeck in https://github.com/rancher/fleet/pull/1610
|
||||
* Reduce Helm history to two entries by default by @moio in https://github.com/rancher/fleet/pull/1607
|
||||
* Fix Helm release name generation to prevent double dashes by @weyfonk in https://github.com/rancher/fleet/pull/1647
|
||||
* Prevent non-hex chars in release name hash by @weyfonk in https://github.com/rancher/fleet/pull/1649
|
||||
* Enforce strict match on cluster name when fetching bundledeployments by cluster by @weyfonk in https://github.com/rancher/fleet/pull/1662
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Adapt e2e tests for local infra setup tests by @manno in https://github.com/rancher/fleet/pull/1638
|
||||
* Add CONTRIBUTING.md by @kkaempf in https://github.com/rancher/fleet/pull/1517
|
||||
* Add GitRepo e2e test case involving auth to a local Helm registry by @weyfonk in https://github.com/rancher/fleet/pull/1591
|
||||
* Add end-to-end tests for Helm auth with HTTP by @weyfonk in https://github.com/rancher/fleet/pull/1613
|
||||
* Add webhook-based gitrepo test by @weyfonk in https://github.com/rancher/fleet/pull/1568
|
||||
* Bump Gitjob chart to 0.1.76 by @thardeck in https://github.com/rancher/fleet/pull/1729
|
||||
* Do not indent release.yaml entries by @thardeck in https://github.com/rancher/fleet/pull/1686
|
||||
* Fix e2e tests requiring secrets by @weyfonk in https://github.com/rancher/fleet/pull/1619
|
||||
* Fix linting errors by @weyfonk in https://github.com/rancher/fleet/pull/1655
|
||||
* Fix release against charts repo script by @thardeck in https://github.com/rancher/fleet/pull/1614
|
||||
* Go K8s related security bumps backport by @thardeck in https://github.com/rancher/fleet/pull/1710
|
||||
* Install `tar` in linux-amd64/fossa Drone CI pipeline by @weyfonk in https://github.com/rancher/fleet/pull/1578
|
||||
* Migrate e2e tests to local git server by @weyfonk in https://github.com/rancher/fleet/pull/1563
|
||||
* Only replace the Chart version during release by @thardeck in https://github.com/rancher/fleet/pull/1593
|
||||
* Provide README.mds for all Fleet helm-charts by @thardeck in https://github.com/rancher/fleet/pull/1598
|
||||
* Provide path to relevant directory when building git server image for nightly CI workflow by @weyfonk in https://github.com/rancher/fleet/pull/1646
|
||||
* Refactor target match packages by @manno in https://github.com/rancher/fleet/pull/1592
|
||||
* Refactorings registration by @manno in https://github.com/rancher/fleet/pull/1570
|
||||
* Remove k8s 1.20 from PR CI matrix by @manno in https://github.com/rancher/fleet/pull/1680
|
||||
* Remove rancher/qa mention from PR template by @weyfonk in https://github.com/rancher/fleet/pull/1635
|
||||
* Remove schedule run for "Upgrade Fleet in Rancher to Latest Release CI" by @thardeck in https://github.com/rancher/fleet/pull/1573
|
||||
* Replace 3rd party action with native CLI by @rancher-security-bot in https://github.com/rancher/fleet/pull/1628
|
||||
* Restructure package layout to add internal package by @manno in https://github.com/rancher/fleet/pull/1624
|
||||
* Split test images from fleet images dev script by @manno in https://github.com/rancher/fleet/pull/1612
|
||||
* Test for DependsOn by @manno in https://github.com/rancher/fleet/pull/1623
|
||||
* Unpin ginkgo version installed in CI by @weyfonk in https://github.com/rancher/fleet/pull/1620
|
||||
* Update README.md by @andriisoldatenko in https://github.com/rancher/fleet/pull/1550
|
||||
* Update README.md by @manno in https://github.com/rancher/fleet/pull/1595
|
||||
* Update release doc for updating Fleet components by @weyfonk in https://github.com/rancher/fleet/pull/1621
|
||||
* Use separate gitrepo resource for test case requiring secret by @weyfonk in https://github.com/rancher/fleet/pull/1626
|
||||
* build(deps): bump bci/bci-base from 15.5.36.5.21 to 15.5.36.5.25 in /… by @thardeck in https://github.com/rancher/fleet/pull/1727
|
||||
* build(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 by @dependabot in https://github.com/rancher/fleet/pull/1683
|
||||
* build(deps): bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.2 by @dependabot in https://github.com/rancher/fleet/pull/1684
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.7.1...v0.8.0
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-s390x.txt](https://github.com/rancher/fleet/releases/download/v0.8.0/sha256sum-s390x.txt)
|
||||
|
||||
* [fleetcontroller-linux-s390x](https://github.com/rancher/fleet/releases/download/v0.8.0/fleetcontroller-linux-s390x)
|
||||
|
|
@ -119,6 +115,5 @@ date: "2023-09-11 15:05:53 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,18 @@ date: "2023-11-23 10:06:23 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-11-23 10:06:23 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-11-23 10:06:23 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump bci/bci-base from 15.5.36.5.25 to 15.5.36.5.54 in /package</li>
|
||||
<li>Bump Gitjob chart to 0.1.76-security1</li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.8.0...v0.8.1"><tt>v0.8.0...v0.8.1</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Bump bci/bci-base from 15.5.36.5.25 to 15.5.36.5.54 in /package
|
||||
* Bump Gitjob chart to 0.1.76-security1
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.8.0...v0.8.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.8.1/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.8.1/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -61,6 +54,5 @@ date: "2023-11-23 10:06:23 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,48 +4,44 @@ date: "2024-02-22 09:30:48 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-02-22 09:30:48 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-02-22 09:30:48 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Add helm version to capabilities by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rancherbot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rancherbot">@rancherbot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1919242055" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1820" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1820/hovercard" href="https://github.com/rancher/fleet/pull/1820">#1820</a></li>
|
||||
</ul>
|
||||
<h3>Performance</h3>
|
||||
<ul>
|
||||
<li>Use index when listing BundleDeployments by Bundle by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1941729004" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1859" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1859/hovercard" href="https://github.com/rancher/fleet/pull/1859">#1859</a></li>
|
||||
<li>Replace json-based implementation of DeepCopy on GenericMap by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2006641252" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1956" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1956/hovercard" href="https://github.com/rancher/fleet/pull/1956">#1956</a></li>
|
||||
<li>Use UniqueApplyForResourceVersion in Bundle and GitRepo GeneratingHandlers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2074725279" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2055" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2055/hovercard" href="https://github.com/rancher/fleet/pull/2055">#2055</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Initialise cluster registration labels map if empty by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2078587574" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2063" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2063/hovercard" href="https://github.com/rancher/fleet/pull/2063">#2063</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump BCI images and Gitjob by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2006696224" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1957" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1957/hovercard" href="https://github.com/rancher/fleet/pull/1957">#1957</a></li>
|
||||
<li>OCI auth test changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2008494976" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1963" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1963/hovercard" href="https://github.com/rancher/fleet/pull/1963">#1963</a></li>
|
||||
<li>Remove s390x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2076167734" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2056" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2056/hovercard" href="https://github.com/rancher/fleet/pull/2056">#2056</a></li>
|
||||
<li>Update CI for k8s 1.28 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2081748640" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2071" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2071/hovercard" href="https://github.com/rancher/fleet/pull/2071">#2071</a></li>
|
||||
<li>Bump modules to k8s 0.27 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2085916428" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2083" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2083/hovercard" href="https://github.com/rancher/fleet/pull/2083">#2083</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.8.1...v0.8.2"><tt>v0.8.1...v0.8.2</tt></a></p>
|
||||
<h3>Gitjob</h3>
|
||||
<ul>
|
||||
<li>Add azure devops webhook support by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2065877024" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/401" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/401/hovercard" href="https://github.com/rancher/gitjob/pull/401">rancher/gitjob#401</a></li>
|
||||
</ul>
|
||||
<p><strong>Gitjob Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/gitjob/compare/v0.1.76-security1...v0.8.2">rancher/gitjob@<tt>v0.1.76-security1...v0.8.2</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
## Additions
|
||||
|
||||
* Add helm version to capabilities by @rancherbot in https://github.com/rancher/fleet/pull/1820
|
||||
|
||||
### Performance
|
||||
|
||||
* Use index when listing BundleDeployments by Bundle by @aruiz14 in https://github.com/rancher/fleet/pull/1859
|
||||
* Replace json-based implementation of DeepCopy on GenericMap by @aruiz14 in https://github.com/rancher/fleet/pull/1956
|
||||
* Use UniqueApplyForResourceVersion in Bundle and GitRepo GeneratingHandlers by @aruiz14 in https://github.com/rancher/fleet/pull/2055
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Initialise cluster registration labels map if empty by @weyfonk in https://github.com/rancher/fleet/pull/2063
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Bump BCI images and Gitjob by @thardeck in https://github.com/rancher/fleet/pull/1957
|
||||
* OCI auth test changes by @aruiz14 in https://github.com/rancher/fleet/pull/1963
|
||||
* Remove s390x by @aruiz14 in https://github.com/rancher/fleet/pull/2056
|
||||
* Update CI for k8s 1.28 by @manno in https://github.com/rancher/fleet/pull/2071
|
||||
* Bump modules to k8s 0.27 by @manno in https://github.com/rancher/fleet/pull/2083
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.8.1...v0.8.2
|
||||
|
||||
### Gitjob
|
||||
|
||||
* Add azure devops webhook support by @raulcabello in https://github.com/rancher/gitjob/pull/401
|
||||
|
||||
**Gitjob Full Changelog**: https://github.com/rancher/gitjob/compare/v0.1.76-security1...v0.8.2
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.8.2/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.8.2/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -76,6 +72,5 @@ date: "2024-02-22 09:30:48 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.2)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,30 +4,22 @@ date: "2024-03-19 10:04:05 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-03-19 10:04:05 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-03-19 10:04:05 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Add support for Azure DevOps Webhook for gitRepos using SSH URL by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2186666693" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/453" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/453/hovercard" href="https://github.com/rancher/gitjob/pull/453">rancher/gitjob#453</a></li>
|
||||
<li>Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2188388938" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2228" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2228/hovercard" href="https://github.com/rancher/fleet/pull/2228">#2228</a></li>
|
||||
<li>Convert TestAzureDevopsWebhookWithSSHURL to support Wrangler v1.1.1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2188388938" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2228" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2228/hovercard" href="https://github.com/rancher/fleet/pull/2228">#2228</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump Gitjob to <a href="https://github.com/rancher/gitjob/releases/tag/v0.8.3">v0.8.3</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2188388938" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2228" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2228/hovercard" href="https://github.com/rancher/fleet/pull/2228">#2228</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.8.2...v0.8.3"><tt>v0.8.2...v0.8.3</tt></a></p>
|
||||
|
||||
## Bugfixes
|
||||
* Add support for Azure DevOps Webhook for gitRepos using SSH URL by @p-se in https://github.com/rancher/gitjob/pull/453
|
||||
* Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @thardeck in https://github.com/rancher/fleet/pull/2228
|
||||
* Convert TestAzureDevopsWebhookWithSSHURL to support Wrangler v1.1.1 by @thardeck in https://github.com/rancher/fleet/pull/2228
|
||||
|
||||
## What's Changed
|
||||
* Bump Gitjob to [v0.8.3](https://github.com/rancher/gitjob/releases/tag/v0.8.3) by @thardeck in https://github.com/rancher/fleet/pull/2228
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.8.2...v0.8.3
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.8.3/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.8.3/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -58,6 +50,5 @@ date: "2024-03-19 10:04:05 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.3)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,28 +4,21 @@ date: "2024-05-02 12:18:29 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-05-02 12:18:29 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-05-02 12:18:29 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump google.golang.org/protobuf to v1.33.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2231223828" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2307" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2307/hovercard" href="https://github.com/rancher/fleet/pull/2307">#2307</a></li>
|
||||
<li>Bump github.com/docker/docker to v23.0.10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2231223828" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2307" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2307/hovercard" href="https://github.com/rancher/fleet/pull/2307">#2307</a></li>
|
||||
<li>Bump github.com/hashicorp/go-getter to v1.7.4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2256450628" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2351" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2351/hovercard" href="https://github.com/rancher/fleet/pull/2351">#2351</a></li>
|
||||
<li>Bump golang.org/x/net to v0.23.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2268166861" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2383" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2383/hovercard" href="https://github.com/rancher/fleet/pull/2383">#2383</a></li>
|
||||
<li>Bump gitjob to v0.8.7 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2268175505" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2386" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2386/hovercard" href="https://github.com/rancher/fleet/pull/2386">#2386</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.8.3...v0.8.4"><tt>v0.8.3...v0.8.4</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Bump google.golang.org/protobuf to v1.33.0 by @thardeck in https://github.com/rancher/fleet/pull/2307
|
||||
* Bump github.com/docker/docker to v23.0.10 by @thardeck in https://github.com/rancher/fleet/pull/2307
|
||||
* Bump github.com/hashicorp/go-getter to v1.7.4 by @thardeck in https://github.com/rancher/fleet/pull/2351
|
||||
* Bump golang.org/x/net to v0.23.0 by @thardeck in https://github.com/rancher/fleet/pull/2383
|
||||
* Bump gitjob to v0.8.7 by @thardeck in https://github.com/rancher/fleet/pull/2386
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.8.3...v0.8.4
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.8.4/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.8.4/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -56,6 +49,5 @@ date: "2024-05-02 12:18:29 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.4)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2024-06-05 07:35:17 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-06-05 07:35:17 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-06-05 07:35:17 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>[0.8] Bump gitjob version to v0.8.8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2330484112" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2480" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2480/hovercard" href="https://github.com/rancher/fleet/pull/2480">#2480</a></li>
|
||||
<li>[0.8] bump docker to 23.0.11 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2330489265" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2481" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2481/hovercard" href="https://github.com/rancher/fleet/pull/2481">#2481</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.8.4...v0.8.5"><tt>v0.8.4...v0.8.5</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* [0.8] Bump gitjob version to v0.8.8 by @thardeck in https://github.com/rancher/fleet/pull/2480
|
||||
* [0.8] bump docker to 23.0.11 by @thardeck in https://github.com/rancher/fleet/pull/2481
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.8.4...v0.8.5
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.8.5/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.8.5/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -53,6 +47,5 @@ date: "2024-06-05 07:35:17 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.5)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,26 +4,20 @@ date: "2024-10-18 06:10:25 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-10-18 06:10:25 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-10-18 06:10:25 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump fleet 0.8 base by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2392652490" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2607" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2607/hovercard" href="https://github.com/rancher/fleet/pull/2607">#2607</a></li>
|
||||
<li>Bump gitjob version to v0.8.13 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2570715521" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2939" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2939/hovercard" href="https://github.com/rancher/fleet/pull/2939">#2939</a></li>
|
||||
<li>Bump docker to v23.0.15 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2575780989" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2947" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2947/hovercard" href="https://github.com/rancher/fleet/pull/2947">#2947</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.8.5...v0.8.6"><tt>v0.8.5...v0.8.6</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Bump fleet 0.8 base by @thardeck in https://github.com/rancher/fleet/pull/2607
|
||||
* Bump gitjob version to v0.8.13 by @thardeck in https://github.com/rancher/fleet/pull/2939
|
||||
* Bump docker to v23.0.15 by @thardeck in https://github.com/rancher/fleet/pull/2947
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.8.5...v0.8.6
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.8.6.tgz](https://github.com/rancher/fleet/releases/download/v0.8.6/fleet-0.8.6.tgz)
|
||||
|
||||
* [fleet-agent-0.8.6.tgz](https://github.com/rancher/fleet/releases/download/v0.8.6/fleet-agent-0.8.6.tgz)
|
||||
|
|
@ -50,6 +44,5 @@ date: "2024-10-18 06:10:25 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.6)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,74 +4,71 @@ date: "2023-11-07 12:30:45 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2023-11-07 12:30:45 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2023-11-07 12:30:45 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<p>Fleet 0.9 contains major <a href="https://github.com/rancher/gitjob/releases/tag/v0.1.96">changes to Gitjob</a>. The existing git handling code has been unified and now uses the go-git library. The tekton CLI, which was used for cloning, has been removed. The release improves the performance on downstream clusters, by using a caching client with the helm SDK.</p>
|
||||
<h2>Known Issues</h2>
|
||||
<ul>
|
||||
<li>Gitjob might report "git binary not found" if the path within the repository does not exist. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1979967973" data-permission-text="Title is private" data-url="https://github.com/rancher/rancher/issues/43499" data-hovercard-type="issue" data-hovercard-url="/rancher/rancher/issues/43499/hovercard" href="https://github.com/rancher/rancher/issues/43499">rancher/rancher#43499</a></li>
|
||||
</ul>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Add helm version to capabilities by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1865337733" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1743" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1743/hovercard" href="https://github.com/rancher/fleet/pull/1743">#1743</a></li>
|
||||
<li>Add support for spec field identifying KUBECONFIG namespace for imported clusters by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aiyengar2/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aiyengar2">@aiyengar2</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1895090256" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1786" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1786/hovercard" href="https://github.com/rancher/fleet/pull/1786">#1786</a></li>
|
||||
<li>Allow configuring EnableDNS property in Helm through fleet.yaml by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1880067882" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1755" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1755/hovercard" href="https://github.com/rancher/fleet/pull/1755">#1755</a></li>
|
||||
<li>Allow skipping Helm's schema validation through fleet.yaml by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1890208383" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1769" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1769/hovercard" href="https://github.com/rancher/fleet/pull/1769">#1769</a></li>
|
||||
<li>Document public API by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1793509578" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1639" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1639/hovercard" href="https://github.com/rancher/fleet/pull/1639">#1639</a></li>
|
||||
<li>Add descriptions to CRDs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1909188933" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1798" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1798/hovercard" href="https://github.com/rancher/fleet/pull/1798">#1798</a></li>
|
||||
<li>Helm Storage Backend With Caching by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1913619136" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1809" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1809/hovercard" href="https://github.com/rancher/fleet/pull/1809">#1809</a></li>
|
||||
<li>Include nonResourceURLs Fleet-Agent's RBAC by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1911427587" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1806" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1806/hovercard" href="https://github.com/rancher/fleet/pull/1806">#1806</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Add SecurityContext to job container by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1947343283" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1878" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1878/hovercard" href="https://github.com/rancher/fleet/pull/1878">#1878</a></li>
|
||||
<li>Incorrect agent's DebugLevel when settings propagation is set by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1891871949" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1776" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1776/hovercard" href="https://github.com/rancher/fleet/pull/1776">#1776</a></li>
|
||||
<li>Initialise cluster registration labels map if empty by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1921679910" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1832" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1832/hovercard" href="https://github.com/rancher/fleet/pull/1832">#1832</a></li>
|
||||
<li>Pin version of k8s.io/dynamic-resource-allocation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1880022451" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1754" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1754/hovercard" href="https://github.com/rancher/fleet/pull/1754">#1754</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Add dev scripts to simplify using E2E tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1887260697" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1764" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1764/hovercard" href="https://github.com/rancher/fleet/pull/1764">#1764</a></li>
|
||||
<li>Add integration test to verify fleet.yaml helm options for non-helm type bundles by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1891774210" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1775" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1775/hovercard" href="https://github.com/rancher/fleet/pull/1775">#1775</a></li>
|
||||
<li>CI: Retry on context deadline exceeded by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1896515940" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1788" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1788/hovercard" href="https://github.com/rancher/fleet/pull/1788">#1788</a></li>
|
||||
<li>Document APIServerURL in the config by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1905121773" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1795" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1795/hovercard" href="https://github.com/rancher/fleet/pull/1795">#1795</a></li>
|
||||
<li>E2E: Fix flaky single cluster tests by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1894739307" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1784" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1784/hovercard" href="https://github.com/rancher/fleet/pull/1784">#1784</a></li>
|
||||
<li>E2E: Increase testenv reliability by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1842980334" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1704" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1704/hovercard" href="https://github.com/rancher/fleet/pull/1704">#1704</a></li>
|
||||
<li>Fix nightly image build workflow YAML by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1881504909" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1758" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1758/hovercard" href="https://github.com/rancher/fleet/pull/1758">#1758</a></li>
|
||||
<li>Fix patch_crd_descriptions.sh when yq is not installed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1915165661" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1810" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1810/hovercard" href="https://github.com/rancher/fleet/pull/1810">#1810</a></li>
|
||||
<li>Fixes for running multi cluster E2E tests locally by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1885365675" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1762" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1762/hovercard" href="https://github.com/rancher/fleet/pull/1762">#1762</a></li>
|
||||
<li>Fix CA variable usage in dev/setup-fleet by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1887587973" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1766" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1766/hovercard" href="https://github.com/rancher/fleet/pull/1766">#1766</a></li>
|
||||
<li>Improve release scripts by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1885179052" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1761" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1761/hovercard" href="https://github.com/rancher/fleet/pull/1761">#1761</a></li>
|
||||
<li>Increase speed of clusterregistration clean up hook by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1848103589" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1712" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1712/hovercard" href="https://github.com/rancher/fleet/pull/1712">#1712</a></li>
|
||||
<li>Remove previous version selection in release against rancher script by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1890926992" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1773" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1773/hovercard" href="https://github.com/rancher/fleet/pull/1773">#1773</a></li>
|
||||
<li>Remove Tekton references from release docs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1924215600" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1833" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1833/hovercard" href="https://github.com/rancher/fleet/pull/1833">#1833</a></li>
|
||||
<li>Remove tekton by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1894002420" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1782" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1782/hovercard" href="https://github.com/rancher/fleet/pull/1782">#1782</a></li>
|
||||
<li>Retry k3d image import in workflows by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1900858611" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1793" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1793/hovercard" href="https://github.com/rancher/fleet/pull/1793">#1793</a></li>
|
||||
<li>Simplify Golang version management by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/olblak/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/olblak">@olblak</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1849398421" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1714" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1714/hovercard" href="https://github.com/rancher/fleet/pull/1714">#1714</a></li>
|
||||
<li>Switch k3d import to default mode to detect error in e2e setup by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1906606681" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1797" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1797/hovercard" href="https://github.com/rancher/fleet/pull/1797">#1797</a></li>
|
||||
<li>Testenv infra uses local fleet module by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1880359232" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1756" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1756/hovercard" href="https://github.com/rancher/fleet/pull/1756">#1756</a></li>
|
||||
<li>Update README.md with instructions on how to use nektos/act by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1887498534" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1765" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1765/hovercard" href="https://github.com/rancher/fleet/pull/1765">#1765</a></li>
|
||||
<li>Upgrade k3d k8s versions in CI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1892829180" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1780" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1780/hovercard" href="https://github.com/rancher/fleet/pull/1780">#1780</a></li>
|
||||
<li>Use constants for agent cluster role names by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1917478538" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1814" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1814/hovercard" href="https://github.com/rancher/fleet/pull/1814">#1814</a></li>
|
||||
<li>Go K8s related security bumps by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1846648167" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1709" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1709/hovercard" href="https://github.com/rancher/fleet/pull/1709">#1709</a></li>
|
||||
<li>Bump Golang to 1.21.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rancherbot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rancherbot">@rancherbot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1850957044" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1716" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1716/hovercard" href="https://github.com/rancher/fleet/pull/1716">#1716</a></li>
|
||||
<li>Bump all modules by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1865428989" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1745" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1745/hovercard" href="https://github.com/rancher/fleet/pull/1745">#1745</a></li>
|
||||
<li>Bump bci/bci-base from 15.5.36.5.33 to 15.5.36.5.34 in /package by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1910700933" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1805" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1805/hovercard" href="https://github.com/rancher/fleet/pull/1805">#1805</a></li>
|
||||
<li>Bump github.com/evanphx/json-patch from 5.6.0+incompatible to 5.7.0+incompatible by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1910694235" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1802" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1802/hovercard" href="https://github.com/rancher/fleet/pull/1802">#1802</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.8.0...v0.9.0"><tt>v0.8.0...v0.9.0</tt></a></p>
|
||||
## Notes
|
||||
|
||||
Fleet 0.9 contains major [changes to Gitjob](https://github.com/rancher/gitjob/releases/tag/v0.1.96). The existing git handling code has been unified and now uses the go-git library. The tekton CLI, which was used for cloning, has been removed. The release improves the performance on downstream clusters, by using a caching client with the helm SDK.
|
||||
|
||||
## Known Issues
|
||||
|
||||
* Gitjob might report "git binary not found" if the path within the repository does not exist. https://github.com/rancher/rancher/issues/43499
|
||||
|
||||
## Additions
|
||||
|
||||
* Add helm version to capabilities by @manno in https://github.com/rancher/fleet/pull/1743
|
||||
* Add support for spec field identifying KUBECONFIG namespace for imported clusters by @aiyengar2 in https://github.com/rancher/fleet/pull/1786
|
||||
* Allow configuring EnableDNS property in Helm through fleet.yaml by @aruiz14 in https://github.com/rancher/fleet/pull/1755
|
||||
* Allow skipping Helm's schema validation through fleet.yaml by @aruiz14 in https://github.com/rancher/fleet/pull/1769
|
||||
* Document public API by @manno in https://github.com/rancher/fleet/pull/1639
|
||||
* Add descriptions to CRDs by @aruiz14 in https://github.com/rancher/fleet/pull/1798
|
||||
* Helm Storage Backend With Caching by @raulcabello in https://github.com/rancher/fleet/pull/1809
|
||||
* Include nonResourceURLs Fleet-Agent's RBAC by @manno in https://github.com/rancher/fleet/pull/1806
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Add SecurityContext to job container by @raulcabello in https://github.com/rancher/fleet/pull/1878
|
||||
* Incorrect agent's DebugLevel when settings propagation is set by @aruiz14 in https://github.com/rancher/fleet/pull/1776
|
||||
* Initialise cluster registration labels map if empty by @weyfonk in https://github.com/rancher/fleet/pull/1832
|
||||
* Pin version of k8s.io/dynamic-resource-allocation by @aruiz14 in https://github.com/rancher/fleet/pull/1754
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Add dev scripts to simplify using E2E tests by @p-se in https://github.com/rancher/fleet/pull/1764
|
||||
* Add integration test to verify fleet.yaml helm options for non-helm type bundles by @thardeck in https://github.com/rancher/fleet/pull/1775
|
||||
* CI: Retry on context deadline exceeded by @p-se in https://github.com/rancher/fleet/pull/1788
|
||||
* Document APIServerURL in the config by @manno in https://github.com/rancher/fleet/pull/1795
|
||||
* E2E: Fix flaky single cluster tests by @p-se in https://github.com/rancher/fleet/pull/1784
|
||||
* E2E: Increase testenv reliability by @p-se in https://github.com/rancher/fleet/pull/1704
|
||||
* Fix nightly image build workflow YAML by @manno in https://github.com/rancher/fleet/pull/1758
|
||||
* Fix patch_crd_descriptions.sh when yq is not installed by @raulcabello in https://github.com/rancher/fleet/pull/1810
|
||||
* Fixes for running multi cluster E2E tests locally by @p-se in https://github.com/rancher/fleet/pull/1762
|
||||
* Fix CA variable usage in dev/setup-fleet by @manno in https://github.com/rancher/fleet/pull/1766
|
||||
* Improve release scripts by @thardeck in https://github.com/rancher/fleet/pull/1761
|
||||
* Increase speed of clusterregistration clean up hook by @manno in https://github.com/rancher/fleet/pull/1712
|
||||
* Remove previous version selection in release against rancher script by @thardeck in https://github.com/rancher/fleet/pull/1773
|
||||
* Remove Tekton references from release docs by @weyfonk in https://github.com/rancher/fleet/pull/1833
|
||||
* Remove tekton by @raulcabello in https://github.com/rancher/fleet/pull/1782
|
||||
* Retry k3d image import in workflows by @manno in https://github.com/rancher/fleet/pull/1793
|
||||
* Simplify Golang version management by @olblak in https://github.com/rancher/fleet/pull/1714
|
||||
* Switch k3d import to default mode to detect error in e2e setup by @manno in https://github.com/rancher/fleet/pull/1797
|
||||
* Testenv infra uses local fleet module by @manno in https://github.com/rancher/fleet/pull/1756
|
||||
* Update README.md with instructions on how to use nektos/act by @p-se in https://github.com/rancher/fleet/pull/1765
|
||||
* Upgrade k3d k8s versions in CI by @manno in https://github.com/rancher/fleet/pull/1780
|
||||
* Use constants for agent cluster role names by @manno in https://github.com/rancher/fleet/pull/1814
|
||||
* Go K8s related security bumps by @thardeck in https://github.com/rancher/fleet/pull/1709
|
||||
* Bump Golang to 1.21.0 by @rancherbot in https://github.com/rancher/fleet/pull/1716
|
||||
* Bump all modules by @manno in https://github.com/rancher/fleet/pull/1745
|
||||
* Bump bci/bci-base from 15.5.36.5.33 to 15.5.36.5.34 in /package by @dependabot in https://github.com/rancher/fleet/pull/1805
|
||||
* Bump github.com/evanphx/json-patch from 5.6.0+incompatible to 5.7.0+incompatible by @dependabot in https://github.com/rancher/fleet/pull/1802
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.8.0...v0.9.0
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.9.0/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.0/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -110,6 +107,5 @@ date: "2023-11-07 12:30:45 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.0)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,56 +4,52 @@ date: "2024-03-21 16:35:26 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-03-21 16:35:26 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-03-21 16:35:26 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
<h2>Additions</h2>
|
||||
<ul>
|
||||
<li>Allow correctDrift to be overridden in target customization by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2019024692" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1982" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1982/hovercard" href="https://github.com/rancher/fleet/pull/1982">#1982</a></li>
|
||||
<li>Add azure webhook by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2082426538" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/412" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/412/hovercard" href="https://github.com/rancher/gitjob/pull/412">rancher/gitjob#412</a></li>
|
||||
<li>Keep CRDs when deleting a Bundle by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2047051556" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2024" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2024/hovercard" href="https://github.com/rancher/fleet/pull/2024">#2024</a></li>
|
||||
<li>Add security context to token cleanup job by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2161729384" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2192" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2192/hovercard" href="https://github.com/rancher/fleet/pull/2192">#2192</a></li>
|
||||
</ul>
|
||||
<h3>Performance</h3>
|
||||
<ul>
|
||||
<li>Use index when listing BundleDeployments by Bundle by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2006608014" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1954" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1954/hovercard" href="https://github.com/rancher/fleet/pull/1954">#1954</a></li>
|
||||
<li>Replace json-based implementation of DeepCopy on GenericMap by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2006635369" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1955" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1955/hovercard" href="https://github.com/rancher/fleet/pull/1955">#1955</a></li>
|
||||
<li>Use UniqueApplyForResourceVersion in Bundle and GitRepo GeneratingHandlers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2078347797" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2061" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2061/hovercard" href="https://github.com/rancher/fleet/pull/2061">#2061</a></li>
|
||||
<li>Reduce BundleDeployment triggering on deployed resources updates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2050943227" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2031" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2031/hovercard" href="https://github.com/rancher/fleet/pull/2031">#2031</a></li>
|
||||
</ul>
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Fix azure devops git clone error by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2065843069" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/400" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/400/hovercard" href="https://github.com/rancher/gitjob/pull/400">rancher/gitjob#400</a></li>
|
||||
<li>Add http proxy env vars to containers and initContainers created by GitJob by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2040105108" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/380" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/380/hovercard" href="https://github.com/rancher/gitjob/pull/380">rancher/gitjob#380</a></li>
|
||||
<li>Add support for Azure DevOps Webhook for gitRepos using SSH URL by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/p-se/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/p-se">@p-se</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2173251497" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/446" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/446/hovercard" href="https://github.com/rancher/gitjob/pull/446">rancher/gitjob#446</a></li>
|
||||
<li>Fixes panic when imagescan uses prereleases and * by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/0xavi0/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/0xavi0">@0xavi0</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2156524867" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2183" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2183/hovercard" href="https://github.com/rancher/fleet/pull/2183">#2183</a></li>
|
||||
<li>Fix Existing Namespace Not Found By Label by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2166659192" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2204" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2204/hovercard" href="https://github.com/rancher/fleet/pull/2204">#2204</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump to <a href="https://github.com/rancher/gitjob/releases/tag/v0.9.1">gitjob chart v0.9.1</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2083745193" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2079" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2079/hovercard" href="https://github.com/rancher/fleet/pull/2079">#2079</a></li>
|
||||
<li>OCI test changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2007660305" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1959" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1959/hovercard" href="https://github.com/rancher/fleet/pull/1959">#1959</a></li>
|
||||
<li>OCI auth test changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2007995262" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/1961" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/1961/hovercard" href="https://github.com/rancher/fleet/pull/1961">#1961</a></li>
|
||||
<li>Remove s390x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2048174208" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2027" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2027/hovercard" href="https://github.com/rancher/fleet/pull/2027">#2027</a></li>
|
||||
<li>Remove s390x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/raulcabello/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/raulcabello">@raulcabello</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2041228490" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/381" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/381/hovercard" href="https://github.com/rancher/gitjob/pull/381">rancher/gitjob#381</a></li>
|
||||
<li>BCI base version by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2078778336" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2064" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2064/hovercard" href="https://github.com/rancher/fleet/pull/2064">#2064</a></li>
|
||||
<li>Update CI for k8s 1.29 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2081754311" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2072" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2072/hovercard" href="https://github.com/rancher/fleet/pull/2072">#2072</a></li>
|
||||
<li>Bump go git 5.11 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2076908695" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2059" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2059/hovercard" href="https://github.com/rancher/fleet/pull/2059">#2059</a></li>
|
||||
<li>Bump go-git module by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2076733191" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/406" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/406/hovercard" href="https://github.com/rancher/gitjob/pull/406">rancher/gitjob#406</a></li>
|
||||
<li>Bump wrangler/v2 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/manno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/manno">@manno</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2078819422" data-permission-text="Title is private" data-url="https://github.com/rancher/gitjob/issues/408" data-hovercard-type="pull_request" data-hovercard-url="/rancher/gitjob/pull/408/hovercard" href="https://github.com/rancher/gitjob/pull/408">rancher/gitjob#408</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.0...v0.9.1"><tt>v0.9.0...v0.9.1</tt></a></p>
|
||||
|
||||
## Notes
|
||||
|
||||
## Additions
|
||||
|
||||
* Allow correctDrift to be overridden in target customization by @raulcabello in https://github.com/rancher/fleet/pull/1982
|
||||
* Add azure webhook by @raulcabello in https://github.com/rancher/gitjob/pull/412
|
||||
* Keep CRDs when deleting a Bundle by @raulcabello in https://github.com/rancher/fleet/pull/2024
|
||||
* Add security context to token cleanup job by @weyfonk in https://github.com/rancher/fleet/pull/2192
|
||||
|
||||
### Performance
|
||||
|
||||
* Use index when listing BundleDeployments by Bundle by @aruiz14 in https://github.com/rancher/fleet/pull/1954
|
||||
* Replace json-based implementation of DeepCopy on GenericMap by @aruiz14 in https://github.com/rancher/fleet/pull/1955
|
||||
* Use UniqueApplyForResourceVersion in Bundle and GitRepo GeneratingHandlers by @aruiz14 in https://github.com/rancher/fleet/pull/2061
|
||||
* Reduce BundleDeployment triggering on deployed resources updates by @aruiz14 in https://github.com/rancher/fleet/pull/2031
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* Fix azure devops git clone error by @raulcabello in https://github.com/rancher/gitjob/pull/400
|
||||
* Add http proxy env vars to containers and initContainers created by GitJob by @raulcabello in https://github.com/rancher/gitjob/pull/380
|
||||
* Add support for Azure DevOps Webhook for gitRepos using SSH URL by @p-se in https://github.com/rancher/gitjob/pull/446
|
||||
* Fixes panic when imagescan uses prereleases and * by @0xavi0 in https://github.com/rancher/fleet/pull/2183
|
||||
* Fix Existing Namespace Not Found By Label by @manno in https://github.com/rancher/fleet/pull/2204
|
||||
|
||||
|
||||
## What's Changed
|
||||
|
||||
* Bump to [gitjob chart v0.9.1](https://github.com/rancher/gitjob/releases/tag/v0.9.1) by @manno in https://github.com/rancher/fleet/pull/2079
|
||||
* OCI test changes by @aruiz14 in https://github.com/rancher/fleet/pull/1959
|
||||
* OCI auth test changes by @aruiz14 in https://github.com/rancher/fleet/pull/1961
|
||||
* Remove s390x by @raulcabello in https://github.com/rancher/fleet/pull/2027
|
||||
* Remove s390x by @raulcabello in https://github.com/rancher/gitjob/pull/381
|
||||
* BCI base version by @manno in https://github.com/rancher/fleet/pull/2064
|
||||
* Update CI for k8s 1.29 by @manno in https://github.com/rancher/fleet/pull/2072
|
||||
* Bump go git 5.11 by @manno in https://github.com/rancher/fleet/pull/2059
|
||||
* Bump go-git module by @manno in https://github.com/rancher/gitjob/pull/406
|
||||
* Bump wrangler/v2 by @manno in https://github.com/rancher/gitjob/pull/408
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.0...v0.9.1
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.9.1/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.1/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -84,6 +80,5 @@ date: "2024-03-21 16:35:26 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.1)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2024-10-18 05:47:47 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-10-18 05:47:47 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-10-18 05:47:47 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump Gitjob to v0.9.15 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2545729437" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2894" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2894/hovercard" href="https://github.com/rancher/fleet/pull/2894">#2894</a></li>
|
||||
<li>Bump docker to 23.0.15 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2575787802" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2948" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2948/hovercard" href="https://github.com/rancher/fleet/pull/2948">#2948</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.9...v0.9.10"><tt>v0.9.9...v0.9.10</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Bump Gitjob to v0.9.15 by @thardeck in https://github.com/rancher/fleet/pull/2894
|
||||
* Bump docker to 23.0.15 by @thardeck in https://github.com/rancher/fleet/pull/2948
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.9...v0.9.10
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.9.10.tgz](https://github.com/rancher/fleet/releases/download/v0.9.10/fleet-0.9.10.tgz)
|
||||
|
||||
* [fleet-crd-0.9.10.tgz](https://github.com/rancher/fleet/releases/download/v0.9.10/fleet-crd-0.9.10.tgz)
|
||||
|
|
@ -49,6 +43,5 @@ date: "2024-10-18 05:47:47 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.10)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2024-11-04 06:02:50 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-11-04 06:02:50 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-11-04 06:02:50 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump Go to 1.22 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2613128517" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3011" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3011/hovercard" href="https://github.com/rancher/fleet/pull/3011">#3011</a></li>
|
||||
<li>Bump gitjob to v0.9.17 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2617752628" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3016" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3016/hovercard" href="https://github.com/rancher/fleet/pull/3016">#3016</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.10...v0.9.11"><tt>v0.9.10...v0.9.11</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Bump Go to 1.22 by @thardeck in https://github.com/rancher/fleet/pull/3011
|
||||
* Bump gitjob to v0.9.17 by @thardeck in https://github.com/rancher/fleet/pull/3016
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.10...v0.9.11
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.9.11.tgz](https://github.com/rancher/fleet/releases/download/v0.9.11/fleet-agent-0.9.11.tgz)
|
||||
|
||||
* [fleet-crd-0.9.11.tgz](https://github.com/rancher/fleet/releases/download/v0.9.11/fleet-crd-0.9.11.tgz)
|
||||
|
|
@ -49,6 +43,5 @@ date: "2024-11-04 06:02:50 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.11)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2024-12-11 10:08:36 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-12-11 10:08:36 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-12-11 10:08:36 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update Kubernetes libraries to v1.28.12 v0.29.7 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2711017347" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3107" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3107/hovercard" href="https://github.com/rancher/fleet/pull/3107">#3107</a></li>
|
||||
<li>Update gitjob version to 0.9.18 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2711010908" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3106" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3106/hovercard" href="https://github.com/rancher/fleet/pull/3106">#3106</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.11...v0.9.12"><tt>v0.9.11...v0.9.12</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Update Kubernetes libraries to v1.28.12 v0.29.7 by @thardeck in https://github.com/rancher/fleet/pull/3107
|
||||
* Update gitjob version to 0.9.18 by @thardeck in https://github.com/rancher/fleet/pull/3106
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.11...v0.9.12
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.9.12.tgz](https://github.com/rancher/fleet/releases/download/v0.9.12/fleet-0.9.12.tgz)
|
||||
|
||||
* [fleet-agent-0.9.12.tgz](https://github.com/rancher/fleet/releases/download/v0.9.12/fleet-agent-0.9.12.tgz)
|
||||
|
|
@ -49,6 +43,5 @@ date: "2024-12-11 10:08:36 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.12)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2025-01-20 12:37:50 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-01-20 12:37:50 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-01-20 12:37:50 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update golang.org/x/net to v0.33.0 and golang.org/x/crypto to v0.31.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2766185249" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3175" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3175/hovercard" href="https://github.com/rancher/fleet/pull/3175">#3175</a></li>
|
||||
<li>Update go git to v5.13.1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2780518665" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3207" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3207/hovercard" href="https://github.com/rancher/fleet/pull/3207">#3207</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.12...v0.9.13"><tt>v0.9.12...v0.9.13</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Update golang.org/x/net to v0.33.0 and golang.org/x/crypto to v0.31.0 by @thardeck in https://github.com/rancher/fleet/pull/3175
|
||||
* Update go git to v5.13.1 by @thardeck in https://github.com/rancher/fleet/pull/3207
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.12...v0.9.13
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.9.13.tgz](https://github.com/rancher/fleet/releases/download/v0.9.13/fleet-agent-0.9.13.tgz)
|
||||
|
||||
* [fleet-0.9.13.tgz](https://github.com/rancher/fleet/releases/download/v0.9.13/fleet-0.9.13.tgz)
|
||||
|
|
@ -49,6 +43,5 @@ date: "2025-01-20 12:37:50 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.13)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-02-20 09:56:41 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-02-20 09:56:41 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-02-20 09:56:41 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update go git to v5.13.1 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2780518665" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3207" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3207/hovercard" href="https://github.com/rancher/fleet/pull/3207">#3207</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.13...v0.9.14"><tt>v0.9.13...v0.9.14</tt></a></p>
|
||||
## What's Changed
|
||||
* Update go git to v5.13.1 by @thardeck in https://github.com/rancher/fleet/pull/3207
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.13...v0.9.14
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-crd-0.9.14.tgz](https://github.com/rancher/fleet/releases/download/v0.9.14/fleet-crd-0.9.14.tgz)
|
||||
|
||||
* [fleet-0.9.14.tgz](https://github.com/rancher/fleet/releases/download/v0.9.14/fleet-0.9.14.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-02-20 09:56:41 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.14)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-02-20 13:13:14 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-02-20 13:13:14 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-02-20 13:13:14 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump gitjob to v0.9.21 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2866056926" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3378" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3378/hovercard" href="https://github.com/rancher/fleet/pull/3378">#3378</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.14-rc.1...v0.9.15"><tt>v0.9.14-rc.1...v0.9.15</tt></a></p>
|
||||
## What's Changed
|
||||
* Bump gitjob to v0.9.21 by @thardeck in https://github.com/rancher/fleet/pull/3378
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.14-rc.1...v0.9.15
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.9.15.tgz](https://github.com/rancher/fleet/releases/download/v0.9.15/fleet-agent-0.9.15.tgz)
|
||||
|
||||
* [fleet-crd-0.9.15.tgz](https://github.com/rancher/fleet/releases/download/v0.9.15/fleet-crd-0.9.15.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-02-20 13:13:14 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.15)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-03-04 15:05:45 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-03-04 15:05:45 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-03-04 15:05:45 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump Gitjob to 0.9.22 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2893656262" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3413" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3413/hovercard" href="https://github.com/rancher/fleet/pull/3413">#3413</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.15...v0.9.16"><tt>v0.9.15...v0.9.16</tt></a></p>
|
||||
## What's Changed
|
||||
* Bump Gitjob to 0.9.22 by @thardeck in https://github.com/rancher/fleet/pull/3413
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.15...v0.9.16
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-crd-0.9.16.tgz](https://github.com/rancher/fleet/releases/download/v0.9.16/fleet-crd-0.9.16.tgz)
|
||||
|
||||
* [fleet-agent-0.9.16.tgz](https://github.com/rancher/fleet/releases/download/v0.9.16/fleet-agent-0.9.16.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-03-04 15:05:45 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.16)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-04-07 10:35:44 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-04-07 10:35:44 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-04-07 10:35:44 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
## What's Changed
|
||||
* Update gitjob version to 0.9.24 by @thardeck in https://github.com/rancher/fleet/pull/3516
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update gitjob version to 0.9.24 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2976233844" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3516" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3516/hovercard" href="https://github.com/rancher/fleet/pull/3516">#3516</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.16...v0.9.17"><tt>v0.9.16...v0.9.17</tt></a></p>
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.16...v0.9.17
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.9.17.tgz](https://github.com/rancher/fleet/releases/download/v0.9.17/fleet-0.9.17.tgz)
|
||||
|
||||
* [fleet-crd-0.9.17.tgz](https://github.com/rancher/fleet/releases/download/v0.9.17/fleet-crd-0.9.17.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-04-07 10:35:44 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.17)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2025-05-16 12:14:19 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2025-05-16 12:14:19 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2025-05-16 12:14:19 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump go mods by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3057059979" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/3674" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/3674/hovercard" href="https://github.com/rancher/fleet/pull/3674">#3674</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.17...v0.9.18"><tt>v0.9.17...v0.9.18</tt></a></p>
|
||||
## What's Changed
|
||||
* Bump go mods by @thardeck in https://github.com/rancher/fleet/pull/3674
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.17...v0.9.18
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.9.18.tgz](https://github.com/rancher/fleet/releases/download/v0.9.18/fleet-agent-0.9.18.tgz)
|
||||
|
||||
* [fleet-0.9.18.tgz](https://github.com/rancher/fleet/releases/download/v0.9.18/fleet-0.9.18.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2025-05-16 12:14:19 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.18)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,18 @@ date: "2024-03-22 15:49:16 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-03-22 15:49:16 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-03-22 15:49:16 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>[0.9] Revert trigger rework 0.9 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2202396570" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2258" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2258/hovercard" href="https://github.com/rancher/fleet/pull/2258">#2258</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.1...v0.9.2"><tt>v0.9.1...v0.9.2</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* [0.9] Revert trigger rework 0.9 by @aruiz14 in https://github.com/rancher/fleet/pull/2258
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.1...v0.9.2
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.9.2/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.2/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -52,6 +46,5 @@ date: "2024-03-22 15:49:16 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.2)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,32 +4,24 @@ date: "2024-04-17 09:34:37 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-04-17 09:34:37 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-04-17 09:34:37 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>Bugfixes</h2>
|
||||
<ul>
|
||||
<li>Prevent creating Content objects if Bundle does not match any target by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2176449663" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2215" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2215/hovercard" href="https://github.com/rancher/fleet/pull/2215">#2215</a></li>
|
||||
</ul>
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump github.com/docker/docker to v23.0.10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2231242144" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2308" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2308/hovercard" href="https://github.com/rancher/fleet/pull/2308">#2308</a></li>
|
||||
<li>Bump github.com/containerd/containerd to 1.7.11 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2231242144" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2308" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2308/hovercard" href="https://github.com/rancher/fleet/pull/2308">#2308</a></li>
|
||||
<li>Bump google.golang.org/protobuf to v1.33.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2231242144" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2308" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2308/hovercard" href="https://github.com/rancher/fleet/pull/2308">#2308</a></li>
|
||||
<li>Bump k8s to 0.28.8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2232624741" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2310" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2310/hovercard" href="https://github.com/rancher/fleet/pull/2310">#2310</a></li>
|
||||
<li>Bump Gitjob to v0.9.6 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2237147792" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2320" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2320/hovercard" href="https://github.com/rancher/fleet/pull/2320">#2320</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.2...v0.9.3"><tt>v0.9.2...v0.9.3</tt></a></p>
|
||||
|
||||
## Bugfixes
|
||||
* Prevent creating Content objects if Bundle does not match any target by @aruiz14 in https://github.com/rancher/fleet/pull/2215
|
||||
|
||||
## What's Changed
|
||||
* Bump github.com/docker/docker to v23.0.10 by @thardeck in https://github.com/rancher/fleet/pull/2308
|
||||
* Bump github.com/containerd/containerd to 1.7.11 by @thardeck in https://github.com/rancher/fleet/pull/2308
|
||||
* Bump google.golang.org/protobuf to v1.33.0 by @thardeck in https://github.com/rancher/fleet/pull/2308
|
||||
* Bump k8s to 0.28.8 by @thardeck in https://github.com/rancher/fleet/pull/2310
|
||||
* Bump Gitjob to v0.9.6 by @thardeck in https://github.com/rancher/fleet/pull/2320
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.2...v0.9.3
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.9.3/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.3/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -60,6 +52,5 @@ date: "2024-04-17 09:34:37 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.3)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,26 +4,20 @@ date: "2024-05-02 12:48:10 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-05-02 12:48:10 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-05-02 12:48:10 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump github.com/hashicorp/go-getter to v1.7.4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2256449008" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2350" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2350/hovercard" href="https://github.com/rancher/fleet/pull/2350">#2350</a></li>
|
||||
<li>Bump golang.org/x/net to v0.23.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2268170759" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2384" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2384/hovercard" href="https://github.com/rancher/fleet/pull/2384">#2384</a></li>
|
||||
<li>Bump gitjob to 0.9.7 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2268173378" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2385" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2385/hovercard" href="https://github.com/rancher/fleet/pull/2385">#2385</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.3...v0.9.4"><tt>v0.9.3...v0.9.4</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Bump github.com/hashicorp/go-getter to v1.7.4 by @thardeck in https://github.com/rancher/fleet/pull/2350
|
||||
* Bump golang.org/x/net to v0.23.0 by @thardeck in https://github.com/rancher/fleet/pull/2384
|
||||
* Bump gitjob to 0.9.7 by @thardeck in https://github.com/rancher/fleet/pull/2385
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.3...v0.9.4
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.9.4/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.4/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -54,6 +48,5 @@ date: "2024-05-02 12:48:10 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.4)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,25 +4,19 @@ date: "2024-06-05 07:58:14 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (rancherio-gh-m) released this 2024-06-05 07:58:14 +0000 UTC*
|
||||
* (rancherio-gh-m) released this 2024-06-05 07:58:14 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump gitjob to version 0.9.8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2330375730" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2478" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2478/hovercard" href="https://github.com/rancher/fleet/pull/2478">#2478</a></li>
|
||||
<li>chore: Bump docker/docker to v23.0.11 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2330380483" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2479" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2479/hovercard" href="https://github.com/rancher/fleet/pull/2479">#2479</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.4...v0.9.5"><tt>v0.9.4...v0.9.5</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Bump gitjob to version 0.9.8 by @thardeck in https://github.com/rancher/fleet/pull/2478
|
||||
* chore: Bump docker/docker to v23.0.11 by @thardeck in https://github.com/rancher/fleet/pull/2479
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.4...v0.9.5
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [sha256sum-amd64.txt](https://github.com/rancher/fleet/releases/download/v0.9.5/sha256sum-amd64.txt)
|
||||
|
||||
* [fleetcontroller-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.5/fleetcontroller-windows-amd64.exe)
|
||||
|
|
@ -53,6 +47,5 @@ date: "2024-06-05 07:58:14 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.5)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,29 +4,22 @@ date: "2024-07-17 16:29:25 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-07-17 16:29:25 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-07-17 16:29:25 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Honor Helm's MaxHistory when using drift correction by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2352976523" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2517" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2517/hovercard" href="https://github.com/rancher/fleet/pull/2517">#2517</a></li>
|
||||
<li>Fix drift end-to-end tests and run them in CI by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2360237616" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2536" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2536/hovercard" href="https://github.com/rancher/fleet/pull/2536">#2536</a></li>
|
||||
<li>Ignore status fields during drift detection by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aruiz14/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aruiz14">@aruiz14</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2365961530" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2546" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2546/hovercard" href="https://github.com/rancher/fleet/pull/2546">#2546</a></li>
|
||||
<li>Bump gitjob to 0.9.12 and docker/docker to v23.0.13 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2394028270" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2614" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2614/hovercard" href="https://github.com/rancher/fleet/pull/2614">#2614</a></li>
|
||||
<li>Add strict TLS mode by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weyfonk/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weyfonk">@weyfonk</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2386591909" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2577" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2577/hovercard" href="https://github.com/rancher/fleet/pull/2577">#2577</a></li>
|
||||
<li>Bump go-getter by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2395514580" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2619" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2619/hovercard" href="https://github.com/rancher/fleet/pull/2619">#2619</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.5...v0.9.6"><tt>v0.9.5...v0.9.6</tt></a></p>
|
||||
|
||||
## What's Changed
|
||||
* Honor Helm's MaxHistory when using drift correction by @aruiz14 in https://github.com/rancher/fleet/pull/2517
|
||||
* Fix drift end-to-end tests and run them in CI by @weyfonk in https://github.com/rancher/fleet/pull/2536
|
||||
* Ignore status fields during drift detection by @aruiz14 in https://github.com/rancher/fleet/pull/2546
|
||||
* Bump gitjob to 0.9.12 and docker/docker to v23.0.13 by @thardeck in https://github.com/rancher/fleet/pull/2614
|
||||
* Add strict TLS mode by @weyfonk in https://github.com/rancher/fleet/pull/2577
|
||||
* Bump go-getter by @thardeck in https://github.com/rancher/fleet/pull/2619
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.5...v0.9.6
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-agent-0.9.6.tgz](https://github.com/rancher/fleet/releases/download/v0.9.6/fleet-agent-0.9.6.tgz)
|
||||
|
||||
* [fleet-0.9.6.tgz](https://github.com/rancher/fleet/releases/download/v0.9.6/fleet-0.9.6.tgz)
|
||||
|
|
@ -53,6 +46,5 @@ date: "2024-07-17 16:29:25 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.6)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2024-08-13 14:30:43 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-08-13 14:30:43 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-08-13 14:30:43 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Update Gitjob version to 0.9.13 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2463307063" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2740" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2740/hovercard" href="https://github.com/rancher/fleet/pull/2740">#2740</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.6...v0.9.8"><tt>v0.9.6...v0.9.8</tt></a></p>
|
||||
## What's Changed
|
||||
* Update Gitjob version to 0.9.13 by @thardeck in https://github.com/rancher/fleet/pull/2740
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.6...v0.9.8
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-crd-0.9.8.tgz](https://github.com/rancher/fleet/releases/download/v0.9.8/fleet-crd-0.9.8.tgz)
|
||||
|
||||
* [fleet-agent-0.9.8.tgz](https://github.com/rancher/fleet/releases/download/v0.9.8/fleet-agent-0.9.8.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2024-08-13 14:30:43 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.8)*
|
||||
|
||||
|
|
|
|||
|
|
@ -4,24 +4,20 @@ date: "2024-09-13 12:44:41 +0000 UTC"
|
|||
---
|
||||
|
||||
|
||||
* (github-actions[bot]) released this 2024-09-13 12:44:41 +0000 UTC*
|
||||
* (github-actions[bot]) released this 2024-09-13 12:44:41 +0000 UTC*
|
||||
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
|
||||
<h2>What's Changed</h2>
|
||||
<ul>
|
||||
<li>Bump Docker to v23.0.14 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thardeck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thardeck">@thardeck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2477117203" data-permission-text="Title is private" data-url="https://github.com/rancher/fleet/issues/2761" data-hovercard-type="pull_request" data-hovercard-url="/rancher/fleet/pull/2761/hovercard" href="https://github.com/rancher/fleet/pull/2761">#2761</a></li>
|
||||
</ul>
|
||||
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/rancher/fleet/compare/v0.9.8...v0.9.9"><tt>v0.9.8...v0.9.9</tt></a></p>
|
||||
## What's Changed
|
||||
* Bump Docker to v23.0.14 by @thardeck in https://github.com/rancher/fleet/pull/2761
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rancher/fleet/compare/v0.9.8...v0.9.9
|
||||
|
||||
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
|
||||
* [fleet-0.9.9.tgz](https://github.com/rancher/fleet/releases/download/v0.9.9/fleet-0.9.9.tgz)
|
||||
|
||||
* [fleet-crd-0.9.9.tgz](https://github.com/rancher/fleet/releases/download/v0.9.9/fleet-crd-0.9.9.tgz)
|
||||
|
|
@ -48,6 +44,5 @@ date: "2024-09-13 12:44:41 +0000 UTC"
|
|||
|
||||
|
||||
|
||||
|
||||
*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.9)*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue