This pull request includes several updates to the GitHub workflows, version upgrades in the pom.xml file, and enhancements for resource tagging in Azure templates. The most important changes include updating the download-artifact action version, upgrading WebLogic versions, adding resource identifiers for Azure tagging, and providing guidance on applying tags in solution templates.
Workflow and Action Updates:
Updated download-artifact action from v1 to v4 in multiple GitHub workflow files to ensure compatibility and leverage new features. (.github/workflows/testWlsAksWithDependencyCreation.yml, .github/workflows/testWlsAksWithoutDependencyCreation.yml, .github/workflows/testWlsVmAdmin.yml, .github/workflows/testWlsVmCluster.yml, .github/workflows/testWlsVmDynamicCluster.yml) [1][2][3][4][5][6][7][8][9][10][11]
Version Upgrades:
Upgraded WebLogic versions in the pom.xml file to the latest releases for improved performance and security. (pom.xml)
Resource Tagging Enhancements:
Added multiple resource identifiers in azure-common.properties to support filtering tags for various Azure resources. (resources/azure-common.properties)
Introduced a new section in createUiDefinition.json for tagging resources and updated the main template to handle these tags. (weblogic-azure-vm/arm-oraclelinux-wls-admin/src/main/arm/createUiDefinition.json, weblogic-azure-vm/arm-oraclelinux-wls-admin/src/main/arm/mainTemplate.json) [1][2][3][4][5]
Documentation:
Added a new guidance document for applying tags in solution templates, providing detailed steps for auditing resources, updating templates, and testing. (resources/doc/guidance-for-tagging-resource.md)
This pull request includes several updates to the GitHub workflows, version upgrades in the
pom.xml
file, and enhancements for resource tagging in Azure templates. The most important changes include updating thedownload-artifact
action version, upgrading WebLogic versions, adding resource identifiers for Azure tagging, and providing guidance on applying tags in solution templates.Workflow and Action Updates:
download-artifact
action fromv1
tov4
in multiple GitHub workflow files to ensure compatibility and leverage new features. (.github/workflows/testWlsAksWithDependencyCreation.yml
,.github/workflows/testWlsAksWithoutDependencyCreation.yml
,.github/workflows/testWlsVmAdmin.yml
,.github/workflows/testWlsVmCluster.yml
,.github/workflows/testWlsVmDynamicCluster.yml
) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Version Upgrades:
pom.xml
file to the latest releases for improved performance and security. (pom.xml
)Resource Tagging Enhancements:
azure-common.properties
to support filtering tags for various Azure resources. (resources/azure-common.properties
)createUiDefinition.json
for tagging resources and updated the main template to handle these tags. (weblogic-azure-vm/arm-oraclelinux-wls-admin/src/main/arm/createUiDefinition.json
,weblogic-azure-vm/arm-oraclelinux-wls-admin/src/main/arm/mainTemplate.json
) [1] [2] [3] [4] [5]Documentation:
resources/doc/guidance-for-tagging-resource.md
)