sort by:
Revision Author Date Message Commit Date
f06906d [GSoC] KEP for Project 6: Push-based Metrics Collection for Katib (#2328) * doc: initial commit of gsoc proposal(project 6). Signed-off-by: Electronic-Waste <2690692950@qq.com> * doc: complete KEP for gsoc proposal(Project 6). Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add non-goals and examples. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add . Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add compatibility changes in trial controller. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: update architecture figure. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: update format. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: update doc after the review in 10th, June. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add code link and remove namespace env variable. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: modify proposal after the review in 14th, June. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: delete WIP label. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add timeout param into report_metrics. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: metrics_collector_config spelling. Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> 28 June 2024, 22:54:42 UTC
e83628b Use ErrorList for experiment validator (#2329) Signed-off-by: Kun Chang <curtis@mail.ustc.edu.cn> 27 June 2024, 11:03:11 UTC
57ed828 Add Changelog for Katib v0.17.0-rc.1 (#2370) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 25 June 2024, 16:26:13 UTC
7eb73b6 Remove default caBundle value (#2368) Signed-off-by: Vihang Mehta <vihang@gimletlabs.ai> 24 June 2024, 14:09:09 UTC
8bbac20 Bump Katib Python SDK to 0.17.0rc1 version (#2365) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 20 June 2024, 18:51:00 UTC
99ba1d5 Add unit test for `create_experiment` in the `katib_client` module (#2325) * added logger for katib_client module Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> * added API_VERSION as a constant Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> * updated the KatibClient constructor to match the TrainingClient constructor Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> * added test for create_experiment in katib_client Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> --------- Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> 20 June 2024, 15:34:00 UTC
5a0b7db Remove code generation from release script (#2363) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 20 June 2024, 10:27:00 UTC
f8b8d8d [SDK] Fix empty list for env variables and numpy version (#2360) * [SDK] Fix empty list for env variables Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> * Fix numpy version in tests Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> --------- Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 18 June 2024, 06:57:58 UTC
8a34246 Upgrade the protobuf version to >=4.21.12,<5 (#2358) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 17 June 2024, 10:51:57 UTC
0d190b9 Replace gRPC code generation tool from Znly/protoc to Buf (#2344) * Replace gRPC code generation tool from Znly/protoc to Buf Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * del build.sh Signed-off-by: forsaken628 <forsaken628@gmail.com> * cleanup Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix test Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * refine Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * rm outter yaml Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> --------- Signed-off-by: forsaken628 <forsaken628@gmail.com> 15 June 2024, 15:18:33 UTC
e6bd3e7 Replace already closed github.com/golang/mock with go.uber.org/mock (#2357) * replace gomock Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * revert Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> --------- Signed-off-by: forsaken628 <forsaken628@gmail.com> 14 June 2024, 13:54:09 UTC
b02aed8 Use cache-dependency-path in actions/setup-go for CI workflow (#2355) Signed-off-by: forsaken628 <forsaken628@gmail.com> 14 June 2024, 07:06:08 UTC
4e4ce6f Fix TestReconcileBatchJob (#2350) * update Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * update Signed-off-by: forsaken628 <forsaken628@gmail.com> * update Signed-off-by: forsaken628 <forsaken628@gmail.com> * update Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * cleanup Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * update Signed-off-by: forsaken628 <forsaken628@gmail.com> * use gomock Signed-off-by: forsaken628 <forsaken628@gmail.com> --------- Signed-off-by: forsaken628 <forsaken628@gmail.com> 14 June 2024, 06:41:09 UTC
7959ffd [SDK] Explain Python version support cycle (#2354) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 13 June 2024, 08:25:08 UTC
d69d04e Migrate KatibCertGenerator to OPA CertController (#2345) * Migrate KatibCertGenerator to OPA CertController Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * fix Signed-off-by: forsaken628 <forsaken628@gmail.com> * typo Signed-off-by: forsaken628 <forsaken628@gmail.com> --------- Signed-off-by: forsaken628 <forsaken628@gmail.com> 12 June 2024, 10:10:07 UTC
2a9ffb1 Update Slack Invitation (#2349) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 11 June 2024, 11:18:08 UTC
87aec69 Fix apple silicon rosetta error when building images from the source code (#2342) Signed-off-by: helenxie-bit <helenxiehz@gmail.com> 05 June 2024, 11:59:03 UTC
55e283e Drop Python 3.7 and Support Python 3.11 in the SDK (#2337) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 29 May 2024, 13:39:15 UTC
328bc5c fix katib use crds token pipeline trail template guide (#2330) Signed-off-by: Jerry-yz <yz386071268@gmail.com> 29 May 2024, 09:42:16 UTC
199e8a4 Update GitHub template to better triage Issues (#2335) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 29 May 2024, 02:04:16 UTC
a1046db Fix Scikit-Learn Version for Skopt Tests (#2336) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 29 May 2024, 00:15:11 UTC
c4c3eb5 Add Changelog for Katib v0.17.0-rc.0 (#2319) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 13 May 2024, 15:22:18 UTC
8c9a33a Update outdated actions (#2324) Signed-off-by: Mehrshad <code.rezaei@gmail.com> 07 May 2024, 06:20:43 UTC
1551ca3 Make test fields private in Go unit tests (#2316) Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> 30 April 2024, 14:38:50 UTC
af90020 Bump Katib Python SDK to 0.17.0rc0 Version (#2318) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 30 April 2024, 14:06:50 UTC
ea46a7f Support ARM64 arch for release images (#2315) * Support ARM arch for release images Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> * Update Developer Doc Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> --------- Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 24 April 2024, 22:48:44 UTC
2d308b7 Bump golang.org/x/net from 0.19.0 to 0.23.0 (#2312) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 April 2024, 13:55:49 UTC
21320b6 Upgrade Go version to v1.22 (#2309) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 April 2024, 12:58:51 UTC
025ce25 Drop Kubernetes v1.26, and support Kubernetes v1.29 (#2308) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 April 2024, 10:55:51 UTC
1365e47 Drop Kubernetes v1.25, and Support Kubernetes v1.28 (#2303) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 11 April 2024, 16:14:47 UTC
086093f [SDK] Fix env per Trial parameter in tune API (#2304) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 11 April 2024, 07:09:47 UTC
7df05c2 fix: clean up UTs for file metrics collector (#2285) * chore: replace testDir with tempDir. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: expose and compare errors. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor: integrate test generation func into testCases. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor: update error comparing mechanism. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: make some changes under the review of yuki. Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> 03 April 2024, 06:42:22 UTC
9680b8c Upgrade TensorFlow version to v2.16.1 (#2282) * Upgrade TensorFlow version to v2.16.1 Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Replace deprecated ImageDataGenerator with new data augmentation approach Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 02 April 2024, 20:09:22 UTC
8629a3c CI: Enable parallel mode for the coveralls (#2297) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 02 April 2024, 14:50:22 UTC
36150bc Python SDK - Generate Name functionality for creating experiments. (#2272) * added dco Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * updated condition Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * added exception to catch missing name and generateName Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * updated experiment_name in create_experiment Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * py sdk create_exp - added type validation Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * added dco Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * updated condition Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * added exception to catch missing name and generateName Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * updated experiment_name in create_experiment Signed-off-by: Bharath Krishna <bharathk005@gmail.com> * py sdk create_exp - added type validation Signed-off-by: Bharath Krishna <bharathk005@gmail.com> --------- Signed-off-by: Bharath Krishna <bharathk005@gmail.com> 02 April 2024, 14:18:22 UTC
250e9d1 Bump golang.org/x/net from 0.10.0 to 0.17.0 (#2233) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 March 2024, 20:04:16 UTC
1df32f2 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#2236) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 March 2024, 18:47:17 UTC
0a5c9e5 Bump golang.org/x/crypto from 0.1.0 to 0.17.0 (#2249) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.1.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 March 2024, 16:56:17 UTC
b3e4715 Bump jose from 2.0.6 to 2.0.7 in /pkg/ui/v1beta1/frontend (#2275) Bumps [jose](https://github.com/panva/jose) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v2.0.7/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 March 2024, 15:41:18 UTC
ec86f23 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#2284) Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 March 2024, 15:34:18 UTC
51c9350 Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.9+incompatible (#2292) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.0+incompatible to 24.0.9+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/compare/v24.0.0...v24.0.9) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 March 2024, 15:14:17 UTC
ae89450 Bump follow-redirects from 1.15.4 to 1.15.6 in /pkg/ui/v1beta1/frontend (#2287) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 March 2024, 23:17:35 UTC
6f372f6 Upgrade Python version to 3.11 (#2278) * Upgrade Python version to 3.11 Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Upgrade the numpy version to 1.25.2 Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Increase resource requests for the ENAS suggestion service Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Update pytest CI Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Prepare dedicated pytest for skopt Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 12 March 2024, 19:54:11 UTC
5837b8a chore: add unit testcases for files in Text format. (#2274) * chore: add unit testcases for files in Text format. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: adjust file layout using gofmt. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: combine test for JSON and TEXT file format. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: rename file-gen functions. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor: update cmd.Diff params and log outputs. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add more valid and invalid testcases for TEXT format. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: convert testcase name to const. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: compact dir generation & deletion operations into funcs. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: delete constants used only once. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: fix ci error in errorcheck. Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> 12 March 2024, 18:13:11 UTC
679e6fb Upgrade PyTorch version to v2.2.1 (#2279) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 12 March 2024, 00:07:10 UTC
61406a5 Fix tensor devices for DARTS Trial (#2273) * Update architect.py 72907153+sifa1024@users.noreply.github.com Signed-off-by: Chen Pin-Han <72907153+sifa1024​@users.noreply.github.com> * Update run_trial.py 72907153+sifa1024@users.noreply.github.com Signed-off-by: Chen Pin-Han <72907153+sifa1024​@users.noreply.github.com> * Update architect.py 72907153+sifa1024@users.noreply.github.com Signed-off-by: Chen Pin-Han <72907153+sifa1024​@users.noreply.github.com> --------- Signed-off-by: Chen Pin-Han <72907153+sifa1024​@users.noreply.github.com> 10 March 2024, 03:15:40 UTC
a2f3fca Add environment variable option to set postgres ssl mode (#2266) Signed-off-by: Kun Chang <curtis@mail.ustc.edu.cn> 05 March 2024, 19:31:07 UTC
03a4001 Upgrade google/go-containerregistry/pkg/authn/k8schain (#2252) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 05 March 2024, 09:45:07 UTC
fc858d1 Remove MXNet examples (#2267) * UT: Replace MXNet example with PyTorch example Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * CI: Replace MXNet examples with PyTorch examples Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 04 March 2024, 10:45:07 UTC
8df3c5c typo fix stale.yaml (#2257) Message `close-pr-message` was likely a wrong copy-paste from stale. This aligns `close-` messages. 05 February 2024, 14:40:17 UTC
1926806 Bump axios and wait-on in /pkg/ui/v1beta1/frontend (#2254) Bumps [axios](https://github.com/axios/axios) to 1.6.5 and updates ancestor dependency [wait-on](https://github.com/jeffbski/wait-on). These dependencies need to be updated together. Updates `axios` from 0.27.2 to 1.6.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.5) Updates `wait-on` from 7.0.1 to 7.2.0 - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](https://github.com/jeffbski/wait-on/compare/v7.0.1...v7.2.0) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: wait-on dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 09 January 2024, 21:47:06 UTC
10f17fe Bump follow-redirects from 1.14.8 to 1.15.4 in /pkg/ui/v1beta1/frontend (#2253) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.8...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 09 January 2024, 20:46:33 UTC
d92c168 DB: Add environment variable option to skip DB table creationˆ (#2245) * DB: Add env to skip DB creationˆ * DB: Rename var name & Remove new function * Migration -> Initialization * Remove GetBoolEnvOrDefault * DB: Rearrange dependencies 04 January 2024, 16:21:13 UTC
bf9a1b0 Add Technical and style guide to the contribution guide (#2250) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 04 January 2024, 14:41:12 UTC
75ea35c Install typing-extensions v4.6.3 for Optuna (#2251) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 04 January 2024, 13:32:12 UTC
4617346 Remove legacy BO code (#2246) 06 December 2023, 02:46:06 UTC
f4c8861 [SDK] Add `env` & `env_from` in client tune (#2235) * add env & env_from spec * unify env and env_from specs 17 November 2023, 09:33:08 UTC
fbe7c78 Add Changelog for Katib v0.16.0 (#2239) 03 November 2023, 03:07:52 UTC
f62e40d Bump Katib Python SDK to 0.16.0 version (#2238) 03 November 2023, 03:06:52 UTC
700e64e Fix Optuna Validation for CMA-ES (#2240) * Fix Optuna Validation for CMA-ES * Fix Optuna test 02 November 2023, 18:48:32 UTC
d2e311f Bump debug from 4.2.0 to 4.3.4 in /pkg/ui/v1beta1/frontend (#2230) Bumps [debug](https://github.com/debug-js/debug) from 4.2.0 to 4.3.4. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.2.0...4.3.4) --- updated-dependencies: - dependency-name: debug dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 October 2023, 17:07:56 UTC
cf7fe2e Bump @babel/traverse from 7.15.4 to 7.23.2 in /pkg/ui/v1beta1/frontend (#2234) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 October 2023, 12:44:56 UTC
50a3f41 [SDK] Add 'algorithm_settings' in client tune (#2227) 05 October 2023, 10:22:15 UTC
520a397 [SDK] Raise more human-readable name conflict exception (#2199) Co-authored-by: andreafehrman <andrea.k.fehrman@vanderbilt.edu> Co-authored-by: harrisonfritz <harrisonmichaelfritz@gmail.com> 07 September 2023, 22:21:33 UTC
e3e0aa2 Add Katib ROADMAP 2022/2023 (#2153) * Add Katib ROADMAP 2022/2023 * Add multi-objective optimization * Add Scalability Improvements * Remove Katib CRD naming 24 August 2023, 22:40:54 UTC
2843a81 Update Ubuntu to 22.04 for E2E Tests (#2222) * Update Ubuntu to 22.04 for E2E Tests * Update Ubuntu for all Tests 24 August 2023, 20:06:16 UTC
373f6e6 Run Stale Action Every 5th Hour (#2221) 23 August 2023, 15:18:46 UTC
ea27fa7 Add Stale GitHub Action (#2220) 21 August 2023, 17:15:35 UTC
87a0161 Use the controller-runtime logger in the cert-generator (#2219) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 18 August 2023, 17:05:50 UTC
1f5fb48 Add Changelog for Katib v0.16.0-rc.1 (#2218) 17 August 2023, 00:33:38 UTC
b107b2c Add Changelog for Katib v0.16.0-rc.0 (#2204) 16 August 2023, 22:31:37 UTC
2f3ffc7 Bump Katib Python SDK to 0.16.0rc1 version (#2217) 16 August 2023, 16:07:03 UTC
2ae992a Bump d3-color and @swimlane/ngx-charts in /pkg/ui/v1beta1/frontend (#2210) Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [@swimlane/ngx-charts](https://github.com/swimlane/ngx-charts). These dependencies need to be updated together. Updates `d3-color` from 2.0.0 to 3.1.0 - [Release notes](https://github.com/d3/d3-color/releases) - [Commits](https://github.com/d3/d3-color/compare/v2.0.0...v3.1.0) Updates `@swimlane/ngx-charts` from 19.2.0 to 20.4.1 - [Changelog](https://github.com/swimlane/ngx-charts/blob/master/docs/changelog.md) - [Commits](https://github.com/swimlane/ngx-charts/compare/19.2.0...20.4.1) --- updated-dependencies: - dependency-name: d3-color dependency-type: indirect - dependency-name: "@swimlane/ngx-charts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 August 2023, 04:37:03 UTC
29887c1 Upgrade Tensorflow version to v2.13.0 (#2201) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 August 2023, 23:09:03 UTC
c33494b Start waiting for certs to be ready before sending data to the channel (#2209) Start waiting for certs to be ready before sending data to the channel Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 August 2023, 22:17:03 UTC
aa772b6 Remove a katib-webhook-cert Secret from components (#2207) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 August 2023, 22:06:03 UTC
1b68744 Bug: Wait for the certs to be mounted inside the container (#2198) * Wait for the certs to be mounted inside the container Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Initialize fullServiceDomain when adding certgenerator to the manager Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Output logs every 15 seconds if the certs don't yet exist in the container Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 August 2023, 21:15:03 UTC
2ae3eb5 E2E: Add additional checks to verify if the components are ready (#2202) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 August 2023, 18:28:02 UTC
4dbb49f Skip to inject the metrics-collector pods to the katib controller (#2203) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 15 August 2023, 18:13:03 UTC
7f0d922 Bump Katib Python SDK to 0.16.0rc0 version (#2205) 15 August 2023, 15:18:03 UTC
888bec3 Sending an empty data to the certsReady channel (#2196) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 05 August 2023, 14:17:53 UTC
923d0fc [SDK] Enable resource specification for trial containers (#2192) Co-authored-by: shipengcheng1230 <shipengcheng1230@gmail.com> Co-authored-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 05 August 2023, 10:46:54 UTC
114485d Change failurePolicy to Fail for Katib Webhooks (#2018) 04 August 2023, 23:27:53 UTC
06740a0 Consolidate the katib-cert-generator to the katib-controller (#2185) * Consolidate the katib-cert-generator to the katib-controller Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Use deployed secret instead of creating a new secret when the cert-generator saves certs on secret Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Rename secretName with webhookSecretName in the .init.certGenerator Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Fix manifests Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Remove unneeded comments Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Restore unintentionally deleted log Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Rename package cert-generator with certgenerator Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Add test cases to check if the enable is set to true when the webhookServiceName or webhookSecretName is set Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Update the developer guide Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Swap livness probe and readiness probe Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Introduce SSA to the cert-generator Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Use the same member names between CertGenerator and KatibConfig Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Disable leader election on the cert-generator Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Drop unneeded fields from SSA patches Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 04 August 2023, 19:31:20 UTC
f074329 Default Resume Policy to never from UI (#2195) 04 August 2023, 18:05:20 UTC
74cf5b8 Upgrade Go version to v1.20 (#2190) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 03 August 2023, 11:20:19 UTC
c731fd2 Replace grpc_health_probe with the built-in gRPC container probe feature (#2189) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 03 August 2023, 11:19:20 UTC
c749d27 Allow install binaries for the arm64 in the envtest (#2188) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 01 August 2023, 20:41:07 UTC
e69235d Implement KatibConfig API (#2176) * Implement KatibConfig API Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Replace 'collectorKind' with 'kind' Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Replace 'metricsCollectorSidecars' with 'metricsCollectors' Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Fix a typo Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Make the init.controller.leaderElection non-pointer Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Make the init.controller.injectSecurityContext non-pointer Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Update a comment for the future works Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Update manifest for the katib-leader-election Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Fix a comment for the KatibConfig API Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Replace 'configapi' with 'configv1beta1' Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Remove debug code Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Put constant for the default KatibConfig value on /pkg/apis/config/v1beta1 Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Use 'sigs.k8s.io/yaml' instead of 'github.com/ghodss/yaml' Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Avoid to depend on k8s.io/utils directly Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Fix a typo Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Refactor katib-config using kustomize vars Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Fix a typo Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Put KatibConfig on every install Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Remove configMapGenerator from the katib-with-kubeflow Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 01 August 2023, 18:45:08 UTC
f1e3f3a Drop Kubernetes v1.24 and support Kubernetes v1.27 (#2182) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 01 August 2023, 16:32:06 UTC
b7295cb [SDK] Add namespace parameter to KatibClient (#2183) * [SDK] Add namespace parameter to KatibClient Co-authored-by: andreafehrman <andrea.k.fehrman@vanderbilt.edu> Co-authored-by: ryanrusson <ryan.russon@gmail.com> * Update sdk/python/v1beta1/kubeflow/katib/api/katib_client.py Co-authored-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> --------- Co-authored-by: andreafehrman <andrea.k.fehrman@vanderbilt.edu> Co-authored-by: ryanrusson <ryan.russon@gmail.com> Co-authored-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 01 August 2023, 15:18:08 UTC
d67c07b Drop Kubernetes v1.23 and support Kubernetes v1.26 (#2177) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 31 July 2023, 20:15:29 UTC
a693848 Replace action to setup minikube with medyagh/setup-minikube (#2178) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 31 July 2023, 15:42:30 UTC
a20bc85 [UI] Remove Deprecated Katib UI (#2179) * [UI] Remove Deprecated Katib UI * Fix UI Developer doc 25 July 2023, 09:53:29 UTC
89bd21f Bump word-wrap from 1.2.3 to 1.2.4 in /pkg/new-ui/v1beta1/frontend (#2174) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 July 2023, 11:21:24 UTC
eb901c1 Bump word-wrap from 1.2.3 to 1.2.4 in /pkg/ui/v1beta1/frontend (#2173) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 19 July 2023, 09:56:23 UTC
f740889 Bump webpack from 5.74.0 to 5.88.2 in /pkg/ui/v1beta1/frontend (#2172) Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.88.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.88.2) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 July 2023, 18:48:22 UTC
3b7c77a Bump golang.org/x/net from 0.5.0 to 0.7.0 (#2122) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 July 2023, 18:46:22 UTC
067c119 Bump google.golang.org/grpc from 1.47.0 to 1.53.0 (#2167) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.47.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 July 2023, 15:30:26 UTC
c555236 Bump semver from 5.7.1 to 5.7.2 in /pkg/new-ui/v1beta1/frontend (#2170) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 18 July 2023, 15:12:22 UTC
back to top