Skip to content

Commit

Permalink
Merge pull request #26 from unity-sds/24.4-stable
Browse files Browse the repository at this point in the history
Creates 24.4-stable versions of core MC install apps.
  • Loading branch information
jdrodjpl authored Feb 19, 2025
2 parents ee67db7 + 15bea56 commit 6fef28a
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 55 deletions.
2 changes: 1 addition & 1 deletion applications/unity-apigateway/24.4-stable/metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 4 additions & 12 deletions applications/unity-apigateway/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -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::<account_id>:instance-profile/eksctl*"
]
"Action": ["iam:CreateInstanceProfile"],
"Resource": ["arn:aws:iam::<account_id>:instance-profile/eksctl*"]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
35 changes: 16 additions & 19 deletions applications/unity-cs-monitoring-lambda/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion applications/unity-proxy/24.4-stable/metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
35 changes: 16 additions & 19 deletions applications/unity-proxy/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion applications/unity-ui/24.4-stable/metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion applications/unity-ui/latest/metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6fef28a

Please sign in to comment.