From 164956489554ff17d8fda016a79672c646b14525 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 28 Jun 2024 13:59:31 +0300 Subject: [PATCH] chore(#34): Update tech adoption status for Lua and others (#38) --- radar/2023-09-12/dot.md | 11 ----------- radar/2023-09-12/lua.md | 2 +- radar/2023-09-13/helm.md | 4 +--- radar/2024-07-01/continuous-delivery.md | 10 ++++++++++ radar/2024-07-01/helm.md | 10 ++++++++++ radar/2024-07-01/lua.md | 8 ++++++++ 6 files changed, 30 insertions(+), 15 deletions(-) delete mode 100644 radar/2023-09-12/dot.md create mode 100644 radar/2024-07-01/continuous-delivery.md create mode 100644 radar/2024-07-01/helm.md create mode 100644 radar/2024-07-01/lua.md diff --git a/radar/2023-09-12/dot.md b/radar/2023-09-12/dot.md deleted file mode 100644 index dd43fc7..0000000 --- a/radar/2023-09-12/dot.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "DOT" -ring: trial -quadrant: tools -tags: [data] ---- - -[Data Observation Toolkit (DOT)](https://github.com/datakind/Data-Observation-Toolkit) can be used to monitor data in order to flag problems with data integrity and scenarios that might need attention. -Typical tests include checks for missing/duplicate and inconsistent data, outliers, and domain-specific signals such as a missed follow-up medical treatment after initial diagnosis. - -DOT includes a simple user interface for configuring the powerful DBT and Great Expectations libraries, as well as a database for storing and classifying data monitoring results. \ No newline at end of file diff --git a/radar/2023-09-12/lua.md b/radar/2023-09-12/lua.md index 117b098..5977f40 100644 --- a/radar/2023-09-12/lua.md +++ b/radar/2023-09-12/lua.md @@ -5,4 +5,4 @@ quadrant: languages-and-frameworks tags: [infrastructure] --- -[Lua](https://www.lua.org/) is used in HAProxy to mask credentials from being logged in the audit log. Because HAProxy is being assessed, this may be removed soon. +[Lua] is evaluated in HAProxy to mask credentials from being logged in the audit log. Because HAProxy is being assessed, this may be removed soon. diff --git a/radar/2023-09-13/helm.md b/radar/2023-09-13/helm.md index 3013e0b..bb897ac 100644 --- a/radar/2023-09-13/helm.md +++ b/radar/2023-09-13/helm.md @@ -5,6 +5,4 @@ quadrant: platforms-and-aoe-services tags: [infrastructure, devops] --- -[Helm](https://helm.sh/) is a package manager for Kubernetes. It simplifies the deployment of applications into a Kubernetes cluster and provides additional features such as versioning and rollbacks. - -We are assessing Helm for managing deployments within Kubernetes, which makes templating Kubernetes configuration files easy (also known as Helm charts). \ No newline at end of file +[Helm](https://helm.sh/) is assessed for managing CHT deployments within Kubernetes. \ No newline at end of file diff --git a/radar/2024-07-01/continuous-delivery.md b/radar/2024-07-01/continuous-delivery.md new file mode 100644 index 0000000..1034eb2 --- /dev/null +++ b/radar/2024-07-01/continuous-delivery.md @@ -0,0 +1,10 @@ +--- +title: "Continuous Delivery" +ring: adopt +quadrant: methods-and-patterns +tags: [devops] +--- + +Continuous Delivery (CD) is a software development practice where code changes are automatically prepared for a release to production. + +There are several CHT tools that currently provide Continuous Delivery (such as CHT Conf and CHT Watchdog), which translates in release creation automation upon code merge to the main branch. diff --git a/radar/2024-07-01/helm.md b/radar/2024-07-01/helm.md new file mode 100644 index 0000000..ea35165 --- /dev/null +++ b/radar/2024-07-01/helm.md @@ -0,0 +1,10 @@ +--- +title: "Helm" +ring: adopt +quadrant: platforms-and-aoe-services +tags: [infrastructure, devops] +--- + +[Helm](https://helm.sh/) is a package manager for Kubernetes. It simplifies the deployment of applications into a Kubernetes cluster and provides additional features such as versioning and rollbacks. + +Helm is used for managing CHT deployments within Kubernetes, which makes templating Kubernetes configuration files easy (also known as Helm charts). \ No newline at end of file diff --git a/radar/2024-07-01/lua.md b/radar/2024-07-01/lua.md new file mode 100644 index 0000000..dacc94e --- /dev/null +++ b/radar/2024-07-01/lua.md @@ -0,0 +1,8 @@ +--- +title: "lua" +ring: stop +quadrant: languages-and-frameworks +tags: [infrastructure] +--- + +[Lua](https://www.lua.org/) is only used in HAProxy to mask credentials from being logged in the audit log, and it will be removed when audit logging is fixed.