-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: .NET Framework Templates #64
base: main
Are you sure you want to change the base?
Commits on Mar 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da3438d - Browse repository at this point
Copy the full SHA da3438dView commit details
Commits on Mar 23, 2022
-
- Consistent use of single quotes - Use of shorthand yaml syntax - Removed default image
Configuration menu - View commit details
-
Copy full SHA for bda073a - Browse repository at this point
Copy the full SHA bda073aView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b12038d - Browse repository at this point
Copy the full SHA b12038dView commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65761f5 - Browse repository at this point
Copy the full SHA 65761f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec8456 - Browse repository at this point
Copy the full SHA 9ec8456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1cd93 - Browse repository at this point
Copy the full SHA 5c1cd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda39a7 - Browse repository at this point
Copy the full SHA eda39a7View commit details -
fix: Initial working service template
- Removed unsupported container configuraitons - Updated default container image (used for initial svc deployment)
Configuration menu - View commit details
-
Copy full SHA for d2ee80c - Browse repository at this point
Copy the full SHA d2ee80cView commit details
Commits on Mar 31, 2022
-
feature: Initial working .NET Fx templates
- Corrected IAM permissions, param data types - Centralized CW logs to two log groups (service/service-name) and (service/pipeline) - Added validation of zip file extension - Removed duplicate IAM perms
Configuration menu - View commit details
-
Copy full SHA for b5e6333 - Browse repository at this point
Copy the full SHA b5e6333View commit details -
fix: Changed SSM Doc Resolve AMI
- ID at Execution Time Previously SSM param was resolved by using a CF parameter. This led to the SSM doc having the resolved AMI ID as the default value, not the SSM param name. This leads to essentially hard coding the AMI ID at the time that the CF stack is created. SSM doc should resolve the SSM param at time of execution. - Added Operating System Family parameter since the SSM parameter could point to an AMI ID for various OSs - Sync'd pipeline templates between public and private services
Configuration menu - View commit details
-
Copy full SHA for 09b91cf - Browse repository at this point
Copy the full SHA 09b91cfView commit details -
feat: Private .NET Fx Fargate Svc
- Sync'd private and lb service templates - Corrected private template's schema
Configuration menu - View commit details
-
Copy full SHA for 5fd6f3c - Browse repository at this point
Copy the full SHA 5fd6f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e2d78 - Browse repository at this point
Copy the full SHA e1e2d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for e099e81 - Browse repository at this point
Copy the full SHA e099e81View commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7af1773 - Browse repository at this point
Copy the full SHA 7af1773View commit details -
feat: Load Balanced Fargate .NET Fx Templates
- Changed to use only the load balancer version for .NET Fx assuming that customers would move existing workloads to Windows containers as is, typically a three tier app. They wouldn't need the private version of a Fargate service since most .NET Fx workloads are monoliths and the private service implied a decomposition to microservices. We found it unlikely that customers would stick with .NET Fx if they were decomposing their application.
Configuration menu - View commit details
-
Copy full SHA for 338a8d6 - Browse repository at this point
Copy the full SHA 338a8d6View commit details
Commits on Apr 6, 2022
-
fix: Corrected reference to environment in compatible-envs
This is needed when using using the GitHub integration feature of Proton
Configuration menu - View commit details
-
Copy full SHA for db91ab8 - Browse repository at this point
Copy the full SHA db91ab8View commit details -
fix: Correct rendered_service.yaml output
echo *** was listing out the directory contents.
Configuration menu - View commit details
-
Copy full SHA for 2702cd5 - Browse repository at this point
Copy the full SHA 2702cd5View commit details
Commits on Apr 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 156bb6c - Browse repository at this point
Copy the full SHA 156bb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7846d0 - Browse repository at this point
Copy the full SHA f7846d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a45d27 - Browse repository at this point
Copy the full SHA 0a45d27View commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b41a8a - Browse repository at this point
Copy the full SHA 3b41a8aView commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e4b882 - Browse repository at this point
Copy the full SHA 9e4b882View commit details