sort by:
Revision Author Date Message Commit Date
51b246f [GSOC] Support for various Parameter distributions in Katib (#2334) Signed-off-by: Shashank Mittal <shashank.mittal.mec22@itbhu.ac.in> modified feasibleSpace refactored proposal based on comments comparison table updated extra heading removed 31 July 2024, 08:03:05 UTC
6a17c3e [GSoC] Added `DistributionType` to Experiment API (#2377) Signed-off-by: Shashank Mittal <shashank.mittal.mec22@itbhu.ac.in> modified feasibleSpace Removed Categorical from Distribution 31 July 2024, 04:37:05 UTC
9a8c9d4 Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible (#2400) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 26.1.4+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/compare/v24.0.9...v26.1.4) --- 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> 30 July 2024, 15:47:56 UTC
ffc0058 added `Distribution` field to feasibleSpace in `api.proto` (#2397) Signed-off-by: Shashank Mittal <shashank.mittal.mec22@itbhu.ac.in> 26 July 2024, 02:40:55 UTC
2c57522 [GSoC] Create LLM Hyperparameters Optimization API Proposal (#2333) * create llm hyperparameters tuning api proposal Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update llm hyperparameters tuning api proposal Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update proposal Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * fix some typos Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update the path of image and delete parameter 'resouces_per_worker' from tune api Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * delete objective function and adjust the design of tune API Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * Update docs/proposals/llm-hyperparameter-optimization-api.md Co-authored-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * Move 'Advanced Functionalities' to 'Non-Goals', and update 'Implementation' part Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update 'pytorch_config' Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * change the name of 'pytorch_config' to 'resources_per_trial' Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * adjust format Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * adjust format Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * adjust format Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update implementation part and the type of 'resources_per_trial' Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update the example Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update 'resources_per_trial'& add one more option for defining objective function Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * fix typo errors Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * delete 'WIP' tag Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update example Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update example Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * update example Signed-off-by: helenxie-bit <helenxiehz@gmail.com> * fix format Signed-off-by: helenxie-bit <helenxiehz@gmail.com> --------- Signed-off-by: helenxie-bit <helenxiehz@gmail.com> Co-authored-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 25 July 2024, 14:10:54 UTC
a6c37e4 fix: remove the dependency of `protocmp` in `google.golang.org/protobuf/testing/protocmp`. (#2391) Signed-off-by: Electronic-Waste <2690692950@qq.com> 24 July 2024, 16:03:53 UTC
a8840f2 [GSoC] Add New Parameter in `tune` (#2369) * chore: add metrics_collector_config in tune function. Signed-off-by: Electronic-Waste <2690692950@qq.com> * rebase: rebase feat/new-param-tune to master. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add metrics collector kind list in comment. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: always pass Trial name to the training container. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: delete passing env variable logics in katib_client.py Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: passing env variable KATIB_TRIAL_NAME in the webhook of pod. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: pass env variable KATIB_TRIAL_NAME only to the primary container. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add report_metrics in post_gen.py. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: change nil error to allErrs(deleted by accident). Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: fix lint error in inject_webhook.go. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: wrap env variables passing logics into mutatePodEnv. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add unit tests for mutatePodEnv. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: delete protocmp. Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> 18 July 2024, 17:51:57 UTC
a3dd708 Begin enabling pre-commit hooks (#2242) * Begin enabling pre-commit hooks Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> * Address PR feedback Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> --------- Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> 18 July 2024, 17:04:58 UTC
206fe1c Update Instructions for Argo Workflows (#2382) Signed-off-by: jaffe-fly <flydemailbox@163.com> 17 July 2024, 15:32:57 UTC
7be8b24 docs: update suggestion.md (#2387) implmentation -> implementation Signed-off-by: Ikko Ashimine <ashimine_ikko_bp@tenso.com> 17 July 2024, 14:13:57 UTC
0b4e7c1 Add command to re-run GitHub Actions tests (#2385) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 15 July 2024, 15:38:55 UTC
33f60c8 Bump Katib Python SDK to 0.17.0 version (#2379) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 15 July 2024, 15:14:55 UTC
da3238d Add Changelog for Katib v0.17.0 (#2380) Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> 15 July 2024, 15:09:54 UTC
db17214 Replaced hpcloud with nxadm for tail package in Go (#2375) Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> 10 July 2024, 00:13:12 UTC
154a85b [GSoC] New Interface `report_metrics` in Python SDK (#2371) * chore: add report_metrics. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: modify the code according to the first review. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: add validation for metrics value & rename katib_report_metrics.py to report_metrics.py. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: update import path in __init__.py. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: delete blank line. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: update RuntimeError doc string & correct spelling error & add new line. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: delete blank in the last line. Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> 05 July 2024, 23:41:48 UTC
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
back to top