Skip to content

Commit 15661b3

Browse files
jonburdodependabot[bot]pboyd
authored
Jonburdo 2026 04 24 sync (#1724)
* build(deps): bump boto3 from 1.42.88 to 1.42.91 in /clients/python (kubeflow#2620) Bumps [boto3](https://github.com/boto/boto3) from 1.42.88 to 1.42.91. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.88...1.42.91) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.91 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: rename container images (kubeflow#2639) Renaming ghcr.io/kubeflow/model-registry/* to ghcr.io/kubeflow/hub/* Signed-off-by: Paul Boyd <paul@pboyd.io> * chore: rename go modules (kubeflow#2635) github.com/kubeflow/model-registry -> github.com/kubeflow/hub Signed-off-by: Paul Boyd <paul@pboyd.io> * build(deps-dev): bump ray from 2.54.1 to 2.55.0 in /clients/python (kubeflow#2619) Bumps [ray](https://github.com/ray-project/ray) from 2.54.1 to 2.55.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.54.1...ray-2.55.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.55.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump types-python-dateutil from 2.9.0.20260305 to 2.9.0.20260408 in /clients/python (kubeflow#2618) Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20260305 to 2.9.0.20260408. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260408 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump pydantic from 2.13.0 to 2.13.3 in /clients/python (kubeflow#2617) Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump schemathesis from 4.15.0 to 4.15.2 in /clients/python (kubeflow#2616) Bumps [schemathesis](https://github.com/schemathesis/schemathesis) from 4.15.0 to 4.15.2. - [Release notes](https://github.com/schemathesis/schemathesis/releases) - [Changelog](https://github.com/schemathesis/schemathesis/blob/master/CHANGELOG.md) - [Commits](schemathesis/schemathesis@v4.15.0...v4.15.2) --- updated-dependencies: - dependency-name: schemathesis dependency-version: 4.15.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update project name and repo links (kubeflow#2640) * chore: update repo links Replace links to https://github.com/kubeflow/model-registry with links to https://github.com/kubeflow/hub Signed-off-by: Paul Boyd <paul@pboyd.io> * chore: update project name Updated the project name to Kubeflow Hub in several places. I probably missed some references, but I tried to be conservative since Model Registry is still a component of Hub. Signed-off-by: Paul Boyd <paul@pboyd.io> * chore: regenerate catalog files from the openapi spec Signed-off-by: Paul Boyd <paul@pboyd.io> --------- Signed-off-by: Paul Boyd <paul@pboyd.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Paul Boyd <paul@pboyd.io> Signed-off-by: Jon Burdo <jon@jonburdo.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Boyd <paul@pboyd.io>
1 parent f9ce15b commit 15661b3

456 files changed

Lines changed: 1558 additions & 1673 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [ ] Automated tests are provided as part of the PR for major new functionalities; testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
1919
- [ ] The developer has manually tested the changes and verified that the changes work.
2020
- [ ] Code changes follow the [kubeflow contribution guidelines](https://www.kubeflow.org/docs/about/contributing/).
21-
- [ ] **For first time contributors**: Please reach out to the [Reviewers](https://github.com/kubeflow/model-registry/blob/main/OWNERS) to ensure all tests are being run, ensuring the label `ok-to-test` has been added to the PR.
21+
- [ ] **For first time contributors**: Please reach out to the [Reviewers](https://github.com/kubeflow/hub/blob/main/OWNERS) to ensure all tests are being run, ensuring the label `ok-to-test` has been added to the PR.
2222

2323
If you have UI changes
2424

.github/workflows/build-and-push-ui-images-standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: read-all
1717
env:
1818
IMG_REGISTRY: ghcr.io
1919
IMG_ORG: kubeflow
20-
IMG_UI_REPO: model-registry/ui-standalone # this image is intended for local development, not production
20+
IMG_UI_REPO: hub/ui-standalone # this image is intended for local development, not production
2121
DOCKER_USER: ${{ github.actor }}
2222
DOCKER_PWD: ${{ secrets.GITHUB_TOKEN }}
2323
PLATFORMS: linux/arm64,linux/amd64

.github/workflows/build-and-push-ui-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: read-all
1717
env:
1818
IMG_REGISTRY: ghcr.io
1919
IMG_ORG: kubeflow
20-
IMG_UI_REPO: model-registry/ui # this image is intended for local development, not production
20+
IMG_UI_REPO: hub/ui # this image is intended for local development, not production
2121
DOCKER_USER: ${{ github.actor }}
2222
DOCKER_PWD: ${{ secrets.GITHUB_TOKEN }}
2323
PLATFORMS: linux/arm64,linux/amd64

.github/workflows/build-image-ui-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: # set contents: read at top-level, per OpenSSF ScoreCard rule Token
1616

1717
env:
1818
IMG_ORG: kubeflow
19-
IMG_REPO: model-registry-ui
19+
IMG_REPO: hub/ui
2020
PUSH_IMAGE: false
2121
BRANCH: ${{ github.base_ref }}
2222
jobs:

.github/workflows/controller-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- name: Build controller
5757
shell: bash
5858
env:
59-
IMG_REPO: model-registry/controller
59+
IMG_REPO: hub/controller
6060
IMG_VERSION: ${{ steps.tags.outputs.tag }}
6161
run: make image/build

.github/workflows/first-time-contributor-pr.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Welcome first-time contributors (Beta2)
22

33
on:
44
pull_request:
5-
types:
5+
types:
66
- opened
77
- synchronize
88
- reopened
@@ -33,16 +33,16 @@ jobs:
3333
python3 << 'EOF'
3434
import yaml
3535
import os
36-
36+
3737
with open('OWNERS', 'r') as f:
3838
data = yaml.safe_load(f)
39-
39+
4040
approvers = data.get('approvers', [])
4141
result = ' '.join([f'@{approver}' for approver in approvers])
42-
42+
4343
with open(os.environ['GITHUB_OUTPUT'], 'a') as f:
4444
f.write(f'approvers={result}\n')
45-
45+
4646
print(f'Extracted approvers: {result}')
4747
EOF
4848
- name: Log approvers
@@ -55,11 +55,11 @@ jobs:
5555
continue-on-error: true
5656
with:
5757
issue_message: |
58-
🎉 **Welcome to the Kubeflow Model Registry!** 🎉
58+
🎉 **Welcome to the Kubeflow Hub!** 🎉
5959
Thanks for opening your first issue! We're happy to have you as part of our community 🚀
6060
6161
**Here's what happens next:**
62-
- If you'd like to contribute to this issue, check out our [Contributing Guide](https://github.com/kubeflow/model-registry/blob/main/CONTRIBUTING.md) for repo-specific guidelines and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) for general community standards
62+
- If you'd like to contribute to this issue, check out our [Contributing Guide](https://github.com/kubeflow/hub/blob/main/CONTRIBUTING.md) for repo-specific guidelines and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) for general community standards
6363
- Our team will review your issue soon!
6464
6565
**Join the community:**
@@ -69,11 +69,11 @@ jobs:
6969
Feel free to ask questions in the comments if you need any help or clarification!
7070
Thanks again for contributing to Kubeflow! 🙏
7171
pr_message: |
72-
🎉 **Welcome to the Kubeflow Model Registry!** 🎉
72+
🎉 **Welcome to the Kubeflow Hub!** 🎉
7373
Thanks for opening your first PR! We're happy to have you as part of our community 🚀
7474
7575
**Here's what happens next:**
76-
- If you haven't already, please check out our [Contributing Guide](https://github.com/kubeflow/model-registry/blob/main/CONTRIBUTING.md) for repo-specific guidelines and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) for general community standards
76+
- If you haven't already, please check out our [Contributing Guide](https://github.com/kubeflow/hub/blob/main/CONTRIBUTING.md) for repo-specific guidelines and the [Kubeflow Contributor Guide](https://www.kubeflow.org/docs/about/contributing/) for general community standards
7777
- Our team will review your PR soon!
7878
7979
**Join the community:**

.github/workflows/test-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions: # set contents: read at top-level, per OpenSSF ScoreCard rule Token
1313
env:
1414
IMG_REGISTRY: ghcr.io
1515
IMG_ORG: kubeflow
16-
IMG_REPO: model-registry/server
16+
IMG_REPO: hub/server
1717
IMG_VERSION: latest
1818
PUSH_IMAGE: false
1919

.github/workflows/trivy-image-scanning.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
strategy:
1717
matrix:
1818
IMAGE: [
19-
'ghcr.io/kubeflow/model-registry/server:latest',
20-
'ghcr.io/kubeflow/model-registry/ui:latest',
21-
'ghcr.io/kubeflow/model-registry/job/async-upload:latest',
22-
'ghcr.io/kubeflow/model-registry/storage-initializer:latest',
23-
'ghcr.io/kubeflow/model-registry/ui-standalone:latest'
19+
'ghcr.io/kubeflow/hub/server:latest',
20+
'ghcr.io/kubeflow/hub/ui:latest',
21+
'ghcr.io/kubeflow/hub/job/async-upload:latest',
22+
'ghcr.io/kubeflow/hub/storage-initializer:latest',
23+
'ghcr.io/kubeflow/hub/ui-standalone:latest'
2424
]
2525
steps:
2626
- name: Checkout code

ADOPTERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Adopters of Kubeflow Model Registry
1+
# Adopters of Kubeflow Hub
22

3-
Below are the adopters of the Model Registry project. If you are using Model Registry in your organization, please add your name to the list by submitting a pull request: this will help foster the Kubeflow community. Kindly ensure the list remains in alphabetical order.
3+
Below are the adopters of Kubeflow Hub (formerly known as Model Registry). If you are using this project in your organization, please add your name to the list by submitting a pull request: this will help foster the Kubeflow community. Kindly ensure the list remains in alphabetical order.
44
If you are using other Kubeflow components, consider adding your name as well to the overall [Kubeflow Community Adopters file](https://github.com/kubeflow/community/blob/master/ADOPTERS.md).
55

66
| Organization | Contact (GitHub User Name) | Environment | Description of Use |

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AGENTS.md — Model Registry
1+
# AGENTS.md — Kubeflow Hub
22

33
## Who This Is For
44

@@ -312,7 +312,7 @@ The following directories contain auto-generated code. Modify the sources and re
312312
- Do not push secrets, credentials, or modify git config
313313
- Run `go mod tidy` if you changed dependencies
314314
- Keep commit messages brief
315-
- Follow the Conventional Commit specification (e.g. `feat(catalog): <description>`, `fix: some bug`)
315+
- Follow the Conventional Commit specification (e.g. `feat(catalog): <description>`, `fix: some bug`)
316316

317317
## Core Development Principles
318318

0 commit comments

Comments
 (0)