Releases: rancher/fleet
Releases · rancher/fleet
v0.3.7-rc1: Merge pull request #530 from ibuildthecloud/master
Allow two agents to run on the same cluster
v0.3.6
Enhancements
- Add image scanning functionality #378
- Add Rancher Webhook integration #424
- Add
valuesFrom
feature forConfigMaps
andSecrets
to providevalues.yaml
for Fleet #384 - Bump core libraries and images for bug fixes and security enhancements (e.g. Kubernetes libraries to
v1.21.3
) #505 - Clean up leftover registration objects on cluster delete #478
- Deploy new
fleet-agent
ifagentEnvVars
have changed based on cluster status #34368 - Ensure Fleet works on Kubernetes v1.22 clusters #33112
- Support bundle dependency #392
Bug Fixes
- Fix array usage in Helm values provided by cluster labels #363
- Fix
fleet-controller
functionality in hardened clusters #130 / #32825 - Fix the old
fleet-agent
being stuck in an uninstalling state upon upgrade #362 - Fix an issue where
fleet-controller
does not work properly in proxy environments with Rancher #34511 - Fix an issue where Fleet will fail to deploy Helm charts with CRD folder #458
- Fix an issue where Fleet fails to use a
ServiceAccount
to deploy Fleet bundles due to mis-configured prefix name #372 - Miscellaneous fixes for Rancher's Provisioning v2 tech preview, which includes mitigating edge cases and fixing performance inconsistencies that may be encountered in standalone Fleet as well as Fleet in Rancher
Rancher Notes
- Update default namespace
fleet-system
tocattle-fleet-system
to avoid collisions with other apps named "fleet" (side note: automatic migration will occur upon upgrade) #395 - Rancher v2.6's new cluster provisioning system leverages Fleet's bundle deployment capabilities in order to manage clusters at scale. Therefore, in Rancher v2.6, Fleet can no longer be disabled. If Fleet was disabled in Rancher v2.5.x, it will become enabled if Rancher is upgraded to v2.6.x. A new feature flag was added to Rancher to disable the GitOps CD portion for end users within Rancher #31044 / #32688 / #32808
Developer Notes
v0.3.6-rc13
Changelog
dfaa0dc Check agentEnvVars via cluster status
v0.3.6-rc12
Changelog
358d885 Fix windows 20H2 drone build
v0.3.6-rc11: Merge pull request #491 from nickgerace/master-race
Note: this is a failed RC due to CI issues.
v0.3.6-rc10
Changelog
db17d0b Delete clusterRegs and their child objects upon cluster deletion
v0.3.6-rc9
Changelog
c09ee3a Delete leftover clusters namespace if changed from default
v0.3.6-rc8
v0.3.6-rc7
Changelog
76dd880 Delete imported cluster objects if namespace has changed
a1cfbc8 Ensure Fleet works on k8s 1.22 and bump tekton-utils/gitjob
937ce68 Fix resource empty issue and give better status on imageScan
07d27e6 Fix typo and valuesFrom not merged from targetCustomization
2a2f98c Revert "Remove valuesFrom API and logic"