Skip to content

Commit 6d697fd

Browse files
Release v1.4.7 (#815)
## Release v1.4.7 ### Version Bump **patch** release ### Files Updated - `VERSION` - `deploy/charts/toolhive-registry-server/Chart.yaml` (path: `version`) - `deploy/charts/toolhive-registry-server/Chart.yaml` (path: `appVersion`) - `deploy/charts/toolhive-registry-server/values.yaml` (path: `image.registryServerUrl`) - Helm chart docs (via helm-docs) ### Next Steps 1. Review this PR 2. Merge to main 3. Release automation will handle the rest ### Checklist - [ ] Version bump is correct - [ ] All CI checks pass Co-authored-by: toolhive-release-app[bot] <280093410+toolhive-release-app[bot]@users.noreply.github.com>
1 parent 7f03ab6 commit 6d697fd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.4.7

deploy/charts/toolhive-registry-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: toolhive-registry-server
33
description: A Helm chart for deploying the ToolHive Registry Server - the central metadata hub for enterprise MCP governance and discovery
44
type: application
5-
version: 1.4.6
6-
appVersion: 1.4.6
5+
version: 1.4.7
6+
appVersion: 1.4.7
77
keywords:
88
- mcp
99
- registry

deploy/charts/toolhive-registry-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The command removes all the Kubernetes components associated with the chart and
7373
| extraVolumes | list | `[]` | Additional volumes to add to the pod |
7474
| fullnameOverride | string | `""` | Override the full name of the chart |
7575
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
76-
| image.registryServerUrl | string | `"ghcr.io/stacklok/thv-registry-api:v1.4.6"` | URL of the registry server image |
76+
| image.registryServerUrl | string | `"ghcr.io/stacklok/thv-registry-api:v1.4.7"` | URL of the registry server image |
7777
| imagePullSecrets | list | `[]` | Image pull secrets for private registries |
7878
| initContainers | list | `[]` | Init containers to run before the main container Use this for setup tasks like preparing pgpass files, waiting for dependencies, etc. Init containers share the same volumes as the main container (extraVolumes) |
7979
| livenessProbe | object | `{"httpGet":{"path":"/health","port":"internal-http"},"initialDelaySeconds":30,"periodSeconds":10}` | Liveness probe configuration |

deploy/charts/toolhive-registry-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
# -- URL of the registry server image
9-
registryServerUrl: "ghcr.io/stacklok/thv-registry-api:v1.4.6"
9+
registryServerUrl: "ghcr.io/stacklok/thv-registry-api:v1.4.7"
1010

1111
# -- Image pull policy
1212
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)