Skip to content

Commit

Permalink
Merge branch '7.x' into doc-7.y
Browse files Browse the repository at this point in the history
* 7.x:
  Set clj-parent=5.5.1
  (PDB-5675) update supported platforms
  • Loading branch information
steveax committed Sep 13, 2023
2 parents cf46938 + 2510ca5 commit d8e2d79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions documentation/overview.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ Puppet provides PuppetDB packages and a module which simplify the
setup of its SSL certificates and init scripts. The packages are
available for the following operating systems:

* Red Hat Enterprise Linux 6, 7, and 8
* SuSE Enterprise Linux 12
* Debian 8 (Jessie), 9 (Stretch), and 10 (Buster)
* Ubuntu 16.04 (Xenial) LTS, 18.04 (Bionic) LTS, and 20.04 (focal)
* Red Hat Enterprise Linux 7, 8, and 9
* SuSE Enterprise Linux 12, 15
* Debian 10 (Buster), and 11 (Bullseye)
* Ubuntu 18.04 (Bionic) LTS, 20.04 (Focal), 22.04 (Jammy) LTS

[See here for instructions for installing via the PuppetDB module.][install_via_module]

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def pdb-version "7.14.1-SNAPSHOT")

(def clj-parent-version "5.5.0")
(def clj-parent-version "5.5.1")

(defn true-in-env? [x]
(#{"true" "yes" "1"} (System/getenv x)))
Expand Down

0 comments on commit d8e2d79

Please sign in to comment.