Skip to content

Commit 67300d8

Browse files
chore(main): release otdfctl 0.34.0 (#3600)
🤖 I have created a release *beep* *boop* --- ## [0.34.0](otdfctl/v0.33.0...otdfctl/v0.34.0) (2026-07-01) ### Features * **cli:** Add search to cli ([#3616](#3616)) ([1fb2549](1fb2549)) * **cli:** DSPX-2998 namespace flags for resource mapping commands ([#3576](#3576)) ([beaaac5](beaaac5)) * **core:** Disable pq algorithms due to format change ([#3625](#3625)) ([4a7353d](4a7353d)) * **core:** Re-enable pq algorithms after format change ([#3651](#3651)) ([005f9de](005f9de)) * **kas:** Adds FIPS-203 wrap with ML-KEM-768/1024 ([#3652](#3652)) ([06f30ef](06f30ef)) ### Bug Fixes * **cli:** fix the get key command. ([#3598](#3598)) ([6f832d6](6f832d6)) * **deps:** bump github.com/opentdf/platform/sdk from 0.22.0 to 0.25.0 in /otdfctl ([#3690](#3690)) ([ec2dc5c](ec2dc5c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 84f3b92 commit 67300d8

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.github/release-please/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"lib/ocrypto": "0.14.0",
44
"lib/flattening": "0.1.3",
55
"lib/identifier": "0.4.0",
6-
"otdfctl": "0.33.0",
6+
"otdfctl": "0.34.0",
77
"protocol/go": "0.36.0",
88
"sdk": "0.25.0",
99
"service": "0.19.0"

otdfctl/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.34.0](https://github.com/opentdf/platform/compare/otdfctl/v0.33.0...otdfctl/v0.34.0) (2026-07-01)
4+
5+
6+
### Features
7+
8+
* **cli:** Add search to cli ([#3616](https://github.com/opentdf/platform/issues/3616)) ([1fb2549](https://github.com/opentdf/platform/commit/1fb2549a637af313cc4bd279b39f89d95d77a4b4))
9+
* **cli:** DSPX-2998 namespace flags for resource mapping commands ([#3576](https://github.com/opentdf/platform/issues/3576)) ([beaaac5](https://github.com/opentdf/platform/commit/beaaac5e0abe3cd2f4e68e254c2ddf214b319698))
10+
* **core:** Disable pq algorithms due to format change ([#3625](https://github.com/opentdf/platform/issues/3625)) ([4a7353d](https://github.com/opentdf/platform/commit/4a7353d440635e83a8819676b028b257fa49f62e))
11+
* **core:** Re-enable pq algorithms after format change ([#3651](https://github.com/opentdf/platform/issues/3651)) ([005f9de](https://github.com/opentdf/platform/commit/005f9deb19357c9b08c83e77bc8431a3bee40c8e))
12+
* **kas:** Adds FIPS-203 wrap with ML-KEM-768/1024 ([#3652](https://github.com/opentdf/platform/issues/3652)) ([06f30ef](https://github.com/opentdf/platform/commit/06f30ef7f2eb6a5dce587efa906d4bd70b7cd8dc))
13+
14+
15+
### Bug Fixes
16+
17+
* **cli:** fix the get key command. ([#3598](https://github.com/opentdf/platform/issues/3598)) ([6f832d6](https://github.com/opentdf/platform/commit/6f832d6fa6505083316897cc630c36d6e3ba2467))
18+
* **deps:** bump github.com/opentdf/platform/sdk from 0.22.0 to 0.25.0 in /otdfctl ([#3690](https://github.com/opentdf/platform/issues/3690)) ([ec2dc5c](https://github.com/opentdf/platform/commit/ec2dc5cea80bc9b8ca614de1f9b66cbea0032cd1))
19+
320
## [0.33.0](https://github.com/opentdf/platform/compare/otdfctl/v0.32.0...otdfctl/v0.33.0) (2026-06-09)
421

522

otdfctl/pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var (
88
// config file naming and in the profile store
99
AppName = "otdfctl"
1010

11-
Version = "0.33.0" // x-release-please-version
11+
Version = "0.34.0" // x-release-please-version
1212
BuildTime = "1970-01-01T00:00:00Z"
1313
CommitSha = "0000000"
1414

0 commit comments

Comments
 (0)