diff --git a/releasepost.yaml b/releasepost.yaml index 6af2cf39e..c894493b8 100644 --- a/releasepost.yaml +++ b/releasepost.yaml @@ -1,4 +1,30 @@ changelogs: + - kind: github + dir: versioned_docs/version-0.11/changelogs + formats: + - extension: markdown + frontmatters: | + --- + title: "{{ .Changelog.Name }}" + date: "{{ .Changelog.PublishedAt }}" + --- + indexfilename: index + indexfrontmatters: | + --- + title: "0.11 Changelogs" + --- + indexfiletemplate: | + {{ .FrontMatters }} + {{ range $pos, $release := .Changelogs }} + * [{{ $release.Name}}](changelogs/{{ $release.Tag }}.md) {{ if (eq $pos 0) }}(latest){{ end}} + {{ end }} + spec: + owner: rancher + repository: fleet + versionfilter: + kind: semver + pattern: "~0.11" + - kind: github dir: versioned_docs/version-0.10/changelogs formats: diff --git a/versioned_docs/version-0.10/changelogs/changelogs/v0.10.1.md b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.1.md new file mode 100644 index 000000000..6ca2c7295 --- /dev/null +++ b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.1.md @@ -0,0 +1,68 @@ +--- +title: "v0.10.1" +date: "2024-08-15 04:25:51 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-08-15 04:25:51 +0000 UTC* + + + +## Description + + +

Additions

+ +

Bugfixes

+ +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-agent-0.10.1.tgz](https://github.com/rancher/fleet/releases/download/v0.10.1/fleet-agent-0.10.1.tgz) + +* [fleet_0.10.1_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.10.1/fleet_0.10.1_checksums.txt) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.1/fleetagent-linux-amd64) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.1/fleet-windows-amd64.exe) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.1/fleet-linux-amd64) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.1/fleetagent-linux-arm64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.1/fleet-linux-arm64) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.1/fleetcontroller-linux-arm64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.1/fleetcontroller-linux-amd64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.1/fleetagent-windows-amd64.exe) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.1)* + diff --git a/versioned_docs/version-0.10/changelogs/changelogs/v0.10.2.md b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.2.md new file mode 100644 index 000000000..69af24fb3 --- /dev/null +++ b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.2.md @@ -0,0 +1,59 @@ +--- +title: "v0.10.2" +date: "2024-09-13 12:27:15 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-09-13 12:27:15 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-crd-0.10.2.tgz](https://github.com/rancher/fleet/releases/download/v0.10.2/fleet-crd-0.10.2.tgz) + +* [fleet_0.10.2_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.10.2/fleet_0.10.2_checksums.txt) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.2/fleetcontroller-linux-arm64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.2/fleet-linux-arm64) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.2/fleetagent-linux-amd64) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.2/fleet-windows-amd64.exe) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.2/fleetcontroller-linux-amd64) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.2/fleet-linux-amd64) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.2/fleetagent-linux-arm64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.2/fleetagent-windows-amd64.exe) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.2)* + diff --git a/versioned_docs/version-0.10/changelogs/changelogs/v0.10.3.md b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.3.md new file mode 100644 index 000000000..6c36b0959 --- /dev/null +++ b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.3.md @@ -0,0 +1,58 @@ +--- +title: "v0.10.3" +date: "2024-09-30 10:56:25 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-09-30 10:56:25 +0000 UTC* + + + +## Description + + +

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

+ +

Full Changelog: 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) + +* [fleet-crd-0.10.3.tgz](https://github.com/rancher/fleet/releases/download/v0.10.3/fleet-crd-0.10.3.tgz) + +* [fleet_0.10.3_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.10.3/fleet_0.10.3_checksums.txt) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.3/fleet-windows-amd64.exe) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.3/fleetagent-windows-amd64.exe) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.3/fleet-linux-arm64) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.3/fleetagent-linux-amd64) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.3/fleetcontroller-linux-arm64) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.3/fleetagent-linux-arm64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.3/fleetcontroller-linux-amd64) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.3/fleet-linux-amd64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.3)* + diff --git a/versioned_docs/version-0.10/changelogs/changelogs/v0.10.4.md b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.4.md new file mode 100644 index 000000000..56b5e3030 --- /dev/null +++ b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.4.md @@ -0,0 +1,68 @@ +--- +title: "v0.10.4" +date: "2024-10-17 15:02:32 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-10-17 15:02:32 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-crd-0.10.4.tgz](https://github.com/rancher/fleet/releases/download/v0.10.4/fleet-crd-0.10.4.tgz) + +* [fleet_0.10.4_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.10.4/fleet_0.10.4_checksums.txt) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.4/fleetagent-linux-amd64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.4/fleetagent-windows-amd64.exe) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.4/fleetcontroller-linux-amd64) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.4/fleet-windows-amd64.exe) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.4/fleetcontroller-linux-arm64) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.4/fleet-linux-amd64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.4/fleet-linux-arm64) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.4/fleetagent-linux-arm64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.4)* + diff --git a/versioned_docs/version-0.10/changelogs/changelogs/v0.10.6.md b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.6.md new file mode 100644 index 000000000..e245fa0e3 --- /dev/null +++ b/versioned_docs/version-0.10/changelogs/changelogs/v0.10.6.md @@ -0,0 +1,58 @@ +--- +title: "v0.10.6" +date: "2024-11-15 15:19:27 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-11-15 15:19:27 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-crd-0.10.6.tgz](https://github.com/rancher/fleet/releases/download/v0.10.6/fleet-crd-0.10.6.tgz) + +* [fleet_0.10.6_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.10.6/fleet_0.10.6_checksums.txt) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.6/fleet-windows-amd64.exe) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.6/fleet-linux-amd64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.6/fleet-linux-arm64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.10.6/fleetagent-windows-amd64.exe) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.6/fleetagent-linux-amd64) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.6/fleetcontroller-linux-arm64) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.10.6/fleetagent-linux-arm64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.10.6/fleetcontroller-linux-amd64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.10.6)* + diff --git a/versioned_docs/version-0.10/changelogs/index.md b/versioned_docs/version-0.10/changelogs/index.md index 9a7680697..a3f902071 100644 --- a/versioned_docs/version-0.10/changelogs/index.md +++ b/versioned_docs/version-0.10/changelogs/index.md @@ -3,5 +3,15 @@ title: "0.10 Changelogs" --- -* [v0.10.0](changelogs/v0.10.0.md) (latest) +* [v0.10.6](changelogs/v0.10.6.md) (latest) + +* [v0.10.4](changelogs/v0.10.4.md) + +* [v0.10.3](changelogs/v0.10.3.md) + +* [v0.10.2](changelogs/v0.10.2.md) + +* [v0.10.1](changelogs/v0.10.1.md) + +* [v0.10.0](changelogs/v0.10.0.md) diff --git a/versioned_docs/version-0.11/changelogs/changelogs/next.md b/versioned_docs/version-0.11/changelogs/changelogs/next.md deleted file mode 100644 index d5aef1f14..000000000 --- a/versioned_docs/version-0.11/changelogs/changelogs/next.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Next 🚧" ---- - -We are still working on the next release. diff --git a/versioned_docs/version-0.11/changelogs/changelogs/v0.11.1.md b/versioned_docs/version-0.11/changelogs/changelogs/v0.11.1.md new file mode 100644 index 000000000..7af5dcc13 --- /dev/null +++ b/versioned_docs/version-0.11/changelogs/changelogs/v0.11.1.md @@ -0,0 +1,154 @@ +--- +title: "v0.11.1" +date: "2024-11-15 15:30:49 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-11-15 15:30:49 +0000 UTC* + + + +## Description + + +

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:

+ +

There are a few known issues with this 0.11.1 release:

+ +

Additions

+ +

Bugfixes

+ +

What's Changed

+ +
+ +
+

New Contributors

+ +

Full Changelog: 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) + +* [fleet-agent-0.11.1.tgz](https://github.com/rancher/fleet/releases/download/v0.11.1/fleet-agent-0.11.1.tgz) + +* [fleet_0.11.1_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.11.1/fleet_0.11.1_checksums.txt) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.11.1/fleet-windows-amd64.exe) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.11.1/fleet-linux-amd64) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.11.1/fleetcontroller-linux-arm64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.11.1/fleetcontroller-linux-amd64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.11.1/fleet-linux-arm64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.11.1/fleetagent-windows-amd64.exe) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.11.1/fleetagent-linux-arm64) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.11.1/fleetagent-linux-amd64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.11.1)* + diff --git a/versioned_docs/version-0.11/changelogs/index.md b/versioned_docs/version-0.11/changelogs/index.md index d5aef1f14..ddd9bf7e8 100644 --- a/versioned_docs/version-0.11/changelogs/index.md +++ b/versioned_docs/version-0.11/changelogs/index.md @@ -1,5 +1,7 @@ --- -title: "Next 🚧" +title: "0.11 Changelogs" --- -We are still working on the next release. + +* [v0.11.1](changelogs/v0.11.1.md) (latest) + diff --git a/versioned_docs/version-0.8/changelogs/changelogs/v0.8.6.md b/versioned_docs/version-0.8/changelogs/changelogs/v0.8.6.md new file mode 100644 index 000000000..dca0484d1 --- /dev/null +++ b/versioned_docs/version-0.8/changelogs/changelogs/v0.8.6.md @@ -0,0 +1,55 @@ +--- +title: "v0.8.6" +date: "2024-10-18 06:10:25 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-10-18 06:10:25 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-crd-0.8.6.tgz](https://github.com/rancher/fleet/releases/download/v0.8.6/fleet-crd-0.8.6.tgz) + +* [fleet_0.8.6_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.8.6/fleet_0.8.6_checksums.txt) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.8.6/fleet-linux-amd64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.8.6/fleetagent-windows-amd64.exe) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.8.6/fleetcontroller-linux-amd64) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.8.6/fleet-windows-amd64.exe) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.8.6/fleetagent-linux-arm64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.8.6/fleet-linux-arm64) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.8.6/fleetagent-linux-amd64) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.8.6/fleetcontroller-linux-arm64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.8.6)* + diff --git a/versioned_docs/version-0.8/changelogs/index.md b/versioned_docs/version-0.8/changelogs/index.md index 5a6482cad..cb55c796c 100644 --- a/versioned_docs/version-0.8/changelogs/index.md +++ b/versioned_docs/version-0.8/changelogs/index.md @@ -3,7 +3,9 @@ title: "0.8 Changelogs" --- -* [v0.8.5](changelogs/v0.8.5.md) (latest) +* [v0.8.6](changelogs/v0.8.6.md) (latest) + +* [v0.8.5](changelogs/v0.8.5.md) * [](changelogs/v0.8.4.md) diff --git a/versioned_docs/version-0.9/changelogs/changelogs/v0.9.10.md b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.10.md new file mode 100644 index 000000000..5f988ad70 --- /dev/null +++ b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.10.md @@ -0,0 +1,54 @@ +--- +title: "v0.9.10" +date: "2024-10-18 05:47:47 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-10-18 05:47:47 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-agent-0.9.10.tgz](https://github.com/rancher/fleet/releases/download/v0.9.10/fleet-agent-0.9.10.tgz) + +* [fleet_0.9.10_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.9.10/fleet_0.9.10_checksums.txt) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.10/fleet-linux-amd64) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.10/fleetagent-linux-amd64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.10/fleetcontroller-linux-amd64) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.10/fleet-windows-amd64.exe) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.10/fleetcontroller-linux-arm64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.10/fleetagent-windows-amd64.exe) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.10/fleetagent-linux-arm64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.10/fleet-linux-arm64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.10)* + diff --git a/versioned_docs/version-0.9/changelogs/changelogs/v0.9.11.md b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.11.md new file mode 100644 index 000000000..119a23661 --- /dev/null +++ b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.11.md @@ -0,0 +1,54 @@ +--- +title: "v0.9.11" +date: "2024-11-04 06:02:50 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-11-04 06:02:50 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-0.9.11.tgz](https://github.com/rancher/fleet/releases/download/v0.9.11/fleet-0.9.11.tgz) + +* [fleet_0.9.11_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.9.11/fleet_0.9.11_checksums.txt) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.11/fleet-windows-amd64.exe) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.11/fleetcontroller-linux-arm64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.11/fleetagent-windows-amd64.exe) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.11/fleetagent-linux-amd64) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.11/fleet-linux-amd64) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.11/fleetagent-linux-arm64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.11/fleetcontroller-linux-amd64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.11/fleet-linux-arm64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.11)* + diff --git a/versioned_docs/version-0.9/changelogs/changelogs/v0.9.8.md b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.8.md new file mode 100644 index 000000000..e9b07ef67 --- /dev/null +++ b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.8.md @@ -0,0 +1,53 @@ +--- +title: "v0.9.8" +date: "2024-08-13 14:30:43 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-08-13 14:30:43 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-0.9.8.tgz](https://github.com/rancher/fleet/releases/download/v0.9.8/fleet-0.9.8.tgz) + +* [fleet_0.9.8_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.9.8/fleet_0.9.8_checksums.txt) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.8/fleet-linux-arm64) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.8/fleet-windows-amd64.exe) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.8/fleetagent-linux-arm64) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.8/fleetcontroller-linux-arm64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.8/fleetcontroller-linux-amd64) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.8/fleetagent-linux-amd64) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.8/fleet-linux-amd64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.8/fleetagent-windows-amd64.exe) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.8)* + diff --git a/versioned_docs/version-0.9/changelogs/changelogs/v0.9.9.md b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.9.md new file mode 100644 index 000000000..1af390552 --- /dev/null +++ b/versioned_docs/version-0.9/changelogs/changelogs/v0.9.9.md @@ -0,0 +1,53 @@ +--- +title: "v0.9.9" +date: "2024-09-13 12:44:41 +0000 UTC" +--- + + +* (github-actions[bot]) released this 2024-09-13 12:44:41 +0000 UTC* + + + +## Description + + +

What's Changed

+ +

Full Changelog: 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) + +* [fleet-agent-0.9.9.tgz](https://github.com/rancher/fleet/releases/download/v0.9.9/fleet-agent-0.9.9.tgz) + +* [fleet_0.9.9_checksums.txt](https://github.com/rancher/fleet/releases/download/v0.9.9/fleet_0.9.9_checksums.txt) + +* [fleetagent-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.9/fleetagent-linux-arm64) + +* [fleet-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.9/fleet-linux-amd64) + +* [fleet-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.9/fleet-linux-arm64) + +* [fleet-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.9/fleet-windows-amd64.exe) + +* [fleetcontroller-linux-arm64](https://github.com/rancher/fleet/releases/download/v0.9.9/fleetcontroller-linux-arm64) + +* [fleetagent-windows-amd64.exe](https://github.com/rancher/fleet/releases/download/v0.9.9/fleetagent-windows-amd64.exe) + +* [fleetagent-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.9/fleetagent-linux-amd64) + +* [fleetcontroller-linux-amd64](https://github.com/rancher/fleet/releases/download/v0.9.9/fleetcontroller-linux-amd64) + + + + +*Information retrieved from [here](https://github.com/rancher/fleet/releases/tag/v0.9.9)* + diff --git a/versioned_docs/version-0.9/changelogs/index.md b/versioned_docs/version-0.9/changelogs/index.md index 1790e0aa5..e03dae276 100644 --- a/versioned_docs/version-0.9/changelogs/index.md +++ b/versioned_docs/version-0.9/changelogs/index.md @@ -3,7 +3,15 @@ title: "0.9 Changelogs" --- -* [v0.9.6](changelogs/v0.9.6.md) (latest) +* [v0.9.11](changelogs/v0.9.11.md) (latest) + +* [v0.9.10](changelogs/v0.9.10.md) + +* [v0.9.9](changelogs/v0.9.9.md) + +* [v0.9.8](changelogs/v0.9.8.md) + +* [v0.9.6](changelogs/v0.9.6.md) * [v0.9.5](changelogs/v0.9.5.md)