Skip to content

Commit d962839

Browse files
committed
update CHANGELOG a bit, add note to docs about how goiardi needs go 1.7+
1 parent 028a843 commit d962839

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
* Start using contexts with requests. This does mean that goiardi will require
1212
at least go 1.7. (As of 0.11.3 goiardi only supported go 1.7+, but it was
1313
likely to build with somewhat older versions anyway.)
14+
* Minor bugfixes - deal with a possible race condition with the in-mem search
15+
index, change some logging statements from Info to Debug that didn't need to
16+
be Info level and removed a test log statement that was no longer necessary,
17+
updated copyright dates.
18+
* Add the Chef API version header to responses.
1419

1520
0.11.3
1621
------

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Installation
55

66
To install goiardi from source:
77

8-
1. Install go. (http://golang.org/doc/install.html) Officially goiardi only supports go 1.7+ at this time, but older versions may work. Goiardi should generally be able to be built with the latest version of Go, and this is generally recommended. Immediately after a minor release, of course, caution may be warranted.
8+
1. Install go. (http://golang.org/doc/install.html) Goiardi now requires go 1.7+ (because of the use of contexts). Goiardi should generally be able to be built with the latest version of Go, and this is generally recommended. Usually it will also build with the previous minor release, and may build with older versions as well, but this shouldn't be relied on. Immediately after a minor release, of course, caution may be warranted.
99

1010
2. Make sure your ``$GOROOT`` and ``$PATH`` are set up correctly per the Go installation instructions.
1111

0 commit comments

Comments
 (0)