From dd3b28d91aee62768b63e17c52c5dfcf02c61d24 Mon Sep 17 00:00:00 2001 From: "opentdf-automation[bot]" <149537512+opentdf-automation[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:58:25 +0000 Subject: [PATCH] chore(main): release otdfctl 0.33.0 --- .../release-please-manifest.json | 2 +- otdfctl/CHANGELOG.md | 20 +++++++++++++++++++ otdfctl/pkg/config/config.go | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/release-please/release-please-manifest.json b/.github/release-please/release-please-manifest.json index 53ff597025..c220c6fe6a 100644 --- a/.github/release-please/release-please-manifest.json +++ b/.github/release-please/release-please-manifest.json @@ -3,7 +3,7 @@ "lib/ocrypto": "0.12.0", "lib/flattening": "0.1.3", "lib/identifier": "0.4.0", - "otdfctl": "0.32.0", + "otdfctl": "0.33.0", "protocol/go": "0.32.0", "sdk": "0.21.0", "service": "0.16.0" diff --git a/otdfctl/CHANGELOG.md b/otdfctl/CHANGELOG.md index 046a31b481..c6b72ba222 100644 --- a/otdfctl/CHANGELOG.md +++ b/otdfctl/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.33.0](https://github.com/opentdf/platform/compare/otdfctl/v0.32.0...otdfctl/v0.33.0) (2026-06-09) + + +### Features + +* **cli:** improve auth ([#3466](https://github.com/opentdf/platform/issues/3466)) ([b244910](https://github.com/opentdf/platform/commit/b24491098219277a107068ff73499fe3d135b553)) +* **core:** add hybrid NIST EC + ML-KEM key wrapping support ([#3276](https://github.com/opentdf/platform/issues/3276)) ([1209acc](https://github.com/opentdf/platform/commit/1209acc2f8ae24af121f6a2892817c20ebb14d25)) + + +### Bug Fixes + +* **ci:** Prefer go.work for toolchain info ([#3285](https://github.com/opentdf/platform/issues/3285)) ([3c05b22](https://github.com/opentdf/platform/commit/3c05b22ecac41380c7d8d80e9d487bb3001cd25d)) +* **cli:** deprecate flaghelper for new flags ([#3583](https://github.com/opentdf/platform/issues/3583)) ([8f3c429](https://github.com/opentdf/platform/commit/8f3c42903170e91d1cc6e8552a3fa0aaa6aadbe5)) +* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.10.0 to 0.11.0 in /otdfctl ([#3530](https://github.com/opentdf/platform/issues/3530)) ([745a205](https://github.com/opentdf/platform/commit/745a205ba338b10229e09b2ae7e18ed0fc126833)) +* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.11.0 to 0.12.0 in /otdfctl ([#3536](https://github.com/opentdf/platform/issues/3536)) ([8d1c018](https://github.com/opentdf/platform/commit/8d1c0185976f91bfa8ba2f2e6002d03f5c2d552c)) +* **deps:** bump github.com/opentdf/platform/protocol/go from 0.30.0 to 0.31.0 in /otdfctl ([#3499](https://github.com/opentdf/platform/issues/3499)) ([fa91478](https://github.com/opentdf/platform/commit/fa91478424d409648bd7814d31e0bced47918bbe)) +* **deps:** bump github.com/opentdf/platform/protocol/go from 0.31.0 to 0.32.0 in /otdfctl ([#3531](https://github.com/opentdf/platform/issues/3531)) ([23946e4](https://github.com/opentdf/platform/commit/23946e458d71b822988fab983e949f8d82d99e61)) +* **deps:** bump github.com/opentdf/platform/sdk from 0.17.0 to 0.21.0 in /otdfctl ([#3549](https://github.com/opentdf/platform/issues/3549)) ([1cb751e](https://github.com/opentdf/platform/commit/1cb751ec3798e1c5c6acac77475cb190aaf0edf1)) +* **deps:** bump the external group across 1 directory with 4 updates ([#3494](https://github.com/opentdf/platform/issues/3494)) ([5b87b2b](https://github.com/opentdf/platform/commit/5b87b2b2fc1c1f4d9f5003fc8ca3b446d3398884)) + ## [0.32.0](https://github.com/opentdf/platform/compare/otdfctl/v0.31.0...otdfctl/v0.32.0) (2026-05-19) diff --git a/otdfctl/pkg/config/config.go b/otdfctl/pkg/config/config.go index 340a53af48..7724d8ade5 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.32.0" // x-release-please-version + Version = "0.33.0" // x-release-please-version BuildTime = "1970-01-01T00:00:00Z" CommitSha = "0000000"