From 552513726f8ed76714c221aab7c4750973cc1030 Mon Sep 17 00:00:00 2001 From: Nil2a <79719486+Nil2a@users.noreply.github.com> Date: Thu, 28 Dec 2023 01:32:11 +0100 Subject: [PATCH 01/15] create chef-client.md --- products/chef-client.md | 87 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 products/chef-client.md diff --git a/products/chef-client.md b/products/chef-client.md new file mode 100644 index 00000000000..70abbe6394e --- /dev/null +++ b/products/chef-client.md @@ -0,0 +1,87 @@ +--- +title: Chef Client +category: server-app +iconSlug: chef +permalink: /chefclient +releasePolicyLink: "https://docs.chef.io/versions/" +changelogTemplate: "https://docs.chef.io/release_notes_client/#__LATEST__" +versionCommand: chef-client -v +releaseDateColumn: true + +auto: +- git: https://github.com/chef/chef/ + +releases: +- releaseCycle: "18" + releaseDate: 2022-01-10 + eol: false + latest: "v18.3.65" + latestReleaseDate: 2023-12-21 + +- releaseCycle: "17" + releaseDate: 2020-12-19 + eol: 2024-04-30 + latest: "v17.10.105" + latestReleaseDate: 2023-12-21 + +- releaseCycle: "16" + releaseDate: 2020-01-21 + eol: true + latest: "16.18.41" + latestReleaseDate: 2023-04-20 + +- releaseCycle: "15" + releaseDate: 2018-10-26 + eol: true + latest: "15.17.5" + latestReleaseDate: 2021-04-19 + +- releaseCycle: "14" + releaseDate: 2018-01-22 + eol: true + latest: "14.15.7" + latestReleaseDate: 2022-09-07 + +- releaseCycle: "13" + releaseDate: 2017-03-01 + eol: true + latest: "13.12.14" + latestReleaseDate: 2019-03-07 + +- releaseCycle: "12" + releaseDate: 2014-12-03 + eol: true + latest: "12.22.6" + latestReleaseDate: 2018-11-02 + +- releaseCycle: "11" + releaseDate: 2013-02-01 + eol: true + latest: "11.18.14" + latestReleaseDate: 2015-07-09 + +- releaseCycle: "10" + releaseDate: 2014-11-10 + eol: true + latest: "10.34.6" + latestReleaseDate: 2012-06-18 +--- + +> [Chef Client](https://docs.chef.io/chef_client_overview/) is the command-line utility that interprets and executes Chef recipes, managing the +> configuration of nodes to achieve desired states. It plays a key role in automating infrastructure deployment and maintaining consistency across systems. + +Chef Client generally follows an N-1 support strategy (meanings that the 2 most recent major versions receive security and bug fixes) + +## Release Schedule +Latest major releases Schedule: + +| Version Type | Description | Cadence | +|:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------| +| Major | For significant changes, will include breaking or backwards-incompatible changes.| Once a year in April | +| Minor | Will include new features, bug fixes, and will be backwards-compatible to the best of the maintainers' abilities. | 2nd week of each month | +| Patch | Will include backwards-compatible bug fixes. | As needed. | + +N-1 major releases Schedule: +| Version Type | Description | Cadence | +|:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------| +| Minor & Patch | Created or done for a particular purpose as necessary, released for critical bugs and security vulnerabilities only | As needed. | From 0d8c463c87f2cd937c63397fe14ef629d50fcf84 Mon Sep 17 00:00:00 2001 From: Nil2a <79719486+Nil2a@users.noreply.github.com> Date: Thu, 28 Dec 2023 01:40:46 +0100 Subject: [PATCH 02/15] fix typo and desc fix typo and desc --- products/chef-client.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/products/chef-client.md b/products/chef-client.md index 70abbe6394e..4dcbf609b6e 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -65,10 +65,11 @@ releases: eol: true latest: "10.34.6" latestReleaseDate: 2012-06-18 + --- -> [Chef Client](https://docs.chef.io/chef_client_overview/) is the command-line utility that interprets and executes Chef recipes, managing the -> configuration of nodes to achieve desired states. It plays a key role in automating infrastructure deployment and maintaining consistency across systems. +> [Chef Client](https://docs.chef.io/chef_client_overview/) is an open-source software provisioning, configuration +> management and application-deployment tool enabling infrastructure as code. Chef Client generally follows an N-1 support strategy (meanings that the 2 most recent major versions receive security and bug fixes) @@ -82,6 +83,7 @@ Latest major releases Schedule: | Patch | Will include backwards-compatible bug fixes. | As needed. | N-1 major releases Schedule: + | Version Type | Description | Cadence | |:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------| | Minor & Patch | Created or done for a particular purpose as necessary, released for critical bugs and security vulnerabilities only | As needed. | From 8a7c955c26f0d74375bb30c2d1d0c90a6dd26f14 Mon Sep 17 00:00:00 2001 From: Nil2a <79719486+Nil2a@users.noreply.github.com> Date: Thu, 28 Dec 2023 01:47:18 +0100 Subject: [PATCH 03/15] add support column --- products/chef-client.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/products/chef-client.md b/products/chef-client.md index 4dcbf609b6e..6db9fd24c69 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -7,6 +7,7 @@ releasePolicyLink: "https://docs.chef.io/versions/" changelogTemplate: "https://docs.chef.io/release_notes_client/#__LATEST__" versionCommand: chef-client -v releaseDateColumn: true +activeSupportColumn: true auto: - git: https://github.com/chef/chef/ @@ -14,54 +15,63 @@ auto: releases: - releaseCycle: "18" releaseDate: 2022-01-10 + support: true eol: false latest: "v18.3.65" latestReleaseDate: 2023-12-21 - releaseCycle: "17" releaseDate: 2020-12-19 + support: false eol: 2024-04-30 latest: "v17.10.105" latestReleaseDate: 2023-12-21 - releaseCycle: "16" releaseDate: 2020-01-21 + support: false eol: true latest: "16.18.41" latestReleaseDate: 2023-04-20 - releaseCycle: "15" releaseDate: 2018-10-26 + support: false eol: true latest: "15.17.5" latestReleaseDate: 2021-04-19 - releaseCycle: "14" releaseDate: 2018-01-22 + support: false eol: true latest: "14.15.7" latestReleaseDate: 2022-09-07 - releaseCycle: "13" releaseDate: 2017-03-01 + support: false eol: true latest: "13.12.14" latestReleaseDate: 2019-03-07 - releaseCycle: "12" releaseDate: 2014-12-03 + support: false eol: true latest: "12.22.6" latestReleaseDate: 2018-11-02 - releaseCycle: "11" releaseDate: 2013-02-01 + support: false eol: true latest: "11.18.14" latestReleaseDate: 2015-07-09 - releaseCycle: "10" releaseDate: 2014-11-10 + support: false eol: true latest: "10.34.6" latestReleaseDate: 2012-06-18 @@ -71,7 +81,8 @@ releases: > [Chef Client](https://docs.chef.io/chef_client_overview/) is an open-source software provisioning, configuration > management and application-deployment tool enabling infrastructure as code. -Chef Client generally follows an N-1 support strategy (meanings that the 2 most recent major versions receive security and bug fixes) +Chef Client generally follows an N-1 support strategy +(meanings that the 2 most recent major versions receive security and bug fixes) ## Release Schedule Latest major releases Schedule: From 3ea26e3c722a29759bc42d9d6d12ebc5adf68d3f Mon Sep 17 00:00:00 2001 From: Nil2a <79719486+Nil2a@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:10:40 +0100 Subject: [PATCH 04/15] update eol and support date --- products/chef-client.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/products/chef-client.md b/products/chef-client.md index 6db9fd24c69..acdebba2dfd 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -22,59 +22,59 @@ releases: - releaseCycle: "17" releaseDate: 2020-12-19 - support: false + support: 2022-01-10 eol: 2024-04-30 latest: "v17.10.105" latestReleaseDate: 2023-12-21 - releaseCycle: "16" releaseDate: 2020-01-21 - support: false - eol: true + support: 2020-12-19 + eol: 2022-11-30 latest: "16.18.41" latestReleaseDate: 2023-04-20 - releaseCycle: "15" releaseDate: 2018-10-26 - support: false - eol: true + support: 2020-01-21 + eol: 2020-12-19 latest: "15.17.5" latestReleaseDate: 2021-04-19 - releaseCycle: "14" releaseDate: 2018-01-22 - support: false - eol: true + support: 2018-10-26 + eol: 2020-01-21 latest: "14.15.7" latestReleaseDate: 2022-09-07 - releaseCycle: "13" releaseDate: 2017-03-01 - support: false - eol: true + support: 2018-01-22 + eol: 2018-10-26 latest: "13.12.14" latestReleaseDate: 2019-03-07 - releaseCycle: "12" releaseDate: 2014-12-03 - support: false - eol: true + support: 2017-03-01 + eol: 2018-01-22 latest: "12.22.6" latestReleaseDate: 2018-11-02 - releaseCycle: "11" releaseDate: 2013-02-01 - support: false - eol: true + support: 2014-12-03 + eol: 2017-03-01 latest: "11.18.14" latestReleaseDate: 2015-07-09 - releaseCycle: "10" - releaseDate: 2014-11-10 - support: false - eol: true + releaseDate: 2012-06-18 + support: 2013-02-01 + eol: 2014-12-03 latest: "10.34.6" - latestReleaseDate: 2012-06-18 + latestReleaseDate: 2014-11-10 --- From f501582e52ad6dad30f20a62b86565193d712496 Mon Sep 17 00:00:00 2001 From: Nil2a <79719486+Nil2a@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:18:02 +0100 Subject: [PATCH 05/15] fix regex and latest release --- products/chef-client.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/products/chef-client.md b/products/chef-client.md index acdebba2dfd..bae4c5092b9 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -11,7 +11,11 @@ activeSupportColumn: true auto: - git: https://github.com/chef/chef/ + # https://regex101.com/r/LmqrVp/1 + regex: ^v(?\d+)\.?(?\d{1,3})\.?(?\d+)\.?(?\d+)?$ +# eol(x) = releaseDate(x+1) +# support(x) = releaseDate(x+2) releases: - releaseCycle: "18" releaseDate: 2022-01-10 @@ -31,49 +35,49 @@ releases: releaseDate: 2020-01-21 support: 2020-12-19 eol: 2022-11-30 - latest: "16.18.41" + latest: "v16.18.41" latestReleaseDate: 2023-04-20 - releaseCycle: "15" releaseDate: 2018-10-26 support: 2020-01-21 eol: 2020-12-19 - latest: "15.17.5" + latest: "v15.17.5" latestReleaseDate: 2021-04-19 - releaseCycle: "14" releaseDate: 2018-01-22 support: 2018-10-26 eol: 2020-01-21 - latest: "14.15.7" + latest: "v14.15.7" latestReleaseDate: 2022-09-07 - releaseCycle: "13" releaseDate: 2017-03-01 support: 2018-01-22 eol: 2018-10-26 - latest: "13.12.14" + latest: "v13.12.14" latestReleaseDate: 2019-03-07 - releaseCycle: "12" releaseDate: 2014-12-03 support: 2017-03-01 eol: 2018-01-22 - latest: "12.22.6" + latest: "v12.22.6" latestReleaseDate: 2018-11-02 - releaseCycle: "11" releaseDate: 2013-02-01 support: 2014-12-03 eol: 2017-03-01 - latest: "11.18.14" + latest: "v11.18.14" latestReleaseDate: 2015-07-09 - releaseCycle: "10" releaseDate: 2012-06-18 support: 2013-02-01 eol: 2014-12-03 - latest: "10.34.6" + latest: "v10.34.6" latestReleaseDate: 2014-11-10 --- @@ -84,7 +88,7 @@ releases: Chef Client generally follows an N-1 support strategy (meanings that the 2 most recent major versions receive security and bug fixes) -## Release Schedule +## [Release Schedule](https://github.com/chef/chef/blob/main/docs/dev/policy/release_and_support_schedule.md) Latest major releases Schedule: | Version Type | Description | Cadence | From d1598aa1eb535f6a3752aa7458a1f4e900059d7a Mon Sep 17 00:00:00 2001 From: Nil2a <79719486+Nil2a@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:28:13 +0100 Subject: [PATCH 06/15] fix changelogTemplate link --- products/chef-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/chef-client.md b/products/chef-client.md index bae4c5092b9..34c618dab88 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -4,7 +4,7 @@ category: server-app iconSlug: chef permalink: /chefclient releasePolicyLink: "https://docs.chef.io/versions/" -changelogTemplate: "https://docs.chef.io/release_notes_client/#__LATEST__" +changelogTemplate: "https://docs.chef.io/release_notes_client/#{{'__LATEST__'|replace:'v',''}}/" versionCommand: chef-client -v releaseDateColumn: true activeSupportColumn: true From 94204bee8abf6777cad3dda2f73585a871ca12b3 Mon Sep 17 00:00:00 2001 From: Nil2a <79719486+Nil2a@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:37:09 +0100 Subject: [PATCH 07/15] replace Chef Client to Chef Infra Client replace Chef Client to Chef Infra Client --- products/chef-client.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/products/chef-client.md b/products/chef-client.md index 34c618dab88..ec09fa7ec16 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -1,8 +1,10 @@ --- -title: Chef Client +title: Chef Infra Client category: server-app iconSlug: chef -permalink: /chefclient +permalink: /chefinfraclient +alternate_urls: +- /chefclient releasePolicyLink: "https://docs.chef.io/versions/" changelogTemplate: "https://docs.chef.io/release_notes_client/#{{'__LATEST__'|replace:'v',''}}/" versionCommand: chef-client -v @@ -82,10 +84,10 @@ releases: --- -> [Chef Client](https://docs.chef.io/chef_client_overview/) is an open-source software provisioning, configuration +> [Chef Infra Client](https://docs.chef.io/chef_client_overview/) is an open-source software provisioning, configuration > management and application-deployment tool enabling infrastructure as code. -Chef Client generally follows an N-1 support strategy +Chef Infra Client generally follows an N-1 support strategy (meanings that the 2 most recent major versions receive security and bug fixes) ## [Release Schedule](https://github.com/chef/chef/blob/main/docs/dev/policy/release_and_support_schedule.md) From edc9074d1a645218d5c7d63aac77a8de20f61b18 Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:43:39 +0100 Subject: [PATCH 08/15] add ruby-runtime --- products/chef-client.md | 1 + 1 file changed, 1 insertion(+) diff --git a/products/chef-client.md b/products/chef-client.md index ec09fa7ec16..575abe5a95f 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -3,6 +3,7 @@ title: Chef Infra Client category: server-app iconSlug: chef permalink: /chefinfraclient +tags: ruby-runtime alternate_urls: - /chefclient releasePolicyLink: "https://docs.chef.io/versions/" From c4d1c8d3968da9a0a6ed2693fa014e713fa78895 Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:46:43 +0100 Subject: [PATCH 09/15] remove useless description --- products/chef-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/chef-client.md b/products/chef-client.md index 575abe5a95f..92954aec6ef 100644 --- a/products/chef-client.md +++ b/products/chef-client.md @@ -104,4 +104,4 @@ N-1 major releases Schedule: | Version Type | Description | Cadence | |:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------| -| Minor & Patch | Created or done for a particular purpose as necessary, released for critical bugs and security vulnerabilities only | As needed. | +| Minor & Patch | For critical bugs and security vulnerabilities only | As needed. | From 0474e7698aba268290b2d43666190b7f5b5f4fc6 Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:00:37 +0100 Subject: [PATCH 10/15] Rename chef-client.md to chef-infra-client.md --- products/{chef-client.md => chef-infra-client.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename products/{chef-client.md => chef-infra-client.md} (100%) diff --git a/products/chef-client.md b/products/chef-infra-client.md similarity index 100% rename from products/chef-client.md rename to products/chef-infra-client.md From 7f50098dddb326e59cf34d744e3c5d8b7ae0396b Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:10:17 +0100 Subject: [PATCH 11/15] update latest for all release based on release notes --- products/chef-infra-client.md | 38 ++++++++++++----------------------- 1 file changed, 13 insertions(+), 25 deletions(-) diff --git a/products/chef-infra-client.md b/products/chef-infra-client.md index 92954aec6ef..5c01f00cd23 100644 --- a/products/chef-infra-client.md +++ b/products/chef-infra-client.md @@ -7,81 +7,69 @@ tags: ruby-runtime alternate_urls: - /chefclient releasePolicyLink: "https://docs.chef.io/versions/" -changelogTemplate: "https://docs.chef.io/release_notes_client/#{{'__LATEST__'|replace:'v',''}}/" +changelogTemplate: "https://docs.chef.io/release_notes_client/__LATEST__" versionCommand: chef-client -v releaseDateColumn: true activeSupportColumn: true auto: -- git: https://github.com/chef/chef/ - # https://regex101.com/r/LmqrVp/1 - regex: ^v(?\d+)\.?(?\d{1,3})\.?(?\d+)\.?(?\d+)?$ - -# eol(x) = releaseDate(x+1) -# support(x) = releaseDate(x+2) +- custom: true +# eol(x) = releaseDate(x+2) > confirm EOL date here https://docs.chef.io/versions/ +# support(x) = releaseDate(x+1) releases: - releaseCycle: "18" releaseDate: 2022-01-10 support: true eol: false - latest: "v18.3.65" - latestReleaseDate: 2023-12-21 + latest: "18.3.0" - releaseCycle: "17" releaseDate: 2020-12-19 support: 2022-01-10 eol: 2024-04-30 - latest: "v17.10.105" - latestReleaseDate: 2023-12-21 + latest: "17.10.95" - releaseCycle: "16" releaseDate: 2020-01-21 support: 2020-12-19 eol: 2022-11-30 - latest: "v16.18.41" - latestReleaseDate: 2023-04-20 + latest: "16.18.30" - releaseCycle: "15" releaseDate: 2018-10-26 support: 2020-01-21 eol: 2020-12-19 - latest: "v15.17.5" - latestReleaseDate: 2021-04-19 + latest: "15.17.4" - releaseCycle: "14" releaseDate: 2018-01-22 support: 2018-10-26 eol: 2020-01-21 - latest: "v14.15.7" - latestReleaseDate: 2022-09-07 + latest: "14.15.6" - releaseCycle: "13" releaseDate: 2017-03-01 support: 2018-01-22 eol: 2018-10-26 - latest: "v13.12.14" - latestReleaseDate: 2019-03-07 + latest: "13.12.14" - releaseCycle: "12" releaseDate: 2014-12-03 support: 2017-03-01 eol: 2018-01-22 - latest: "v12.22.6" - latestReleaseDate: 2018-11-02 + latest: "12.22.5" - releaseCycle: "11" releaseDate: 2013-02-01 support: 2014-12-03 eol: 2017-03-01 - latest: "v11.18.14" - latestReleaseDate: 2015-07-09 + latest: "11.18.12" - releaseCycle: "10" releaseDate: 2012-06-18 support: 2013-02-01 eol: 2014-12-03 - latest: "v10.34.6" - latestReleaseDate: 2014-11-10 + latest: "10.34.6" --- From 3b7bd730ab296c6032a06ae2db0aa20bea03e92c Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:52:46 +0100 Subject: [PATCH 12/15] apply style guide --- products/chef-infra-client.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/products/chef-infra-client.md b/products/chef-infra-client.md index 5c01f00cd23..15c80b1b36f 100644 --- a/products/chef-infra-client.md +++ b/products/chef-infra-client.md @@ -1,19 +1,21 @@ --- title: Chef Infra Client category: server-app +tags: ruby-runtime iconSlug: chef permalink: /chefinfraclient -tags: ruby-runtime alternate_urls: - /chefclient +versionCommand: chef-client -v releasePolicyLink: "https://docs.chef.io/versions/" changelogTemplate: "https://docs.chef.io/release_notes_client/__LATEST__" -versionCommand: chef-client -v -releaseDateColumn: true + activeSupportColumn: true +releaseDateColumn: true auto: - custom: true + # eol(x) = releaseDate(x+2) > confirm EOL date here https://docs.chef.io/versions/ # support(x) = releaseDate(x+1) releases: From d3e89dddbdfdd5ddcf757b749795b732d61b90a5 Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:30:07 +0100 Subject: [PATCH 13/15] missing methods, add identifiers, syntax --- products/chef-infra-client.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/products/chef-infra-client.md b/products/chef-infra-client.md index 15c80b1b36f..a92b160d11e 100644 --- a/products/chef-infra-client.md +++ b/products/chef-infra-client.md @@ -3,19 +3,21 @@ title: Chef Infra Client category: server-app tags: ruby-runtime iconSlug: chef -permalink: /chefinfraclient +permalink: /chef-infra-client alternate_urls: -- /chefclient +- /chef-client versionCommand: chef-client -v -releasePolicyLink: "https://docs.chef.io/versions/" +releasePolicyLink: https://docs.chef.io/versions/ changelogTemplate: "https://docs.chef.io/release_notes_client/__LATEST__" - activeSupportColumn: true releaseDateColumn: true auto: -- custom: true - + methods: + - custom: chef-infra-client + +identifiers: +- repology: chef-client # eol(x) = releaseDate(x+2) > confirm EOL date here https://docs.chef.io/versions/ # support(x) = releaseDate(x+1) releases: From bc9795cec6c6522f8385b4158ea44b50081546b9 Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:36:12 +0100 Subject: [PATCH 14/15] Update chef-infra-client.md --- products/chef-infra-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/chef-infra-client.md b/products/chef-infra-client.md index a92b160d11e..e7c1854e14f 100644 --- a/products/chef-infra-client.md +++ b/products/chef-infra-client.md @@ -1,6 +1,6 @@ --- title: Chef Infra Client -category: server-app +category: app tags: ruby-runtime iconSlug: chef permalink: /chef-infra-client From 2dd1d47df834de04d64db85ca34b8744e89083dc Mon Sep 17 00:00:00 2001 From: Nil Perez <79719486+nperez60@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:54:35 +0100 Subject: [PATCH 15/15] Update chef-infra-client.md --- products/chef-infra-client.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/products/chef-infra-client.md b/products/chef-infra-client.md index e7c1854e14f..ce50d4f3276 100644 --- a/products/chef-infra-client.md +++ b/products/chef-infra-client.md @@ -22,21 +22,21 @@ identifiers: # support(x) = releaseDate(x+1) releases: - releaseCycle: "18" - releaseDate: 2022-01-10 + releaseDate: 2022-10-28 # https://discourse.chef.io/t/chef-infra-client-18-0-169-released/21570 support: true eol: false latest: "18.3.0" - releaseCycle: "17" - releaseDate: 2020-12-19 + releaseDate: 2021-04-28 # https://www.chef.io/blog/product-announcement-chef-infra-client-17-now-available support: 2022-01-10 - eol: 2024-04-30 + eol: 2024-04-30 # https://www.chef.io/blog/announcement-about-change-in-infra-client-17-end-of-life-timeline latest: "17.10.95" - releaseCycle: "16" - releaseDate: 2020-01-21 + releaseDate: 2020-05-05 # https://discourse.chef.io/t/chef-infra-client-16-0-275-released/17047 support: 2020-12-19 - eol: 2022-11-30 + eol: 2022-11-30 # https://www.chef.io/blog/announcement-chef-client-16-eol-date-change latest: "16.18.30" - releaseCycle: "15"