Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Cloudsmith Raises $15m in Series A to Evolve the Future of Software Supply Chains

Today, we are excited to announce that Cloudsmith has secured $15 million of funding in our recent Series A round. This latest round will help us continue to build best-in-class technology for today’s software engineers and their organizations by evolving cloud-native package management and providing a secure, single source of truth for all software artifacts and assets.

Ubuntu 14.04 and 16.04 lifecycle extended to ten years

LONDON, UK – Canonical announces the lifecycle extension of Ubuntu 14.04 LTS ‘Trusty Tahr’ and 16.04 LTS ‘Xenial Xerus’ to a total of ten years. This lifecycle extension enables organizations to balance their infrastructure upgrade costs, by giving them additional time to implement their upgrade plan.

Ensure First Come First Served using Azure Service Bus

One of the patterns easily supported by the Azure Service Bus is the first-in-first-out (FIFO) pattern, which isn’t supported in the other queue service – Azure Storage Queues. To realise FIFO with the Azure Service Bus is to use sessions. Any service can create a session when sending a message to a queue or topic by setting the SessionId property. Subsequently, the session comes into existence when the queue or topic is session aware, which means you have specified ‘Enable session’ when creating the queue or topic.

What is expected in the SRE role? We analyzed 30 job postings to find out.

In 2016, Google released the definitive book on Site Reliability Engineering (SRE) - a practice that had originated in the company to take care of a monumental problem - how to keep the Google services running with high reliability. Over the years, SRE has been widely adopted by dev teams across the globe and is a popular role at startups and enterprises alike. Here is a look at how search for SRE has trended over the years.

GitKraken v8: CLI Preview & Deep Linking

At GitKraken, we know every developer wants to focus on delivering the best projects. Spending time and energy switching between tools, or struggling to keep focus when digging through code, are things we would all love to minimize. This is precisely what has driven us to introduce the unbelievable new set of features in the GitKraken v8.0 release! Download the most powerful version of GitKraken ever, for free! Download GitKraken Windows / Mac / Linux.

GitKraken Acquires BigBrassBand, Creator of Git Integration for Jira

As part of GitKraken’s ongoing mission to make software developers and Agile DevOps teams more productive using Git, we are excited to announce today that we are bringing another Git collaboration tool into the Kraken family: Git Integration for Jira by BigBrassBand. With over 3.6 million users in 10,000 companies, Git Integration for Jira is the most popular paid Atlassian Marketplace app for integrating Git and Jira DevOps workflows.

Creating your first module using Terraform

Deploying infrastructure manually is an outdated practice. Using Terraform to automate manual deployment is the new normal. In this blog, we have explained in detail, how to create your first module using Terraform. Before the advent of cloud and DevOps, most companies managed and deployed their infrastructure manually. This used to be risky because not only was it error-prone, it also slowed down the entire infrastructure cycle.