Skip to content

Releases: kubeflow/kubeflow

v1.9.2

23 Oct 23:52
v1.9.2
315ee7e
Compare
Choose a tag to compare

This release was cut for Kubeflow Platform version 1.9.1.

NOTE: the following release notes are only for the components in the kubeflow/kubeflow repo.

Fixes

Central Dashboard

Notebook Controller

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1

02 Oct 21:36
v1.9.1
a145206
Compare
Choose a tag to compare

This release was cut for Kubeflow Platform version 1.9.1.

NOTE: the following release notes are only for the components in the kubeflow/kubeflow repo.

Significant Changes

  • This update ONLY makes changes to the default Kubeflow Notebooks images:
    • The RStudio images now work better, and can install packages from the UI successfully.
    • Some packages have been updated, see the PR for details #7647
    • The new images can be used with any version of Kubeflow Notebooks, see the list of images and use the v1.9.1 tag.
  • We now have official PyTorch Jupyter images for Intel Gaudi accelerators:
    • Pull the image here: docker.io/kubeflownotebookswg/jupyter-pytorch-gaudi-full:v1.9.1
    • We would also like to introduce official AMD images, please reach out if you can help.

Features

Notebook Images

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

16 Jul 21:41
v1.9.0
48b8643
Compare
Choose a tag to compare

This release was cut for Kubeflow Platform version 1.9.0.

NOTE: the following release notes are only for the components in the kubeflow/kubeflow repo.

Significant Changes

Central Dashboard

  • Clean up homepage and group Kubeflow Pipelines sidebar links: #7583
  • Manage contributors for all owned namespaces: #7582

Kubeflow Notebooks

  • Update default packages (Jupyter, VSCode, RStudio, PyTorch, Tensorflow, CUDA, etc): #7590
  • Allow notebooks to run with restricted pod security contexts: #7622

Features

Central Dashboard

Notebook Images

Jupyter Web App

Profile Controller

TensorBoard Controller

  • feat: allow setting ISTIO_HOST in notebook/tensorboard controller for Istio VirtualServices by @punkerpunker in #6902

PVC Viewer

Fixes

Central Dashboard

Notebook Controller

Profile Controller

Jupyter Web App

PVC Viewer

TensorBoard Web App

  • fix: remove incorrect space in TWA_APP_SECURE_COOKIES config by @hhk7734 in #7274

Central Dashboard (Angular Rewrite - Not Finished)

  • fix: point to ~kubeflow/styles/fonts.scss by @DnPlas in #7353

Code Health

  • Fix typo in centraldashboard/README.md by @eltociear in #6556
  • docs: add 1.8 roadmap by @DnPlas in #7132
  • ci: fix test image replacement by @thesuperzapper in #7263
  • build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /components/notebook-controller by @dependabot in #7256
  • ci: Build ARM images for core components by @kimwnasptd in #7220
  • build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /components/pvcviewer-controller by @dependabot in #7331
  • Run build steps for multi-arch sequentially by @kimwnasptd in #7333
  • poddefaults: Bump golang to 1.20 by @kimwnasptd in #7338
  • ci: Ensure we publish for all architectures by @kimwnasptd in #7343
  • ci: Push the multi-arch image for specific tag by @kimwnasptd in #7345
  • build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /components/centraldashboard-angular/backend by @dependabot in #7216
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /components/centraldashboard-angular/frontend by @dependabot in #7217
  • build(deps-dev): bump @babel/traverse from 7.20.1 to 7.23.2 in /components/centraldashboard-angular/backend by @dependabot in #7361
  • build(deps-dev): bump @babel/traverse from 7.20.1 to 7.23.2 in /components/centraldashboard-angular/frontend by @dependabot in #7362
  • ci: fix version tagging of notebook server images by @thesuperzapper in #7386
  • build(deps): bump yargs-parser and concurrently in /components/centraldashboard-angular/backend by @dependabot in #6773
  • build(deps): bump engine.io and socket.io in /components/centraldashboard-angular/frontend by @dependabot in #7117
  • ci: prevent triggering release builds accidentally by @thesuperzapper in #7401
  • build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /components/pvcviewer-controller by @dependabot in #7427
  • chore: cleanup inactive owners by @thesuperzapper in #7402
  • chore (manifests): Fixes centraldashboard for kustomize 5 by @alekseyolg in #7451
  • build(deps): bump @babel/traverse from 7.14.7 to 7.23.2 in /components/crud-web-apps/tensorboards/frontend by @dependabot in #7355
  • build(deps): bump @babel/traverse from 7.14.7 to 7.23.2 in /components/crud-web-apps/volumes/frontend by @dependabot in #7356
  • build(deps): bump golang.org/x/net from 0.0.0-20210825183410-e898025ed96a to 0.17.0 in /components/tensorboard-controller by @dependabot in #7329
  • build(deps): bump debug from 4.1.1 to 4.3.4 in /components/crud-web-apps/tensorboards/frontend by @dependabot in #7307
  • build(deps): bump debug from 4.1.1 to 4.3.4 in /components/crud-web-apps/volumes/frontend by @dependabot in #7308
  • build(deps): bump debug from 4.1.1 to 4.3.4 in /components/crud-web-apps/jupyter/frontend by @dependabot in #7309
  • build(deps-dev): bump fsevents from 1.2.9 to 1.2.13 in /components/centraldashboard by @dependabot in #7324
  • build(deps): bump golang.org/x/net from 0.0.0-20200625001655-4c5254603344 to 0.17.0 in /components/access-management by @dependabot in #7327
  • build(deps): bump @ba...
Read more

v1.8.0

01 Nov 13:36
a1ea0e9
Compare
Choose a tag to compare

This release was cut for Kubeflow Platform version 1.8.0.

NOTE: the following release notes are only for the components in the kubeflow/kubeflow repo.

Features

Fixes

Code Health

  • build(deps): bump cacheable-request and @kubernetes/client-node in /components/centraldashboard-angular/frontend by @dependabot in #6951
  • Update GH Action script for installing Cert Manager by @kimwnasptd in #6921
  • build(deps): bump json5 from 1.0.1 to 1.0.2 in /components/crud-web-apps/tensorboards/frontend by @dependabot in #6877
  • build(deps): bump json5 from 1.0.1 to 1.0.2 in /components/crud-web-apps/common/frontend/kubeflow-common-lib by @dependabot in #6878
  • centraldashboard: Fix failing test by @orfeas-k in #6959
  • centraldashboard(make): Use correct dir by @kimwnasptd in #6960
  • centraldashboard: Don't run tests in docker build by @kimwnasptd in #6961
  • GH Action for Admission webhook unit tests by @deepk2u in #6893
  • build(deps): bump json5 from 1.0.1 to 1.0.2 in /components/crud-web-apps/volumes/frontend by @dependabot in #6881
  • build(deps): bump json5 from 1.0.1 to 1.0.2 in /components/crud-web-apps/jupyter/frontend by @dependabot in #6880
  • build(deps): bump json5 from 1.0.1 to 1.0.2 in /components/centraldashboard-angular/frontend by @dependabot in #6883
  • build(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /components/centraldashboard-angular/frontend by @dependabot in #6905
  • build(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /components/centraldashboard by @dependabot in #6906
  • build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /components/crud-web-apps/tensorboards/frontend by @dependabot in #6907
  • build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /components/crud-web-apps/volumes/frontend by @dependabot in #6908
  • build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /components/notebook-controller by @dependabot in #6955
  • build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /components/tensorboard-controller by @dependabot in #6956
  • build(deps): bump github.com/prometheus/client_golang from 0.9.2 to 1.11.1 in /components/access-management by @dependabot in #6957
  • Document the release process for Notebooks by @annajung in #6976
  • jwa: Remove all the Rok references by @elenzio9 in #6985
  • vwa: Remove all the Rok references by @elenzio9 in #6984
  • build(deps): bump golang.org/x/sys from 0.0.0-20211029165221-6e7872819dc8 to 0.1.0 in /components/admission-webhook by @dependabot in #7008
  • [Profile controller IAM plugin] update readme for aws plugin by @ryansteakley in #6996
  • gh-actions(cdb): Fix Build and Publish action by @orfeas-k in #7031
  • web-apps: Remove all the Rok references by @elenzio9 in #7020
  • testing: Cleanup the testing dir and add gh actions placeholder folder by @kimwnasptd in #6535
  • remove dangerous links from readme by @thesuperzapper in https://github.com/kubeflow/kubefl...
Read more

v1.8.0-rc.6

31 Oct 23:06
d8222aa
Compare
Choose a tag to compare
v1.8.0-rc.6 Pre-release
Pre-release

Seventh RC for the Kubeflow 1.8 release!

v1.8.0-rc.5

25 Oct 19:01
0f83467
Compare
Choose a tag to compare
v1.8.0-rc.5 Pre-release
Pre-release

Sixth RC of the KF 1.8 release ๐ŸŽ‰

v1.8.0-rc.4

25 Oct 12:02
2757953
Compare
Choose a tag to compare
v1.8.0-rc.4 Pre-release
Pre-release

Fifth RC of the KF 1.8 release ๐ŸŽ‰

v1.8.0-rc.3

24 Oct 15:55
25a3166
Compare
Choose a tag to compare
v1.8.0-rc.3 Pre-release
Pre-release

Fourth RC of the KF 1.8 release ๐ŸŽ‰

v1.8.0-rc.2

16 Oct 10:37
d91e1f2
Compare
Choose a tag to compare
v1.8.0-rc.2 Pre-release
Pre-release

Third RC of the KF 1.8 release ๐ŸŽ‰

v1.8.0-rc.1

21 Sep 10:25
31a0675
Compare
Choose a tag to compare
v1.8.0-rc.1 Pre-release
Pre-release

Second RC of the KF 1.8 release ๐ŸŽ‰