2018-04-11 14:10:24 +00:00
|
|
|
# Documentation available at http://expeditor-docs.es.chef.io/
|
2017-09-06 22:14:33 +00:00
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
product_key: inspec
|
|
|
|
|
2017-08-18 17:21:32 +00:00
|
|
|
rubygems:
|
|
|
|
- inspec
|
2018-05-03 14:53:43 +00:00
|
|
|
- inspec-core
|
2017-08-18 17:21:32 +00:00
|
|
|
|
2017-10-09 16:09:21 +00:00
|
|
|
docker_images:
|
|
|
|
- inspec:
|
|
|
|
build_args:
|
|
|
|
- GEM_SOURCE: http://artifactory.chef.co/omnibus-gems-local
|
2017-09-14 19:16:29 +00:00
|
|
|
|
2017-11-14 04:01:51 +00:00
|
|
|
habitat_packages:
|
|
|
|
- inspec
|
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
# Slack channel in Chef Software slack to send notifications about build failures, etc
|
|
|
|
slack:
|
|
|
|
notify_channel: inspec-notify
|
|
|
|
|
|
|
|
github:
|
|
|
|
maintainer_group: chef/inspec-maintainers
|
2017-09-11 15:28:09 +00:00
|
|
|
minor_bump_labels:
|
|
|
|
- "Version: Bump Minor"
|
2017-07-24 16:11:25 +00:00
|
|
|
version_tag_format: v{{version}}
|
2018-02-15 19:50:24 +00:00
|
|
|
release_branch:
|
|
|
|
- master:
|
|
|
|
version_constraint: 2.*
|
|
|
|
- 1-stable:
|
|
|
|
version_constraint: 1.*
|
2017-07-24 16:11:25 +00:00
|
|
|
|
2017-08-15 21:32:14 +00:00
|
|
|
changelog:
|
|
|
|
categories:
|
|
|
|
- "Type: New Resource": "New Resources"
|
|
|
|
- "Type: New Feature": "New Features"
|
|
|
|
- "Type: Enhancement": "Enhancements"
|
|
|
|
- "Type: Bug": "Bug Fixes"
|
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
merge_actions:
|
2017-09-11 15:28:09 +00:00
|
|
|
- built_in:bump_version:
|
|
|
|
ignore_labels:
|
|
|
|
- "Version: Skip Bump"
|
|
|
|
- "Expeditor: Skip All"
|
|
|
|
- bash:.expeditor/update_version.sh:
|
|
|
|
only_if: built_in:bump_version
|
|
|
|
- built_in:update_changelog:
|
|
|
|
ignore_labels:
|
|
|
|
- "Changelog: Skip Update"
|
|
|
|
- "Expeditor: Skip All"
|
|
|
|
- built_in:trigger_omnibus_release_build:
|
|
|
|
ignore_labels:
|
|
|
|
- "Omnibus: Skip Build"
|
|
|
|
- "Expeditor: Skip All"
|
|
|
|
only_if: built_in:bump_version
|
2017-11-14 04:01:51 +00:00
|
|
|
- built_in:trigger_habitat_package_build:
|
|
|
|
ignore_labels:
|
|
|
|
- "Habitat: Skip Build"
|
|
|
|
- "Expeditor: Skip All"
|
2018-05-03 14:53:43 +00:00
|
|
|
- built_in:build_gem:
|
|
|
|
only_if:
|
|
|
|
- built_in:bump_version
|
2017-07-27 22:41:42 +00:00
|
|
|
|
|
|
|
artifact_actions:
|
2017-09-14 19:16:29 +00:00
|
|
|
promoted_to_unstable:
|
|
|
|
- built_in:build_docker_image
|
|
|
|
promoted_to_current:
|
|
|
|
- built_in:tag_docker_image
|
2017-07-27 22:41:42 +00:00
|
|
|
promoted_to_stable:
|
2018-08-09 15:04:40 +00:00
|
|
|
- bash:.expeditor/update_dockerfile.sh
|
2017-08-17 14:53:39 +00:00
|
|
|
- built_in:rollover_changelog
|
2018-08-09 15:04:40 +00:00
|
|
|
- built_in:publish_rubygems
|
2017-09-11 15:28:09 +00:00
|
|
|
- built_in:create_github_release
|
2017-09-14 19:16:29 +00:00
|
|
|
- built_in:tag_docker_image
|
2017-09-06 22:14:33 +00:00
|
|
|
- built_in:notify_chefio_slack_channels
|