Skip to content

fix(deps): bump github.com/opentdf/platform/lib/ocrypto from 0.11.0 to 0.12.0 in /otdfctl - #3536

Merged
jakedoublev merged 1 commit into
mainfrom
dependabot/go_modules/otdfctl/github.com/opentdf/platform/lib/ocrypto-0.12.0
May 28, 2026
Merged

fix(deps): bump github.com/opentdf/platform/lib/ocrypto from 0.11.0 to 0.12.0 in /otdfctl#3536
jakedoublev merged 1 commit into
mainfrom
dependabot/go_modules/otdfctl/github.com/opentdf/platform/lib/ocrypto-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/opentdf/platform/lib/ocrypto from 0.11.0 to 0.12.0.

Release notes

Sourced from github.com/opentdf/platform/lib/ocrypto's releases.

protocol/go: v0.12.0

0.12.0 (2025-10-14)

Features

  • authz: defer to request auth as decision/entitlements entity (#2789) (feb34d8)
  • policy: Proto - root certificates by namespace (#2800) (0edb359)

Bug Fixes

  • core: deprecated stale protos and add better upgrade comments (#2793) (f2678cc)

sdk: v0.12.0

0.12.0 (2026-01-27)

⚠ BREAKING CHANGES

  • remove nanotdf support (#3013)

Features

Bug Fixes

service: v0.12.0

0.12.0 (2026-01-27)

⚠ BREAKING CHANGES

  • remove nanotdf support (#3013)
  • core: DSPX-2090 Removes unnamed key mgrs (#2952)

Features

  • core: Actually use KeyManager ProviderConfig (#2837) (65ba2e0)
  • core: add additive CORS configuration fields (#2941) (d45a34b)
  • core: add direct entitlement support (#2630) (cc8337a)
  • deps: Bump ocrypto to v0.9.0 (#3024) (cd79950)
  • kas: add configurable SRT skew tolerance and diagnostics (#2886) (1a57227)
  • kas: Add nano policy binding to rewrap audit. (#2870) (a12d1d4)
  • policy: add allow_traversal to attribute definitions (#3014) (bbbe21b)

... (truncated)

Commits
  • ff130fb chore(main): release sdk 0.12.0 (#3006)
  • 3b0834e feat(sdk): add automatic token refresh for Keycloak operations (#3019)
  • cd79950 feat(deps): Bump ocrypto to v0.9.0 (#3024)
  • 1aec413 chore(main): release lib/ocrypto 0.9.0 (#3015)
  • 62f76ae chore(deps): Bump proto/go to v0.15 (#3020)
  • 503f025 chore(main): release protocol/go 0.15.0 (#2988)
  • 3967377 feat(policy): Return definition when attr value is missing (#3012)
  • 4b1c1e5 fix(sdk): SDK linting errors (#3007)
  • bbbe21b feat(policy): add allow_traversal to attribute definitions (#3014)
  • 2a85f5f chore(ci): fix yq command by removing unsupported if-else syntax (#3016)
  • 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/lib/ocrypto](https://github.com/opentdf/platform) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Commits](sdk/v0.11.0...sdk/v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/lib/ocrypto
  dependency-version: 0.12.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 May 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner May 27, 2026 20:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor
Benchmark results, click to expand

Benchmark authorization.GetDecisions Results:

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

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 429.451231ms
Throughput 232.86 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 42.429041659s
Average Latency 422.792495ms
Throughput 117.84 requests/second

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

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

See the workflow run for details.

@jakedoublev
jakedoublev added this pull request to the merge queue May 27, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 27, 2026
@jakedoublev
jakedoublev added this pull request to the merge queue May 27, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 27, 2026
@jakedoublev
jakedoublev added this pull request to the merge queue May 28, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 28, 2026
@jakedoublev
jakedoublev added this pull request to the merge queue May 28, 2026
Merged via the queue into main with commit 8d1c018 May 28, 2026
41 checks passed
@jakedoublev
jakedoublev deleted the dependabot/go_modules/otdfctl/github.com/opentdf/platform/lib/ocrypto-0.12.0 branch May 28, 2026 21:27
dmihalcik-virtru pushed a commit that referenced this pull request Jun 11, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.33.0](otdfctl/v0.32.0...otdfctl/v0.33.0)
(2026-06-09)


### Features

* **cli:** improve auth
([#3466](#3466))
([b244910](b244910))
* **core:** add hybrid NIST EC + ML-KEM key wrapping support
([#3276](#3276))
([1209acc](1209acc))


### Bug Fixes

* **ci:** Prefer go.work for toolchain info
([#3285](#3285))
([3c05b22](3c05b22))
* **cli:** deprecate flaghelper for new flags
([#3583](#3583))
([8f3c429](8f3c429))
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.10.0 to
0.11.0 in /otdfctl
([#3530](#3530))
([745a205](745a205))
* **deps:** bump github.com/opentdf/platform/lib/ocrypto from 0.11.0 to
0.12.0 in /otdfctl
([#3536](#3536))
([8d1c018](8d1c018))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.30.0 to
0.31.0 in /otdfctl
([#3499](#3499))
([fa91478](fa91478))
* **deps:** bump github.com/opentdf/platform/protocol/go from 0.31.0 to
0.32.0 in /otdfctl
([#3531](#3531))
([23946e4](23946e4))
* **deps:** bump github.com/opentdf/platform/sdk from 0.17.0 to 0.21.0
in /otdfctl ([#3549](#3549))
([1cb751e](1cb751e))
* **deps:** bump the external group across 1 directory with 4 updates
([#3494](#3494))
([5b87b2b](5b87b2b))

---
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant