Skip to content

Commit

Permalink
address comments from code review (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Jul 19, 2024
1 parent a883182 commit c6ec0d0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/content/docs/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ upgrade. However, specific versions of Nomad may have more details provided for
their upgrades as a result of new features or changed behavior. This page is
used to document those details separately from the standard upgrade flow.

## Nomad 1.8.2 (UNRELEASED)
## Nomad 1.8.3 (UNRELEASED)

#### Nomad keyring rotation

In Nomad 1.8.3, the Nomad root keyring will prepublish keys at half the
`root_key_rotation_interval` and promote them to active once the
`root_key_rotation_interval` has passed. The `nomad operator root keyring
rotate` command now requires one of two arguments: `-prepublish <duration>` to
prepublish a key or `-now` to rotate immediately. We recommend using
`-prepublish` to avoid outages from workload identities used to log into
external services such as Vault or Consul.

## Nomad 1.8.2

#### New `windows_allow_insecure_container_admin` configuration option for Docker driver

Expand Down

0 comments on commit c6ec0d0

Please sign in to comment.