Thanks to visit codestin.com
Credit goes to github.com

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

Tags: kubeflow/common

Tags

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix job active count; count terminating pod as failed (#214)

Signed-off-by: yowenter <[email protected]>

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade PriorityClass apiVersion to scheduling.k8s.io/v1 (#208)

Signed-off-by: Yuki Iwai <[email protected]>

Signed-off-by: Yuki Iwai <[email protected]>

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove deprecated labels (#200)

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update all k8s dependencies to 0.24.1 (#194)

* Update all k8s dependencies to 0.24.1

* Update go flags

* Update go flags

* Fix lint

* Fix mod

* Fix deps

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add LabelSelector (#177)

* feat: Add LabelSelector

Signed-off-by: Ce Gao <[email protected]>

* fix: Update mod

Signed-off-by: Ce Gao <[email protected]>

* chore: Update go version

Signed-off-by: Ce Gao <[email protected]>

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert #135: change rtype to commonv1.ReplicaType (#158)

#135 This change brings some extra side effects and make training operator dependency upgrade fail. Since this change is kind of refactor, we determine to revert it at this moment.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ReplicaType key for filtering pods and services (#152)

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add uppercase support for GenGeneralName (#146)

Signed-off-by: cegao <[email protected]>