Abzu - Fix file transformation and package update#197
Merged
martyn-fewtrell merged 15 commits intomainfrom Nov 21, 2024
Merged
Conversation
Updated the CmdLine task version from 1 to 2, which may include improvements or changes in functionality. Replaced the filename input with the script input to align with the updated task version's requirements or best practices.
This reverts commit f7845e1.
Replaced `enableXmlTransform` with `xmlTransformationRules` and added `jsonTargetFiles` parameter in `continuous-dacpac-app-deployment.yml`, `continuous-deployment.yml`, and `continuous-testing.yml` files for better configuration management.
Updated the following packages in `UKHO.MaritimeSafetyInformation.Common.csproj`: - `Microsoft.EntityFrameworkCore` from 8.0.10 to 9.0.0 - `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.10 to 9.0.0 - `Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions` from 8.0.10 to 9.0.0 - `Microsoft.Identity.Web.UI` from 3.2.2 to 3.4.0 - `System.Security.Cryptography.Xml` from 8.0.2 to 9.0.0 - `System.Text.Json` from 8.0.5 to 9.0.0 - `Microsoft.Identity.Client` from 4.66.1 to 4.66.2 - `System.Security.Cryptography.ProtectedData` from 8.0.0 to 9.0.0
This reverts commit dba97a6.
Upgraded Microsoft.Identity.Web.UI from 3.2.2 to 3.4.0 and Microsoft.Identity.Client from 4.66.1 to 4.66.2 in UKHO.MaritimeSafetyInformation.Common.csproj. These updates include bug fixes, performance improvements, or new features.
Updated `System.Security.Cryptography.Xml` from 8.0.2 to 9.0.0. Updated `System.Security.Cryptography.ProtectedData` from 8.0.0 to 9.0.0 in `UKHO.MaritimeSafetyInformation.Common.csproj`.
Updated Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions from 8.0.10 to 9.0.0 to leverage new features and improvements. Updated System.Text.Json from 8.0.5 to 9.0.0 for enhancements and bug fixes.
Updated NuGet package references in UKHO.MaritimeSafetyInformation.Common.csproj: - Microsoft.EntityFrameworkCore from 8.0.10 to 9.0.0 - Microsoft.EntityFrameworkCore.SqlServer from 8.0.10 to 9.0.0
This reverts commit 81ed109.
Updated Microsoft.EntityFrameworkCore package in UKHO.MaritimeSafetyInformation.Common.csproj from version 8.0.10 to 8.0.11. This update may include bug fixes, performance improvements, or new features.
Updated the following NuGet packages: - FluentValidation from 11.10.0 to 11.11.0 - Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.10 to 8.0.11 - Microsoft.AspNetCore.HeaderPropagation from 8.0.10 to 8.0.11 - Microsoft.Extensions.Logging.AzureAppServices from 8.0.10 to 9.0.0 - Swashbuckle.AspNetCore from 6.9.0 to 7.0.0
Updated the following package references in `UKHO.MaritimeSafetyInformationAdmin.Web.csproj`: - `Microsoft.AspNetCore.Authentication.JwtBearer` from `8.0.10` to `8.0.11` - `Microsoft.AspNetCore.HeaderPropagation` from `8.0.10` to `8.0.11` - `Microsoft.Extensions.Logging.AzureAppServices` from `8.0.10` to `9.0.0` - `Swashbuckle.AspNetCore` from `6.9.0` to `7.0.0`
Modified the `xmlTransformationRules` input parameter for the `FileTransform@2` task to an empty string (`''`) across multiple YAML files. This change affects the following tasks: - "File Transform: WebAppSettings" in `continuous-dacpac-app-deployment.yml` - "File Transform: Admin-WebAppSettings" in `continuous-dacpac-app-deployment.yml` - "File Transform: Msi Config" in `continuous-deployment.yml` - "File Transform: integrationtests" in `continuous-testing.yml` - "File Transform" in `continuous-testing.yml` (within the `Tests` directory)
Added a new suppression entry for the package `System.Text.Json` version 9.0.0 in the `NVDSuppressions.xml` file. This entry suppresses the vulnerability identified by `CVE-2024-43485`. Notes indicate that this is the current version and will be updated with the next release.
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.
PR Classification
Code cleanup and dependency updates.
PR Summary
This pull request updates YAML configuration files to modify
FileTransform@2tasks and upgrades several package versions across multiple project files.continuous-dacpac-app-deployment.yml,continuous-deployment.yml, andcontinuous-testing.ymlto replaceenableXmlTransformwithxmlTransformationRules.System.Text.Jsonversion9.0.0inNVDSuppressions.xml.UKHO.MaritimeSafetyInformation.Common.csproj.UKHO.MaritimeSafetyInformation.Web.csproj.UKHO.MaritimeSafetyInformationAdmin.Web.csproj.