From 9b9c2ed070f4d2f936a81b51700c93e82ea56662 Mon Sep 17 00:00:00 2001 From: Dudu Lasry Date: Fri, 28 Jun 2024 00:46:08 +0300 Subject: [PATCH 1/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e20efd3..e28b09b 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Globalping CLI](https://github.com/jsdelivr/globalping-cli) - Run network commands like ping, traceroute and mtr from hundreds of global locations. - [Grai](https://github.com/grai-io/grai-core) - Open source observability integrating data impact analysis into CI. - [Canary Checker](https://canarychecker.io) - Open source health check platform. +- [Merlinn](https://github.com/merlinn-co/merlinn) - Open-source AI on-call developer - Metrics/Metrics collection - [Thundra Foresight](https://www.thundra.io/foresight) - Visibility into CI pipeline by spotting test failures in no time. - [Prometheus](https://prometheus.io/) - Power your metrics and alerting with a leading open-source monitoring solution. From 20253fb2cb1e353a4761a823ba84567b604a7bdb Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Sun, 7 Jul 2024 14:49:42 +0300 Subject: [PATCH 2/7] feat: add tenv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e20efd3..49280b1 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Capistrano](https://capistranorb.com/) - A remote server automation and deployment tool. - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool. - [Terraform](https://www.terraform.io/) - use Infrastructure as Code to provision and manage any cloud, infrastructure, or service. +- [tenv](https://github.com/tofuutils/tenv) - streamline IaC version manager for OpenTofu, Terraform, Terragrunt and Atmos, written in Go. - [Pulumi](https://www.pulumi.com/) - Modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure. - [Packer](https://www.packer.io/) - Build Automated Machine Images. - [Vagrant](https://www.vagrantup.com/) - Development Environments Made Easy. From 3d667271736b311d5fed0dbd7298030fd0faf96c Mon Sep 17 00:00:00 2001 From: kvendingoldo Date: Tue, 9 Jul 2024 14:18:16 +0300 Subject: [PATCH 3/7] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49280b1..8089804 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Capistrano](https://capistranorb.com/) - A remote server automation and deployment tool. - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool. - [Terraform](https://www.terraform.io/) - use Infrastructure as Code to provision and manage any cloud, infrastructure, or service. -- [tenv](https://github.com/tofuutils/tenv) - streamline IaC version manager for OpenTofu, Terraform, Terragrunt and Atmos, written in Go. - [Pulumi](https://www.pulumi.com/) - Modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure. - [Packer](https://www.packer.io/) - Build Automated Machine Images. - [Vagrant](https://www.vagrantup.com/) - Development Environments Made Easy. @@ -172,6 +171,10 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Meshery](https://meshery.io/) - An open source, cloud native manager that enables the design and management of all Kubernetes-based infrastructure and applications. - [Digger](https://digger.dev) - Open Source Infrastructure as Code management tool that runs within your CI/CD system. +## Productivity Tools + +- [tenv](https://github.com/tofuutils/tenv) - streamline IaC version manager for OpenTofu, Terraform, Terragrunt and Atmos, written in Go. + ## Continuous Integration & Delivery *Continuous Integration, Continuous Delivery and Continuous Delivery. GitOps.* From 19b9567cf745a52a18e33fdad67d8c48d7f6777a Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Wed, 10 Jul 2024 11:21:58 +0300 Subject: [PATCH 4/7] Remove flynn and add Piku, some small updates --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e20efd3..b115be8 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Resources](#resources) - [Books](#books) - [Conferences](#conferences) + - [Blogs](#blogs) - [DevOps Roadmap](#devops-roadmap) --- @@ -102,7 +103,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Openshift](https://www.openshift.com/) - The Kubernetes platform for big ideas. - [Cycle.io](https://cycle.io/) - DevOps platform for building platforms. Handle container orchestration, load-balancing, monitoring, and more from a single control plane. - [Dokku](https://dokku.com/) - Helps you build and manage the lifecycle of applications. -- [Flynn](https://flynn.io/) - Open source platform (PaaS) for running applications in production. - [Cloud 66](https://www.cloud66.com/) - DevOps as a service that helps to build, deploy and manage any application on any cloud or server. - [Docker](https://www.docker.com/) - Create, deploy, and run applications by using containers. - [Docker Compose](https://github.com/docker/compose) - Define and run multi-container applications with Docker. @@ -117,6 +117,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [K3S](https://k3s.io/) - The certified Kubernetes distribution built for IoT and Edge computing. - [Podman](https://github.com/containers/podman) - A tool for managing OCI containers and pods. - [Linx](https://linx.software) - General-purpose low-code platform for building and hosting backend solutions. +- [Piku](https://github.com/piku/piku) - The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers. ## Internal Developer Platforms From 8cf58cdaad84d55ce7a46ba5a39c36a34ce5ebf5 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Wed, 10 Jul 2024 14:44:57 +0300 Subject: [PATCH 5/7] Add productivity list --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fd38140..a914b22 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Internal Developer Platforms](#internal-developer-platforms) - [Container Image Registry](#container-image-registry) - [Automation & Orchestration](#automation--orchestration) +- [Productivity Tools](#productivity-tools) - [Continuous Integration & Delivery](#continuous-integration--delivery) - [Source Code Management](#source-code-management) - [Web Servers](#web-servers) @@ -174,7 +175,11 @@ DevOps is the combination of cultural philosophies, practices, and tools that in ## Productivity Tools +*All the tools, services which increase productivity, developer velocity and developer experience.* + - [tenv](https://github.com/tofuutils/tenv) - streamline IaC version manager for OpenTofu, Terraform, Terragrunt and Atmos, written in Go. +- [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. +- [tfenv](https://github.com/tfutils/tfenv) - Terraform version manager. ## Continuous Integration & Delivery From 89f256ec0d4513458b6cc97b2f5ae00b361a05ec Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 29 Jul 2024 10:43:44 +0300 Subject: [PATCH 6/7] Fix link for salt #166 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a914b22..0af232f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in *Tools for automation, orchestration, deployment, provisioning and configuration management.* - [Ansible](https://www.ansible.com/) - Simple IT automation platform that makes your applications and systems easier to deploy. -- [Salt](https://www.saltstack.com/) - Automate the management and configuration of any infrastructure or application at scale. +- [Salt](https://saltproject.io/) - Automate the management and configuration of any infrastructure or application at scale. - [Puppet](https://puppet.com/) - Unparalleled infrastructure automation and delivery. - [Chef](https://www.chef.io/) - Automate infrastructure and applications. - [Juju](https://jaas.ai/) - Simplifies how you configure, scale and operate today's complex software. From 7a7fc32722a7d8d3c960a92965a4cf2c6a0cd91b Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Wed, 4 Sep 2024 12:33:40 +0300 Subject: [PATCH 7/7] Add new docker tool, remove unmaintained tools --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0af232f..4a27736 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [VMware Cloud](https://cloud.vmware.com/) - Run, manage, connect and protect all of your apps on any cloud. - [IBM Cloud](https://www.ibm.com/cloud) - Tools, data & APIs to make AI real now. - [Stackpath](https://www.stackpath.com/) - Platform of computing infrastructure and services built at the edge of the cloud. -- [Linode](https://www.linode.com/) - Accelerate innovation in the cloud, virtual computing must be more accessible, affordable, and simple. +- [Linode](https://linode.com/) - Accelerate innovation in the cloud, virtual computing must be more accessible, affordable, and simple. - [Kinsta](https://kinsta.com/application-hosting/) - Create and deploy web applications and databases in minutes. ## Open Source Cloud Platforms @@ -119,6 +119,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Podman](https://github.com/containers/podman) - A tool for managing OCI containers and pods. - [Linx](https://linx.software) - General-purpose low-code platform for building and hosting backend solutions. - [Piku](https://github.com/piku/piku) - The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers. +- [OrbStack](https://orbstack.dev/) - fast, light, and easy way to run Docker containers and Linux on MacOS. ## Internal Developer Platforms @@ -205,7 +206,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Flagger](https://github.com/weaveworks/flagger) - progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments). - [Tekton](https://tekton.dev/) - powerful and flexible open-source framework for creating CI/CD systems. - [PipeCD](https://pipecd.dev/) - Continuous Delivery for Declarative Kubernetes, Serverless and Infrastructure Applications. - - [Gitploy](https://www.gitploy.io/) - Build the deployment system around GitHub in minutes. - [Dagger](https://dagger.io/) - CI/CD as Code that Runs Anywhere. - Public Services - [Travis CI](https://travis-ci.org/) - easily sync your projects, you’ll be testing your code in minutes. @@ -303,7 +303,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Grai](https://github.com/grai-io/grai-core) - Open source observability integrating data impact analysis into CI. - [Canary Checker](https://canarychecker.io) - Open source health check platform. - Metrics/Metrics collection - - [Thundra Foresight](https://www.thundra.io/foresight) - Visibility into CI pipeline by spotting test failures in no time. - [Prometheus](https://prometheus.io/) - Power your metrics and alerting with a leading open-source monitoring solution. - [Collectd](https://github.com/collectd/collectd) - The system statistics collection daemon. - [Facette](https://github.com/facette/facette) - Time series data visualization software.