Skip to content

Releases: project-zot/zui

commit-111cb8e: chore: fix snyk alerts (#505)

21 Feb 09:46
111cb8e

Choose a tag to compare

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

commit-105f1e7: chore: fix dependabot alerts (#504)

16 Feb 19:20
105f1e7

Choose a tag to compare

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

commit-4d28d88: feat: add Last Tagged timestamp to tag details view (#502)

03 Feb 07:21
4d28d88

Choose a tag to compare

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)

30 Nov 07:11
7dfa6bf

Choose a tag to compare

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

commit-f870292: Rename .js files to .jsx if they contain JSX components. (#494)

19 Nov 07:27
f870292

Choose a tag to compare

Signed-off-by: Asgeir Nilsen <asgeir@twingine.no>

commit-9078d36: chore: update codecov-action to v5 (#496)

18 Nov 19:18
9078d36

Choose a tag to compare

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>

commit-04fac87: chore: update dependencies (#493)

18 Nov 20:08
04fac87

Choose a tag to compare

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

commit-7e08b6f: fix: Replace react-scripts with Vite (#484)

15 Nov 21:24
7e08b6f

Choose a tag to compare

* 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)

29 Sep 15:50
731b639

Choose a tag to compare

- 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)

01 Jul 07:53
d25abda

Choose a tag to compare

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-9403194

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>