Skip to content

chore: integrate rock image migrate:1.16.0-e5dc265#401

Merged
dariofaccin merged 1 commit into
mainfrom
integrate-migrate-1.16.0-e5dc265
May 20, 2026
Merged

chore: integrate rock image migrate:1.16.0-e5dc265#401
dariofaccin merged 1 commit into
mainfrom
integrate-migrate-1.16.0-e5dc265

Conversation

@ckfbot

@ckfbot ckfbot commented May 20, 2026

Copy link
Copy Markdown
Contributor

This PR was opened automatically by the charmed-analytics-ci library as part of the Rock CI system after the rock image was built and published.

🔗 Triggered by upstream PR: canonical/knative-rocks#117

🔧 Updated Rock References

The following image paths were updated:

  • File: charms/knative-serving/src/default-custom-images.json
    • Path: migrate

This PR closes #334.

@ckfbot

ckfbot commented May 20, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Backport labels populated

Labels to this pull request were added automatically by the populate-labels.yaml action.

When the PR is merged, backport PRs according to the labels will be automatically created. To skip the backport creation, remove any unneeded labels before merging the PR.

@github-actions github-actions Bot added Libraries: OK The charm libs used are OK and in-sync Libraries: Out of sync The charm libs used are out-of-sync and removed Libraries: OK The charm libs used are OK and in-sync labels May 20, 2026
@dariofaccin

Copy link
Copy Markdown
Contributor

The PR looks good.
I updated the config of knative-serving with the new migrate image:

juju config knative-serving custom_images="     
activator: ''
autoscaler: ''
controller: ''
webhook: ''
autoscaler-hpa: ''
net-istio-controller/controller: ''
net-istio-webhook/webhook: ''
queue-proxy: ''
migrate: 'docker.io/charmedkubeflow/migrate:1.16.0-e5dc265'  
"

After deleting the stale job storage-version-migration-serving-serving-1.16.0, the result is the following:

kubectl get jobs -A
NAMESPACE         NAME                                               STATUS    COMPLETIONS   DURATION   AGE
knative-serving   cleanup-serving-serving-1.16.0                     Running   0/1           1s         1s
knative-serving   storage-version-migration-serving-serving-1.16.0   Running   0/1           1s         1s

And then:

kubectl get jobs -A
NAMESPACE         NAME                                               STATUS     COMPLETIONS   DURATION   AGE
knative-serving   cleanup-serving-serving-1.16.0                     Complete   1/1           3s         12s
knative-serving   storage-version-migration-serving-serving-1.16.0   Complete   1/1           7s         12s

@dariofaccin dariofaccin merged commit a32507f into main May 20, 2026
32 checks passed
@dariofaccin dariofaccin deleted the integrate-migrate-1.16.0-e5dc265 branch May 20, 2026 07:45
@ckfbot

ckfbot commented May 20, 2026

Copy link
Copy Markdown
Contributor Author

Successfully created backport PR for track/1.16:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Libraries: Out of sync The charm libs used are out-of-sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

storage-version-migration-serving-serving-1.16.0 never completed.

3 participants