Skip to content

Releases: pulp/pulp-service

agent-splunk agent-splunk-20260423-ffffb0b

23 Apr 16:30
ffffb0b

Choose a tag to compare

Support Gate proxy authentication via ANTHROPIC_API_KEY and ANTHROPIC…

agent-splunk agent-splunk-20260423-b5d37e0

23 Apr 17:07
b5d37e0

Choose a tag to compare

Fix 404 by appending /v1 to ANTHROPIC_BASE_URL for Gate compatibility…

agent-splunk agent-splunk-20260423-1cfe8d9

23 Apr 13:22
1cfe8d9

Choose a tag to compare

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

16 Apr 16:23
697d4e1

Choose a tag to compare

Replace Jira MCP server dependency in agent-splunk with native REST A…

agent-splunk agent-splunk-20260415-0b9a3d2

15 Apr 11:44
0b9a3d2

Choose a tag to compare

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

14 Apr 14:49
f1292be

Choose a tag to compare

Update build-agent-splunk pipeline release step (#1039)

agent-splunk agent-splunk-20260414-e4c209e

14 Apr 15:09
e4c209e

Choose a tag to compare

Replaced os.ReadFile with go:embed jira-workflows.md (#1040)

Embed the file content into the binary at compile time to avoid
having to load it at runtime.

Assisted By: claude-opus-4.6