Releases: pulp/pulp-service
Releases · pulp/pulp-service
agent-alertmanager agent-alertmanager-20260604-fc65a31
feat: add agent-alertmanager for Prometheus AlertManager monitoring (…
agent-splunk agent-splunk-20260429-7055927
fix: parse JIRA_API_TOKEN as email:token composite credential (#1164) Alcove now stores Jira credentials in email:api_token format. Parse JIRA_API_TOKEN by splitting on the first colon to extract the email (used as username) and token, removing the need for a separate JIRA_USERNAME env var. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
agent-splunk agent-splunk-20260429-1eb7362
fix: convert Jira wiki markup to ADF instead of dumping as plain text…
agent-splunk agent-splunk-20260428-15e35df
Add Pulp service/origin as a third grouping dimension for Jira issue …
agent-splunk agent-splunk-20260423-ffffb0b
Support Gate proxy authentication via ANTHROPIC_API_KEY and ANTHROPIC…
agent-splunk agent-splunk-20260423-b5d37e0
Fix 404 by appending /v1 to ANTHROPIC_BASE_URL for Gate compatibility…
agent-splunk agent-splunk-20260423-1cfe8d9
Add VERTEX_SA_JSON support in agent-splunk (#1093) Allow agent-splunk to authenticate using a service account JSON string passed via the VERTEX_SA_JSON environment variable, enabling Alcove's credential injection to provide Vertex AI credentials directly instead of relying on Application Default Credentials (ADC). When VERTEX_SA_JSON is set, the project_id is extracted from the JSON automatically, making ANTHROPIC_VERTEX_PROJECT_ID optional. ADC remains the fallback when no service account JSON is provided. Assisted By: claude-opus-4.6
agent-splunk agent-splunk-20260416-697d4e1
Replace Jira MCP server dependency in agent-splunk with native REST A…
agent-splunk agent-splunk-20260415-0b9a3d2
Bump google.golang.org/grpc in /tools/agents/agent-splunk (#1034) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.70.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
agent-splunk agent-splunk-20260414-f1292be
Update build-agent-splunk pipeline release step (#1039)