Skip to content

Commit

Permalink
docs: fix upgrade 1.16.x (#27999)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <me@ryan.ec>
  • Loading branch information
ryancragun authored Aug 6, 2024
1 parent fa86fba commit 39c9d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/docs/upgrading/upgrade-to-1.16.x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ decides to trigger the flag. More information can be found in the

As of 1.16.7 and later, the billing start date (license start date if not configured) automatically rolls over to the latest billing year at the end of the last cycle.

@include 'auto-roll-billing-start.mdx'

@include 'auto-roll-billing-start-example.mdx'

### Docker image no longer contains `curl`

As of 1.16.7 and later, the `curl` binary is no longer included in the published Docker container images
for Vault and Vault Enterprise. If your workflow depends on `curl` in the image you can dynamically
install it using `apk`, e.g.: `docker exec <CONTAINER-ID> apk add curl` or `kubectl exec -ti <NAME> -- apk add curl`.

@include 'auto-roll-billing-start.mdx'

@include 'auto-roll-billing-start-example.mdx'

## Known issues and workarounds

@include 'known-issues/1_16-jwt_auth_bound_audiences.mdx'
Expand Down

0 comments on commit 39c9d0b

Please sign in to comment.