From 43806c08669caa218c782e9d9b048cfc2de5c5d5 Mon Sep 17 00:00:00 2001 From: untra Date: Sat, 28 Feb 2026 17:35:07 -0700 Subject: [PATCH] artifact signing with 'Artifact Signing Certificate Profile Signer' rbac role enabled --- Cargo.lock | 2 +- Cargo.toml | 2 +- VERSION | 2 +- azure-pipelines.yml | 2 +- backstage-server/package.json | 2 +- docs/_config.yml | 2 +- opr8r/Cargo.toml | 2 +- vscode-extension/package.json | 2 +- vscode-extension/src/webhook-server.ts | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ad60ec..ebdbe5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "operator" -version = "0.1.23" +version = "0.1.24" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 380ea20..0c7053e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "operator" -version = "0.1.23" +version = "0.1.24" edition = "2021" description = "Multi-agent orchestration dashboard for gbqr.us" authors = ["gbqr.us"] diff --git a/VERSION b/VERSION index 001d752..5a48b6b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.23 +0.1.24 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 228f0b6..eeba8af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ steps: --file "$(Build.StagingDirectory)\unsigned.exe" - task: ArtifactSigning@1 - displayName: Sign with Trusted Signing + displayName: Sign with Artifact Signing inputs: AzureTenantID: $(AzureTenantID) AzureClientID: $(AzureClientID) diff --git a/backstage-server/package.json b/backstage-server/package.json index 248c35a..0b8cede 100644 --- a/backstage-server/package.json +++ b/backstage-server/package.json @@ -1,6 +1,6 @@ { "name": "operator-backstage", - "version": "0.1.23", + "version": "0.1.24", "author": { "name": "Samuel Volin", "email": "untra.sam@gmail.com", diff --git a/docs/_config.yml b/docs/_config.yml index 7be40bb..c8bfa39 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,7 @@ collections_dir: . # Permalink structure permalink: pretty -version: 0.1.23 +version: 0.1.24 # Google Analytics ga_tag: G-5JZPJWWT7S # Replace with actual GA4 measurement ID from analytics.google.com diff --git a/opr8r/Cargo.toml b/opr8r/Cargo.toml index 5c3d946..041f70c 100644 --- a/opr8r/Cargo.toml +++ b/opr8r/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opr8r" -version = "0.1.23" +version = "0.1.24" edition = "2021" description = "Minimal CLI wrapper for LLM commands in multi-step ticket workflows" license = "MIT" diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 61de90b..a1248b8 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "operator-terminals", "displayName": "Operator! Terminals for vscode", "description": "VS Code terminal integration for Operator! multi-agent orchestration", - "version": "0.1.23", + "version": "0.1.24", "publisher": "untra", "author": { "name": "Samuel Volin", diff --git a/vscode-extension/src/webhook-server.ts b/vscode-extension/src/webhook-server.ts index 4ec8a0d..97ac5dd 100644 --- a/vscode-extension/src/webhook-server.ts +++ b/vscode-extension/src/webhook-server.ts @@ -22,7 +22,7 @@ import { SessionInfo, } from './types'; -const VERSION = '0.1.23'; +const VERSION = '0.1.24'; /** * HTTP server for operator <-> extension communication