From 767c41b01bc1eef80216e85366cd42af38bb80f0 Mon Sep 17 00:00:00 2001 From: nitin sanghi Date: Mon, 6 Jan 2025 13:24:13 +0530 Subject: [PATCH 1/2] added slack promot pipeline Signed-off-by: nitin sanghi --- .expeditor/config.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 93d57464b..72960a082 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -19,7 +19,10 @@ github: release_branches: - main: version_constraint: 1.* - +artifact_channels: + - dev + - workstation-build + - LTS-2024 changelog: rollup_header: Changes not yet released to rubygems.org @@ -71,7 +74,16 @@ subscriptions: actions: # when all of the hab package publish to the unstable channel, test and promote them - trigger_pipeline:habitat/test + - built_in:promote_habitat_packages - workload: project_promoted:{{agent_id}}:* actions: - built_in:rollover_changelog + + # Subscribe to the promotion of the dev channel to acceptance + - workload: project_promoted:{{agent_id}}:dev:* + actions: + - built_in:promote_habitat_packages + - workload: project_promoted:{{agent_id}}:workstation-build:* + actions: + - built_in:promote_habitat_packages \ No newline at end of file From 439d728e392397d30d37b40ba6cc3668beb7dece Mon Sep 17 00:00:00 2001 From: nitin sanghi Date: Mon, 6 Jan 2025 13:27:14 +0530 Subject: [PATCH 2/2] added slack promot pipeline Signed-off-by: nitin sanghi --- .expeditor/config.yml | 2 ++ CHANGELOG.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 72960a082..53fa0d4c0 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -19,10 +19,12 @@ github: release_branches: - main: version_constraint: 1.* + artifact_channels: - dev - workstation-build - LTS-2024 + changelog: rollup_header: Changes not yet released to rubygems.org diff --git a/CHANGELOG.md b/CHANGELOG.md index 050b7e7df..7ff88556f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## [v1.0.5](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.5) (2024-11-27) -#### Merged Pull Requests +### Merged Pull Requests - Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) @@ -18,7 +18,6 @@ - Include the Chef-cli as gem with the test-kitchen hab package [#14](https://github.com/chef/chef-test-kitchen-enterprise/pull/14) ([ashiqueps](https://github.com/ashiqueps)) - Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) -### Merged Pull Requests #### Merged Pull Requests - Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps))