diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 5ede865..32d1a5a 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -9,6 +9,11 @@ slack: rubygems: - chef-vault +artifact_channels: + - dev + - workstation-build + - LTS-2024 + github: # This deletes the GitHub PR branch after successfully merged into the release branch delete_branch_on_merge: true @@ -23,7 +28,7 @@ github: release_branches: - workstation-LTS: - version_constraint: 4.* + version_constraint: 0.* - main: version_constraint: 4.* @@ -46,42 +51,40 @@ subscriptions: - "Expeditor: Skip All" - built_in:build_gem: only_if: built_in:bump_version - - trigger_pipeline:habitat/test: - only_if: built_in:bump_version - ignore_labels: - - "Expeditor: Skip Habitat" - - "Expeditor: Skip All" - - trigger_pipeline:habitat/build: - only_if: built_in:bump_version - ignore_labels: - - "Expeditor: Skip Habitat" - - "Expeditor: Skip All" + # - trigger_pipeline:habitat/build: + # only_if: built_in:bump_version + # ignore_labels: + # - "Expeditor: Skip Habitat" + # - "Expeditor: Skip All" # the habitat chain - - workload: buildkite_hab_build_group_published:{{agent_id}}:* - actions: - # when all of the hab package publish to the unstable channel, test and promote them - - trigger_pipeline:habitat/test + # - workload: buildkite_hab_build_group_published:{{agent_id}}:* + # actions: + # # when all of the hab package publish to the unstable channel, test and promote them + # - trigger_pipeline:habitat/test - - workload: project_promoted:{{agent_id}}:* - actions: - - built_in:rollover_changelog - - built_in:publish_rubygems + # 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 pipelines: - verify: description: Pull Request validation tests public: true - - habitat/build: - env: - - HAB_NONINTERACTIVE: "true" - - HAB_NOCOLORING: "true" - - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true" - - habitat/test: - description: Execute tests against the habitat artifact - definition: .expeditor/habitat-test.pipeline.yml - env: - - HAB_NONINTERACTIVE: "true" - - HAB_NOCOLORING: "true" - - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true" - trigger: pull_request + # - habitat/build: + # env: + # - HAB_NONINTERACTIVE: "true" + # - HAB_NOCOLORING: "true" + # - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true" + # - habitat/test: + # description: Execute tests against the habitat artifact + # definition: .expeditor/habitat-test.pipeline.yml + # env: + # - HAB_NONINTERACTIVE: "true" + # - HAB_NOCOLORING: "true" + # - HAB_STUDIO_SECRET_HAB_NONINTERACTIVE: "true" + # trigger: pull_request diff --git a/VERSION b/VERSION index ed9a86f..6c6aa7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.14 \ No newline at end of file +0.1.0 \ No newline at end of file diff --git a/lib/chef-vault/version.rb b/lib/chef-vault/version.rb index 7726c8f..b344c92 100644 --- a/lib/chef-vault/version.rb +++ b/lib/chef-vault/version.rb @@ -15,6 +15,6 @@ # limitations under the License. class ChefVault - VERSION = "4.1.14" + VERSION = "0.1.0" MAJOR, MINOR, TINY = VERSION.split(".") end