Skip to content

Commit daa083e

Browse files
authored
Merge branch 'workstation-LTS' into removing_pipelines
2 parents d80d0dc + 1e40f08 commit daa083e

File tree

5 files changed

+50
-41
lines changed

5 files changed

+50
-41
lines changed

.expeditor/config.yml

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,28 @@ github:
2828

2929
changelog:
3030
rollup_header: Changes not yet released to rubygems.org
31-
3231
artifact_channels:
3332
- dev
3433
- workstation-build
3534
- LTS-2024
36-
35+
3736
pipelines:
3837
- verify:
3938
description: Pull Request validation tests
4039
public: true
41-
# - habitat/build:
42-
# env:
43-
# - HAB_NONINTERACTIVE: "true"
44-
# - HAB_NOCOLORING: "true"
45-
# - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
46-
# - habitat/test:
47-
# description: Execute tests against the habitat artifact
48-
# definition: .expeditor/habitat-test.pipeline.yml
49-
# env:
50-
# - HAB_NONINTERACTIVE: "true"
51-
# - HAB_NOCOLORING: "true"
52-
# - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
53-
# trigger: pull_request
40+
# - habitat/build:
41+
# env:
42+
# - HAB_NONINTERACTIVE: "true"
43+
# - HAB_NOCOLORING: "true"
44+
# - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
45+
# - habitat/test:
46+
# description: Execute tests against the habitat artifact
47+
# definition: .expeditor/habitat-test.pipeline.yml
48+
# env:
49+
# - HAB_NONINTERACTIVE: "true"
50+
# - HAB_NOCOLORING: "true"
51+
# - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true"
52+
# trigger: pull_request
5453

5554
subscriptions:
5655
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
@@ -62,26 +61,25 @@ subscriptions:
6261
- "Expeditor: Skip All"
6362
- bash:.expeditor/update_version.sh:
6463
only_if: built_in:bump_version
65-
- built_in:update_changelog:
66-
ignore_labels:
67-
- "Expeditor: Skip Changelog"
68-
- "Expeditor: Skip All"
69-
- built_in:build_gem:
70-
only_if: built_in:bump_version
71-
# - trigger_pipeline:habitat/test:
72-
# only_if: built_in:bump_version
73-
# ignore_labels:
74-
# - "Expeditor: Skip Habitat"
75-
# - "Expeditor: Skip All"
76-
# - trigger_pipeline:habitat/build:
77-
# only_if: built_in:bump_version
78-
# ignore_labels:
79-
# - "Expeditor: Skip Habitat"
80-
# - "Expeditor: Skip All"
64+
# - trigger_pipeline:habitat/test:
65+
# only_if: built_in:bump_version
66+
# ignore_labels:
67+
# - "Expeditor: Skip Habitat"
68+
# - "Expeditor: Skip All"
69+
# - trigger_pipeline:habitat/build:
70+
# only_if: built_in:bump_version
71+
# ignore_labels:
72+
# - "Expeditor: Skip Habitat"
73+
# - "Expeditor: Skip All"
8174

82-
# the habitat chain
83-
# - workload: buildkite_hab_build_group_published:{{agent_id}}:*
84-
# actions:
85-
# # when all of the hab package publish to the unstable channel, test and promote them
86-
# - built_in:promote_habitat_packages
87-
75+
# - workload: buildkite_hab_build_group_published:{{agent_id}}:*
76+
# actions:
77+
# # when all of the hab package publish to the unstable channel, test and promote them
78+
# - built_in:promote_habitat_packages
79+
# Subscribe to the promotion of the dev channel to acceptance
80+
# - workload: project_promoted:{{agent_id}}:dev:*
81+
# actions:
82+
# - built_in:promote_habitat_packages
83+
# - workload: project_promoted:{{agent_id}}:workstation-build:*
84+
# actions:
85+
# - built_in:promote_habitat_packages

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ Vagrantfile
4141
my-cookbook
4242
results/
4343
Gemfile.lock
44+
45+
46+
.idea/

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
2-
<!-- latest_release -->
2+
<!-- latest_release 0.1.0 -->
3+
## [v0.1.0](https://github.com/chef/chef-cli/tree/v0.1.0) (2025-01-06)
4+
5+
#### Merged Pull Requests
6+
- Add hab promote pipeline [#254](https://github.com/chef/chef-cli/pull/254) ([sanghinitin](https://github.com/sanghinitin))
37
<!-- latest_release -->
48

5-
<!-- release_rollup -->
9+
<!-- release_rollup since=5.6.16 -->
10+
### Changes not yet released to rubygems.org
11+
12+
#### Merged Pull Requests
13+
- Add hab promote pipeline [#254](https://github.com/chef/chef-cli/pull/254) ([sanghinitin](https://github.com/sanghinitin)) <!-- 0.1.0 -->
614
<!-- release_rollup -->
715

816
<!-- latest_stable_release -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

lib/chef-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module ChefCLI
19-
VERSION = "0.1.0".freeze
19+
VERSION = "0.1.1".freeze
2020
end

0 commit comments

Comments
 (0)