Preview release for the agent configuration feature
What's Changed
- Fleet agent deployment configures tolerations from cluster CR by @rajiteh in #1154
- Remove fleet-agent simulators by @manno in #1206
- Clean up label and annotations by @thardeck in #1310
- Improve Github Action cluster deletion prompt by @thardeck in #1312
- Chore: complete container security context by @puffitos in #1293
- Have consistent SecurityContext by @thardeck in #1314
- Add flag to disable local cluster bootstrap by @manno in #1207
- Fix agent not starting in fleet-system namespace by @raulcabello in #1316
- Run Fleet upgrade tests against Fleet 0.6.0-rc.3 by @thardeck in #1327
- Add helm capabilities to agent's deployer by @manno in #1287
- Do not always create a Bundle for the root path by @raulcabello in #1309
- Update gitjob with updatecli by @thardeck in #1229
- Add waitForJobs as a helm option by @raulcabello in #1330
- Simplify Go Container reference by @thardeck in #1340
- Check chart with the helmRepoURLRegex by @raulcabello in #1341
- Add test case for helm url provided in the chart field by @raulcabello in #1342
- Fix helm test by running them in different ports by @raulcabello in #1351
- Ensure fleet-agent's helm release name has valid length by @manno in #1353
- Ensure ClusterRegistrationToken name is below 63 characters by @manno in #1360
- Use a fixed golang minor version and fixed k3d version in workflows by @manno in #1362
- Add Github action to release Fleet against Rancher by @thardeck in #1346
- Use fixed k3s version in rancher integration CI by @manno in #1364
- Improve release ga description by @thardeck in #1366
- Change version number for nightly releases by @manno in #1367
- Refactor agent deployment into one function by @manno in #1368
- AllowedRepoPatterns in GitRepoRestriction is matched against Repo by @johnjcool in #1379
- Allow resources to be kept when deleting a GitRepo or a Bundle by @raulcabello in #1382
- Setup a managed cluster for dev by @manno in #1361
- Log regex compilation error in git repo restriction with patterns by @manno in #1383
- Fix keepResources not set properly if releaseName is empty by @raulcabello in #1394
- Switch Updatecli Token to allow automatic triggering by @thardeck in #1410
- Switch release token by @thardeck in #1411
- Split Examples Tests from E2E Tests by @manno in #1397
- Retry helm upgrade if it was interrupted by @raulcabello in #1424
- Remove flag to disable leaderElection by @raulcabello in #1426
- Fix BundleNamespaceMapping ignoring bundle selector by @manno in #1425
- Bump Helm to v3.11.1-rancher1 by @thardeck in #1429
- Add agent config for tolerations, affinity, resources on cluster by @manno in #1433
- Always get labels from Bundle when creating a BundleDeployment by @raulcabello in #1428
- Don't ignore config map reference in valuesFrom list element by @manno in #1431
New Contributors
- @johnjcool made their first contribution in #1379
- @rancherbot made their first contribution in #1423
Full Changelog: v0.6.0-rc.5...v0.7.0-AGENT-rc.1