From b16adc421a1fb117b811570441ded52f5374f2ea Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 6 Jan 2025 10:51:55 +0530 Subject: [PATCH 1/6] updated the chef 360 release notes page Signed-off-by: Dishank Tiwari --- content/release_notes_360.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index d8b7c5ed86..76cbffbb38 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -12,6 +12,32 @@ product = [""] weight = 10 +++ +## Chef 360 Platform 1.1.2 + +### New features + +- We have added the Public Signature Key Expiry in the Admin Console configurations UI, which users can set according to their requirements. + +### Improvements + +- System roles are updated with the latest API, and documentation is changed to reflect these updates. + +### Bug fixes + +- Fixed the default expiry to 5 years - 2030-12-31, which will now unblock API Gateways and init job to create tenants and notifications via email. + +### Supported skill versions + +| Skill | Skill name | Habitat package | Version | +|---------------------------|----------------------------|------------------------------------------|---------| +| Node Management Agent | node-management-agent | chef-platform/node-management-agent | 1.0.3 | +| Courier Runner | courier-runner | chef-platform/courier-runner | 1.4.4 | +| Gohai | chef-gohai | chef-platform/chef-gohai | 1.0.3 | +| Shell Interpreter | shell-interpreter | chef-platform/shell-interpreter | 1.0.3 | +| Restart Interpreter | restart-interpreter | chef-platform/restart-interpreter | 1.0.2 | +| Infra Client Interpreter | chef-client-interpreter. | chef-platform/chef-client-interpreter | 1.0.4 | +| Inspec Interpreter | inspec-interpreter | chef-platform/inspec-interpreter | 1.0.4 | + ## Chef 360 Platform 1.1 ### New features From 1e3eb738d1c1d16018f733b9a0fe43870d87be3f Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 6 Jan 2025 10:56:33 +0530 Subject: [PATCH 2/6] resolve conflicts Signed-off-by: Dishank Tiwari --- content/release_notes_360.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index 76cbffbb38..ca27ec510a 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -40,6 +40,21 @@ product = [""] ## Chef 360 Platform 1.1 +## Chef 360 Platform 1.1.1 + +### New features + +- We replaced Mailhog, a local email testing service, with [Mailpit](https://mailpit.axllent.org/), which is a more secure service. + + If you've been using Mailhog for email testing, update the port number to `31101` to use Mailpit. + +### Improvements + +- You can now select saved node lists and node filters to target Courier jobs using the Courier Job Wizard in the Chef 360 Platform UI. +- You can now reuse job templates from existing Courier jobs to create a new Courier job in the Chef 360 Platform UI. + +## Chef 360 Platform 1.1.0 + ### New features - RabbitMQ used for Chef Courier jobs now supports TLS-based communication. From 5b5b76530e4930825e991ef059e7716ed90f493b Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 6 Jan 2025 10:59:33 +0530 Subject: [PATCH 3/6] updated the chef 360 release notes page Signed-off-by: Dishank Tiwari --- content/release_notes_360.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index ca27ec510a..76cbffbb38 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -40,21 +40,6 @@ product = [""] ## Chef 360 Platform 1.1 -## Chef 360 Platform 1.1.1 - -### New features - -- We replaced Mailhog, a local email testing service, with [Mailpit](https://mailpit.axllent.org/), which is a more secure service. - - If you've been using Mailhog for email testing, update the port number to `31101` to use Mailpit. - -### Improvements - -- You can now select saved node lists and node filters to target Courier jobs using the Courier Job Wizard in the Chef 360 Platform UI. -- You can now reuse job templates from existing Courier jobs to create a new Courier job in the Chef 360 Platform UI. - -## Chef 360 Platform 1.1.0 - ### New features - RabbitMQ used for Chef Courier jobs now supports TLS-based communication. From c030040a7ab34d2d2d1d65f75e38cef6dd9d47bf Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 6 Jan 2025 11:03:18 +0530 Subject: [PATCH 4/6] resolve conflicts Signed-off-by: Dishank Tiwari --- content/release_notes_360.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index 76cbffbb38..e9b43bc02c 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -12,6 +12,8 @@ product = [""] weight = 10 +++ +## Chef 360 Platform 1.1 + ## Chef 360 Platform 1.1.2 ### New features @@ -38,7 +40,20 @@ product = [""] | Infra Client Interpreter | chef-client-interpreter. | chef-platform/chef-client-interpreter | 1.0.4 | | Inspec Interpreter | inspec-interpreter | chef-platform/inspec-interpreter | 1.0.4 | -## Chef 360 Platform 1.1 +## Chef 360 Platform 1.1.1 + +### New features + +- We replaced Mailhog, a local email testing service, with [Mailpit](https://mailpit.axllent.org/), which is a more secure service. + + If you've been using Mailhog for email testing, update the port number to `31101` to use Mailpit. + +### Improvements + +- You can now select saved node lists and node filters to target Courier jobs using the Courier Job Wizard in the Chef 360 Platform UI. +- You can now reuse job templates from existing Courier jobs to create a new Courier job in the Chef 360 Platform UI. + +## Chef 360 Platform 1.1.0 ### New features From 05e6fb30a55c1768c63eb59bd077344c963a628a Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 6 Jan 2025 11:05:49 +0530 Subject: [PATCH 5/6] fixed issues Signed-off-by: Dishank Tiwari --- content/release_notes_360.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index 8f353a0eb6..e1484e861d 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -12,21 +12,6 @@ product = [""] weight = 10 +++ -## Chef 360 Platform 1.1.1 - -### New features - -- We replaced Mailhog, a local email testing service, with [Mailpit](https://mailpit.axllent.org/), which is a more secure service. - - If you've been using Mailhog for email testing, update the port number to `31101` to use Mailpit. - -### Improvements - -- You can now select saved node lists and node filters to target Courier jobs using the Courier Job Wizard in the Chef 360 Platform UI. -- You can now reuse job templates from existing Courier jobs to create a new Courier job in the Chef 360 Platform UI. - -## Chef 360 Platform 1.1.0 - ## Chef 360 Platform 1.1.2 ### New features From 8426be02927eca6e18911806e828071673b6f14c Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 6 Jan 2025 11:12:00 +0530 Subject: [PATCH 6/6] bug fixes Signed-off-by: Dishank Tiwari --- content/release_notes_360.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/release_notes_360.md b/content/release_notes_360.md index e1484e861d..6934e35364 100644 --- a/content/release_notes_360.md +++ b/content/release_notes_360.md @@ -16,7 +16,7 @@ product = [""] ### New features -- We have added the Public Signature Key Expiry in the Admin Console configurations UI, which users can set according to their requirements. +- We've added the Public Signature Key Expiry in the Admin Console configurations UI, which users can set according to their requirements. ### Improvements @@ -24,7 +24,7 @@ product = [""] ### Bug fixes -- Fixed the default expiry to 5 years - 2030-12-31, which will now unblock API Gateways and init job to create tenants and notifications via email. +- Fixed the default expiry to 5 years - 2030-12-31, which will now unblock API Gateways and init job to create tenants and notifications through email. ### Supported skill versions