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
Branches master
Tags 2.15
No related merge requests found
Pipeline #92738 passed
...@@ -29,4 +29,4 @@ NETWORK_TOPOLOGY_API_URL="http://localhost:8080/api/v1/networks/topology" ...@@ -29,4 +29,4 @@ NETWORK_TOPOLOGY_API_URL="http://localhost:8080/api/v1/networks/topology"
NEXTAUTH_URL=http://localhost:3000/api/auth NEXTAUTH_URL=http://localhost:3000/api/auth
NEXTAUTH_SECRET="LR1a4CU9UVFr1OcVeu4ULDX/VHMMiI+s3wNvOkf6fdE=" # openssl rand -base64 32 NEXTAUTH_SECRET="LR1a4CU9UVFr1OcVeu4ULDX/VHMMiI+s3wNvOkf6fdE=" # openssl rand -base64 32
# Disable cache - usefull when in development # Disable cache - usefull when in development
NEXT_PUBLIC_DISABLE_CACHE=false NEXT_PUBLIC_DISABLE_CACHE=false
\ No newline at end of file
# Changelog # 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 ## [2.14] - 2024-12-13
- Update references to GÉANT service IDs - 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 WORKDIR /app
COPY . . COPY . .
...@@ -10,13 +9,13 @@ RUN npm install ...@@ -10,13 +9,13 @@ RUN npm install
RUN npm run build 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 RUN apk update && apk add --no-cache curl vim
# ENV NODE_ENV=production ENV NODE_ENV=production
ENV HOSTNAME=0.0.0.0 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/standalone /app
COPY --from=builder /app/.next/static /app/.next/static COPY --from=builder /app/.next/static /app/.next/static
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // 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", "name": "gso-ui",
"version": "1.0.0", "version": "2.15",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"@emotion/css": "^11.11.2", "@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@open-policy-agent/opa-wasm": "^1.8.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", "@reduxjs/toolkit": "^2.0.1",
"axios": "^1.7.2", "axios": "^1.7.2",
"cytoscape": "^3.29.2", "cytoscape": "^3.29.2",
......
...@@ -3,7 +3,7 @@ from setuptools import setup ...@@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name="geant-service-orchestrator-gui", name="geant-service-orchestrator-gui",
py_modules=[], py_modules=[],
version="2.14", version="2.15",
author="GÉANT Orchestration and Automation Team", author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org", author_email="goat@geant.org",
description="GÉANT Service Orchestrator GUI dummy package", 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 register or to comment