Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Releases: kubeflow/common

v0.4.7 release

Choose a tag to compare

@johnugeorge johnugeorge released this 17 May 20:19
fdb9739

This release has following features

  1. Make scheduler-plugins the default gang scheduler ( #209 )
  2. Count terminating pod as failed ( #214 )

v0.4.6 release

Choose a tag to compare

@johnugeorge johnugeorge released this 20 Jan 17:54
9ec55d1

This release has

  1. K8s dependencies updated to 1.25
  2. New label 'Selector' is added to status for HPA. Old label 'LabelSelector' is deprecated
  3. PriorityClass apiVersion is updated to scheduling.k8s.io/v1
  4. PodGroup are redesigned to support other scheduling options

v0.4.5 release

v0.4.5 release Pre-release
Pre-release

Choose a tag to compare

@johnugeorge johnugeorge released this 22 Dec 07:16
21910a9

This release contains fixes for

  1. Deprecated job labels are removed
  2. k8s dependencies are updated to v1.25

v0.4.4 release

v0.4.4 release Pre-release
Pre-release

Choose a tag to compare

@johnugeorge johnugeorge released this 20 Dec 11:33
08a7306
update k8s dependencies to 1.25 (#198)

* update k8s dependencies to 1.25

* update k8s dependencies to 1.25

* update k8s dependencies to 1.25

* Fix new line

v0.4.3 Release

Choose a tag to compare

@johnugeorge johnugeorge released this 28 Jun 11:22
21f5ba8
Fix exitCode check (#190)

The exitCode check works differently then described in the API: https://github.com/kubeflow/common/blob/master/pkg/apis/common/v1/types.go\#L163-L168

In addition the document exitCodes for Docker will not appear in a Kubernetes pod status (anymore?)

v0.4.2 release

v0.4.2 release Pre-release
Pre-release

Choose a tag to compare

@johnugeorge johnugeorge released this 04 Jun 06:38
b5b18e6

This release contains all fixes including updated k8s dependencies to v0.24.1

v0.4.1

Choose a tag to compare

@gaocegege gaocegege released this 24 Nov 07:54
26a6cec

v0.4.1 (2021-11-24)

Full Changelog

Closed issues:

  • Limit the number of restarts under ExitCode restartPolicy #167
  • Master fails to build #160
  • Proposal: Define a job type to track all kinds of jobs on the same cluster #145
  • Proposal: Merge operators into one controller manager #103

Merged pull requests:

v0.3.7 Release

Choose a tag to compare

@Jeffwan Jeffwan released this 31 Aug 03:04
654b666

v0.3.7 (2021-08-30)

Full Changelog

Merged pull requests:

v0.4.0 release

Choose a tag to compare

@Jeffwan Jeffwan released this 17 Aug 21:45
7d3b7d9

v0.4.0 (2021-08-17)

Full Changelog

Features

Bug fixes

v0.3.6 Release

Choose a tag to compare

@gaocegege gaocegege released this 26 Jul 06:42
577143e
fix: Add uppercase support for GenGeneralName (#146)

Signed-off-by: cegao <cegao@tencent.com>