Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitespace change to bump release version #3752

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In order to release, you will need the following accounts/permissions:

### Upgrade Erlang Dependencies

Upgrade Erlang dependencies via automated script.
Upgrade Erlang dependencies via automated script.
See https://github.com/chef/chef-server/blob/main/dev-docs/FrequentTasks.md#updating-erlang-dependencies-using-rebar3 .

### Update documentation
Expand Down Expand Up @@ -66,7 +66,7 @@ https://www.chef.io/downloads/tools/infra-server/current

#### Integration Testing

Every merge to chef-server main must be built, and the various upgrade paths for the build must be tested with the full Umbrella automated integration test pipeline at https://buildkite.com/chef/chef-umbrella-main-chef-server-full (use https://buildkite.com/chef/chef-umbrella-main-chef-server for testing the 12.17.15 -> YOUR-RELEASE upgrade path). [NOTE: Every merge to main automatically runs through adhoc, and umbrella is run nightly for all changes made that day]. The integration test run for the tag being shipped must be successful.
Every merge to chef-server main must be built, and the various upgrade paths for the build must be tested with the full Umbrella automated integration test pipeline at https://buildkite.com/chef/chef-umbrella-main-chef-server-full (use https://buildkite.com/chef/chef-umbrella-main-chef-server for testing the 12.17.15 -> YOUR-RELEASE upgrade path). [NOTE: Every merge to main automatically runs through adhoc, and umbrella is run nightly for all changes made that day]. The integration test run for the tag being shipped must be successful.

Any Chef Infra Server release 12.17.15 or later should be able to upgrade directly to the latest release of 14. The nightly builds test upgrades to the latest current artifact from 12.17.15 and 13.2.0. Releases prior to 12.17.15 must perform a stepped upgrade. See: https://docs.chef.io/server/upgrades/#upgrade-matrix

Expand Down Expand Up @@ -249,10 +249,10 @@ https://expeditor.chef.io/dashboard/?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.

Notify the Automate team that chef server has been released, and give them the version. Confirm that the hab packages are available for them to consume:

https://bldr.habitat.sh/#/pkgs/chef/oc_erchef/latest
https://bldr.habitat.sh/#/pkgs/chef/oc_bifrost/latest
https://bldr.habitat.sh/#/pkgs/chef/bookshelf/latest
https://bldr.habitat.sh/#/pkgs/chef/chef-server-nginx/latest
https://bldr.habitat.sh/#/pkgs/chef/oc_erchef/latest
https://bldr.habitat.sh/#/pkgs/chef/oc_bifrost/latest
https://bldr.habitat.sh/#/pkgs/chef/bookshelf/latest
https://bldr.habitat.sh/#/pkgs/chef/chef-server-nginx/latest
https://bldr.habitat.sh/#/pkgs/chef/chef-server-ctl/latest

Chef Infra Server is now released.
Expand Down
Loading