Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
292 changes: 292 additions & 0 deletions .github/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.47"
".": "0.1.34"
}
8 changes: 4 additions & 4 deletions ark/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
control-plane: ark-controller
app.kubernetes.io/name: ark
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/version: "0.1.47" # x-release-please-version
app.kubernetes.io/version: "0.1.34" # x-release-please-version
spec:
selector:
matchLabels:
Expand All @@ -21,7 +21,7 @@ spec:
labels:
control-plane: ark-controller
app.kubernetes.io/name: ark
app.kubernetes.io/version: "0.1.47" # x-release-please-version
app.kubernetes.io/version: "0.1.34" # x-release-please-version
spec:
securityContext:
# Projects are configured by default to adhere to the "restricted" Pod Security Standards.
Expand All @@ -36,12 +36,12 @@ spec:
args:
- --leader-elect
- --health-probe-bind-address=:8081
image: controller:0.1.47 # x-release-please-version
image: controller:0.1.34 # x-release-please-version
imagePullPolicy: IfNotPresent
name: manager
env:
- name: VERSION
value: "0.1.47" # x-release-please-version
value: "0.1.34" # x-release-please-version
# Explicitly name the service for telemetry.
- name: OTEL_SERVICE_NAME
value: "ark-controller"
Expand Down
4 changes: 2 additions & 2 deletions ark/dist/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: ark-controller
description: A Helm chart for the ARK Kubernetes controller
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
icon: https://example.com/icon.png
4 changes: 2 additions & 2 deletions charts/ark-tenant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: >-
Helm chart for provisioning Ark tenant namespaces and service accounts with
RBAC
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
keywords:
- ark
- tenant
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "y",
"version": "0.1.47",
"version": "0.1.34",
"description": "QB Agentic Runtime Docs",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ark-sdk/gen_sdk/overlay/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ark-sdk"
version = "0.1.47"
version = "0.1.34"
description = "Python SDK for ARK - Agentic Runtime for Kubernetes"
authors = [
{name = "McKinsey & Company", email = "dave.kerr@quantumblack.com"},
Expand Down
2 changes: 1 addition & 1 deletion lib/ark-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ark-sdk-builder"
version = "0.1.47"
version = "0.1.34"
requires-python = ">= 3.12"
dependencies = [
"build",
Expand Down
4 changes: 2 additions & 2 deletions mcp/filesystem-mcp/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: mcp-filesystem
description: A Helm chart for MCP Filesystem Server
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
4 changes: 2 additions & 2 deletions services/argo-workflows/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: argo-workflows
description: Argo Workflows with Ark tenant for workflow orchestration
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
annotations:
ark.mckinsey.com/service: argo-workflows
ark.mckinsey.com/resources: service
Expand Down
2 changes: 1 addition & 1 deletion services/ark-api/ark-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ark-api"
version = "0.1.47"
version = "0.1.34"
description = ""
requires-python = ">=3.11"
dependencies = [
Expand Down
4 changes: 2 additions & 2 deletions services/ark-api/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ark-api
description: ARK API service with Gateway API HTTPRoute integration
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
annotations:
ark.mckinsey.com/service: ark-api
ark.mckinsey.com/resources: service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ark-cluster-memory",
"version": "0.1.47",
"version": "0.1.34",
"description": "Ark in-cluster memory for memory and streaming data",
"main": "dist/main.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions services/ark-cluster-memory/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ark-cluster-memory
description: Simple in-cluster ephemeral memory for Ark
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
annotations:
ark.mckinsey.com/service: ark-cluster-memory
ark.mckinsey.com/resources: service
4 changes: 2 additions & 2 deletions services/ark-dashboard/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ark-dashboard
description: ARK Dashboard web interface for managing agents, models, and queries
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
annotations:
category: Dashboard
licenses: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions services/ark-evaluator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: >-
Holistic Evaluator for Ark - AI-powered query evaluation service inc.
LLM-as-a-Judge
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
keywords:
- evaluator
- llm
Expand Down
2 changes: 1 addition & 1 deletion services/ark-evaluator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ark-evaluator"
version = "0.1.47"
version = "0.1.34"
description = "Evaluator for Ark - AI-powered query evaluation service"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
4 changes: 2 additions & 2 deletions services/ark-mcp/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ark-mcp
description: ARK MCP server for Model Context Protocol integration
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
annotations:
ark.mckinsey.com/service: ark-mcp
ark.mckinsey.com/resources: service,mcpserver
4 changes: 2 additions & 2 deletions services/executor-langchain/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: >-
LangChain Executor for Ark - Web server that executes agents using LangChain
with RAG support
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
keywords:
- langchain
- ai
Expand Down
4 changes: 2 additions & 2 deletions services/localhost-gateway/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: localhost-gateway
description: Ark Gateway for Local Development
type: application
version: 0.1.47
appVersion: 0.1.47
version: 0.1.34
appVersion: 0.1.34
annotations:
category: Networking
licenses: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion tools/ark-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agents-at-scale/ark",
"version": "0.1.47",
"version": "0.1.34",
"description": "Ark CLI - Interactive terminal interface for ARK agents",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.47
0.1.34
Loading