Skip to content

Releases: FootprintAI/multikf

Release v2.4.1

19 Oct 03:23
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/spf13/viper from 1.12.0 to 1.18.2 by @dependabot in #60
  • chore(deps): bump github.com/go-cmd/cmd from 1.4.0 to 1.4.2 by @dependabot in #58
  • chore(deps): bump k8s.io/cli-runtime from 0.24.2 to 0.29.3 by @dependabot in #62
  • chore(deps): bump sigs.k8s.io/kind from 0.11.1 to 0.22.0 by @dependabot in #59
  • chore(deps): bump github.com/bramvdbogaerde/go-scp from 1.2.0 to 1.3.0 by @dependabot in #56
  • chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #63
  • chore(deps): bump github.com/bramvdbogaerde/go-scp from 1.3.0 to 1.4.0 by @dependabot in #64
  • chore(deps): bump github.com/golang/glog from 1.2.0 to 1.2.1 by @dependabot in #66
  • chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #65
  • chore(deps): bump k8s.io/cli-runtime from 0.29.3 to 0.29.4 by @dependabot in #67
  • chore(deps): bump sigs.k8s.io/kind from 0.22.0 to 0.23.0 by @dependabot in #71
  • chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #70
  • chore(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in #73
  • chore(deps): bump alpine from 3.19 to 3.20 by @dependabot in #72
  • chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in #75
  • chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #74
  • feat: add support on kubeflow v1.8.1 by @hsinatfootprintai in #69
  • bump: golang v1.21.5 by @hsinatfootprintai in #77
  • bump: golang v1.21.5 by @hsinatfootprintai in #80
  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #82
  • chore(deps): bump github.com/go-cmd/cmd from 1.4.2 to 1.4.3 by @dependabot in #83
  • chore(deps): bump golang from 1.21.6-bookworm to 1.22.4-bookworm by @dependabot in #81
  • chore(deps): bump golang from 1.22.4-bookworm to 1.23rc1-bookworm by @dependabot in #85
  • chore(deps): bump github.com/bramvdbogaerde/go-scp from 1.4.0 to 1.5.0 by @dependabot in #84
  • chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot in #86
  • chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot in #90
  • chore(deps): bump sigs.k8s.io/kind from 0.23.0 to 0.24.0 by @dependabot in #93
  • chore(deps): bump golang from 1.23rc1-bookworm to 1.23-bookworm by @dependabot in #91
  • chore(deps): bump github.com/golang/glog from 1.2.1 to 1.2.2 by @dependabot in #87
  • chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 by @dependabot in #94
  • chore(deps): bump k8s.io/cli-runtime from 0.29.4 to 0.31.1 by @dependabot in #95
  • chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #96
  • add kubeflow 1.9.0 by @hsinatfootprintai in #97

Full Changelog: v2.4.0...v2.4.1

Release v2.4.0

13 Mar 22:53
43aa2a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.11...v2.4.0

Release v2.3.11

08 Nov 15:46
5b926ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.10...v2.3.11

Release v2.3.10

23 Aug 02:18
Compare
Choose a tag to compare

What's Changed

  • feat: add multiple node support with --with_workers=N by @hsinhoyeh in #26
  • feat: add node labels with --with_labels=a=b,c=d by @hsinhoyeh in #27
  • feat: passing gpu to workers when multi-node is enabled by @hsinhoyeh in #28
  • feat: add hostpath mount feature for persist pvcs onto host machine by @hsinhoyeh in #29
  • chore(manifests): bump kubeadm version v1.23.12 by @hsinhoyeh in #30
  • manifests: add kf1.7.0. drop kf1.4 and kf1.5 by @hsinhoyeh in #31

Full Changelog: v2.3.9...v2.3.10

Release v2.3.7

02 Dec 01:42
Compare
Choose a tag to compare
  • use kind v1.21.14 w/ containerd v1.8 to workaround GPU-operator issue
  • fix hack script while installing GPU on Linux

Full Changelog: v2.3.6...v2.3.7

Release 20220916

16 Sep 02:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

Release 20220808

08 Aug 08:03
Compare
Choose a tag to compare

FIXED

  • Fixed CSRF token missin issue on jupyter notebook page

What's Changed

Full Changelog: v2.3.4...v2.3.5

Release 20220803

03 Aug 09:12
Compare
Choose a tag to compare

What's Changed

./multikf.linux plugin add <nodename> --with_kubeflow=true --kubeflow_version=v1.5.1 --with_password=12341234
to install kf plugins
  • fix(connect): fix connect with enable_public for public facing by @hsinhoyeh in #17
./multikf.linux connect kubeflow <nodename> --enable_public=true
to enable a public-facing endpoint

Full Changelog: v2.3.3...v2.3.4

Release 20220801

01 Aug 15:07
Compare
Choose a tag to compare
  • add audit function with --with_audit flags
  • allow the client to switch KF version with --kubeflow_version, now support v1.4 and v1.5.1

v2.3.2

27 Jun 14:42
Compare
Choose a tag to compare
v2.3.2 Pre-release
Pre-release
Bump version 2.3.2