Skip to content

Releases: opendatahub-io/kubeflow

v1.10.0-10

11 Dec 18:58
c42b08e

Choose a tag to compare

What's Changed

  • Update Tekton files to version v1.10.0-10 by @odh-devops-app[bot] in #721
  • [RHOAIENG-34310] reverts changes to matchers_test.go done recently by @jstourac in #706
  • chore(gha): bump actions/checkout from 5 to 6 by @dependabot[bot] in #723
  • chore(gha): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #719
  • Add a target for govulncheck to our component Makefiles, update CI by @jstourac in #722
  • feat: Allow notebook to mount feast-store config by @harshad16 in #730
  • Bump go-toolset images from golang 1.24 to 1.25 by @jstourac in #724
  • Update notebook-controller with image 1.10.0-10 tag by @harshad16 in #734
  • Update Tekton files to version v1.10.0-11 by @odh-devops-app[bot] in #735

Full Changelog: v1.10.0-9...v1.10.0-10

v1.10.0-9

11 Nov 12:30
8fe4edb

Choose a tag to compare

What's Changed

  • [RHOAIENG-38009] Create HTTPRoute in a central namespace by @jstourac in #718
  • upgrade kubeflow notebook-controller image tag version v1.10.0-9 by @harshad16 in #720

Full Changelog: v1.10.0-8...v1.10.0-9

v1.10.0-8

22 Oct 18:40
9a51b02

Choose a tag to compare

What's Changed

  • RHOAIENG-36936: support deletion of oauthclient finalizer by @harshad16 in #712
  • RHOAIENG-36906: reduce scope of the rolebinding to each notebook by @harshad16 in #714
  • [RHOAIENG-36963] fix the kube-rbac-proxy key in the generated config by @jstourac in #715
  • Update notebook-controller with image 1.10.0-8 tag by @harshad16 in #716
  • Update Tekton files to version v1.10.0-9 by @odh-devops-app[bot] in #717

Full Changelog: v1.10.0-7...v1.10.0-8

v1.10.0-7

17 Oct 16:35
85b23c0

Choose a tag to compare

Breaking Change

  • Secruity issue: In a given AI project, if a workbench is created , most of serviceaccount can get access to auth-delegator
  • Non-Admin issue: Non-admin might be able to spin up workbench in jupyter tile

Please upgrade to v1.10.0-8 tag of Notebook-Controller

What's Changed

  • Update Tekton files to version v1.10.0-7 by @odh-devops-app[bot] in #695
  • RHOAIENG-35625: rename AI Pipeline to Pipeline in kubeflow by @hmtosi in #699
  • feat: update public API endpoint format of Elyra to point to Dashboard's external route by @caponetto in #692
  • [RHOAIENG-35037] Remove service mesh support from odh-notebook-controller by @jstourac in #697
  • chore(tests): Bump version of k8s used by envtest from 1.28 to 1.32 by @jstourac in #700
  • NO-JIRA: chore(GHA): bump kind and k8s version for integration tests by @jstourac in #702
  • [RHOAIENG-34310] replace oauth-proxy with kube-rbac-proxy sidecar by @jstourac in #698
  • RHOAIENG-18582: add compatibility for KF_PIPELINES_SSL_SA_CERTS by @harshad16 in #704
  • [RHOAIENG-34310] fix the way we retrieve public api url for elyra settings by @jstourac in #705
  • [RHOAIENG-34310] use kube-auth-proxy image instead of kube-rbac-proxy by @jstourac in #707
  • use kube-auth-proxy image for the sidecar container by @harshad16 in #709
  • upgrade kubeflow notebook-controller image tag version v1.10.0-7 by @harshad16 in #710
  • Update Tekton files to version v1.10.0-8 by @odh-devops-app[bot] in #711

New Contributors

Full Changelog: v1.10.0-6...v1.10.0-7

v1.10.0-6

26 Sep 16:54
2a4c870

Choose a tag to compare

What's Changed

  • Update Tekton files to version v1.10.0-6 by @odh-devops-app[bot] in #685
  • chore(gha): bump actions/checkout from 4 to 5 by @dependabot[bot] in #682
  • [RHOAIENG-32610] Remove hardcoded oauth-proxy fallback image from the… by @jstourac in #683
  • NO-JIRA: fix(test): make certs test more durable by @jstourac in #679
  • NO-JIRA: chore(log): use regular hyphen instead of a dash by @jstourac in #689
  • [RHOAIENG-33901] Allow to config resource requests/limits for OAuthProxy by @jstourac in #688
  • chore(gha): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #686
  • RHOAIENG-32633: rename data science pipelines to ai pipelines in kubeflow by @hmtosi in #687
  • RHOAIENG-23751: Added Finalizer for cleaning up oauthclient with notebook deletion by @harshad16 in #693
  • Update notebook-controller with image 1.10.0-6 tag by @harshad16 in #696

New Contributors

Full Changelog: v1.10.0-5...v1.10.0-6

v1.10.0-5

02 Sep 12:19
f506bd0

Choose a tag to compare

What's Changed

  • Update Tekton files to version v1.10.0-5 by @odh-devops-app[bot] in #665
  • Add logging for INJECT_CLUSTER_PROXY_ENV parse errors by @ada333 in #662
  • Bump go-toolset images from UBI8 to UBI9 and from golang 1.23 to 1.24 by @jstourac in #656
  • NO-JIRA: chore(konflux): rm tekton pipelines for konflux in main branch by @jstourac in #666
  • Improve formatKeyName function to handle all invalid ConfigMap key characters by @ada333 in #663
  • RHOAIENG-29976 - update ntb-controllers dependencies by @jstourac in #667
  • chore(OWNERS): update list of approvers and reviewers to this repo by @jstourac in #672
  • [RHOAIENG-30871] bump the oauth proxy image to RHEL9 and latest by @jstourac in #669
  • [RHOAIENG-30871] chore(oauth-proxy): updated misleading comment and GHA image by @jstourac in #674
  • NO-JIRA: fix(run-e2e-test*): make e2e test running scrips more robust by @jstourac in #676
  • Merge changes from main to v1.10-branch by @jstourac in #675
  • [RHOAIENG-31730] extract the oauth proxy image into params.env file by @jstourac in #671
  • NO-JIRA: chore(ci/kustomize.sh): append also filename in stdout by @jstourac in #680
  • fix(params.env): missing oauth-proxy data for kustomization input by @jstourac in #681
  • Patch the latest v1.10.0-5 image for release by @harshad16 in #684

Full Changelog: v1.10.0-4...v1.10.0-5

v1.10.0-4

21 Jul 18:09
e6f4166

Choose a tag to compare

What's Changed

  • RHOAIENG-27813: extend coverage for the runtime config map tests by @jstourac in #623
  • Revert of fix for RHOAIENG-24545 by @jstourac in #638
  • [GHA-15902831740] Update odh and notebook-controller with image 1.10-6169214 by @ide-developer in #641
  • NO-JIRA: delete components/notebook-controller/config/overlays/standalone-service-mesh/cert-secret.yaml by @jiridanek in #637
  • [GHA-15918349555] Update odh and notebook-controller with image 1.10-de220c0 by @ide-developer in #642
  • RHOAIENG-25707: test(odh-nbc): additional testcases as per review feedback by @jiridanek in #643
  • add @jesuino to OWNERS by @jiridanek in #645
  • Add .editorconfig to enforce coding styles by @jstourac in #647
  • Update Tekton files to version v1.10.0-4 by @odh-devops-app[bot] in #651
  • remove ACK_GINKGO_DEPRECATIONS=1.16.5 env var in make test by @ada333 in #650
  • [Add] Propagate labels from NB to StatefulSets by @jstourac in #646
  • Replace local context.Background() with global context in notebook controller tests by @ada333 in #649
  • Update replacer on the formatKeyName function for runtimes configmap population by @atheo89 in #653
  • [GHA-16343041922] Update odh and notebook-controller with image 1.10- by @ide-developer in #655
  • RHOAIENG-29645: Switch konflux build image for notebook-controller tag v1.10.0-4 by @harshad16 in #664

New Contributors

  • @odh-devops-app[bot] made their first contribution in #651
  • @ada333 made their first contribution in #650

Full Changelog: v1.10.0-3...v1.10.0-4

v1.10.0-3

20 Jun 18:54
82cd070

Choose a tag to compare

What's Changed

  • NO-JIRA: chore(dev): log error when imagestream is found but could not be fetched by @jiridanek in #613
  • NO-JIRA: chore(gh): permit filling blank github issues on the opendatahub-io/kubeflow repo again by @jiridanek in #614
  • Add a script to run kustomize on our components to check all works by @jstourac in #610
  • Update the logger names in odh-notebook-controller tests by @jstourac in #611
  • NO-JIRA: chore(dev): ensure same webhookCertDir location on Linux and macOS by @jiridanek in #612
  • Switch SET_PIPELINE_RBAC env to true by @atheo89 in #617
  • RHOAIENG-11681: Running 'kustomize edit fix --vars' on each component to upgrade to kustomize v5 by @mtchoum1 in #609
  • [GHA-15441731689] Update odh and notebook-controller with image 1.10-452e80c by @ide-developer in #620
  • Update code-quality.yaml to include kustomize check within code-quality github action by @mtchoum1 in #622
  • RHOAIENG-23204: feat: Introduce dspa secret controller to handle ds-pipeline-config lifecycle by @atheo89 in #607
  • [GHA-15533332232] Update odh and notebook-controller with image 1.10-f2df351 by @ide-developer in #624
  • NO-JIRA: disable poem by creating .coderabbit.yaml by @jiridanek in #629
  • RHOAIENG-25707: feat(webhook): read namespace annotation on Notebook CR to locate ImageStream by @jiridanek in #625
  • NO-JIRA: chore(dev): update the logger names for the ODH notebook ctrl by @jstourac in #621
  • [GHA-15738637416] Update odh and notebook-controller with image 1.10-545e639 by @ide-developer in #630
  • [RHOAIENG-363] Include service-ca cert bundle to workbench-ca bundle by @harshad16 in #627
  • RHOAIENG-26099: Make cluster-proxy env in workbenches as optional by @harshad16 in #628
  • [GHA-15785367357] Update odh and notebook-controller with image 1.10-c09c598 by @ide-developer in #633

New Contributors

Full Changelog: v1.10.0-2...v1.10.0-3

v1.10.0-2

22 May 02:06
160974a

Choose a tag to compare

What's Changed

  • NO-JIRA: deps({odh-}notebook-controller): update to go1.23 by @jiridanek in #591
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 in /components/{odh-}notebook-controller by @jiridanek in #556
  • NO-JIRA: chore(docs): Add guide for upgrading Go version and dependencies by @jiridanek in #574
  • chore(gha): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #594
  • NO-JIRA: default to building --platform=linux/amd64 images in Docker builds by @jiridanek in #596
  • [GHA-14883570280] Update odh and notebook-controller with image 1.10-ebb569d by @ide-developer in #597
  • Read pipeline runtime image name from the imagestream tag by @harshad16 in #603
  • RHOAIENG-23765: Adjust the image selection to consider notebook namespace by @harshad16 in #593
  • RHOAIENG-23765: Add span event when ImageStream isn't found. by @jstourac in #606
  • RHOAI-4148: Re-adjust the statefulset, route, service based on generateName by @harshad16 in #539
  • [GHA-15176038300] Update odh and notebook-controller with image 1.10-688c831 by @ide-developer in #608

Full Changelog: v1.10.0-1...v1.10.0-2

v1.10.0-1

17 Apr 12:34
ec68ea2

Choose a tag to compare

What's Changed

  • chore(deps): update konflux references by @red-hat-konflux in #567
  • chore(deps): update konflux references by @red-hat-konflux in #573
  • NO-JIRA: deps({odh-}notebook-controller): update to go1.22 by @jiridanek in #571
  • NO-JIRA: chore(.tekton/): since ubi8 (and ubi9) minimal images fail in Konflux when subscribed with entitlement certificate, hide the certificate from our build so that it does not fail by @jiridanek in #572
  • RHOAIENG-13916: chore(odh-notebook-controller/tests): introduce oTel testing by @jiridanek in #570
  • chore(deps): update konflux references by @red-hat-konflux in #575
  • chore(deps): update konflux references to 53a405f by @red-hat-konflux in #579
  • chore(gha): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #580
  • RHOAIENG-13916: chore(odh-notebook-controller/tests): define constant for the tracing event by @jiridanek in #578
  • Populate Elyra runtime images configMap and mounts it on the Notebook by @atheo89 in #576
  • Sync kubeflow repository with upstream 1.10.0 release by @atheo89 in #582
  • Update branch references in kubeflow repo based the new release by @atheo89 in #583
  • update image references by @atheo89 in #584
  • [GHA-14359206376] Update odh and notebook-controller with image 1.10-47152af by @ide-developer in #585
  • [GHA-14379433294] Update odh and notebook-controller with image 1.10-2830879 by @ide-developer in #586
  • RHOAIENG-11155: Better explanation of 'Authorize Access' UI by @daniellutz in #449
  • [GHA-14501400145] Update odh and notebook-controller with image 1.10-8d5f3b5 by @ide-developer in #588
  • [GHA-14466738442] Update odh and notebook-controller with image 1.10-8d5f3b5 by @ide-developer in #587
  • [GHA-14515455214] Update odh and notebook-controller with image 1.10-de6db1d by @ide-developer in #592

New Contributors

Full Changelog: v1.9.0-10...v1.10.0-1