Compare commits

...

3 Commits
main ... v1.7.1

Author SHA1 Message Date
gastoner d829a4d124 chore: 🥁 tagging v1.7.1 🥳 2025-05-20 07:12:26 +00:00
Evzen Gasta 34802347d0 chore: updated ubuntu runner
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2025-05-20 08:25:18 +02:00
gastoner 1e88d4ca8b chore: 🥁 tagging v1.7.0 🥳 2025-05-20 06:05:00 +00:00
5 changed files with 5 additions and 5 deletions

View File

@ -150,7 +150,7 @@ jobs:
release:
needs: [tag, build]
name: Release
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: id
run: echo the release id is ${{ needs.tag.outputs.releaseId}}

View File

@ -3,7 +3,7 @@
"displayName": "ai-lab-monorepo",
"description": "ai-lab-monorepo",
"publisher": "redhat",
"version": "1.7.0-next",
"version": "1.7.1",
"license": "Apache-2.0",
"private": true,
"engines": {

View File

@ -2,7 +2,7 @@
"name": "ai-lab",
"displayName": "Podman AI Lab",
"description": "Podman AI Lab lets you work with LLMs locally, exploring AI fundamentals, experimenting with models and prompts, and serving models while maintaining data security and privacy.",
"version": "1.7.0-next",
"version": "1.7.1",
"icon": "icon.png",
"type": "module",
"publisher": "redhat",

View File

@ -1,7 +1,7 @@
{
"name": "frontend-app",
"displayName": "UI for AI Lab",
"version": "1.7.0-next",
"version": "1.7.1",
"type": "module",
"license": "Apache-2.0",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "ai-lab-tests-playwright",
"version": "1.7.0-next",
"version": "1.7.1",
"description": "Podman Desktop AI Lab extension Playwright E2E tests",
"scripts": {
"test:e2e": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test src/",