Skip to content

Promote release 1.2.1 to main#62

Merged
syed-awsaf-informed merged 1 commit into
mainfrom
release/1.2.1
Jul 21, 2026
Merged

Promote release 1.2.1 to main#62
syed-awsaf-informed merged 1 commit into
mainfrom
release/1.2.1

Conversation

@syed-awsaf-informed

Copy link
Copy Markdown
Contributor

Promote release 1.2.1 to main

* fix(ospo): rename national-digital-twin to national-node-net

* feat(OSPO): synchronise OSPO workflows

* ci: re-run failed checks

* federator string replaced by management-node

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: patch application dependencies

* fix: upgrade safe deps

---------

Co-authored-by: syed-awsaf-informed <197770623+syed-awsaf-informed@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: cruddasj <james.cruddas@informed.com>
Copilot AI review requested due to automatic review settings July 21, 2026 07:38
@github-actions

Copy link
Copy Markdown
Contributor

✅ OSS Checks Passed

All tracked OSS checks passed in this run.

📊 Total Files 🟢 Passed 🔴 Failed 🧮 Score
13 13 0 100%

Results from commit 16a1586, view the full job summary↗️ for detailed results.

@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes release 1.2.1 to main by aligning repository configuration and CI/workflows to the new GitHub organisation (National-Node-Net), and bumping several dependency versions.

Changes:

  • Updated SonarCloud project/org settings and GitHub workflow references to the new organisation.
  • Bumped Spring Boot parent and several dependency versions in pom.xml.
  • Updated documentation/repo URLs and added new entries to .trivyignore and CHANGELOG.md.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
sonar-project.properties Updates SonarCloud project key/org to the new organisation.
repository-configuration/variables.tf Updates default GitHub organisation for repo configuration automation.
pom.xml Updates SCM/URL org references and bumps dependency versions.
mkdocs.yml Updates (commented) repo URL to new organisation/repo.
docker/keycloak/tofu/README.md Updates contributors URL to new organisation.
CONTRIBUTING.md Updates GitHub links to new organisation (but still contains a placeholder repo segment).
CHANGELOG.md Adds a 1.2.1 entry (currently incomplete vs actual PR contents).
ACKNOWLEDGEMENTS.md Updates GitHub contributors link (but still contains a placeholder repo segment).
.trivyignore Adds additional CVEs to ignore list.
.github/workflows/publish-github-release.yml Updates pinned GitHub Action revisions.
.github/workflows/oss-checker.yml Updates action pins and org/repo references to new organisation.
.github/workflows/maven.yml Updates Sonar settings/token for the new organisation (but currently reruns verify redundantly).
.github/workflows/auto-back-merge.yml Updates action pins and secret names for the new organisation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CONTRIBUTING.md
Comment on lines 14 to +15
If you want to see which suppliers and organisations have contributed to this repository in the past, refer to [ACKNOWLEDGEMENTS.md](ACKNOWLEDGEMENTS.md) and the GitHub
contributor insights page at [Contributors](https://github.com/National-Digital-Twin/your-repo/graphs/contributors).
contributor insights page at [Contributors](https://github.com/National-Node-Net/your-repo/graphs/contributors).
Comment thread ACKNOWLEDGEMENTS.md
Comment on lines 19 to +20
For a list of individual contributors who have made direct commits to this repository, see
GitHub’s auto-generated contributor insights: [Contributors](https://github.com/National-Digital-Twin/your-repo/graphs/contributors).
GitHub’s auto-generated contributor insights: [Contributors](https://github.com/National-Node-Net/your-repo/graphs/contributors).
Comment thread pom.xml
Comment on lines 17 to +21
<version>1.2.0</version>
<packaging>jar</packaging>
<name>management-node</name>
<description>Provides Management capabilities over IA Node Net</description>
<url>https://github.com/National-Digital-Twin/management-node</url>
<url>https://github.com/National-Node-Net/management-node</url>
Comment on lines 61 to +65
- name: Code Coverage
env:
GH_PACKAGES_PAT: ${{ secrets.GH_PACKAGES_PAT }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw $MAVEN_CLI_OPTS verify -Dsonar.projectKey=National-Digital-Twin_management-node -Dsonar.organization=national-digital-twin -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_N3 }}
run: ./mvnw $MAVEN_CLI_OPTS verify -Dsonar.projectKey=National-Node-Net_management-node -Dsonar.organization=national-node-net -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
Comment thread CHANGELOG.md
Comment on lines +24 to +28
### Changed

- Alignment of GitHub actions to new organisation.


@syed-awsaf-informed
syed-awsaf-informed merged commit 1f3fcda into main Jul 21, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants