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

Finished release 2.27.

parents 2581c098 2fd3c507
Branches
Tags
No related merge requests found
Pipeline #90777 passed
...@@ -14,7 +14,7 @@ run-tox-pipeline: ...@@ -14,7 +14,7 @@ run-tox-pipeline:
- docker-executor - docker-executor
image: python:3.12 image: python:3.12
except: except:
- /^release\/*/ - /^release\/.*/
services: services:
- postgres:14 - postgres:14
# Change pip's cache directory to be inside the project directory since we can # Change pip's cache directory to be inside the project directory since we can
...@@ -51,6 +51,8 @@ build-documentation: ...@@ -51,6 +51,8 @@ build-documentation:
- cd $CI_PROJECT_DIR/docs - cd $CI_PROJECT_DIR/docs
script: script:
- /bin/sh ./build-docs.sh - /bin/sh ./build-docs.sh
except:
- /^release\/.*/
artifacts: artifacts:
paths: paths:
- docs/public - docs/public
...@@ -66,6 +68,8 @@ lint-documentation: ...@@ -66,6 +68,8 @@ lint-documentation:
needs: needs:
- job: build-documentation # Only run when documentation has been built - job: build-documentation # Only run when documentation has been built
artifacts: true artifacts: true
except:
- /^release\/.*/
before_script: before_script:
- cd $CI_PROJECT_DIR/docs/vale - cd $CI_PROJECT_DIR/docs/vale
- vale sync - vale sync
...@@ -104,6 +108,8 @@ publish-docs-prod-2: ...@@ -104,6 +108,8 @@ publish-docs-prod-2:
sonarqube: sonarqube:
stage: sonarqube stage: sonarqube
image: sonarsource/sonar-scanner-cli:10.0 image: sonarsource/sonar-scanner-cli:10.0
except:
- /^release\/.*/
script: script:
- sonar-scanner -Dsonar.login=$SONAR_TOKEN -Dproject.settings=./sonar.properties - sonar-scanner -Dsonar.login=$SONAR_TOKEN -Dproject.settings=./sonar.properties
tags: tags:
......
# Changelog # Changelog
## [2.27] - 2024-12-03
- Add support for VRFs
- Rework the way code documentation is built and pulished
- Fix a bug in email notification delivery
## [2.26] - 2024-11-27 ## [2.26] - 2024-11-27
- Rename the `NRENL3CoreService` to `L3CoreService` - Rename the `NRENL3CoreService` to `L3CoreService`
- To the existing Layer 3 core services, add LHCOne, Copernicus and IAS-GWS - To the existing Layer 3 core services, add LHCOne, Copernicus and IAS-GWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment