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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ At GitHub, we manage thousands of nodes with a Puppet code base containing 500,0
8
8
9
9
`octocatalog-diff` is written in Ruby and is distributed as a gem. It runs on Mac OS and Unix/Linux platforms.
10
10
11
-
We consider the 1.x release of `octocatalog-diff` to be stable and production-quality. We continue to maintain and enhance `octocatalog-diff` to meet our own internal needs and to incorporate suggestions from the community. Please consult the [change log](/doc/CHANGELOG.md) for details.
11
+
**The current version of `octocatalog-diff` in the master branch is 0.99.rc1, a release candidate for version 1.0.**
12
+
13
+
We consider the 1.x release of `octocatalog-diff` to be stable and production-quality. We continue to maintain and enhance `octocatalog-diff` to meet GitHub's internal needs and to incorporate suggestions from the community. Please consult the [change log](/doc/CHANGELOG.md) for details.
12
14
13
15
## How?
14
16
@@ -51,14 +53,14 @@ The example above reflects the changes in the Puppet catalog from switching an u
51
53
-[Requirements](/doc/requirements.md)
52
54
-[Limitations](/doc/limitations.md)
53
55
-[List of all command line options](/doc/optionsref.md)
54
-
-[API](/doc/dev/api.md)
55
56
56
57
### Project
57
58
58
59
-[Roadmap](/doc/roadmap.md)
59
60
-[Similar tools](/doc/similar.md)
60
61
-[Contributing](/.github/CONTRIBUTING.md)
61
62
-[Developer documentation](/doc/dev)
63
+
-[API documentation](/doc/dev/api.md)
62
64
63
65
## What's in a name?
64
66
@@ -80,4 +82,4 @@ It requires 3rd party ruby gems found [here](/vendor/cache). It also includes po
80
82
81
83
## Authors
82
84
83
-
`octocatalog-diff` was designed and authored by [Kevin Paulisse](https://github.com/kpaulisse) and is now maintained, reviewed, and tested by the Site Reliability Engineering team at GitHub.
85
+
`octocatalog-diff` was designed and authored by [Kevin Paulisse](https://github.com/kpaulisse) and is now maintained, reviewed, and tested by the Kevin and the rest of the Site Reliability Engineering team at GitHub.
Copy file name to clipboardExpand all lines: doc/CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@
9
9
</thead><tbody>
10
10
<trvalign=top>
11
11
<td>0.99.0rc1</td>
12
-
<td>2017-xx-xx</td>
12
+
<td>2017-01-16</td>
13
13
<td>
14
-
This is a release candidate for `octocatalog-diff` version 1.0. Please use caution before using this in a production environment. Report any problems to us as <ahref="https://github.com/github/octocatalog-diff/issues/new">in a new issue</a>.
14
+
This is a release candidate for `octocatalog-diff` version 1.0. Please report any problems to us as <ahref="https://github.com/github/octocatalog-diff/issues/new">in a new issue</a>.
15
+
16
+
The previous release (0.6.1) is available at: https://github.com/github/octocatalog-diff/tree/0.6.1
15
17
16
18
<h4>New Features</h4>
17
19
@@ -20,7 +22,6 @@ The most significant change in version 1.0 is the addition of the <a href="./dev
20
22
<h4>Breaking Changes</h4>
21
23
22
24
The format of the output from <code>--output-format json</code> has changed. In version 0.x of the software, each difference was represented by an array. In version 1.x, each difference is represented by a hash with meaningful English keys. We have added an option <code>--output-format legacy_json</code> if anyone depends upon the output in the old format.
0 commit comments