Changelog
NEW UPDATES AND IMPROVEMENTS TO MICROTICA
Hear about new features first by joining our Discord Community.
ο»Ώ
Jan 13, 2023
With this update we are dramatically simplifying the custom domain setup for your applications and cloud resources.
To assign a custom domain just go to your application or resource details and click on Assign domain button and then just follow the few simple steps.

For detailed instructions follow the Assign a Custom Domain docs.
Dec 2, 2022
We are integrating application pipeline build and deployment executions in the Application Pipeline section.
Now you will be able to navigate through pipeline execution history and go to a specific execution to see the logs and debug any potential issues with the application build or deployment process.
Happy deploying! π

Nov 18, 2022
Up until now when you had to debug an application deployed on AWS Fargate (Strapi, Medusa etc.) you had to login into AWS console and follow the logs from there.
This was a big pain point for our customers so today we are happy to announce that we are releasing the integrated resource logs into our portal. With this change you no longer have to login into AWS console to debug your apps.
Happy debugging! πͺ²

Nov 11, 2022

You can now deploy a production-ready Medusa Server on your AWS account in a few simple steps.
The template includes managed Postgres and Redis instances for high availability and scalability. Alternatively, for those who want a cheaper solution for development, the template offers a "development" mode that works with SQLite and "fake" Redis instance.
The solution can be fully integrated with your existing Medusa Admin and Medusa Storefront.
In the upcoming months we plan to release a bundle of all three Medusa components as one solution.
Happy deploying! π
Nov 4, 2022
- Improved navigation across the whole application with more accessible contextual actions
- Application monitoring and logs are now the default view in application details
- Improved the app list by providing more visibility of running, pending and failed pods
Oct 14, 2022
You can now follow template deployment executions in real-time even if you leave the template page. On this page you can follow the status as well as debug any potential errors during deployment.
Happy deploying! π

Oct 14, 2022
Show commit details next to each resource and app
Improve creating new EKS cluster flow when deploying app
- Show Kubernetes pod events for apps before the app logs become available
Added welcome page for better user onboarding
Oct 7, 2022
With this update, you can now track your environment, application and build minutes usage for a project in real-time.
You can find the usage statistics under Project Settings -> Plan usage.

Sep 30, 2022
Now when deploying an app from a template, you will see a summary of the steps that will take in place. Here you can review the Git configuration, the environment in which the app will be deployed and on which cluster/AWS account the resources will be provisioned.
Happy deploying! π

Sep 29, 2022
- Fixed user with read-only access was not able to see the active pipeline builds
- Improve "Choose where to deploy" template step with better cluster selection logic
- After app deployment from template, navigate users to the app being deployed instead of apps list
Sep 23, 2022
You no longer have to have a Dockerfile file present in your repository to be able to deploy your existing applications. We now auto-detect your app framework and set a default configuration for building, packaging and deploying your app.
We automatically create .microtica folder in your repo with pre-configured deployment spec so you don't have to do it manually.
Since the whole setup is anyway stored in your Git repository, you can always change the default configuration directly in the code.

Sep 16, 2022
We as developers usually don't really pay attention when deployments go smoothly until something goes wrong. In these cases we have to go deeper and analyse where the problem occur and understand the root cause so we can quickly resolve it.
With Deployments we are addressing this need to quickly and reliable understand what's going on with your current and past deployments.

You can go to individual deployment to analyse the logs and what has changed compared to the previous successful deployment.
From here you can analyse the exact code and configuration changes and quickly spot the potential issue that's causing the deployment to fail.

Sep 13, 2022
- When removing an AWS account, we now unlink the AWS account from the environments
- Fixed template execution logs not appear if execution failed
- Added a possibility to create additional cluster in templates page
- Fixed users unable to create new repo if the Git account has no other repos
- Removed 'Cancel Plan' button in Billing for FREE plan projects
- Add quick navigation button to logs in app overview page
Sep 9, 2022
When deploying apps using templates, Microtica adds a Webhook to your repository for continuous build and deploy. Since each Git provider requires a specific minimum role to create a webhook, we are now making it immediately visible when the user has no sufficient rights to create a webhook.
To solve this problem, usually, you have to contact your administrator to increase your access rights.

Sep 2, 2022
When deploying an app but you still don't have a Kubernetes cluster, instead of moving to a different page to create the cluster and then go back to the app, you can now provision a new cluster without leaving the app deployment page.

Aug 26, 2022
We are introducing a big improvement when connecting your AWS account by reducing the process to just one click.
Now with just one click we initiate the CloudFormation stack that gives Microtica permissions to provision infrastructure on your AWS account.

Aug 19, 2022
If you version your source code on CodeCommit, you can now connect the repo and get fully automate deployments directly from the Microtica portal.
Happy deploying! π

