-
-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CFEngine] Various improvements (#2145)
- remove activeSupport column: according to the product description CFEngine is either supported or not, - fix and make use of changelogTemplate, - Reformat file.
- Loading branch information
1 parent
cb68cef
commit e0cb381
Showing
1 changed file
with
33 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,70 @@ | ||
--- | ||
title: CFEngine | ||
versionCommand: cf-agent --version | ||
category: app | ||
changelogTemplate: https://github.com/cfengine/core/blob/__RELEASE_CYCLE__.x/ChangeLog | ||
releaseDateColumn: true | ||
activeSupportColumn: true | ||
eolColumn: Supported | ||
permalink: /cfengine | ||
versionCommand: cf-agent --version | ||
releasePolicyLink: https://cfengine.com | ||
changelogTemplate: https://github.com/cfengine/core/blob/__LATEST__/ChangeLog | ||
releaseDateColumn: true | ||
eolColumn: Supported | ||
|
||
identifiers: | ||
- repology: cfengine | ||
- purl: pkg:homebrew/cfengine | ||
|
||
releases: | ||
- releaseCycle: "3.21" | ||
latest: "3.21.0" | ||
lts: true | ||
eol: 2025-12-21 | ||
support: 2025-12-21 | ||
link: https://github.com/cfengine/core/blob/3.21.0/ChangeLog | ||
releaseDate: 2022-12-21 | ||
eol: 2025-12-21 | ||
lts: true | ||
latest: "3.21.0" | ||
latestReleaseDate: 2022-12-21 | ||
|
||
- releaseCycle: "3.20" | ||
latest: "3.20.0" | ||
eol: true | ||
support: false | ||
link: https://github.com/cfengine/core/blob/3.20.0/ChangeLog | ||
releaseDate: 2022-07-01 | ||
eol: true | ||
latest: "3.20.0" | ||
latestReleaseDate: 2022-07-01 | ||
|
||
- releaseCycle: "3.19" | ||
latest: "3.19.0" | ||
eol: true | ||
support: false | ||
link: https://github.com/cfengine/core/blob/3.19.0/ChangeLog | ||
releaseDate: 2021-12-10 | ||
eol: true | ||
latest: "3.19.0" | ||
latestReleaseDate: 2021-12-10 | ||
|
||
- releaseCycle: "3.18" | ||
releaseDate: 2021-06-24 | ||
eol: 2024-06-24 | ||
lts: true | ||
latest: "3.18.3" | ||
support: 2024-06-24 | ||
link: https://github.com/cfengine/core/blob/3.18.3/ChangeLog | ||
eol: 2024-06-24 | ||
releaseDate: 2021-06-24 | ||
latestReleaseDate: 2022-11-14 | ||
|
||
- releaseCycle: "3.17" | ||
latest: "3.17.0" | ||
eol: true | ||
support: false | ||
link: https://github.com/cfengine/core/blob/3.17.0/ChangeLog | ||
releaseDate: 2020-11-18 | ||
eol: true | ||
latest: "3.17.0" | ||
latestReleaseDate: 2020-11-18 | ||
|
||
- releaseCycle: "3.16" | ||
latest: "3.16.0" | ||
support: false | ||
link: https://github.com/cfengine/core/blob/3.16.0/ChangeLog | ||
eol: true | ||
releaseDate: 2020-06-25 | ||
eol: true | ||
latest: "3.16.0" | ||
latestReleaseDate: 2020-06-25 | ||
|
||
- releaseCycle: "3.15" | ||
releaseDate: 2019-12-18 | ||
eol: 2022-12-31 | ||
lts: true | ||
latest: "3.15.7" | ||
eol: 2022-12-31 | ||
support: 2022-12-31 | ||
link: https://github.com/cfengine/core/blob/3.15.6/ChangeLog | ||
releaseDate: 2019-12-18 | ||
latestReleaseDate: 2022-11-14 | ||
|
||
--- | ||
|
||
> [CFEngine](https://cfengine.com) is an open-source configuration management, automation and knowledge management tool enabling infrastructure as code. It runs on many Unix-like systems, and can configure both Unix-like systems and Microsoft Windows. | ||
CFEngine typically has releases once every 6 months. LTS releases occur every 1.5 years and are supported for 3 years. | ||
> [CFEngine](https://cfengine.com) is an open-source configuration management, automation and | ||
> knowledge management tool enabling infrastructure as code. It runs on many Unix-like systems, and | ||
> can configure both Unix-like systems and Microsoft Windows. | ||
See the [CFEngine blog][blog] for recent announcements. | ||
CFEngine typically has releases once every 6 months. LTS releases occur every 1.5 years and are | ||
supported for 3 years. | ||
|
||
[blog]: https://cfengine.com/blog/ | ||
See the [CFEngine blog](https://cfengine.com/blog/) for recent announcements. |