Skip to content

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.16.0 to 0.23.0 in /examples#3278

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/examples/github.com/opentdf/platform/protocol/go-0.23.0
Open

fix(deps): bump github.com/opentdf/platform/protocol/go from 0.16.0 to 0.23.0 in /examples#3278
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/examples/github.com/opentdf/platform/protocol/go-0.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps github.com/opentdf/platform/protocol/go from 0.16.0 to 0.23.0.

Release notes

Sourced from github.com/opentdf/platform/protocol/go's releases.

protocol/go: v0.23.0

0.23.0 (2026-04-07)

Features

  • policy: add sort support to ListAttributes API (#3223) (ec3312f)
  • sdk: source-file codegen for EntityIdentifier helpers (#3232) (ee8177c)

protocol/go: v0.22.0

0.22.0 (2026-04-01)

Features

  • policy: Add sort support to ListNamespaces API (#3192) (aac86cd)
  • policy: add SortField proto and update PageRequest for sort support (#3187) (6cf1862)

protocol/go: v0.21.0

0.21.0 (2026-03-26)

Features

Bug Fixes

  • deps: bump google.golang.org/grpc from 1.67.1 to 1.79.3 in /protocol/go (#3173) (447ece6)

protocol/go: v0.20.0

0.20.0 (2026-03-18)

⚠ BREAKING CHANGES

  • policy: Namespace subject mappings and subject condition sets. (#3143)
  • policy: Optional namespace on actions protos, NamespacedPolicy feature flag (#3155)

Features

  • policy: Namespace subject mappings and subject condition sets. (#3143) (3006780)

Bug Fixes

  • policy: Optional namespace on actions protos, NamespacedPolicy feature flag (#3155) (c20f039)

protocol/go: v0.19.0

... (truncated)

Changelog

Sourced from github.com/opentdf/platform/protocol/go's changelog.

0.23.0 (2025-07-01)

Features

0.22.0 (2025-06-24)

⚠ BREAKING CHANGES

  • remove the ability to assign grants (#604)

Features

Bug Fixes

  • add more Deprecated text to kas-grants (#605) (2106d2f)
  • ci: Trigger for release-please (testing) (#580) (5cd33f9)
  • core: Change base key name so tests run last. (#611) (464b179)
  • core: Move key management under policy. (#597) (d657e96)
  • disable kas-registry --public-keys and --publickey-remote flags (#603) (279bbbd)
  • enforce hex encoded wrapping-key (#581) (416e215)
  • main: Use cmd.Context for resource mapping group commands (#592) (b5d8b6f)

0.21.0 (2025-05-29)

Features

  • Add initial Dependency Review configuration (#551) (b622666)
  • core: Add base key cmds (#563) (edfd6c0)
  • core: DSPX-18 clean up Go context usage to follow best practices (#558) (a2c9f8b)
  • core: DSPX-608 - Deprecate public_client_id (#555) (8d396bd)
  • core: DSPX-608 - require clientID for login (#553) (580172e)
  • core: DSPX-896 add registered resources CRUD (#559) (8e7475e)
  • core: KAS allowlist options (#539) (af7978f)
  • core: key management operations (#533) (d4f6aaa)
  • main: add actions CRUD and e2e tests (#523) (2fb9ec7)
  • main: refactor actions within existing CLI policy object CRUD (#543) (9ab1a58)
  • core: Resource mapping groups (#567) (03fa307)
  • core: Update key mgmt flags to consistent format (#570) (#846f96c)
  • core: Rotate Key (#572) (afd0043)

... (truncated)

Commits
  • c9e4c9e chore(main): release 0.23.0 (#619)
  • 4dc69e6 feat(core): Import keys. (#617)
  • e41a158 docs(core): fix subject mapping update example command (#616)
  • 437b2fd chore(core): Modify create key docs. (#615)
  • 8457bd0 chore(dependabot): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3...
  • 32ca4ea docs(core): improve documentation of actions in entitlement (#612)
  • 6c14f69 chore(main): release 0.22.0 (#582)
  • d9013c0 chore(core): bump SDK to v0.5.0 (#608)
  • 464b179 fix(core): Change base key name so tests run last. (#611)
  • aa77a3b chore(dependabot): bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3....
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/opentdf/platform/protocol/go](https://github.com/opentdf/platform) from 0.16.0 to 0.23.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Changelog](https://github.com/opentdf/platform/blob/otdfctl/v0.23.0/CHANGELOG.md)
- [Commits](otdfctl/v0.16.0...otdfctl/v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/protocol/go
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 8, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 8, 2026 17:54
@dependabot dependabot bot added the go Pull requests that update Go code label Apr 8, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 8, 2026 17:54
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

Benchmark results, click to expand

Benchmark authorization.GetDecisions Results:

Metric Value
Approved Decision Requests 1000
Denied Decision Requests 0
Total Time 159.618528ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

Metric Value
Approved Decision Requests 1000
Denied Decision Requests 0
Total Time 76.600882ms

Benchmark Statistics

Name № Requests Avg Duration Min Duration Max Duration

Bulk Benchmark Results

Metric Value
Total Decrypts 100
Successful Decrypts 100
Failed Decrypts 0
Total Time 387.493847ms
Throughput 258.07 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 38.897680816s
Average Latency 387.589971ms
Throughput 128.54 requests/second

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

  • examples
  • sdk
  • service
  • lib/fixtures
  • tests-bdd

See the workflow run for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp:examples dependencies Pull requests that update a dependency file go Pull requests that update Go code size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants