feat(container): update toolhive group (0.28.3 ➔ 0.29.0) #216

Merged
dusk-bot merged 1 commit from renovate-toolhive into main 2026-06-04 03:21:31 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/stacklok/toolhive/toolhive-operator minor 0.28.30.29.0
ghcr.io/stacklok/toolhive/toolhive-operator-crds minor 0.28.30.29.0

Configuration

📅 Schedule: (in timezone America/Toronto)

  • Branch creation
    • "every weekday"
  • Automerge
    • "every weekday"

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/stacklok/toolhive/toolhive-operator | minor | `0.28.3` → `0.29.0` | | ghcr.io/stacklok/toolhive/toolhive-operator-crds | minor | `0.28.3` → `0.29.0` | --- ### Configuration 📅 **Schedule**: (in timezone America/Toronto) - Branch creation - "every weekday" - Automerge - "every weekday" 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIxMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJwcmlvcml0eS9tZWRpdW0iLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
feat(container): update toolhive group (0.28.3 ➔ 0.29.0)
All checks were successful
Labeler / Labeler (pull_request_target) Successful in 37s
Flate / Flate - Filter (pull_request) Successful in 18s
Flate / Flate (helmrelease) (pull_request) Successful in 1m47s
Flate / Flate (kustomization) (pull_request) Successful in 1m51s
Flate / Flate - Comment (pull_request) Successful in 38s
Flate - Success Flate checks success
Flate / Flate - Success (pull_request) Successful in 44s
d61d0c9f7d
dusk-bot scheduled this pull request to auto merge when all checks succeed 2026-06-04 03:05:08 +00:00
Author
Collaborator
Kustomization diff

@@ spec.ref.tag @@
# source.toolkit.fluxcd.io/v1/OCIRepository/cortex/toolhive-operator
! ± value change
- 0.28.3
+ 0.29.0

@@ spec.ref.tag @@
# source.toolkit.fluxcd.io/v1/OCIRepository/cortex/toolhive-operator-crds
! ± value change
- 0.28.3
+ 0.29.0
HelmRelease diff

@@ rules @@
# rbac.authorization.k8s.io/v1/ClusterRole/toolhive-operator-manager-role
! + three list entries added:
+ - resources:
+   - customresourcedefinitions
+   apiGroups:
+   - apiextensions.k8s.io
+   verbs:
+   - get
+   - list
+   - watch
+ - resources:
+   - customresourcedefinitions/status
+   apiGroups:
+   - apiextensions.k8s.io
+   verbs:
+   - patch
+   - update
+ - resources:
+   - "*"
+   apiGroups:
+   - toolhive.stacklok.dev
+   verbs:
+   - get
+   - list
+   - update

@@ spec.template.spec.containers.manager.env @@
# apps/v1/Deployment/cortex/toolhive-operator
! + one list entry added:
+ - name: TOOLHIVE_ENABLE_STORAGE_VERSION_MIGRATOR
+   value: "false"

@@ spec.template.spec.containers.manager.env.TOOLHIVE_RUNNER_IMAGE.value @@
# apps/v1/Deployment/cortex/toolhive-operator
! ± value change
- ghcr.io/stacklok/toolhive/proxyrunner:v0.28.3
+ ghcr.io/stacklok/toolhive/proxyrunner:v0.29.0

@@ spec.template.spec.containers.manager.env.VMCP_IMAGE.value @@
# apps/v1/Deployment/cortex/toolhive-operator
! ± value change
- ghcr.io/stacklok/toolhive/vmcp:v0.28.3
+ ghcr.io/stacklok/toolhive/vmcp:v0.29.0

@@ spec.template.spec.containers.manager.image @@
# apps/v1/Deployment/cortex/toolhive-operator
! ± value change
- ghcr.io/stacklok/toolhive/operator:v0.28.3
+ ghcr.io/stacklok/toolhive/operator:v0.29.0

Diff created by flateWorkflow run

<!-- flate --> <details open><summary>Kustomization diff</summary> ```diff @@ spec.ref.tag @@ # source.toolkit.fluxcd.io/v1/OCIRepository/cortex/toolhive-operator ! ± value change - 0.28.3 + 0.29.0 @@ spec.ref.tag @@ # source.toolkit.fluxcd.io/v1/OCIRepository/cortex/toolhive-operator-crds ! ± value change - 0.28.3 + 0.29.0 ``` </details> <details open><summary>HelmRelease diff</summary> ```diff @@ rules @@ # rbac.authorization.k8s.io/v1/ClusterRole/toolhive-operator-manager-role ! + three list entries added: + - resources: + - customresourcedefinitions + apiGroups: + - apiextensions.k8s.io + verbs: + - get + - list + - watch + - resources: + - customresourcedefinitions/status + apiGroups: + - apiextensions.k8s.io + verbs: + - patch + - update + - resources: + - "*" + apiGroups: + - toolhive.stacklok.dev + verbs: + - get + - list + - update @@ spec.template.spec.containers.manager.env @@ # apps/v1/Deployment/cortex/toolhive-operator ! + one list entry added: + - name: TOOLHIVE_ENABLE_STORAGE_VERSION_MIGRATOR + value: "false" @@ spec.template.spec.containers.manager.env.TOOLHIVE_RUNNER_IMAGE.value @@ # apps/v1/Deployment/cortex/toolhive-operator ! ± value change - ghcr.io/stacklok/toolhive/proxyrunner:v0.28.3 + ghcr.io/stacklok/toolhive/proxyrunner:v0.29.0 @@ spec.template.spec.containers.manager.env.VMCP_IMAGE.value @@ # apps/v1/Deployment/cortex/toolhive-operator ! ± value change - ghcr.io/stacklok/toolhive/vmcp:v0.28.3 + ghcr.io/stacklok/toolhive/vmcp:v0.29.0 @@ spec.template.spec.containers.manager.image @@ # apps/v1/Deployment/cortex/toolhive-operator ! ± value change - ghcr.io/stacklok/toolhive/operator:v0.28.3 + ghcr.io/stacklok/toolhive/operator:v0.29.0 ``` </details> <sub>Diff created by [flate](https://github.com/home-operations/flate) — [Workflow run](https://git.dcunha.io/Exikle/Artemis-Cluster/actions/runs/790)</sub>
dusk-bot deleted branch renovate-toolhive 2026-06-04 03:21:31 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Exikle/Artemis-Cluster!216
No description provided.