From 15bea5622c4efab3db159e4624aa237b376814b4 Mon Sep 17 00:00:00 2001 From: Joshua Rodriguez Date: Wed, 19 Feb 2025 09:18:55 -0800 Subject: [PATCH] Creates 24.4-stable versions of core MC install apps. --- .../24.4-stable/metadata.json | 2 +- .../unity-apigateway/latest/metadata.json | 16 +++------ .../24.4-stable/metadata.json | 2 +- .../latest/metadata.json | 35 +++++++++---------- .../unity-proxy/24.4-stable/metadata.json | 2 +- applications/unity-proxy/latest/metadata.json | 35 +++++++++---------- .../unity-ui/24.4-stable/metadata.json | 2 +- applications/unity-ui/latest/metadata.json | 2 +- 8 files changed, 41 insertions(+), 55 deletions(-) diff --git a/applications/unity-apigateway/24.4-stable/metadata.json b/applications/unity-apigateway/24.4-stable/metadata.json index ca26864..c517c14 100644 --- a/applications/unity-apigateway/24.4-stable/metadata.json +++ b/applications/unity-apigateway/24.4-stable/metadata.json @@ -1,7 +1,7 @@ { "DisplayName": "Unity API Gateway", "Name": "unity-apigateway", - "Version": "0.4", + "Version": "24.4-stable", "Channel": "beta", "Owner": "U-CS Team", "Description": "A package to install and configure an API gateway for your Unity Venue", diff --git a/applications/unity-apigateway/latest/metadata.json b/applications/unity-apigateway/latest/metadata.json index acb1f1c..d2b7b97 100644 --- a/applications/unity-apigateway/latest/metadata.json +++ b/applications/unity-apigateway/latest/metadata.json @@ -1,27 +1,19 @@ { "DisplayName": "Unity API Gateway", "Name": "unity-apigateway", - "Version": "0.4", + "Version": "latest", "Channel": "beta", "Owner": "U-CS Team", "Description": "A package to install and configure an API gateway for your Unity Venue", "Repository": "https://github.com/unity-sds/unity-cs-infra/", - "Tags": [ - "api", - "http", - "rest" - ], + "Tags": ["api", "http", "rest"], "Category": "system", "IamRoles": { "Statement": [ { "Effect": "Allow", - "Action": [ - "iam:CreateInstanceProfile" - ], - "Resource": [ - "arn:aws:iam:::instance-profile/eksctl*" - ] + "Action": ["iam:CreateInstanceProfile"], + "Resource": ["arn:aws:iam:::instance-profile/eksctl*"] } ] }, diff --git a/applications/unity-cs-monitoring-lambda/24.4-stable/metadata.json b/applications/unity-cs-monitoring-lambda/24.4-stable/metadata.json index e317005..dcf3116 100644 --- a/applications/unity-cs-monitoring-lambda/24.4-stable/metadata.json +++ b/applications/unity-cs-monitoring-lambda/24.4-stable/metadata.json @@ -1,7 +1,7 @@ { "DisplayName": "Unity Health Status Monitoring", "Name": "unity-cs-monitoring-lambda", - "Version": "0.1", + "Version": "24.4-stable", "Channel": "beta", "Owner": "Brandon Hargitay", "Description": "Monitor the health of various Unity resources", diff --git a/applications/unity-cs-monitoring-lambda/latest/metadata.json b/applications/unity-cs-monitoring-lambda/latest/metadata.json index 6f912a6..630b9f5 100644 --- a/applications/unity-cs-monitoring-lambda/latest/metadata.json +++ b/applications/unity-cs-monitoring-lambda/latest/metadata.json @@ -1,20 +1,17 @@ { - "DisplayName": "Unity Health Status Monitoring", - "Name": "unity-cs-monitoring-lambda", - "Version": "0.1", - "Channel": "beta", - "Owner": "Brandon Hargitay", - "Description": "Monitor the health of various Unity resources", - "Repository": "https://github.com/unity-sds/unity-cs-monitoring-lambda", - "Tags": [ - "monitor", - "health" - ], - "Category": "system", - "IamRoles": {}, - "Package": "https://github.com/unity-sds/unity-cs-monitoring-lambda", - "Backend": "terraform", - "ManagedDependencies": {}, - "DefaultDeployment": {}, - "WorkDirectory": "terraform-unity" - } + "DisplayName": "Unity Health Status Monitoring", + "Name": "unity-cs-monitoring-lambda", + "Version": "latest", + "Channel": "beta", + "Owner": "Brandon Hargitay", + "Description": "Monitor the health of various Unity resources", + "Repository": "https://github.com/unity-sds/unity-cs-monitoring-lambda", + "Tags": ["monitor", "health"], + "Category": "system", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-cs-monitoring-lambda", + "Backend": "terraform", + "ManagedDependencies": {}, + "DefaultDeployment": {}, + "WorkDirectory": "terraform-unity" +} diff --git a/applications/unity-proxy/24.4-stable/metadata.json b/applications/unity-proxy/24.4-stable/metadata.json index ccb1c7a..a523410 100644 --- a/applications/unity-proxy/24.4-stable/metadata.json +++ b/applications/unity-proxy/24.4-stable/metadata.json @@ -1,7 +1,7 @@ { "DisplayName": "Unity Proxy", "Name": "unity-proxy", - "Version": "0.14", + "Version": "24.4-stable", "Channel": "beta", "Owner": "Tom Barber", "Description": "The Unity HTTPD Proxy package", diff --git a/applications/unity-proxy/latest/metadata.json b/applications/unity-proxy/latest/metadata.json index 7309d35..6214575 100644 --- a/applications/unity-proxy/latest/metadata.json +++ b/applications/unity-proxy/latest/metadata.json @@ -1,20 +1,17 @@ { - "DisplayName": "Unity Proxy", - "Name": "unity-proxy", - "Version": "0.14", - "Channel": "beta", - "Owner": "Tom Barber", - "Description": "The Unity HTTPD Proxy package", - "Repository": "https://github.com/unity-sds/unity-proxy", - "Tags": [ - "proxy", - "httpd" - ], - "Category": "system", - "IamRoles": {}, - "Package": "https://github.com/unity-sds/unity-proxy", - "Backend": "terraform", - "ManagedDependencies": {}, - "DefaultDeployment": {}, - "WorkDirectory": "terraform-unity" - } + "DisplayName": "Unity Proxy", + "Name": "unity-proxy", + "Version": "latest", + "Channel": "beta", + "Owner": "Tom Barber", + "Description": "The Unity HTTPD Proxy package", + "Repository": "https://github.com/unity-sds/unity-proxy", + "Tags": ["proxy", "httpd"], + "Category": "system", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-proxy", + "Backend": "terraform", + "ManagedDependencies": {}, + "DefaultDeployment": {}, + "WorkDirectory": "terraform-unity" +} diff --git a/applications/unity-ui/24.4-stable/metadata.json b/applications/unity-ui/24.4-stable/metadata.json index 8cba07d..725a0d5 100644 --- a/applications/unity-ui/24.4-stable/metadata.json +++ b/applications/unity-ui/24.4-stable/metadata.json @@ -1,7 +1,7 @@ { "DisplayName": "Unity-UI-Application", "Name": "unity-ui", - "Version": "0.8.0", + "Version": "24.4-stable", "Channel": "beta", "Owner": "UI/UX Team", "Description": "A package to install and configure the Unity UI Application for your Unity Venue", diff --git a/applications/unity-ui/latest/metadata.json b/applications/unity-ui/latest/metadata.json index a920114..3116a42 100644 --- a/applications/unity-ui/latest/metadata.json +++ b/applications/unity-ui/latest/metadata.json @@ -1,7 +1,7 @@ { "DisplayName": "Unity UI Application", "Name": "unity-ui", - "Version": "0.0.1-beta", + "Version": "latest", "Channel": "beta", "Owner": "UI/UX Team", "Description": "A package to install and configure the Unity UI Application for your Unity Venue",