From a8dd61ca54d43028ca7da7793368491dc6d9649c Mon Sep 17 00:00:00 2001 From: GiladShapira94 Date: Wed, 28 Jan 2026 17:42:29 +0200 Subject: [PATCH 1/3] Add mlrun 1.11.0-rc28 tag version --- charts/mlrun-ce/Chart.yaml | 2 +- charts/mlrun-ce/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/mlrun-ce/Chart.yaml b/charts/mlrun-ce/Chart.yaml index 11166586..6b8d1597 100644 --- a/charts/mlrun-ce/Chart.yaml +++ b/charts/mlrun-ce/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mlrun-ce -version: 0.12.0-rc1 +version: 0.11.0-rc3 description: MLRun Open Source Stack home: https://iguazio.com icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png diff --git a/charts/mlrun-ce/values.yaml b/charts/mlrun-ce/values.yaml index 4ea3046a..9767c9d6 100644 --- a/charts/mlrun-ce/values.yaml +++ b/charts/mlrun-ce/values.yaml @@ -98,11 +98,15 @@ mlrun: v3io: enabled: false api: + image: + tag: 1.11.0-rc28 ingress: enabled: false annotations: {} sidecars: logCollector: + image: + tag: 1.11.0-rc28 enabled: true fullnameOverride: mlrun-api functionSpecServiceAccountDefault: ~ @@ -149,6 +153,8 @@ mlrun: # - name: alerts ui: + image: + tag: 1.11.0-rc28 fullnameOverride: mlrun-ui ingress: enabled: false From dc34526aa409df0efa3be142fa73f745bcb9befe Mon Sep 17 00:00:00 2001 From: GiladShapira94 Date: Tue, 14 Apr 2026 12:39:37 +0300 Subject: [PATCH 2/3] add pull_request_template.md --- .github/pull_request_template.md | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..3a32cf6e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,50 @@ +### ๐Ÿ“ Description + + + +--- + +### ๐Ÿ› ๏ธ Changes Made + + +--- + +### โœ… Checklist +- [ ] I have tested the changes in this PR +- [ ] I confirmed whether my changes requires change in documentation and if so, I created another PR in MLRun for the relevant documentation. +- [ ] I confirmed whether my changes requires changes in QA tests, for example: credentials changes, resources naming change and if so, I updated the relevant Jira ticket for QA. +- [ ] I increase the Chart version in `charts/mlrun-ce/Chart.yaml`. +- [ ] I confirmed that the installation works both on a local Docker Desktop environment and on a real cluster when using the required [prerequisites](https://docs.mlrun.org/en/stable/install-mlrun-ce/kubernetes-install.html#prerequisites). + - [ ] If not, I updated the relevant Jira ticket with the installation issue and steps to reproduce it or update the prerequisites documentation if the issue is related to missing or outdated prerequisites. +- [ ] If needed, update https://github.com/mlrun/ce/blob/development/charts/mlrun-ce/README.md with the relevant installation instructions and version Matrix. +- [ ] If needed, update the following values files for multi namespace support: + - [ ] [Admin values](https://github.com/mlrun/ce/blob/development/charts/mlrun-ce/admin_installation_values.yaml) + - [ ] [User values Node Port](https://github.com/mlrun/ce/blob/development/charts/mlrun-ce/non_admin_installation_values.yaml) + - [ ] [User values ClusterIP](https://github.com/mlrun/ce/blob/development/charts/mlrun-ce/non_admin_cluster_ip_installation_values.yaml) + +--- + +### ๐Ÿงช Testing + + + +--- + +### ๐Ÿ”— References +- Ticket link: +- External links: +- Design docs links (Optional): +--- + +### ๐Ÿšจ Breaking Changes? + +- [ ] Yes (explain below) +- [ ] No + + + +--- + +### ๐Ÿ”๏ธ Additional Notes + + \ No newline at end of file From 487ad26697a6dcabff2cb846c001fb733e1116ce Mon Sep 17 00:00:00 2001 From: GiladShapira94 Date: Tue, 14 Apr 2026 13:55:08 +0300 Subject: [PATCH 3/3] fix after review --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3a32cf6e..b68a39a2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,11 +11,11 @@ ### โœ… Checklist - [ ] I have tested the changes in this PR -- [ ] I confirmed whether my changes requires change in documentation and if so, I created another PR in MLRun for the relevant documentation. -- [ ] I confirmed whether my changes requires changes in QA tests, for example: credentials changes, resources naming change and if so, I updated the relevant Jira ticket for QA. -- [ ] I increase the Chart version in `charts/mlrun-ce/Chart.yaml`. +- [ ] I confirmed whether my changes require a change in documentation and if so, I created another PR in MLRun for the relevant documentation. +- [ ] I confirmed whether my changes require a changes in QA tests, for example: credentials changes, resources naming change and if so, I updated the relevant Jira ticket for QA. +- [ ] I increased the Chart version in `charts/mlrun-ce/Chart.yaml`. - [ ] I confirmed that the installation works both on a local Docker Desktop environment and on a real cluster when using the required [prerequisites](https://docs.mlrun.org/en/stable/install-mlrun-ce/kubernetes-install.html#prerequisites). - - [ ] If not, I updated the relevant Jira ticket with the installation issue and steps to reproduce it or update the prerequisites documentation if the issue is related to missing or outdated prerequisites. + - [ ] If installation issues were found, I updated the relevant Jira ticket with the issue and steps to reproduce, or updated the prerequisites documentation if the issue is related to missing or outdated prerequisites. - [ ] If needed, update https://github.com/mlrun/ce/blob/development/charts/mlrun-ce/README.md with the relevant installation instructions and version Matrix. - [ ] If needed, update the following values files for multi namespace support: - [ ] [Admin values](https://github.com/mlrun/ce/blob/development/charts/mlrun-ce/admin_installation_values.yaml)