You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/content/docs/release-notes/1.16.1.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ description: |-
28
28
| 0.7.0+ |[Duplicate identity groups created](/vault/docs/upgrading/upgrade-to-1.16.x#duplicate-identity-groups-created-when-concurrent-requests-sent-to-the-primary-and-pr-secondary-cluster)||
29
29
| Known Issue (0.7.0+) |[Manual entity merges fail](/vault/docs/upgrading/upgrade-to-1.16.x#manual-entity-merges-sent-to-a-pr-secondary-cluster-are-not-persisted-to-storage)|
30
30
| Known Issue (1.16.7-1.16.8) |[Some values in the audit logs not hmac'd properly](/vault/docs/upgrading/upgrade-to-1.16.x#client-tokens-and-token-accessors-audited-in-plaintext)|
31
-
| New default (1.16.13) |[Vault product usage metrics reporting](/vault/docs/enterprise/license/product-usage-reporting)|
32
-
| Deprecation (1.16.13) |[`default_report_months` is deprecated for the `sys/internal/counters` API](/vault/docs/upgrading/upgrade-to-1.18.x#activity-log-changes)|
31
+
| New default (1.16.13) |[Vault product usage metrics reporting](/vault/docs/upgrading/upgrade-to-1.6.x#product-usage-reporting)|
32
+
| Deprecation (1.16.13) |[`default_report_months` is deprecated for the `sys/internal/counters` API](/vault/docs/upgrading/upgrade-to-1.16.x#activity-log-changes)|
Copy file name to clipboardexpand all lines: website/content/docs/release-notes/1.17.0.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ description: |-
27
27
| Known Issue (0.7.0+) |[Manual entity merges fail](/vault/docs/upgrading/upgrade-to-1.17.x#manual-entity-merges-sent-to-a-pr-secondary-cluster-are-not-persisted-to-storage)|
28
28
| Known Issue (1.17.3-1.17.4) |[Some values in the audit logs not hmac'd properly](/vault/docs/upgrading/upgrade-to-1.17.x#client-tokens-and-token-accessors-audited-in-plaintext)|
29
29
| Known Issue (1.17.0-1.17.5) |[Cached activation flags for secrets sync on follower nodes are not updated](/vault/docs/upgrading/upgrade-to-1.17.x#cached-activation-flags-for-secrets-sync-on-follower-nodes-are-not-updated)|
30
-
| New default (1.17.9) |[Vault product usage metrics reporting](/vault/docs/enterprise/license/product-usage-reporting)|
31
-
| Deprecation (1.17.9) |[`default_report_months` is deprecated for the `sys/internal/counters` API](/vault/docs/upgrading/upgrade-to-1.18.x#activity-log-changes)|
30
+
| New default (1.17.9) |[Vault product usage metrics reporting](/vault/docs/upgrading/upgrade-to-1.17.x#product-usage-reporting)|
31
+
| Deprecation (1.17.9) |[`default_report_months` is deprecated for the `sys/internal/counters` API](/vault/docs/upgrading/upgrade-to-1.17.x#activity-log-changes)|
endpoint, will result in the following warning from Vault:
108
+
109
+
<CodeBlockConfighideClipboard>
110
+
111
+
```shell-session
112
+
113
+
WARNING! The following warnings were returned from Vault:
114
+
115
+
* default_report_months is deprecated: defaulting to billing start time
116
+
117
+
118
+
```
119
+
120
+
</CodeBlockConfig>
121
+
122
+
123
+
The `current_billing_period` toggle for `/sys/internal/counters/activity` is also deprecated, as this will be set
124
+
true by default.
125
+
126
+
Attempts to set `current_billing_period` will result in the following warning from Vault:
127
+
128
+
<CodeBlockConfighideClipboard>
129
+
130
+
```shell-session
131
+
132
+
WARNING! The following warnings were returned from Vault:
133
+
134
+
* current_billing_period is deprecated; unless otherwise specified, all requests will default to the current billing period
135
+
136
+
137
+
```
138
+
139
+
</CodeBlockConfig>
140
+
97
141
### Auto-rolled billing start date
98
142
99
143
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.
endpoint, will result in the following warning from Vault:
95
+
96
+
<CodeBlockConfighideClipboard>
97
+
98
+
```shell-session
99
+
100
+
WARNING! The following warnings were returned from Vault:
101
+
102
+
* default_report_months is deprecated: defaulting to billing start time
103
+
104
+
105
+
```
106
+
107
+
</CodeBlockConfig>
108
+
109
+
110
+
The `current_billing_period` toggle for `/sys/internal/counters/activity` is also deprecated, as this will be set
111
+
true by default.
112
+
113
+
Attempts to set `current_billing_period` will result in the following warning from Vault:
114
+
115
+
<CodeBlockConfighideClipboard>
116
+
117
+
```shell-session
118
+
119
+
WARNING! The following warnings were returned from Vault:
120
+
121
+
* current_billing_period is deprecated; unless otherwise specified, all requests will default to the current billing period
122
+
123
+
124
+
```
125
+
126
+
</CodeBlockConfig>
127
+
84
128
### Auto-rolled billing start date
85
129
86
130
As of 1.17.3 and later, the billing start date (license start date if not configured) rolls over to the latest billing year at the end of the last cycle.
0 commit comments