From 7e00b498aeb83be71686b0727970e565b6cd0acf Mon Sep 17 00:00:00 2001 From: Nils Balkow-Tychsen Date: Fri, 21 Mar 2025 09:36:23 +0100 Subject: [PATCH 1/2] adding Kube and TerraformLibrary --- src/content/resources/libraries.mjs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 322bdf6f..6b18f762 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -330,5 +330,17 @@ export default () => ([ href: 'https://github.com/Tesena-smart-testing/WatchUI', description: 'Visual testing library for visual difference testing as well as image content testing (including PDF documents). Runs on Selenium to generate screenshots, uses PyMuPDF to process PDFs and Tesseract OCR to recognize text.', tags: ['ui'] + }, + { + name: 'KubeLibrary', + href: 'https://github.com/devopsspiral/KubeLibrary', + description: 'A library to interact with the Kubernetes API', + tags: ['cloud', 'infrastructure'] + }, + { + name: 'Terraform Library', + href: 'https://github.com/Nilsty/robotframework-terraformlibrary', + description: 'A library providing Infrastructure as Code capabilities via Terrafrom and OpenTofu', + tags: ['cloud', 'infrastructure'] } ]) From 3606ab33100b0c76c828b6cb8cd9fd242b0545a6 Mon Sep 17 00:00:00 2001 From: Nils Balkow-Tychsen Date: Tue, 22 Apr 2025 21:11:55 +0200 Subject: [PATCH 2/2] fix typo --- src/content/resources/libraries.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 821a835e..a41e0105 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -346,7 +346,7 @@ export default () => ([ { name: 'Terraform Library', href: 'https://github.com/Nilsty/robotframework-terraformlibrary', - description: 'A library providing Infrastructure as Code capabilities via Terrafrom and OpenTofu', + description: 'A library providing Infrastructure as Code capabilities via Terraform and OpenTofu', tags: ['cloud', 'infrastructure'] } ])