swh:1:snp:c614e79db7a4ccd4655b1a5633b8240eb96afd07

sort by:
Revision Author Date Message Commit Date
05ab6f0 Katib official release v0.15.0 22 March 2023, 15:18:22 UTC
6dc3555 Katib official release v0.15.0-rc.1 15 February 2023, 15:24:22 UTC
ff1d4d0 Automated cherry pick of #2101: Create the LOGS tab of Trial's details page in KWA (#2117) Signed-off-by: Elena Zioga <elena@arrikto.com> 15 February 2023, 15:18:34 UTC
6f15555 Automated cherry pick of #2114: Reformat katib-operators (#2115) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 14 February 2023, 19:38:25 UTC
e536de7 Katib official release v0.15.0-rc.0 27 January 2023, 12:40:37 UTC
3b0fcd2 Fix Release Script for Updating SDK Version (#2104) 27 January 2023, 03:40:11 UTC
c55414e Update Training operator Image in CI (#2103) * Update training operator image in CI * Remove deprecated GRPC var * Remove deprecated GRPC var * Remove deprecated GRPC var * Support for k8s v1.25 in CI * Revert "Support for k8s v1.25 in CI" This reverts commit 16e6fe4b16820aea30e266a5c69560a92cfb851c. * Update training operator image in Katib CI 26 January 2023, 14:39:10 UTC
7303a3a [kwa-actual-links-in-tables] Make links in KWA's tables actual links (#2090) * build: Update COMMIT file Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Make links actual links in experiments table Make KWA's experiments table links actual links by using the new LinkValue class. Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Make links actual links in trials table Make KWA's trials table links actual links by using the new LinkValue class. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 26 January 2023, 12:57:10 UTC
026d9ed frontend: Rework the trial graph using ECharts in KWA (#2089) * frontend: Rework the trial graph using echarts Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Remove d3 references Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 26 January 2023, 12:53:10 UTC
c5923cb kwa(front): Add UI tests with Cypress (#2088) * kwa(front): Install Cypress - Install Cypress & npm scripts for UI tests - Remove Protractor files - Add README.md file to include UI tests instructions - Modify .gitignore Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * kwa(front): Add UI tests with Cypress Add UI tests with Cypress to check that: - New Experiment form page loads template without errors. - Index page * has an "Experiments" title * lists experiments without errors * renders every experiment name into the table * renders properly Status icon for all experiments Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * gh-actions(kwa): Add UI tests in test-node action Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> 26 January 2023, 12:52:10 UTC
ff6441b More container fields for SuggestionConfig (#2000) * More container fields for SuggestionConfig * Inline corev1.Container into SuggestionConfig * Set default value for suggestion container name * Append suggestion volume and port only if not present * Deep-Copy base suggestion container * Check for suggestion container port number as well * Prohibit suggestion port to be set in suggestion config 25 January 2023, 19:47:05 UTC
55e6e34 Narrow down RBAC rules (#2091) * Update training operator image in CI * Remove deprecated GRPC var * Remove deprecated GRPC var * Remove deprecated GRPC var * Support for k8s v1.25 in CI * Revert "Support for k8s v1.25 in CI" This reverts commit 16e6fe4b16820aea30e266a5c69560a92cfb851c. * Narrow down rbac * Narrow down rbac * Narrow down rbac * Narrow down rbac * Narrow down rbac * Narrow down rbac * Narrow down rbac * Update tekton and argo docs * Update tekton and argo docs 25 January 2023, 16:51:53 UTC
318f668 Use Never Resume Policy as Default (#2102) 25 January 2023, 14:11:53 UTC
2a2f124 Bump ua-parser-js from 0.7.31 to 0.7.33 in /pkg/new-ui/v1beta1/frontend (#2100) Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 24 January 2023, 18:56:25 UTC
35fded7 [SDK] Use Katib Client without Kube Config (#2098) 24 January 2023, 18:28:25 UTC
5f40e12 Upgrade Go libraries to resolve security issues (#2094) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 24 January 2023, 17:53:25 UTC
9fbf095 Run e2e with various Python versions to verify Python SDK (#2092) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 24 January 2023, 17:47:25 UTC
0421327 Update manifests to enable authorization check mechanisms for katib-UI in kubeflow mode (#2041) * Upgrade manifests to enable authorization check mechanisms for katib-UI Changes to install-with-kubeflow manifests: * Enable istio sidecar injection for katib-ui component * Add AuthorizationPolicy to allow only istio-ingressgateway to talk to katib-ui [user traffic]. * Set APP_DISABLE_AUTH ENV var to false when in kubeflow-mode to enable authorization checks in UI's backend * Extend the RBAC persmissions of katib-ui so it can crate SAR objects when in kubeflow-mode Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * UI(back): Secure /katib/fetch_trial/ route Introduce authn/authz checks in the backend Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * review: Remove duplicate dependencies Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * review: Move patch to a separate file Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> 24 January 2023, 16:25:25 UTC
00c24eb Bump json5 from 1.0.1 to 1.0.2 in /pkg/ui/v1beta1/frontend (#2077) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 24 January 2023, 15:40:26 UTC
a44aaea Add a --prefer-binary flag to 'pip install' command (#2096) * Pin the h5py version with 3.7.0 Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Add a --prefer-binary flag to 'pip install' command Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 24 January 2023, 14:25:25 UTC
5db8349 Upgrade grpc-health-probe version to fix some security issues (#2093) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 21 January 2023, 09:43:49 UTC
0749265 Upgrade PyTorch version to v1.13.0 (#2082) * Upgrade PyTorch version to v1.13.0 Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Build container images using minikube in E2E tests Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 17 January 2023, 15:26:20 UTC
6bcbd25 [SDK] Use Katib SDK for E2E Tests (#2075) * [SDK] Use Katib SDK for E2E tests * Fix pvc deletion * Add list_suggestions API * Remove wait from edit Experiment function * Add shell to GitHub action * Add protobuf package to Katib SDK * Add Experiment Timeout to 40 min * Modify SDK Examples * Fix example text * Change to custom_api * Enable verbose logging for Katib E2E * Use expected condition arg * Add timeout and delete options * Modify logging to debug * Use read API to check resource status 16 January 2023, 16:40:59 UTC
ae68b77 frontend: Enable actions in experiment graph (#2065) Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 16 January 2023, 10:25:59 UTC
2a6497f frontend: Show message in case of uncompleted trial instead of the graph (#2063) * frontend: Show message in case of uncompleted trial instead of the graph Signed-off-by: Elena Zioga <elena@arrikto.com> * build: Update COMMIT file Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Define the spinner text Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 16 January 2023, 10:23:59 UTC
1a128ae frontend: Add source maps in the browser (#2043) * Enable source maps in both development and production. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 16 January 2023, 10:22:59 UTC
d76f01e Upgrade Tensorflow version (#2079) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 11 January 2023, 10:59:15 UTC
45a4744 Upgrade Python version to 3.10 (#2057) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 06 January 2023, 09:03:56 UTC
aff39d8 Bump json5 from 1.0.1 to 1.0.2 in /pkg/new-ui/v1beta1/frontend (#2076) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 05 January 2023, 19:49:11 UTC
9270274 Remove Chocolate Suggestion Service (#2071) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 05 January 2023, 18:40:11 UTC
c9dd1b4 Backend for getting logs of a trial (#2039) * Backend for getting logs of a trial * Check Write return + use PrimaryPodLabels * Add auth + use constants for labels + cleanup * TODO comment for using controller-runtime client for logs * Authorization for list pods and get logs, reduce RBAC * Use corev1 for specifying resources, edit kf install RBAC * Check namespace and trialName from request * Remove auth checks for listing the pods * Use context.Background() 24 December 2022, 12:57:15 UTC
7c509ba Support for grid search algorithm in Optuna Suggestion Service (#2060) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 24 December 2022, 06:17:15 UTC
1dd7251 Pin the NumPy version with v1.23.5 in some images (#2070) Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 24 December 2022, 03:15:15 UTC
db72ce1 Upgrade the actions-setup-minikube version to v2.7.2 (#2064) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 14 December 2022, 16:25:30 UTC
f941ec6 Update Owners file (#2056) * Update training operator image in CI * Remove deprecated GRPC var * Remove deprecated GRPC var * Remove deprecated GRPC var * Support for k8s v1.25 in CI * Revert "Support for k8s v1.25 in CI" This reverts commit 16e6fe4b16820aea30e266a5c69560a92cfb851c. * Update Owners file 10 December 2022, 08:17:25 UTC
e933482 Bump express from 4.17.1 to 4.18.2 in /pkg/new-ui/v1beta1/frontend (#2053) Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 09 December 2022, 04:29:11 UTC
54424f2 [SDK] Get Trial Metrics from Katib DB (#2050) * [SDK] Get Trial Metrics from Katib DB * Always Copy gRPC API File 09 December 2022, 03:56:11 UTC
331740c Bump qs from 6.5.2 to 6.5.3 in /pkg/new-ui/v1beta1/frontend (#2052) Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 08 December 2022, 16:19:11 UTC
87b7e7d Add Conformance Program Doc for AutoML and Training WG (#2048) * Add Conformance Program Doc for AutoML and Training WG * Address Review Comments 08 December 2022, 13:35:10 UTC
01b59a4 frontend: Enable sorting in KWA's main table (#2017) * Enable the sorting functionality in KWA's main table. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 07 December 2022, 16:57:37 UTC
4cc9500 Bump decode-uri-component from 0.2.0 to 0.2.2 in /pkg/new-ui/v1beta1/frontend (#2051) Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 07 December 2022, 14:46:37 UTC
a668252 Remove Certificate Chain from Cert Generator (#2045) * Remove Certificate Chain from Cert Generator * Update Cert Generator Doc 05 December 2022, 15:47:09 UTC
1e4df8d [Fix] add early stopped trials in converter (#2004) * add early stopped trials in converter * error out early * Update pkg/suggestion/v1beta1/internal/trial.py Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * add incomplete trial filter * fix ut * more fixes * filter on es * enrich existing tests Co-authored-by: shaowei su <shaowei.su@airbnb.com> Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com> 05 December 2022, 13:26:08 UTC
9fe1bd6 frontend: Show the successful trials in the experiment graph (#2013) (#2033) * Show the successful trials in the experiment graph. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 05 December 2022, 10:24:09 UTC
55bdcbb fix: only validate Kubernetes Job (#2025) 03 December 2022, 12:04:06 UTC
dc24278 Add Trial Labels During Pod Mutation (#2047) 02 December 2022, 18:11:16 UTC
3cbf3ec add resources to earlystopping container (#2038) 02 December 2022, 14:01:17 UTC
0d0e77f frontend: Migrate from tslint to eslint in KWA (#2042) * frontend: Remove TSLint Remove TSLint since it's deprecated. Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Introduce ESLint Introduce ESLint by using the following Angular command [1]: ng add @angular-eslint/schematics [1] https://github.com/angular-eslint/angular-eslint#quick-start-with-angular-v12-and-later Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Fix linting errors Fix linting errors. Signed-off-by: Elena Zioga <elena@arrikto.com> * gh-actions: Add GH action to run a lint check Introduce a Github action to run a lint check. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 01 December 2022, 13:09:44 UTC
88e6787 frontend: Make trials table support pagination/sorting/filtering (#2040) * build: Update the COMMIT file * Update the COMMIT file. Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Support paging/sorting/filtering in trials table (#1441) * Make trials table support paging, sorting and filtering. Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Create unit tests for trials table (#1441) * Create unit tests for trials-table component. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 01 December 2022, 11:51:45 UTC
6b54eb2 Add scripts to verify generated codes and Go Modules (#1999) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 30 November 2022, 19:03:16 UTC
bd91301 Bump tensorflow from 2.9.1 to 2.9.3 in /cmd/suggestion/nas/enas/v1beta1 (#2029) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 29 November 2022, 07:43:42 UTC
7f4eb27 Dedicated yaml tab for Trials (#2034) * frontend: Create a yaml tab for Trials (#2011) * Create a dedicated yaml tab for Trials. Signed-off-by: Elena Zioga <elena@arrikto.com> * frontend: Rename components * Rename trial-modal component to trial-details. * Rename trial-modal-overview component to trial-overview. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 28 November 2022, 19:20:14 UTC
b123dbf [Test] Reduce Katib GitHub Action Runs (#2036) * [Test] Reduce Katib GitHub Action Runs * Add cancel-in-progress flag * Use single job for Charmed Katib * Add cancel-in-progress for all actions except publish * Bump ubuntu to 20.04 for Charmed tests 28 November 2022, 14:37:15 UTC
831e1d3 Add authorization mechanisms in new Katib UI backend (#1983) * UI(back): Add authorization mechanisms in new Katib UI backend * Introduce helper ENV vars and functions for authentication and authorization checks. The authz checks are using SubjectAcessReviews objects. * BACKEND_MODE={dev,prod}: skip authz when in dev mode * APP_DISABLE_AUTH={bool}: skip authz if explicity requested * Introduce a client-go client to construct SubjectAccessReview objects. * Before any request proceed to K8s api-server: * check if authorization must be skipped (BACKEND_MODE, APP_DISBLE_AUTH) * check if a username is proviced in request Header * query the K8s api-server with SAR to ensure that the user has appropriate access privilleges * Replace the /katib/fetch_experiment/ route with /katib/fetch_namespaces_experiments. This route expects a namespace as a query parameter from which all experiments will be fetched. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * UI(front): Provide a namespace as a query parameter This is needed for the new /katib/fetch_namespaced_experiments route. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Update README for running locally without auth Update the README of the web app to expose that devs should set APP_DISABLE_AUTH=true when running locally, since there's no authnz when running locally. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * remove duplicated variable types Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Review fixes * proper error handling. * switch to Go's build-in errors package. * set appropriate verbs when constructing SAR objects. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * review: Use controller-runtime client to create SAR objects Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Review fixes * fix backend routes. * '/katib/fetch_namespaces' to fetch experiments in a namespace * 'FetchExperiments' handler * hit the appropriate route from frontend and provide namespace as a query parameter to fetch experiments * remove remove BACKEND_MODE env var in favour of the more specific APP_DISABLE_AUTH Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Review fixes * Add constants for CRUD actions * Add plural for experiments and suggestions as constants * Add GetUsername logic under IsAuthorized and handle errors properly * Have APP_DISABLE_AUTH by default as true, since currently Katib doesn't support this feature in standalone mode. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> 28 November 2022, 10:29:13 UTC
0a1cb31 [bugfix] Fix value passing bug in New Experiment form (#2027) * [bugfix] Fix value passing bug in New Experiment form Add missing logic in New Experiment form in order to pass the value of the editor content in Metrics Collector tab, when Kind is set to Custom. * Adjust unit tests for custom yaml metrics collector 23 November 2022, 13:48:43 UTC
d97c8ae Bump tensorflow from 2.9.1 to 2.9.3 in /cmd/metricscollector/v1beta1/tfevent-metricscollector (#2028) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 November 2022, 17:45:42 UTC
2cbaf8c Bump engine.io from 6.2.0 to 6.2.1 in /pkg/new-ui/v1beta1/frontend (#2032) Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 November 2022, 13:37:42 UTC
65e4195 Bump tensorflow from 2.9.1 to 2.9.3 in /examples/v1beta1/trial-images/enas-cnn-cifar10 (#2031) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 November 2022, 13:36:42 UTC
b3c3807 Bump tensorflow from 2.9.1 to 2.9.3 in /examples/v1beta1/trial-images/tf-mnist-with-summaries (#2030) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 November 2022, 05:24:41 UTC
7d4d44f Bump minimatch from 3.0.4 to 3.1.2 in /pkg/ui/v1beta1/frontend (#2026) Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 21 November 2022, 12:07:12 UTC
ae1655c KWA: Use new Editor component (Monaco) (#2023) * kwa(front): Add new Editor component Import new Editor component from Kubeflow Common Library and replace all instances of previous Ace Editor. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * Update COMMIT file to a more recent one in Kubeflow Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> 21 November 2022, 09:48:12 UTC
a5ef2db Bump loader-utils from 2.0.3 to 2.0.4 in /pkg/ui/v1beta1/frontend (#2015) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 November 2022, 05:57:10 UTC
24c970b kwa(build): Introduce COMMIT file for building KWA (#2014) Introduce COMMIT file that contains the commit where Katib needs to checkout inside Kubeflow's common code in order to be built. This file was integrated in the following places as well, thus a developer may only update one file each time we need to checkout to a newer commit. - Dockerfile - GH actions - README.md Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> 16 November 2022, 18:09:10 UTC
c50e1d3 Bump loader-utils from 1.4.1 to 1.4.2 in /pkg/new-ui/v1beta1/frontend (#2012) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 November 2022, 18:06:11 UTC
cdd0b90 Add CERN to adopters (#2010) 14 November 2022, 12:51:26 UTC
9e0e173 frontend: Fix 500 error after detail page refresh (#1967) (#2001) Fix 500 error when refreshing KWA's detail page by also adding the namespace variable as a query param to the route. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 14 November 2022, 08:38:25 UTC
0848e03 [kwa-kfp-component] Introduce KWA's frontend component for kfp links (#1991) * Introduce the kfp-run component as a distinct component. * Make the pipeline button a link. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 11 November 2022, 15:21:52 UTC
0ee6062 gh-actions: Extend action to run Frontend Unit tests (#1998) * gh-actions: Extend action to run Frontend Unit tests Extend Frontend Test action to run also KWA frontend unit tests. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * gh-actions: Exclude actions when there are only UI changes Prevent the following workflows when a PR contains changes that affect only the frontend: - Charmed Katib - E2E Test with darts-cnn-cifar10 - E2E Test with enas-cnn-cifar10 - E2E Test with mxnet-mnist - E2E Test with pytorch-mnist - E2E Test with simple-pbt - E2E Test with tf-mnist-with-summaries - Go Test - Publish AutoML Algorithm Images - Publish Katib Core Images - Publish Trial Images - Python Test - Shellcheck Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * gh-actions: Add action to build Katib UI image. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> 11 November 2022, 13:03:51 UTC
b1ed847 Add More Katib Presentations 2022 (#2009) 10 November 2022, 23:33:50 UTC
390dba5 Bump socket.io-parser from 4.0.4 to 4.0.5 in /pkg/new-ui/v1beta1/frontend (#2005) Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 10 November 2022, 08:32:59 UTC
d8fbe6e Fix main process retrieve logic for early stopping (#1988) Co-authored-by: shaowei su <shaowei.su@airbnb.com> 09 November 2022, 20:34:40 UTC
da836bb Bump loader-utils from 1.4.0 to 1.4.1 in /pkg/new-ui/v1beta1/frontend (#2003) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 09 November 2022, 20:26:40 UTC
c25518a UI: Rename and right align the age column (#1989) * Rename the Age header to Created at and right align it. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 07 November 2022, 10:25:38 UTC
54b020b Support for k8s v1.25 in CI (#1997) * Support for k8s v1.25 in CI * Revert "Support for k8s v1.25 in CI" This reverts commit 16e6fe4b16820aea30e266a5c69560a92cfb851c. * Support for k8s v1.25 in CI * Support for k8s v1.25 in CI * Support for k8s v1.25 in CI * Add Readme changes 04 November 2022, 10:06:17 UTC
68ecb1c [chore] Upgrade docker/metadata-action, actions/checkout, and actions/setup-python version (#1996) * [chore] Upgrade docker/metadata-action to v4 Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> * [chore] Upgrade actions/checkout to v3 Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> * [chore] Upgrade action/setup-python version to v4 Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 03 November 2022, 11:14:04 UTC
4a2db41 Remove deprecated variable from GRPC definitions (#1994) * Update training operator image in CI * Remove deprecated GRPC var * Remove deprecated GRPC var * Remove deprecated GRPC var * Support for k8s v1.25 in CI * Revert "Support for k8s v1.25 in CI" This reverts commit 16e6fe4b16820aea30e266a5c69560a92cfb851c. 03 November 2022, 10:32:04 UTC
fadd9d8 [kwa-show-status-first] Show the trials table's status column first (#1990) * Move the status column to the first position of the trials table as it is in the other tables. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 03 November 2022, 08:38:04 UTC
570a3e6 [chore] Upgrade Go version to v1.19 (#1995) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 03 November 2022, 03:02:04 UTC
6b55540 Use the katib-new-ui for Charmed gh-actions (#1987) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 01 November 2022, 14:13:46 UTC
766fef9 UI: Make KWA's main table responsive and add toolbar (#1982) * UI: Make KWA's main table responsive and add toolbar * Add a top row toolbar with the title of the app and the button to create a new Experiment. * Replace the card with a responsive table that shows the items. The component also has a paginator. Signed-off-by: Elena Zioga <elena@arrikto.com> * build: Update Dockerfile and README file Update Dockerfile and README file to check out to the commit in master branch from the Kubeflow repository that includes the corresponding changes. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 31 October 2022, 13:55:49 UTC
aee2109 Bump ansi-html and react-scripts in /pkg/ui/v1beta1/frontend (#1986) Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Removes `ansi-html` Updates `react-scripts` from 3.2.0 to 5.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts) --- updated-dependencies: - dependency-name: ansi-html dependency-type: indirect - dependency-name: react-scripts dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 27 October 2022, 13:35:19 UTC
e7f8eb1 Bump ansi-regex in /pkg/ui/v1beta1/frontend (#1985) Bumps [ansi-regex](https://github.com/chalk/ansi-regex), [ansi-regex](https://github.com/chalk/ansi-regex) and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together. Updates `ansi-regex` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) Updates `ansi-regex` from 4.1.0 to 5.0.1 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) Updates `ansi-regex` from 3.0.0 to 5.0.1 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect - dependency-name: ansi-regex dependency-type: indirect - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 26 October 2022, 15:23:31 UTC
1c74d65 Bump got from 11.7.0 to 11.8.5 in /pkg/new-ui/v1beta1/frontend (#1903) Bumps [got](https://github.com/sindresorhus/got) from 11.7.0 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 26 October 2022, 10:11:30 UTC
0253a01 Bump eventsource from 1.0.7 to 1.1.2 in /pkg/ui/v1beta1/frontend (#1895) Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.2. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.2) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 26 October 2022, 06:25:30 UTC
572c54e Bump terser from 4.8.0 to 4.8.1 in /pkg/ui/v1beta1/frontend (#1918) Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 16:21:29 UTC
7df2035 Bump eventsource from 1.1.0 to 1.1.1 in /pkg/new-ui/v1beta1/frontend (#1880) Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 16:04:30 UTC
a5e73d9 Bump karma from 6.3.14 to 6.3.16 in /pkg/new-ui/v1beta1/frontend (#1827) Bumps [karma](https://github.com/karma-runner/karma) from 6.3.14 to 6.3.16. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.16) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:57:30 UTC
a995b87 Bump lodash-es from 4.17.11 to 4.17.21 in /pkg/new-ui/v1beta1/frontend (#1835) Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) --- updated-dependencies: - dependency-name: lodash-es dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:56:29 UTC
f2ecdab Bump async from 2.6.3 to 2.6.4 in /pkg/ui/v1beta1/frontend (#1854) Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:53:29 UTC
82f2a44 Bump async from 2.6.3 to 2.6.4 in /pkg/new-ui/v1beta1/frontend (#1853) Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:52:30 UTC
3b7e37a Bump minimist from 1.2.5 to 1.2.6 in /pkg/ui/v1beta1/frontend (#1843) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:51:30 UTC
abe740d Bump minimist from 1.2.5 to 1.2.6 in /pkg/new-ui/v1beta1/frontend (#1840) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:50:29 UTC
382129a Bump url-parse from 1.4.7 to 1.5.10 in /pkg/ui/v1beta1/frontend (#1826) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:49:29 UTC
ed447f8 Bump url-parse from 1.5.3 to 1.5.10 in /pkg/new-ui/v1beta1/frontend (#1825) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:46:29 UTC
6ad6524 Bump jose from 2.0.5 to 2.0.6 in /pkg/new-ui/v1beta1/frontend (#1952) Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v2.0.6/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v2.0.5...v2.0.6) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 October 2022, 12:40:29 UTC
6de74e9 UI: Fix unit tests (#1977) * Fix Katib unit tests. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com> 25 October 2022, 10:07:30 UTC
e444ea9 Add the documentation for simple-pbt (#1978) Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com> 24 October 2022, 19:42:42 UTC
1a10652 [SDK] Fix namespace parameter in tune API (#1981) 24 October 2022, 19:14:42 UTC
47b746f [SDK] Remove Final Keyword from constants (#1980) 24 October 2022, 19:04:43 UTC
8cbaf85 UI: Format code (#1979) Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> 24 October 2022, 14:38:43 UTC
back to top