diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 2cabc57c16..5eb3f3ea49 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -3,7 +3,7 @@ "lib/ocrypto": "0.10.0", "lib/flattening": "0.1.3", "lib/identifier": "0.4.0", - "otdfctl": "0.31.0", + "otdfctl": "0.32.0", "protocol/go": "0.31.0", "sdk": "0.20.0", "service": "0.15.0" diff --git a/otdfctl/CHANGELOG.md b/otdfctl/CHANGELOG.md index dfd0d835f1..046a31b481 100644 --- a/otdfctl/CHANGELOG.md +++ b/otdfctl/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [0.32.0](https://github.com/opentdf/platform/compare/otdfctl/v0.31.0...otdfctl/v0.32.0) (2026-05-19) + + +### Features + +* **cli:** Add better unit testing. ([#3378](https://github.com/opentdf/platform/issues/3378)) ([3ad33dc](https://github.com/opentdf/platform/commit/3ad33dc8adde0d110a64978f61358f728e6cbe0d)) +* **cli:** Add interactive review for prune plans ([#3421](https://github.com/opentdf/platform/issues/3421)) ([c11680b](https://github.com/opentdf/platform/commit/c11680b8d5718a2b119bb079f26e72ba064af065)) +* **cli:** Add prune confirmation. ([#3469](https://github.com/opentdf/platform/issues/3469)) ([c6d47ec](https://github.com/opentdf/platform/commit/c6d47ec800f82ddb7d912d9c7de4b4c1c2b55284)) +* **cli:** Add prune planner. ([#3411](https://github.com/opentdf/platform/issues/3411)) ([3e294e6](https://github.com/opentdf/platform/commit/3e294e63cac669830ec3159cce788f1692c3b27e)) +* **cli:** Add prune summary information ([#3456](https://github.com/opentdf/platform/issues/3456)) ([c900c53](https://github.com/opentdf/platform/commit/c900c53b39ed6a737716a163e66eec6c71cea60d)) +* **cli:** add sensitive flag annotation to DocFlag ([#3457](https://github.com/opentdf/platform/issues/3457)) ([98f48d2](https://github.com/opentdf/platform/commit/98f48d2ef87740ef564e6b79eaf03593684d51bc)) +* **cli:** Confirm and execute pruning of legacy objects ([#3458](https://github.com/opentdf/platform/issues/3458)) ([24c09dd](https://github.com/opentdf/platform/commit/24c09dd6318f713e16106a23c9e623176db011c8)) +* **cli:** Print report on failure ([#3365](https://github.com/opentdf/platform/issues/3365)) ([05a4473](https://github.com/opentdf/platform/commit/05a4473cf291e0837f215398b4212244bcfb2210)) +* **cli:** Sort parameters. ([#3478](https://github.com/opentdf/platform/issues/3478)) ([73ad878](https://github.com/opentdf/platform/commit/73ad878b819b2723c50e4398ef9f1663eb519735)) +* **policy:** Add FQN to RegisteredResourceValues ([#3446](https://github.com/opentdf/platform/issues/3446)) ([3199583](https://github.com/opentdf/platform/commit/3199583c4a6454ac7eabe1260a142e5c5ff067ad)) +* **policy:** Add resource mapping group FQNs ([#3447](https://github.com/opentdf/platform/issues/3447)) ([6a0b3c6](https://github.com/opentdf/platform/commit/6a0b3c63795cf79b4d87d561464101c7cd2cf351)) + + +### Bug Fixes + +* **cli:** Prune was not classifying multi-namespaced RRs properly. ([#3488](https://github.com/opentdf/platform/issues/3488)) ([eae8645](https://github.com/opentdf/platform/commit/eae86452b0cf0b88a103f473f51051e2b6e7d717)) +* **cli:** support json profile output ([#3448](https://github.com/opentdf/platform/issues/3448)) ([61f194c](https://github.com/opentdf/platform/commit/61f194c90af3b67d7a183daa92175174c69dfff6)) +* **deps:** bump github.com/opentdf/platform/lib/identifier from 0.3.0 to 0.4.0 in /otdfctl ([#3367](https://github.com/opentdf/platform/issues/3367)) ([aa23179](https://github.com/opentdf/platform/commit/aa23179f9a25235d1f3a26ebccf63503fa0cc53d)) +* **deps:** bump github.com/opentdf/platform/protocol/go from 0.27.0 to 0.28.0 in /otdfctl ([#3419](https://github.com/opentdf/platform/issues/3419)) ([c80374f](https://github.com/opentdf/platform/commit/c80374f59f9af121679100cb50550e0bb899c0bb)) +* **deps:** bump github.com/opentdf/platform/sdk from 0.16.0 to 0.17.0 in /otdfctl ([#3397](https://github.com/opentdf/platform/issues/3397)) ([bb9fcd6](https://github.com/opentdf/platform/commit/bb9fcd6e99745d1d960b1a56ce91bc977b87e7ba)) +* **deps:** bump go.opentelemetry.io/otel from 1.40.0 to 1.41.0 in /otdfctl ([#3400](https://github.com/opentdf/platform/issues/3400)) ([5631c37](https://github.com/opentdf/platform/commit/5631c3709ef5cd8ecb771a4842a76bd4e248b9dd)) +* **deps:** bump module protocol/go to v0.30.0 throughout ([#3459](https://github.com/opentdf/platform/issues/3459)) ([8eaa502](https://github.com/opentdf/platform/commit/8eaa502b0f949ddbe18a5a1dac0931b92eec2351)) + ## [0.31.0](https://github.com/opentdf/platform/compare/otdfctl/v0.30.0...otdfctl/v0.31.0) (2026-04-22) diff --git a/otdfctl/pkg/config/config.go b/otdfctl/pkg/config/config.go index cb5366653b..340a53af48 100644 --- a/otdfctl/pkg/config/config.go +++ b/otdfctl/pkg/config/config.go @@ -8,7 +8,7 @@ var ( // config file naming and in the profile store AppName = "otdfctl" - Version = "0.31.0" // x-release-please-version + Version = "0.32.0" // x-release-please-version BuildTime = "1970-01-01T00:00:00Z" CommitSha = "0000000"