diff --git a/website/content/docs/upgrading/upgrade-to-1.16.x.mdx b/website/content/docs/upgrading/upgrade-to-1.16.x.mdx index 64c8ab474db3..661e74640dae 100644 --- a/website/content/docs/upgrading/upgrade-to-1.16.x.mdx +++ b/website/content/docs/upgrading/upgrade-to-1.16.x.mdx @@ -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 apk add curl` or `kubectl exec -ti -- 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'