March 3, 2026
Realtime run status of services
We released a major new enhancement to services today. You can now see the realtime status of all services running within each environment, without having to use LocalOps CLI or Kubectl CLI.
web, internal services and worker services, you will see the following statuses:- running (2/2)
- degraded (1/2)
- failing (0/2)
- stopped
- pending
- succeeded
- failed
- timeout
- idle
- active
- suspended
New “Runs” tab
Lookout for the new “Runs” tab for job and cronjob services. You can see the run history and status of each run.We update statuses in near real time so you would know when you service is failing, just by looking at the status text in LocalOps console.All of these changes were made to make it easier for you to monitor and manage your services, without having to drop into shell or CLI.Feb 27, 2026
New feature: Custom Node groups
So far, environments have been having a single node group created, to run all the services.Now, you can create multiple node groups to run different types of services. For each node group you can pick- AMIs
- Instance types
- Desired count of nodes

- Windows node groups to run windows based services (or)
- Linux node groups to run linux base services
Spot instances
In the case of AWS evnironments, while creating node groups, you can pick between ON_DEMAND or SPOT as capacity types.So you can create node groups of SPOT instance type and assign interruptible and idempotent services like jobs, crons, batch processing, or other. This will end up giving up to 50% savings in compute costs.Feb 9, 2026
New feature: Deployment notes
While triggering new deployments, you can now pass a note text to it. And it will communicate to rest of the team about what the deployment is all about.We made other QoS updates here to ensure smooth execution of deployment pipelines.Feb 7, 2026
New feature: Account level resource tags
All cloud resources of all environments spinned by LocalOps are attached with two standard tags. One with ID of the environment and another with name of the environment. These tags can be used in Cost explorer to analyse costs at a granular level.We released a new feature today to accept custom tags so that you can assign your own key value pairs as tags for all resources spinned up in all environments of the account. You can use it to attach tags like:bu: internalbu: product-1project: project-name
Jan 13, 2026
Bring your own registry
LocalOps can now use your images from your own docker registry to deploy services in your environments. Go to the new Registries section to add any private docker registry.We support ECR & DockerHub as of today and plan to support other providers in the coming weeks.- Amazon Elastic Container Registry (ECR)
- DockerHub
- Google container registry
- Azure container registry
- Github packages
Bring your code pipeline
Deploy using LocalOps API
You can run your exisitng code build pipelines to build code and finally call LocalOps API to deploy the code to your environment. Checkout the API reference for the new /deploy api here.Eg.,🍦 Deploy using LocalOps Github action
To cut work, you can also embed our Github action step directly within your.github/workflows/deploy.yml to trigger new deployments.Like:docker_image_tag or commit_id or helm_chart_version to the action to trigger new deployments.or with commit sha like: