You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@
8
8
</tr>
9
9
</thead><tbody>
10
10
<trvalign=top>
11
+
<td>1.2.0</td>
12
+
<td>2017-05-18</td>
13
+
<td>
14
+
<li><ahref="https://github.com/github/octocatalog-diff/pull/112">#112</a>: Split arguments added for ENC</li>
15
+
<li><ahref="https://github.com/github/octocatalog-diff/pull/113">#113</a>: (Enhancement) Override facts and ENC parameters using regular expressions</li>
16
+
<li><ahref="https://github.com/github/octocatalog-diff/pull/103">#111</a>: Simplify parallel processing to solve some intermittent failures</li>
In this example, `$::ipaddress`, `$::ipaddress_eth0`, `$::ipaddress_bond0`, and any other facts starting with "ipaddress" would be overridden. However, a fact named `$::additional_ipaddress` would not be overridden, because it does not match the regular expression.
79
+
80
+
Please note that you cannot *add* a fact with a regular expression -- when using regular expressions you can only modify or delete facts.
Copy file name to clipboardExpand all lines: doc/requirements.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
To run `octocatalog-diff` you will need these basics:
4
4
5
-
- Ruby 2.0 or higher
5
+
- Ruby 2.0 through 2.4 (we test octocatalog-diff with Ruby 2.0, 2.1, 2.2, 2.3, and 2.4)
6
6
- Mac OS, Linux, or other Unix-line operating system (Windows is not supported)
7
7
- Ability to install gems, e.g. with [rbenv](https://github.com/rbenv/rbenv) or [rvm](https://rvm.io/), or root privileges to install into the system Ruby
8
-
- Puppet agent for [Linux](https://docs.puppet.com/puppet/latest/reference/install_linux.html) or [Mac OS X](https://docs.puppet.com/puppet/latest/reference/install_osx.html), or installed as a gem
8
+
- Puppet agent for [Linux](https://docs.puppet.com/puppet/latest/reference/install_linux.html) or [Mac OS X](https://docs.puppet.com/puppet/latest/reference/install_osx.html), or installed as a gem (we support Puppet 3.8.7 and all versions of Puppet 4.x)
9
9
10
10
We recommend that you also have the following to get the most out of `octocatalog-diff`, but these are not absolute requirements:
0 commit comments