Skip to content

Releases: rancher/fleet

v0.11.0-beta.2

23 Oct 13:58
v0.11.0-beta.2
ba017fc
Compare
Choose a tag to compare
v0.11.0-beta.2 Pre-release
Pre-release

What's Changed

  • Replace AbsaOSS github action by @thardeck in #2975
  • Update module github.com/go-git/go-billy/v5 to v5.6.0 by @renovate-rancher in #2974
  • Port gitjobhandling changes from 0.10 by @0xavi0 in #2971
  • Remove tmate step from Fleet-in-Rancher test workflow by @weyfonk in #2978
  • Update module go.uber.org/mock to v0.5.0 by @renovate-rancher in #2961
  • Update module github.com/testcontainers/testcontainers-go to v0.34.0 by @renovate-rancher in #2973
  • Fix e2e nightly k3d installation by @thardeck in #2983
  • Downgrade pkg/apis Go to 1.22.7 by @thardeck in #2982
  • Remove continuous pprof by @manno in #2976
  • Fleet deploy prints hook resources too by @manno in #2968
  • Add helm value to disable securityContext by @manno in #2981

Full Changelog: v0.11.0-beta.1...v0.11.0-beta.2

v0.11.0-beta.1

21 Oct 17:43
v0.11.0-beta.1
83a95f3
Compare
Choose a tag to compare
v0.11.0-beta.1 Pre-release
Pre-release

What's Changed

  • Changes post render error when using targetNamespace or namespace by @0xavi0 in #2660
  • KubeVersion fix for fleet deploy --dry-run by @ampie in #2686
  • Clean up content resources through finalizers by @weyfonk in #2566
  • Configurable git client timeout by @p-se in #2605
  • Remove content cleanup from bundle deployment reconciler by @weyfonk in #2702
  • Update module golang.org/x/sync to v0.8.0 by @renovate-rancher in #2697
  • gitjob creation on the same node as the controller shard by @Tommy12789 in #2620
  • Adds k8s events to the gitops controller by @0xavi0 in #2698
  • Remove vendored go-playground/webhooks code by @weyfonk in #2710
  • Make Helm release garbage collection interval configurable by @weyfonk in #2665
  • chore(deps): update module github.com/google/go-containerregistry to v0.20.2 by @renovate-rancher in #2714
  • Simplify target customisations for namespace labels and annotations by @weyfonk in #2664
  • Refactor gitjops reconciler to remove complexity warning by @manno in #2726
  • chore(deps): update module github.com/hashicorp/go-getter to v1.7.6 by @renovate-rancher in #2743
  • Rename Fleet manager references as Fleet controller by @weyfonk in #2763
  • Remove leftover disable-gitops mentions by @weyfonk in #2762
  • Return error code 401 for auth errors in webhooks by @0xavi0 in #2777
  • chore(deps): update module github.com/masterminds/semver/v3 to v3.3.0 by @renovate-rancher in #2779
  • chore(deps): update k8s.io/utils digest to f90d014 by @renovate-rancher in #2766
  • chore(deps): update k8s.io/kube-openapi digest to f7e401e by @renovate-rancher in #2752
  • Remove shard node selector from hidden flags by @weyfonk in #2764
  • Switch dev scripts to managed clusters by @manno in #2757
  • Fixes status not being populated to cluster and clustergroups by @0xavi0 in #2791
  • chore(deps): update module github.com/masterminds/sprig/v3 to v3.3.0 by @renovate-rancher in #2793
  • Prevent 0 as value for gitClientTimeout by @p-se in #2756
  • Add dev docs for logging by @weyfonk in #2812
  • Fixes finalizer deletion in bundle deployments. by @0xavi0 in #2820
  • Gitjob container has writable /tmp dir by @manno in #2827
  • Create CABundle Secret for gitjob by @sebastienmusso in #2825
  • Document agent garbage collection interval in charts by @weyfonk in #2813
  • Document testing recommendations by @weyfonk in #2770
  • Propagate drift correction error to bundle deployment status by @weyfonk in #2792
  • Skip checks on logs in sharding end-to-end tests by @weyfonk in #2832
  • Tolerate unitialized node taint by @k0da in #2782
  • Propagate drift correction force mode to Helm rollback by @weyfonk in #2798
  • Add crust-gather to e2e fail handlers by @manno in #2842
  • Switch to helm 3.16 by @manno in #2747
  • Adds e2e test to check that bundledeployments are deleted by @0xavi0 in #2841
  • Fix helm.sh/resource-policy being added to everything and not just CRDs by @SuperTux88 in #2850
  • Fleet deploy CLI always outputs list of deployed resources by @manno in #2847
  • Deletes retries in the gitops job. by @0xavi0 in #2872
  • Copy SafeConcat from wrangler by @manno in #2882
  • BundleDeployment status error message improvement by @p-se in #2679
  • Increase worker count for reconcilers by @manno in #2897
  • Vendor apply.DryRun by @manno in #2854
  • Increase visibility of gitjob controller logs and events by @weyfonk in #2906
  • Cleanup completed gitjobs by @manno in #2907
  • Limit Deployed bundle logs by @weyfonk in #2917
  • Changes job handling in gitops controller by @0xavi0 in #2903
  • Skip CA bundle secret creation with empty payload by @weyfonk in #2918
  • Converts the delete gitjobs to one-time job by @0xavi0 in #2928
  • Remove empty fields from gitrepo/bd resources by @manno in #2901
  • Update module golang.org/x/crypto to v0.28.0 by @renovate-rancher in #2930
  • Update github.com/rancher/lasso digest to 8f384ef by @renovate-rancher in #2888
  • Update module github.com/docker/docker to v27.3.1+incompatible by @renovate-rancher in #2868
  • Update module helm.sh/helm/v3 to v3.16.2 by @renovate-rancher in #2951
  • Update Go version to 1.23.2 by @thardeck in #2953
  • Update module github.com/prometheus/common to v0.60.0 by @renovate-rancher in #2925
  • Update module github.com/reugn/go-quartz to v0.13.0 by @renovate-rancher in #2914
  • Add more information on logging by @manno in #2959
  • Remove update workaround from drift detection by @manno in #2942
  • Update module github.com/prometheus/client_golang to v1.20.5 by @renovate-rancher in #2957
  • Update k8s library versions by @thardeck in #2967

New Contributors

Full Changelog: v0.10.4...v0.11.0-beta.1

v0.9.10

18 Oct 05:47
v0.9.10
ae11845
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.9...v0.9.10

v0.8.6

18 Oct 06:10
v0.8.6
2fbe2a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.10.4

17 Oct 15:02
v0.10.4
c3829bf
Compare
Choose a tag to compare

What's Changed

  • Skip checks on logs in sharding end-to-end tests by @weyfonk in #2838
  • Propagate drift correction error to bundle deployment status by @weyfonk in #2835
  • Propagate drift correction force mode to Helm rollback by @weyfonk in #2836
  • Add integration test checks for CA bundle secret by @weyfonk in #2863
  • Tolerate unitialized node taint by @thardeck in #2874
  • Fix helm.sh/resource-policy being added to everything and not just CRDs by @thardeck in #2875
  • Backport of Increase worker count for reconcilers by @manno in #2900
  • Increase visibility of gitjob controller logs and events by @weyfonk in #2911
  • Cleanup completed gitrepo jobs by @manno in #2910
  • Convert drift e2e tests into integration tests by @weyfonk in #2913
  • Skip CA bundle secret creation with empty payload by @weyfonk in #2923
  • Changes job handling in gitops controller by @0xavi0 in #2932
  • Converts the delete gitjobs to one-time job by @0xavi0 in #2936
  • Fix job deletion when generation is not updated on time by @0xavi0 in #2945
  • Limit Deployed bundle logs by @weyfonk in #2946
  • Cleanup jobs back to cronjob by @0xavi0 in #2952

Full Changelog: v0.10.3...v0.10.4

v0.10.4-rc.4

11 Oct 07:30
v0.10.4-rc.4
c3829bf
Compare
Choose a tag to compare
v0.10.4-rc.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.4-rc.3...v0.10.4-rc.4

v0.10.4-rc.3

09 Oct 14:32
v0.10.4-rc.3
8e7f709
Compare
Choose a tag to compare
v0.10.4-rc.3 Pre-release
Pre-release

What's Changed

  • Fix job deletion when generation is not updated on time by @0xavi0 in #2945
  • [v0.10] Limit Deployed bundle logs by @weyfonk in #2946

Full Changelog: v0.10.4-rc.2...v0.10.4-rc.3

v0.9.10-rc.3

09 Oct 13:44
v0.9.10-rc.3
ae11845
Compare
Choose a tag to compare
v0.9.10-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.10-rc.2...v0.9.10-rc.3

v0.8.6-rc.6

09 Oct 13:57
v0.8.6-rc.6
2fbe2a1
Compare
Choose a tag to compare
v0.8.6-rc.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.6-rc.5...v0.8.6-rc.6

v0.8.6-rc.5

08 Oct 07:39
v0.8.6-rc.5
4b806b7
Compare
Choose a tag to compare
v0.8.6-rc.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.6-rc.4...v0.8.6-rc.5