Skip to content

Commit d40207d

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--lib/ocrypto
2 parents aa87b06 + 5c5b52e commit d40207d

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"lib/fixtures": "0.3.0",
2+
"lib/fixtures": "0.4.0",
33
"lib/ocrypto": "0.8.0",
44
"lib/flattening": "0.1.3",
55
"lib/identifier": "0.2.0",
6-
"protocol/go": "0.13.0",
6+
"protocol/go": "0.14.0",
77
"sdk": "0.10.0",
88
"service": "0.11.0"
99
}

.github/workflows/traffic.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
with:
6767
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY }}
6868
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
69+
token_format: "access_token"
70+
create_credentials_file: false
6971

7072
- id: "upload-file"
7173
uses: google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a # v3.0.0

lib/fixtures/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/opentdf/platform/compare/lib/fixtures/v0.3.0...lib/fixtures/v0.4.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* Update Go toolchain version to 1.24.11 across all modules ([#2943](https://github.com/opentdf/platform/issues/2943)) ([a960eca](https://github.com/opentdf/platform/commit/a960eca78ab8870599f0aa2a315dbada355adf20))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck ([#2849](https://github.com/opentdf/platform/issues/2849)) ([23f76c0](https://github.com/opentdf/platform/commit/23f76c034cfb4c325d868eb96c95ba616e362db4))
14+
315
## [0.3.0](https://github.com/opentdf/platform/compare/lib/fixtures/v0.2.10...lib/fixtures/v0.3.0) (2025-05-20)
416

517

protocol/go/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/opentdf/platform/compare/protocol/go/v0.13.0...protocol/go/v0.14.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* Update Go toolchain version to 1.24.11 across all modules ([#2943](https://github.com/opentdf/platform/issues/2943)) ([a960eca](https://github.com/opentdf/platform/commit/a960eca78ab8870599f0aa2a315dbada355adf20))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** bump toolchain to go1.24.9 for CVEs found by govulncheck ([#2849](https://github.com/opentdf/platform/issues/2849)) ([23f76c0](https://github.com/opentdf/platform/commit/23f76c034cfb4c325d868eb96c95ba616e362db4))
14+
* **kas:** document rewrap proto fields used in bulk flow ([#2826](https://github.com/opentdf/platform/issues/2826)) ([32a7e91](https://github.com/opentdf/platform/commit/32a7e919c57fd724f5c4f01148861ebccb1a9989))
15+
316
## [0.13.0](https://github.com/opentdf/platform/compare/protocol/go/v0.12.0...protocol/go/v0.13.0) (2025-10-16)
417

518

0 commit comments

Comments
 (0)