From ef4b1b62e5c3d81fe25bc47a1ad18e3e8a44538c Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Mon, 11 Nov 2024 14:22:26 -0800 Subject: [PATCH 1/2] Updated 0.1 version of unity-ui to properly reflect the version it was actually targeting, which was 0.5.0. Also updated the commit hash accordingly for this version. --- applications/unity-ui/{0.1 => 0.5.0}/metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename applications/unity-ui/{0.1 => 0.5.0}/metadata.json (73%) diff --git a/applications/unity-ui/0.1/metadata.json b/applications/unity-ui/0.5.0/metadata.json similarity index 73% rename from applications/unity-ui/0.1/metadata.json rename to applications/unity-ui/0.5.0/metadata.json index dc32c9b..f51312a 100644 --- a/applications/unity-ui/0.1/metadata.json +++ b/applications/unity-ui/0.5.0/metadata.json @@ -1,18 +1,18 @@ { "DisplayName": "Unity-UI-Application", "Name": "unity-ui", - "Version": "0.1", + "Version": "0.5.0", "Channel": "beta", "Owner": "UI/UX Team", "Description": "A package to install and configure the Unity UI Application for your Unity Venue", - "Repository": "https://github.com/unity-sds/unity-ui-infra", + "Repository": "https://github.com/unity-sds/unity-ui-infra@", "Tags": [ "ui", "navigation" ], "Category": "ui", "IamRoles": {}, - "Package": "https://github.com/unity-sds/unity-ui-infra", + "Package": "https://github.com/unity-sds/unity-ui-infra@52deb6772035e2416d43079ced2f3181b20104b4", "ManagedDependencies": {}, "Backend": "terraform", "WorkDirectory": "terraform-unity-ui", From a8e6070f33b2713e45348490ad1ea660b4c7a071 Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Mon, 11 Nov 2024 14:22:42 -0800 Subject: [PATCH 2/2] Added Unity UI Version 0.8.0 to marketplace configuration. --- applications/unity-ui/0.8.0/metadata.json | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 applications/unity-ui/0.8.0/metadata.json diff --git a/applications/unity-ui/0.8.0/metadata.json b/applications/unity-ui/0.8.0/metadata.json new file mode 100644 index 0000000..7c7034c --- /dev/null +++ b/applications/unity-ui/0.8.0/metadata.json @@ -0,0 +1,26 @@ +{ + "DisplayName": "Unity-UI-Application", + "Name": "unity-ui", + "Version": "0.8.0", + "Channel": "beta", + "Owner": "UI/UX Team", + "Description": "A package to install and configure the Unity UI Application for your Unity Venue", + "Repository": "https://github.com/unity-sds/unity-ui-infra", + "Tags": [ + "ui", + "navigation" + ], + "Category": "ui", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-ui-infra@0d6ddf2df0d2d1706f6aa7683979ceb9a6e86266", + "ManagedDependencies": {}, + "Backend": "terraform", + "WorkDirectory": "terraform-unity-ui", + "DefaultDeployment": { + "Variables": { + "Values": { + "app_count": "2" + } + } + } +} \ No newline at end of file