Yuki Iwai
Yuki Iwai
**What this PR does / why we need it**: I implemented validations for the darts suggestion service. Also, I commonized a function to validate NAS operations as [`pkg/suggestion/v1beta1/nas/common/validate.py`](https://github.com/tenzen-y/katib/blob/5ab03be72cebe624d57fb6a4b9e5599258053a51/pkg/suggestion/v1beta1/nas/common/validation.py). **Which issue(s)...
**What this PR does / why we need it**: I upgraded Go version to v1.18. **Which issue(s) this PR fixes** _(optional, in `fixes #(, fixes #, ...)` format, will close...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] There are Python codes for the bayesian optimization suggestion service in [`pkg/suggestion/v1beta1/bayesianoptimization`](https://github.com/kubeflow/katib/tree/master/pkg/suggestion/v1beta1/bayesianoptimization),...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] As discussed In [this](https://github.com/kubeflow/katib/pull/1898#discussion_r897557325), we need to make all container images compatible...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] As discussed in https://github.com/kubeflow/katib/pull/1861, we must remove codes installing Go v1.17 on...
/kind discussion Once the ephemeral debug containers feature is available by default, we might better change the base image from the alpine to the distroless image, run Katib components as...
/kind discussion **Describe the solution you'd like** [A clear and concise description of what you want to happen.] According to [this](https://kubernetes.io/releases/), It seems that K8s v1.22 will reach EOL on...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] As discussed in https://github.com/kubeflow/katib/pull/1935#issuecomment-1221458383, we are currently working on #1900 to support...
Signed-off-by: tenzen-y #### What type of PR is this? /kind feature /kind api-change #### What this PR does / why we need it: I added condition field to ClusterQueue. ####...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: I put APIs in a separate go module. #### Which issue(s)...