Take a few minutes and have a look at the Cloud 66 updates that went out last week. Check out awesome new features.
Docker container metrics collection for new stacks
Docker container metrics is now collecting the CPU disk, memory and network information from the containers. This is available on the UI for new stack deployment only.
Finance user account
We are introducing a new option of payment for the finance users. The new way would allow you add more than one finance user to manage your payment details. The finance user will receive payment notification and they are exempt from team member charges.
Better Github integration
We have improved our Github integration in multiple ways:
Firstly you can now enable automatic deployments from the UI (under Stack Settings) without the need to manually adding redeployment hooks to your Github repository.
Secondly, we now detect if there is a gitref in the redeployment hook payload, sent from Github and deploy the right revision of your code to the stack based on that.
On-demand as new scheduled job run option
This feature would allow you to create scheduled jobs and specify that it works only on-demand. This means that you do not have to run your jobs automatically you can set it up to run your jobs manually.
Setting the maximum number of running containers in service.yml
Every service has a constraint to allow a Max Count of containers. Cloud 66 service definition provides a template where you can specify how many containers you can have on the stable stage. For instant if you specify that the Max Count is 2 containers you cannot have more than 2 containers.