From c6993d49f38af1af46878d85cb50dc445eb04de8 Mon Sep 17 00:00:00 2001
From: Alex Tayts <atayts@stanford.edu>
Date: Thu, 10 Aug 2023 10:16:22 -0700
Subject: [PATCH] update documentation and bump the version

---
 CHANGELOG.md  |  5 +++++
 README.md     |  3 ++-
 metadata.json | 21 ++++++---------------
 3 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0baeb68..7bff8e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
+## Release 0.3.0
+
+* Added resolve_to option to URL check.
+* Added command option to process check.
+
 ## Release 0.2.0
 
 * Added checks for NFS exports and ZFS pools.
diff --git a/README.md b/README.md
index 7338dac..0803b87 100644
--- a/README.md
+++ b/README.md
@@ -83,8 +83,9 @@ server_patching::validate::zfs_pools:
 The fragment generates verifies if:
 * VMWare tools service is running
 * CrowdStrike daemon process is running
+* Java process which has *solr* in its command line is running
 * NetDB URL redirects somewhere (to WebAuth presumably)
-* NetDB status URL returns success
+* NetDB server 171.67.5.154 status URL returns success
 * SSH port is open over IPv4
 * Telnet port is closed over IPv4
 * Given ZFS pools are imported
diff --git a/metadata.json b/metadata.json
index 80f3d20..1955d45 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "ruthenium-server_patching",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "author": "Ruthenium",
   "summary": "Generate bash script to valideate server state.",
   "license": "MIT",
@@ -8,20 +8,18 @@
   "dependencies": [
     {
       "name": "puppetlabs/stdlib",
-      "version_requirement": ">= 4.13.1 < 9.0.0"
+      "version_requirement": ">= 4.13.1 < 10.0.0"
     },
     {
       "name": "puppetlabs/concat",
-      "version_requirement": ">= 2.2.1 < 8.0.0"
+      "version_requirement": ">= 2.2.1
     }
   ],
   "operatingsystem_support": [
     {
       "operatingsystem": "CentOS",
       "operatingsystemrelease": [
-        "7",
-        "8",
-        "9"
+        "7"
       ]
     },
     {
@@ -40,20 +38,13 @@
         "9"
       ]
     },
-    {
-      "operatingsystem": "Scientific",
-      "operatingsystemrelease": [
-        "7",
-        "8",
-        "9"
-      ]
-    },
     {
       "operatingsystem": "Debian",
       "operatingsystemrelease": [
         "9",
         "10",
-        "11"
+        "11",
+        "12"
       ]
     },
     {
-- 
GitLab