Releases: kserve/models-web-app
Releases · kserve/models-web-app
v0.16.1
Changes
- Update kustomization.yaml by @juliusvonkohout in #137
- Add Comprehensive Testing Documentation by @LogicalGuy77 in #138
- Update reviewers in OWNERS file by @juliusvonkohout in #139
- Add Griffin-Sullivan to OWNERS and reviewers list by @juliusvonkohout in #140
- Add Configurable Namespaces for Standalone Deployment by @Prateekbala in #142
- Refactor: Use More Descriptive, Expressive Naming Across Frontend by @Hijanhv in #144
- Migrate common library dependency to kubeflow/notebooks by @alokdangre in #146
- Improve Makefile documentation and add caching for notebooks repository by @LogicalGuy77 in #150
- chore: deprecate 'rawdeployment' in favor of 'standard' mode by @adrianAzoitei in #148
- Fix pre-commit yaml linting errors by @alokdangre in #154
- Refactor OCI release workflow for clarity and structure by @juliusvonkohout in #156
- Allow users to see all containers (latest) by @alokdangre in #157
- Fix header size limits for large JWT tokens by @Hijanhv in #159
- Add clean coding standards to copilot instructions by @juliusvonkohout in #164
- Refine coding standards and naming conventions by @juliusvonkohout in #166
- feat: Add InferenceGraph support to models-web-appLICATION by @Prateekbala in #161
- Fix namespaces and inferencegraphs missing rbac by @tarekabouzeid in #172
New Contributors
- @Prateekbala made his first contribution in #142
- @Hijanhv made her first contribution in #144
- @alokdangre made his first contribution in #146
- @adrianAzoitei made his first contribution in #148
- @tarekabouzeid made this first contribution in #172
Full Changelog: v0.15.0...v0.16.1
v0.16.0
Changes
- Update kustomization.yaml by @juliusvonkohout in #137
- Add Comprehensive Testing Documentation by @LogicalGuy77 in #138
- Update reviewers in OWNERS file by @juliusvonkohout in #139
- Add Griffin-Sullivan to OWNERS and reviewers list by @juliusvonkohout in #140
- Add Configurable Namespaces for Standalone Deployment by @Prateekbala in #142
- Refactor: Use More Descriptive, Expressive Naming Across Frontend by @Hijanhv in #144
- Migrate common library dependency to kubeflow/notebooks by @alokdangre in #146
- Improve Makefile documentation and add caching for notebooks repository by @LogicalGuy77 in #150
- chore: deprecate 'rawdeployment' in favor of 'standard' mode by @adrianAzoitei in #148
- Fix pre-commit yaml linting errors by @alokdangre in #154
- Refactor OCI release workflow for clarity and structure by @juliusvonkohout in #156
- Allow users to see all containers (latest) by @alokdangre in #157
- Fix header size limits for large JWT tokens by @Hijanhv in #159
- Add clean coding standards to copilot instructions by @juliusvonkohout in #164
- Refine coding standards and naming conventions by @juliusvonkohout in #166
- feat: Add InferenceGraph support to models-web-appLICATION by @Prateekbala in #161
New Contributors
- @Prateekbala made his first contribution in #142
- @Hijanhv made her first contribution in #144
- @alokdangre made his first contribution in #146
- @adrianAzoitei made his first contribution in #148
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Feature: Edit existing model servers from UI by @LogicalGuy77 in #114
- chore: adds CNCF Code of Conduct by @bartoszmajsak in #117
- fix: corrects links to translations by @bartoszmajsak in #119
- fix: update import path for Kubeflow styles by @LogicalGuy77 in #120
- dd security.md by @spolti in #121
- feat: added Unit testing using Jest by @LogicalGuy77 in #122
- feat: Cypress Setup by @LogicalGuy77 in #123
- added initial e2e tests by @LogicalGuy77 in #125
- model deployment test by @LogicalGuy77 in #126
- feat: Model edit and delete e2e cypress tests by @LogicalGuy77 in #127
- Handle RawDeployment mode in endpoint details page by @LogicalGuy77 in #128
- Implement ModelMesh support in ISVC handling and shift to python Black formatting by @LogicalGuy77 in #129
- Fix URL construction for inference service details for all namespaces by @LogicalGuy77 in #131
- Add HuggingFace predictor type support by @LogicalGuy77 in #135
- Update README.md and add Makefile for frontend setup by @LogicalGuy77 in #134
- Implement runtime-configurable Grafana endpoints and database names by @LogicalGuy77 in #130
New Contributors
- @bartoszmajsak made his first contribution in #117
- @spolti made his first contribution in #121
Full Changelog: v0.14.0...v0.15.0
v0.14.0
changes since 0.14.0-rc.0
- cleanup and simplification of the repository by @juliusvonkohout
- Fix PSS restricted warnings by @akagami-harsh in #107
- Resolved Conflicts for Node Version upgrade from 16 to 23 by @Debabrata47 in #106
- Upgrade to Angular v14 by @LogicalGuy77 in #109
- Migrate images in Docker Hub to GHCR by @LogicalGuy77 in #110
- fix: Improve local development setup by @coolchigi in #111
- Update GitHub Actions and Implement Build Caching for CI/CD Workflows by @LogicalGuy77 in #112
- Fix typos in README.md by @LogicalGuy77 in #113
New Contributors
- @akagami-harsh made his first contribution in #107
- @Debabrata47 made his irst contribution in #106
- @LogicalGuy77 made his first contribution in #109
- @coolchigi made his first contribution in #111
Full Changelog: v0.14.0-rc.0...0.14.0
v0.14.0-rc.0
What's Changed
- update the version to v0.13.0-rc.0 by @juliusvonkohout in #86
- fix typo by @KimSoungRyoul in #53
- CI: Extend GH Actions to also build for ARM by @kimwnasptd in #72
- Add myself to OWNERS by @markwinter in #20
- Prepare for v0.13.0 release by @rimolive in #91
- Allow custom ServingRuntimes by @hansinikarunarathne in #92
- Revert "Allow custom ServingRuntimes (#92)" by @hansinikarunarathne in #93
- add serving runtime support by @hansinikarunarathne in #95
- Fix displaying MLFlow predictors by @hansinikarunarathne in #96
- update kustomization by @mahdikhashan in #99
- Update flake-lint.yml by @juliusvonkohout in #100
- Update VERSION and Kustomize for v0.14.0-rc.0 by @Griffin-Sullivan in #102
- Update node version in Dockerfile to 16.16-buster-slim by @Griffin-Sullivan in #103
New Contributors
- @KimSoungRyoul made their first contribution in #53
- @rimolive made their first contribution in #91
- @hansinikarunarathne made their first contribution in #92
- @mahdikhashan made their first contribution in #99
- @Griffin-Sullivan made their first contribution in #102
Full Changelog: v0.13.0-rc.0...v0.14.0-rc.0
What's Changed
- update the version to v0.13.0-rc.0 by @juliusvonkohout in #86
- fix typo by @KimSoungRyoul in #53
- CI: Extend GH Actions to also build for ARM by @kimwnasptd in #72
- Add myself to OWNERS by @markwinter in #20
- Prepare for v0.13.0 release by @rimolive in #91
- Allow custom ServingRuntimes by @hansinikarunarathne in #92
- Revert "Allow custom ServingRuntimes (#92)" by @hansinikarunarathne in #93
- add serving runtime support by @hansinikarunarathne in #95
- Fix displaying MLFlow predictors by @hansinikarunarathne in #96
- update kustomization by @mahdikhashan in #99
- Update flake-lint.yml by @juliusvonkohout in #100
- Update VERSION and Kustomize for v0.14.0-rc.0 by @Griffin-Sullivan in #102
- Update node version in Dockerfile to 16.16-buster-slim by @Griffin-Sullivan in #103
New Contributors
- @KimSoungRyoul made their first contribution in #53
- @rimolive made their first contribution in #91
- @hansinikarunarathne made their first contribution in #92
- @mahdikhashan made their first contribution in #99
- @Griffin-Sullivan made their first contribution in #102
Full Changelog: v0.13.0-rc.0...v0.14.0-rc.0
v0.13.0-rc.0
What's Changed
- mwa(front): Link to corresponding PVC in VWA by @orfeas-k in #62
- [mwa-actual-links-in-tables] Make links in MWA's tables actual links by @elenzio9 in #66
- [mwa-fix-unit-tests] Fix MWA's unit tests and create a GH action that runs the tests on each change of the frontend code by @elenzio9 in #65
- mwa(front): Update the use of SnackBarService by @orfeas-k in #63
- mwa(front): Fix predictor's runtime property in all instances by @elenzio9 in #64
- Fix web app serviceLogs for raw deployment by @LuBingtan in #24
- mwa(front): Use monaco editor by @orfeas-k in #67
- mwa(front): Support all namespaces by @elenzio9 in #68
- mwa: Improve how MWA exposes errors by @elenzio9 in #69
- gh-actions: Run publish action on release branches by @kimwnasptd in #41
- GitHub actions: solve version conflict for frontend test by @tmvfb in #77
- mwa(front): Fix custom predictor bug by @tasos-ale in #79
- altering the order of the METRICS variables by @paloma-rebuelta in #70
- Update OWNERS to have more active reviewers and approvers by @juliusvonkohout in #80
- upgrade node image version from 12 to 16 by @tiansiyuan in #82
- update python by @juliusvonkohout in #84
New Contributors
- @LuBingtan made their first contribution in #24
- @tmvfb made their first contribution in #77
- @tasos-ale made their first contribution in #79
- @paloma-rebuelta made their first contribution in #70
- @tiansiyuan made their first contribution in #82
Full Changelog: v0.10.0...v0.13.0-rc.0