Skip to content

Commit

Permalink
Whitespace change to bump release version
Browse files Browse the repository at this point in the history
In order to correct the 'latest' metadata on s3 (currently incorrectly
16.0), we need to make a patch release. This is a minimal change
that will allow us to do that.

Signed-off-by: Marc A. Paradise <[email protected]>
  • Loading branch information
marcparadise committed Dec 1, 2023
1 parent 54b633e commit fef0add
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit fef0add

Please sign in to comment.