From c332afc3356194da8d286f7fb0ac420ecd3816cf Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Mon, 20 Jul 2020 19:25:44 +0700 Subject: [PATCH] Adding werf to CI/CD + fixing "&" in anchor links --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13020e1..bd6d6ba 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T - [Distributed Filesystems](#distributed-filesystems) - [Applications Platforms](#applications-platforms) - [Container Image Registry](#container-image-registry) - - [Automation & Orchestration](#automation-&-orchestration) - - [Continuous Integration & Delivery](#continuous-integration-&-delivery) + - [Automation & Orchestration](#automation--orchestration) + - [Continuous Integration & Delivery](#continuous-integration--delivery) - [Source Code Management](#source-code-management) - [Web Servers](#web-servers) - [SSL](#ssl) - [Databases](#databases) - - [Observability and Monitoring](#observability-&-monitoring) - - [Service Discovery & Service Mesh](#service-discovery-&-service-mesh) + - [Observability and Monitoring](#observability--monitoring) + - [Service Discovery & Service Mesh](#service-discovery--service-mesh) - [Chaos Engineering](#chaos-engineering) - [API Gateway](#api-gateway) - [Code review](#code-review) @@ -166,6 +166,7 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T - [Bitrise](https://www.bitrise.io/) - CI/CD for mobile applications. - [Buildkite](https://buildkite.com/) - run fast, secure, and scalable continuous integration pipelines on your own infrastructure. - [Cirrus CI](https://cirrus-ci.org/) - cycle fast, efficient, and secure with modern cloud technologies. + - [werf](https://werf.io/) - Open Source CI/CD tool for building Docker images & deploying them to Kubernetes using a GitOps approach. ## Source Code Management