This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Releases: kubeflow/common
Releases · kubeflow/common
v0.4.7 release
v0.4.6 release
This release has
- K8s dependencies updated to 1.25
- New label 'Selector' is added to status for HPA. Old label 'LabelSelector' is deprecated
- PriorityClass apiVersion is updated to scheduling.k8s.io/v1
- PodGroup are redesigned to support other scheduling options
v0.4.5 release
This release contains fixes for
- Deprecated job labels are removed
- k8s dependencies are updated to v1.25
v0.4.4 release
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
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
This release contains all fixes including updated k8s dependencies to v0.24.1
v0.4.1
v0.4.1 (2021-11-24)
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:
- feat: Add LabelSelector #177 (gaocegege)
- Rollback #172 as it introduce hard requirements for the list values to not be empty #174 (pugangxa)
- Revert ReplicaType to string #173 (zw0610)
- Fix openapi generate rule violation #172 (pugangxa)
- Enforce backOffLimit in ExitCode restartPolicy #168 (goyalankit)
- Make goveralls step in ci optional #165 (SumLare)
- Move ci from travis to github actions #164 (SumLare)
- fix: add missing dependencies and missing methods #161 (Jeffwan)
- feat(common) add reconciler.v1 #141 (zw0610)
v0.3.7 Release
v0.3.7 (2021-08-30)
Merged pull requests:
v0.4.0 release
v0.4.0 (2021-08-17)
Features
- Add fully-qualified labels (#150, @alculquicondor)
- feat(common): support delay pods creation (#130, @shinytang6)
Bug fixes
- Fix ReplicaType key for filtering pods and services (#152, @alculquicondor)
v0.3.6 Release
fix: Add uppercase support for GenGeneralName (#146) Signed-off-by: cegao <[email protected]>