Skip to content

Commit 0550cb4

Browse files
[VAULT-40236] IBM license integration changelog (#13281) (#13460)
* add changelog * add more release notes * change file name * separate telemetry metric Co-authored-by: Jenny Deng <jenny.deng@hashicorp.com>
1 parent 6e78ee6 commit 0550cb4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

changelog/_13281.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
```release-note:feature
2+
**IBM PAO License Integration**: Added IBM PAO license support, allowing usage of Vault Enterprise with an IBM PAO license key.
3+
A new configuration stanza `license_entitlement` is required in the Vault config to use an IBM license. For more details, see
4+
the [License documentation](https://developer.hashicorp.com/vault/docs/license#ibm-pao-license-keys).
5+
```
6+
7+
```release-note:change
8+
license utilization reporting (enterprise): Manual reporting bundles generated by `vault operator utilization` have a changed format.
9+
Notably they contain an array of `snapshot_records` instead of `snapshots`. The `decoded_snapshot` field in each record contains
10+
the human-readable data that was previously in the `snapshots` array.
11+
```
12+
13+
```release-note:improvement
14+
license utilization reporting (enterprise): Utilization reports now include new license metadata fields `issuer`, `edition`, `add_ons`,
15+
`license_start_time`, `license_expiration_time`, and `license_termination_time`.
16+
17+
```release-note:improvement
18+
core (enterprise): New license fields `architecture`, `os`, `issuer`, `edition`, and `add_ons` have been added to the output of
19+
`vault license inspect`, `vault license get`, and the `/sys/license/status` API endpoint.
20+
```
21+
22+
```release-note:improvement
23+
core (enterprise): Added a new telemetry metric `vault.core.license.termination_time_epoch`.
24+
```

0 commit comments

Comments
 (0)