Skip to content

Commit c80374f

Browse files
fix(deps): bump github.com/opentdf/platform/protocol/go from 0.27.0 to 0.28.0 in /otdfctl (#3419)
Bumps [github.com/opentdf/platform/protocol/go](https://github.com/opentdf/platform) from 0.27.0 to 0.28.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opentdf/platform/releases">github.com/opentdf/platform/protocol/go's releases</a>.</em></p> <blockquote> <h2>protocol/go: v0.28.0</h2> <h2><a href="https://github.com/opentdf/platform/compare/protocol/go/v0.27.0...protocol/go/v0.28.0">0.28.0</a> (2026-04-28)</h2> <h3>Features</h3> <ul> <li><strong>sdk:</strong> add shorthand enum constants for policy types (<a href="https://redirect.github.com/opentdf/platform/issues/3408">#3408</a>) (<a href="https://github.com/opentdf/platform/commit/c6f18cbcacc7fa285d834f504a6ce43b7363295d">c6f18cb</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/opentdf/platform/blob/otdfctl/v0.28.0/CHANGELOG.md">github.com/opentdf/platform/protocol/go's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/opentdf/otdfctl/compare/v0.27.0...v0.28.0">0.28.0</a> (2025-12-16)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>core:</strong> Store output format to profile. (<a href="https://redirect.github.com/opentdf/otdfctl/issues/719">#719</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>core:</strong> Output to stdout, log to stderr. (<a href="https://redirect.github.com/opentdf/otdfctl/issues/716">#716</a>) (<a href="https://github.com/opentdf/otdfctl/commit/4f6e1e4883c2e1d5215835cd8893e51b01e6c358">4f6e1e4</a>)</li> <li><strong>core:</strong> pass default slogger into SDK init (<a href="https://redirect.github.com/opentdf/otdfctl/issues/721">#721</a>) (<a href="https://github.com/opentdf/otdfctl/commit/c6bc084bf9856075a50f70168b88dd2c188488cc">c6bc084</a>)</li> <li><strong>core:</strong> Store output format to profile. (<a href="https://redirect.github.com/opentdf/otdfctl/issues/719">#719</a>) (<a href="https://github.com/opentdf/otdfctl/commit/400ecec5af8f9b96c716310b76bb493d3124748f">400ecec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> Fix log-level flag (<a href="https://redirect.github.com/opentdf/otdfctl/issues/714">#714</a>) (<a href="https://github.com/opentdf/otdfctl/commit/84f191b8c64ca06b692f855f0144ac9bcd2f56b9">84f191b</a>)</li> <li><strong>core:</strong> Print errors and messages with JSON if enabled in printer (<a href="https://redirect.github.com/opentdf/otdfctl/issues/724">#724</a>) (<a href="https://github.com/opentdf/otdfctl/commit/ce0256bf888745cb25e09e1a608b620824f73139">ce0256b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opentdf/platform/commit/1b5ba79bec6dbe16be1e63de1c8598577b792070"><code>1b5ba79</code></a> chore(main): release 0.28.0 (<a href="https://redirect.github.com/opentdf/platform/issues/715">#715</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/ce0256bf888745cb25e09e1a608b620824f73139"><code>ce0256b</code></a> fix(core): Print errors and messages with JSON if enabled in printer (<a href="https://redirect.github.com/opentdf/platform/issues/724">#724</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/c6bc084bf9856075a50f70168b88dd2c188488cc"><code>c6bc084</code></a> feat(core): pass default slogger into SDK init (<a href="https://redirect.github.com/opentdf/platform/issues/721">#721</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/400ecec5af8f9b96c716310b76bb493d3124748f"><code>400ecec</code></a> feat(core)!: Store output format to profile. (<a href="https://redirect.github.com/opentdf/platform/issues/719">#719</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/4672d7d9c878009ec5afc3cad9e32a124f73cad6"><code>4672d7d</code></a> chore(ci): Remove config from ci. (<a href="https://redirect.github.com/opentdf/platform/issues/720">#720</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/4f6e1e4883c2e1d5215835cd8893e51b01e6c358"><code>4f6e1e4</code></a> feat(core): Output to stdout, log to stderr. (<a href="https://redirect.github.com/opentdf/platform/issues/716">#716</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/75ce8d60898e5e9a1a6757ec7554d34246478d84"><code>75ce8d6</code></a> chore(dependabot): bump github.com/zitadel/oidc/v3 from 3.45.0 to 3.45.1 (<a href="https://redirect.github.com/opentdf/platform/issues/712">#712</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/631f5e25eda7a6787a88a33b6d743597f506518c"><code>631f5e2</code></a> chore(dependabot): bump golang.org/x/term from 0.37.0 to 0.38.0 (<a href="https://redirect.github.com/opentdf/platform/issues/718">#718</a>)</li> <li><a href="https://github.com/opentdf/platform/commit/84f191b8c64ca06b692f855f0144ac9bcd2f56b9"><code>84f191b</code></a> fix(core): Fix log-level flag (<a href="https://redirect.github.com/opentdf/platform/issues/714">#714</a>)</li> <li>See full diff in <a href="https://github.com/opentdf/platform/compare/otdfctl/v0.27.0...otdfctl/v0.28.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/opentdf/platform/protocol/go&package-manager=go_modules&previous-version=0.27.0&new-version=0.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6713889 commit c80374f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

otdfctl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/opentdf/platform/lib/flattening v0.1.3
2121
github.com/opentdf/platform/lib/identifier v0.3.0
2222
github.com/opentdf/platform/lib/ocrypto v0.10.0
23-
github.com/opentdf/platform/protocol/go v0.27.0
23+
github.com/opentdf/platform/protocol/go v0.28.0
2424
github.com/opentdf/platform/sdk v0.17.0
2525
github.com/spf13/cobra v1.10.2
2626
github.com/stretchr/testify v1.11.1

otdfctl/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ github.com/opentdf/platform/lib/identifier v0.3.0 h1:kLVRVC8wE0kmuEIdodEhqIRym5O
180180
github.com/opentdf/platform/lib/identifier v0.3.0/go.mod h1:3RlXYY9sxH/VnMkgm/M6zryUrtBL0lnsOVyqb0hYYvs=
181181
github.com/opentdf/platform/lib/ocrypto v0.10.0 h1:7dn/z/1qH3p+gWCrfOoU7hj9XF/p5N+b2JBJuWF9aK0=
182182
github.com/opentdf/platform/lib/ocrypto v0.10.0/go.mod h1:WASkoHreqgTFImB/gJW42VTdpi9AkgkmaW19y/fU+Ew=
183-
github.com/opentdf/platform/protocol/go v0.27.0 h1:ihXpwKKKy9yNRnuT9xbOJZ8qwNGVk6yAy/aH+Eo0kgw=
184-
github.com/opentdf/platform/protocol/go v0.27.0/go.mod h1:ufSzLVpcGv368L++kni7fzbN4ugtxmstcifmwI/o4T0=
183+
github.com/opentdf/platform/protocol/go v0.28.0 h1:/psz0c9Yi+3yXgCWKgDjzpW4p6Dlhyj2H5wmGvohU1U=
184+
github.com/opentdf/platform/protocol/go v0.28.0/go.mod h1:aiEmtYytvQtbiexZGAKYMe2mYTBPZqbNSh+OXmtrtkA=
185185
github.com/opentdf/platform/sdk v0.17.0 h1:ApVa0/yB5M2wbqu3s0FxlXo17C1ojuul3tsQW1BGpyk=
186186
github.com/opentdf/platform/sdk v0.17.0/go.mod h1:U4Ndr/Pr0c3rYik/JGfymT86I2InPIANX7WiFcvr2Pw=
187187
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)