Skip to content
Snippets Groups Projects
Commit 33d15bfb authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 2.15.

parents 7cef308e 04719022
No related branches found
No related tags found
No related merge requests found
Pipeline #92738 passed
# Changelog
All notable changes to this project will be documented in this file.
## [2.15] - 2025-03-21
- Upgrade orchestrator-ui-libary to 3.1.1
- Upgrade npm dependencies to resolve vulnerabilities
- Upgrade node to v22
## [2.14] - 2024-12-13
- Update references to GÉANT service IDs
......
FROM node:20.12.2-alpine AS builder
FROM node:22.14.0-alpine AS builder
# ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED 1
ENV NEXT_TELEMETRY_DISABLED=1
WORKDIR /app
COPY . .
......@@ -10,13 +9,13 @@ RUN npm install
RUN npm run build
FROM node:20.12.2-alpine AS runner
FROM node:22.14.0-alpine AS runner
RUN apk update && apk add --no-cache curl vim
# ENV NODE_ENV=production
ENV NODE_ENV=production
ENV HOSTNAME=0.0.0.0
ENV NEXT_TELEMETRY_DISABLED 1
ENV NEXT_TELEMETRY_DISABLED=1
COPY --from=builder /app/.next/standalone /app
COPY --from=builder /app/.next/static /app/.next/static
......
......@@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
This diff is collapsed.
{
"name": "wfo-ui",
"version": "1.0.0",
"name": "gso-ui",
"version": "2.15",
"private": true,
"scripts": {
"dev": "next dev",
......@@ -21,7 +21,7 @@
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@open-policy-agent/opa-wasm": "^1.8.1",
"@orchestrator-ui/orchestrator-ui-components": "2.12.0",
"@orchestrator-ui/orchestrator-ui-components": "3.4.0",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.7.2",
"cytoscape": "^3.29.2",
......
......@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name="geant-service-orchestrator-gui",
py_modules=[],
version="2.14",
version="2.15",
author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org",
description="GÉANT Service Orchestrator GUI dummy package",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment