Promote release 1.2.1 to main#62
Merged
Merged
Conversation
* 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>
Contributor
✅ OSS Checks PassedAll tracked OSS checks passed in this run.
Results from commit 16a1586, view the full job summary |
|
Contributor
There was a problem hiding this comment.
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
.trivyignoreandCHANGELOG.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 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 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 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 on lines
+24
to
+28
| ### Changed | ||
|
|
||
| - Alignment of GitHub actions to new organisation. | ||
|
|
||
|
|
cruddasj
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Promote release 1.2.1 to main