Skip to content

Commit 456343d

Browse files
chore(main): release otdfctl 0.31.0
1 parent d829184 commit 456343d

3 files changed

Lines changed: 15 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.10.0",
44
"lib/flattening": "0.1.3",
55
"lib/identifier": "0.4.0",
6-
"otdfctl": "0.30.0",
6+
"otdfctl": "0.31.0",
77
"protocol/go": "0.25.0",
88
"sdk": "0.16.0",
99
"service": "0.14.0"

otdfctl/CHANGELOG.md

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

3+
## [0.31.0](https://github.com/opentdf/platform/compare/otdfctl/v0.30.0...otdfctl/v0.31.0) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* **cli:** Add e2e tests and fix bugs. ([#3353](https://github.com/opentdf/platform/issues/3353)) ([213d843](https://github.com/opentdf/platform/commit/213d843cedc38be9a7c255d73c7d66ffbb4fdc53))
9+
* **cli:** migrate otdfctl into platform monorepo ([#3205](https://github.com/opentdf/platform/issues/3205)) ([5177bec](https://github.com/opentdf/platform/commit/5177bec0a2f67aa1395e45a1b8a72570910f6208))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump github.com/opentdf/platform/sdk from 0.15.0 to 0.16.0 in /otdfctl ([#3357](https://github.com/opentdf/platform/issues/3357)) ([d829184](https://github.com/opentdf/platform/commit/d829184487f539dde2c57c0f781d4fe1a65bd63a))
15+
316
## [0.30.0](https://github.com/opentdf/otdfctl/compare/v0.29.0...v0.30.0) (2026-03-31)
417

518

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.30.0" // x-release-please-version
11+
Version = "0.31.0" // x-release-please-version
1212
BuildTime = "1970-01-01T00:00:00Z"
1313
CommitSha = "0000000"
1414

0 commit comments

Comments
 (0)