Sha256: e8d7ef0df4cd6bc1700cffa9f906e3bf12cb4d37a9be64948e9d4676e4998636

Contents?: true

Size: 1.46 KB

Versions: 16

Compression:

Stored size: 1.46 KB

Contents

# Releasing Vagrant

This documents how to release Vagrant. Various steps in this document will
require privileged access to private systems, so this document is only
targeted at Vagrant core members who have the ability to cut a release.

1. Update `version.txt` to the version you want to release.

1. Update `CHANGELOG.md` to have a header with the release version and date.

1. Commit those changes and also tag the release with the version:

    ```
    $ git tag vX.Y.Z
    $ git push --tags
    ```

1. Trigger an installer creation run within the HashiCorp Bamboo installation.
  This will take around 45 minutes.

1. Download all the resulting artifacts into the `pkg/dist` folder relative to
  the Vagrant repository on your local machine.

1. Run `./scripts/sign.sh` with the version that is being created. This must be
    run from the Vagrant repo root. This will GPG sign and checksum the files.

1. Run the following command to upload the binaries to the releases site:

    ```
    $ hc-releases upload pkg/dist
    ```

1. Publish the new index files to the releases site:

    ```
    $ hc-releases publish
    ```

1. Update `website/config.rb` to point to the latest version, commit, and push.

1. Tell HashiBot to deploy in ``#deploys`

    ```
    hashibot deploy vagrant
    ```

1. Update `version.txt` to append `.dev` and add a new blank entry in the
  CHANGELOG, commit, and push.

1. Update [Checkpoint](https://checkpoint.hashicorp.com/control) with the new
  version.

Version data entries

16 entries across 12 versions & 3 rubygems

Version Path
vagrant-unbundled-2.2.2.0 RELEASE.md
vagrant-unbundled-2.2.0.0 RELEASE.md
vagrant-unbundled-2.1.4.0 RELEASE.md
vagrant-unbundled-2.1.2.0 RELEASE.md
vagrant-packet-0.1.2 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/RELEASE.md
vagrant-packet-0.1.2 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/RELEASE.md
vagrant-packet-0.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/RELEASE.md
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/RELEASE.md
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/RELEASE.md
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/RELEASE.md
vagrant-unbundled-2.1.1.0 RELEASE.md
vagrant-unbundled-2.0.4.0 RELEASE.md
vagrant-unbundled-2.0.3.0 RELEASE.md
vagrant-aws-detiber-0.7.2.pre.4 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/RELEASE.md
vagrant-aws-detiber-0.7.2.pre.3 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/RELEASE.md
vagrant-aws-detiber-0.7.2.pre.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/RELEASE.md