Skip to content

Commit 986769f

Browse files
committed
fix(release): update opencode security line 1.3.2
1 parent 02b596b commit 986769f

9 files changed

Lines changed: 15 additions & 9 deletions

File tree

.opencode/commands/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.1",
2+
"version": "1.3.2",
33
"generated_by": "scripts/generate_commands_index.py",
44
"count": 11,
55
"commands": [

.opencode/plugins/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.1",
2+
"version": "1.3.2",
33
"generated_by": "scripts/generate_plugins_index.py",
44
"count": 10,
55
"plugins": [

.opencode/skills/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.1",
2+
"version": "1.3.2",
33
"generated_by": "scripts/generate_skills_index.py",
44
"count": 38,
55
"skills": [

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [1.3.2] - 2026-06-12
12+
13+
### Fixed
14+
15+
- State the current 1.3.x support line explicitly in public security policy. Preserve documented `opencode-ai` `1.17.4`, `@opencode-ai/plugin` `1.17.4`, and `@opencode-ai/sdk` `1.17.4` baseline evidence.
16+
1117
## [1.3.1] - 2026-06-12
1218

1319
### Fixed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Supported Versions
44

55
Only the current exact numeric product release tag receives security fixes.
6-
The `1.2.x` line label tracks only the latest released patch, not every
6+
The `1.3.x` line label tracks only the latest released patch, not every
77
historical patch in the line.
88

99
| Version | Supported |
1010
|---|---|
11-
| Current exact tag `1.3.1` | yes |
11+
| Current exact tag `1.3.2` | yes |
1212
| Older `1.1.*` tags | no; upgrade to current exact tag |
1313
| Older minor / major lines | no |
1414

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.3.2

references/mcp-profiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$comment": "Machine-readable MCP server profiles. Each server in opencode.json.mcp belongs to exactly one profile. Profiles are used by scripts/validate_mcp_profiles.py to enforce skill.requires_mcp coverage and by scripts/smoke_mcp_capabilities.py --mode to bound CI smoke probes. The descriptive trust matrix lives in docs/security/mcp-trust-boundaries.md and stays in sync via the validator.",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"updated": "2026-06-12",
66
"profiles": {
77
"base": {

references/opencode-baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$comment": "Single source of truth for every pinned dependency the marketplace targets. Validators read this file and compare against opencode.json, .opencode/package.json, .opencode/bun.lock, workflow installations, and README/CHANGELOG text. Any drift fails CI. Bump these values in one place and let `scripts/check_baseline_consistency.py` find every reference that needs updating.",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"updated": "2026-06-12",
66
"source_of_truth": {
77
"runtime_latest_channel": "npm:opencode-ai",

references/rldyour-contract.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$comment": "Machine-readable rldyour workflow contract for the OpenCode adapter. Sister tool repos should map the same canonical IDs to their own native surfaces.",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"updated": "2026-06-07",
66
"adapter": "opencode",
77
"security": {

0 commit comments

Comments
 (0)