Skip to content

fix(deps): bump github.com/opentdf/platform/service from 0.7.2 to 0.16.0 in /tests-bdd#3529

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/tests-bdd/github.com/opentdf/platform/service-0.15.0
Open

fix(deps): bump github.com/opentdf/platform/service from 0.7.2 to 0.16.0 in /tests-bdd#3529
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/tests-bdd/github.com/opentdf/platform/service-0.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/opentdf/platform/service from 0.7.2 to 0.16.0.

Release notes

Sourced from github.com/opentdf/platform/service's releases.

protocol/go: v0.16.0

0.16.0 (2026-02-17)

⚠ BREAKING CHANGES

  • policy: remove namespace certificate feature (#3051)

Bug Fixes

Code Refactoring

  • policy: remove namespace certificate feature (#3051) (48abb81)

sdk: v0.16.0

0.16.0 (2026-04-21)

⚠ BREAKING CHANGES

  • sdk: reclassify KAS 400 errors — distinguish tamper from misconfiguration (#3166)

Features

Bug Fixes

  • core: do not concat slashes directly in url/file paths (#3290) (114c2a7)
  • deps: bump github.com/opentdf/platform/protocol/go from 0.20.0 to 0.21.0 in /sdk (#3219) (c7fde71)
  • deps: bump github.com/opentdf/platform/protocol/go from 0.21.0 to 0.22.0 in /sdk (#3246) (67c152c)
  • deps: bump github.com/opentdf/platform/protocol/go from 0.22.0 to 0.23.0 in /sdk (#3270) (68ee42a)
  • deps: bump github.com/opentdf/platform/protocol/go from 0.23.0 to 0.24.0 in /sdk (#3319) (0f8db5e)
  • deps: bump google.golang.org/grpc from 1.77.0 to 1.79.3 in /sdk (#3174) (be8b154)
  • sdk: normalize issuer URL before OIDC discovery (#3261) (61f98c9)
  • sdk: reclassify KAS 400 errors — distinguish tamper from misconfiguration (#3166) (f04a385)

service: v0.16.0

0.16.0 (2026-06-01)

Features

  • core: add hybrid NIST EC + ML-KEM key wrapping support (#3276) (1209acc)
  • policy: Add FQN to RegisteredResourceValues (#3446) (3199583)
  • policy: Add resource mapping group FQNs (#3447) (6a0b3c6)

... (truncated)

Commits
  • 87ee15f chore(main): release sdk 0.16.0 (#3201)
  • 3940bf8 fix(deps): bump github.com/opentdf/platform/protocol/go from 0.24.0 to 0.25.0...
  • 5177bec feat(cli): migrate otdfctl into platform monorepo (#3205)
  • f4c2134 chore(deps): bump github.com/opentdf/platform/protocol/go from 0.24.0 to 0.25...
  • 0f8db5e fix(deps): bump github.com/opentdf/platform/protocol/go from 0.23.0 to 0.24.0...
  • 2e40b88 chore(main): release protocol/go 0.25.0 (#3323)
  • 91a3ff3 feat(policy): Add sort support listregisteredresources api (#3312)
  • 0355934 feat(authz): Namespaced policy in decisioning (#3226)
  • 78e6022 fix(deps): bump github.com/opentdf/platform/protocol/go from 0.23.0 to 0.24.0...
  • a67bf11 chore(main): release protocol/go 0.24.0 (#3277)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2026
@dependabot dependabot Bot requested review from a team as code owners May 26, 2026 23:30
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 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 306.428086ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 486.628083ms
Throughput 205.50 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 43.561407952s
Average Latency 434.120089ms
Throughput 114.78 requests/second

Bumps [github.com/opentdf/platform/service](https://github.com/opentdf/platform) from 0.7.2 to 0.16.0.
- [Release notes](https://github.com/opentdf/platform/releases)
- [Commits](service/v0.7.2...sdk/v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/opentdf/platform/service
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title fix(deps): bump github.com/opentdf/platform/service from 0.7.2 to 0.15.0 in /tests-bdd fix(deps): bump github.com/opentdf/platform/service from 0.7.2 to 0.16.0 in /tests-bdd Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/tests-bdd/github.com/opentdf/platform/service-0.15.0 branch from c7507cc to ae0fc70 Compare June 4, 2026 20:12
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Benchmark results, click to expand

Benchmark authorization.GetDecisions Results:

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

Benchmark authorization.v2.GetMultiResourceDecision Results:

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

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 415.961183ms
Throughput 240.41 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 43.477464212s
Average Latency 432.935121ms
Throughput 115.00 requests/second

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

  • examples
  • otdfctl
  • 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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants