Skip to content

Commit a7920a5

Browse files
Update version to 0.5.1
Signed-off-by: Patryk Stefanski <pstefans@redhat.com>
1 parent ef8947e commit a7920a5

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

bundle/manifests/mcp-gateway.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ metadata:
55
alm-examples: "[\n {\n \"apiVersion\": \"mcp.kagenti.com/v1alpha1\",\n \"kind\": \"MCPGatewayExtension\",\n \"metadata\": {\n \"name\": \"mcp-gateway-extension\",\n \"namespace\": \"mcp-system\"\n },\n \"spec\": {\n \"targetRef\": {\n \"group\": \"gateway.networking.k8s.io\",\n \"kind\": \"Gateway\",\n \"name\": \"mcp-gateway\",\n \"namespace\": \"gateway-system\",\n \"sectionName\": \"mcp\"\n }\n }\n },\n {\n \"apiVersion\": \"mcp.kagenti.com/v1alpha1\",\n \"kind\": \"MCPServerRegistration\",\n \"metadata\": {\n \"name\": \"example-server\",\n \"namespace\": \"mcp-test\"\n },\n \"spec\": {\n \"toolPrefix\": \"example_\",\n \"targetRef\": {\n \"group\": \"gateway.networking.k8s.io\",\n \"kind\": \"HTTPRoute\",\n \"name\": \"example-route\"\n }\n }\n },\n {\n \"apiVersion\": \"mcp.kagenti.com/v1alpha1\",\n \"kind\": \"MCPVirtualServer\",\n \"metadata\": {\n \"name\": \"example-vs\",\n \"namespace\": \"default\"\n },\n \"spec\": {\n \"description\": \"example virtual server\",\n \"tools\": [\n \"server1_tool1\",\n \"server2_tool2\"\n ]\n }\n }\n]"
66
capabilities: Basic Install
77
categories: Integration & Delivery
8-
containerImage: ghcr.io/kuadrant/mcp-controller:v0.5.1-rc1
9-
createdAt: "2026-03-11T15:41:01Z"
8+
containerImage: ghcr.io/kuadrant/mcp-controller:v0.5.1
9+
createdAt: "2026-03-18T12:14:55Z"
1010
description: An Envoy-based gateway for Model Context Protocol (MCP) servers
1111
operators.operatorframework.io/builder: operator-sdk-v1.38.0
1212
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
1313
repository: https://github.com/Kuadrant/mcp-gateway
1414
support: kuadrant
15-
name: mcp-gateway.v0.5.1-rc1
15+
name: mcp-gateway.v0.5.1
1616
namespace: placeholder
1717
spec:
1818
apiservicedefinitions: {}
@@ -201,8 +201,8 @@ spec:
201201
- --log-level=0
202202
env:
203203
- name: RELATED_IMAGE_ROUTER_BROKER
204-
value: ghcr.io/kuadrant/mcp-gateway:v0.5.1-rc1
205-
image: ghcr.io/kuadrant/mcp-controller:v0.5.1-rc1
204+
value: ghcr.io/kuadrant/mcp-gateway:v0.5.1
205+
image: ghcr.io/kuadrant/mcp-controller:v0.5.1
206206
imagePullPolicy: IfNotPresent
207207
livenessProbe:
208208
httpGet:
@@ -262,6 +262,6 @@ spec:
262262
name: Kuadrant
263263
url: https://kuadrant.io
264264
relatedImages:
265-
- image: ghcr.io/kuadrant/mcp-gateway:v0.5.1-rc1
265+
- image: ghcr.io/kuadrant/mcp-gateway:v0.5.1
266266
name: router-broker
267-
version: 0.5.1-rc1
267+
version: 0.5.1

charts/sample_local_helm_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ else
8888
helm upgrade --install mcp-gateway oci://ghcr.io/kuadrant/charts/mcp-gateway \
8989
--create-namespace \
9090
--namespace mcp-system \
91-
--version 0.5.1-rc1 \
91+
--version 0.5.1 \
9292
--set broker.create=true \
9393
--set gateway.create=true \
9494
--set gateway.name=mcp-gateway \

config/deploy/olm/catalogsource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: mcp-gateway-catalog
55
spec:
66
sourceType: grpc
7-
image: ghcr.io/kuadrant/mcp-controller-catalog:main
7+
image: ghcr.io/kuadrant/mcp-controller-catalog:v0.5.1
88
displayName: MCP Gateway
99
grpcPodConfig:
1010
securityContextConfig: restricted

config/manifests/bases/mcp-gateway.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ metadata:
5555
]
5656
capabilities: Basic Install
5757
categories: Integration & Delivery
58-
containerImage: ghcr.io/kuadrant/mcp-controller:v0.5.1-rc1
58+
containerImage: ghcr.io/kuadrant/mcp-controller:v0.5.1
5959
description: An Envoy-based gateway for Model Context Protocol (MCP) servers
6060
repository: https://github.com/Kuadrant/mcp-gateway
6161
support: kuadrant
62-
name: mcp-gateway.v0.5.1-rc1
62+
name: mcp-gateway.v0.5.1
6363
namespace: placeholder
6464
spec:
6565
customresourcedefinitions:
@@ -119,4 +119,4 @@ spec:
119119
provider:
120120
name: Kuadrant
121121
url: https://kuadrant.io
122-
version: 0.5.1-rc1
122+
version: 0.5.1

config/mcp-gateway/components/controller/deployment-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ spec:
2020
serviceAccountName: mcp-controller
2121
containers:
2222
- name: mcp-controller
23-
image: ghcr.io/kuadrant/mcp-controller:v0.5.1-rc1
23+
image: ghcr.io/kuadrant/mcp-controller:v0.5.1
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- ./mcp_controller
2727
- --log-level=0 # info level
2828
env:
2929
- name: RELATED_IMAGE_ROUTER_BROKER
30-
value: ghcr.io/kuadrant/mcp-gateway:v0.5.1-rc1
30+
value: ghcr.io/kuadrant/mcp-gateway:v0.5.1
3131
ports:
3232
- name: health
3333
containerPort: 8081

config/mcp-system/deployment-broker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
secretName: mcp-gateway-config
2626
containers:
2727
- name: mcp-broker-router
28-
image: ghcr.io/kuadrant/mcp-gateway:v0.5.1-rc1
28+
image: ghcr.io/kuadrant/mcp-gateway:v0.5.1
2929
imagePullPolicy: IfNotPresent
3030
command:
3131
- ./mcp_gateway

config/mcp-system/deployment-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccountName: mcp-controller
2222
containers:
2323
- name: mcp-controller
24-
image: ghcr.io/kuadrant/mcp-controller:v0.5.1-rc1
24+
image: ghcr.io/kuadrant/mcp-controller:v0.5.1
2525
imagePullPolicy: IfNotPresent
2626
command:
2727
- ./mcp_controller

config/openshift/deploy_openshift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
MCP_GATEWAY_VERSION="${MCP_GATEWAY_VERSION:-0.5.1-rc1}"
5+
MCP_GATEWAY_VERSION="${MCP_GATEWAY_VERSION:-0.5.1}"
66
MCP_GATEWAY_HOST="${MCP_GATEWAY_HOST:-mcp.apps.$(oc get dns cluster -o jsonpath='{.spec.baseDomain}')}"
77
MCP_GATEWAY_NAMESPACE="${MCP_GATEWAY_NAMESPACE:-mcp-system}"
88
GATEWAY_NAMESPACE="${GATEWAY_NAMESPACE:-gateway-system}"

0 commit comments

Comments
 (0)