Releases: project-zot/zui
Releases · project-zot/zui
commit-111cb8e: chore: fix snyk alerts (#505)
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
commit-105f1e7: chore: fix dependabot alerts (#504)
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
commit-4d28d88: feat: add Last Tagged timestamp to tag details view (#502)
Display TaggedTimestamp field from GraphQL API as "Last Tagged" in the tag details metadata panel, showing when the image manifest was tagged. Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
commit-7dfa6bf: chore: update dev deps (#497)
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
commit-f870292: Rename .js files to .jsx if they contain JSX components. (#494)
Pre-release
Signed-off-by: Asgeir Nilsen <asgeir@twingine.no>
commit-9078d36: chore: update codecov-action to v5 (#496)
Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
commit-04fac87: chore: update dependencies (#493)
Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
commit-7e08b6f: fix: Replace react-scripts with Vite (#484)
* Switch from react-scripts to vite. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * vite fixes, courtesy Cloude Sonnet 4 Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Switch to Zot-White.svg due to issues with inline styling. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Remove inline styling in zotLogoWhite.svg Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Fix image loading CSP and clean up vite.config.js prettier warnings. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Added babel configuration to re-enable tests with Vite. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Updated to Node 24 and recreated package.json Ref https://stackoverflow.com/a/79056200 Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * npm updates Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Update GitHub workflows to constrain to major Node version. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Update @types/jest and jest-environment-jsdom to match jest version Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Add __dirname fix to vite.config.js Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Fix for API test not working in jest. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Update Babel config as recommended by Copilot. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * fix(tests): fix repository test data parser and tag dependencies race condition - Skip 'default' key in getMultiTagRepo() to find valid test repositories - Wait for BaseImageList API response in tag dependencies test to prevent race condition - Resolves all failing repository tests and flaky tag dependency test Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Remove obsolete index.html Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Specify exact node version. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Upgraded @vitejs/plugin-react Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> * Remove unsafe-inline on script-src. Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> --------- Signed-off-by: Asgeir Nilsen <asgeir@twingine.no> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
commit-731b639: chore: update 3rd party dependencies (#488)
- upgrade axios to v1.12.2 for cve fixes - update mui libraries to 6.5.0 for cve fixes - other updates for fixes - react-scripts@5.0.1 is outdated and only supports TypeScript 4.9.5, so downgrade to 4.9.5 (note this was alreays done on npm install even in the previous commit) Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
commit-d25abda: fix: package.json & package-lock.json to reduce vulnerabilities (#485)
Pre-release
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 Signed-off-by: Andrei Aaron <aaaron@luxoft.com>