Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lib/ocrypto": "0.10.0",
"lib/flattening": "0.1.3",
"lib/identifier": "0.4.0",
"otdfctl": "0.30.0",
"otdfctl": "0.31.0",
"protocol/go": "0.26.0",
"sdk": "0.16.0",
"service": "0.14.0"
Expand Down
15 changes: 15 additions & 0 deletions otdfctl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.31.0](https://github.com/opentdf/platform/compare/otdfctl/v0.30.0...otdfctl/v0.31.0) (2026-04-22)


### Features

* **cli:** Add e2e tests and fix bugs. ([#3353](https://github.com/opentdf/platform/issues/3353)) ([213d843](https://github.com/opentdf/platform/commit/213d843cedc38be9a7c255d73c7d66ffbb4fdc53))
* **cli:** Add E2E tests for namespaced policy. ([#3363](https://github.com/opentdf/platform/issues/3363)) ([e46f07d](https://github.com/opentdf/platform/commit/e46f07d7126a66f92251ee6a37ff59bc3d60e165))
* **cli:** Interactive confirmation ([#3360](https://github.com/opentdf/platform/issues/3360)) ([cd931d9](https://github.com/opentdf/platform/commit/cd931d9a46083151d9cd2a2efea4bd447c43f5cc))
* **cli:** migrate otdfctl into platform monorepo ([#3205](https://github.com/opentdf/platform/issues/3205)) ([5177bec](https://github.com/opentdf/platform/commit/5177bec0a2f67aa1395e45a1b8a72570910f6208))


### Bug Fixes

* **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))

## [0.30.0](https://github.com/opentdf/otdfctl/compare/v0.29.0...v0.30.0) (2026-03-31)


Expand Down
2 changes: 1 addition & 1 deletion otdfctl/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (
// config file naming and in the profile store
AppName = "otdfctl"

Version = "0.30.0" // x-release-please-version
Version = "0.31.0" // x-release-please-version
BuildTime = "1970-01-01T00:00:00Z"
CommitSha = "0000000"

Expand Down
Loading