Skip to content

v2.0.0

Compare
Choose a tag to compare
@MrSaints MrSaints released this 25 Oct 11:35
· 31 commits to master since this release
d137e8e

Changelog

d137e8e Add health check endpoint to /health
359da2d Fix program running indefinitely despite termination signals
53d751a Switch to using alpine:3.6 as the base image, and install ca-certificates
6750257 Remove symlinking, and use Go project layout
a99cfe2 Merge pull request #1 from arachnys/arachnys-enhancements
92c3ea1 Do not push the latest Docker image for PRs
9617525 Update README.md (incl. Docker information)
50ff12e Move release / post-success commands from .travis.yml to Makefile to ease maintenance
07fa8ec Remove test support for Go 1.6, and 1.7
083157a Symlink vendor/ to src/go-camo/vendor/
7c34bbf Update dependencies
110b748 Install goreleaser as well in make setup
3d8622a Use $BUILDDIR instead of pwd for symlinking
07c8a28 Remove dep init from setup as we do not need to run it multiple times
27b3191 Update CSS tests to check the for the response bodies as well
99621b5 Update vendor/ files to reflect changes in 0f523fd
076e665 Update .travis.yml to push latest image from master
da56403 Update README.md
f0093d3 Lower timeout for gzip writer / CSS resolver function
0f523fd Add raven-go to report crashes (panics) to Sentry
f540f9d Update .travis.yml to use goreleaser
b249bc9 Update README.md
8433e70 Use goreleaser for managing builds, releases, and Docker images
27a0376 Switch from gb -> dep for dependency management
8abd722 Add support for proxying insecure fonts
094c3c6 Convert all URLs in a CSS to absolute, and proxied URLs
625a3eb Increase default request timeout to 5s
17fa918 Add support for protocol-relative URLs (or rather, URLs without a scheme)
ef6f4d4 Update README.md
074ad04 Add support for proxying unsafe CSS
d2bcc6d update changelog
a8b1f8e add go-1.9 to travis
75aa980 this is actually >=
8c25766 make comment clearer
c99d18f add comment to help remember why this test fails in some environments
2410270 reword some paragraphs in readme
5c87d35 more readme cleanups
f2c2a6c update readme formatting a bit
d42dac0 update changelog for a release
d01369e strip binaries by default, update readme slightly
07981c1 add go 1.8 to travis config
3f38f83 update changelog for release
ff4bd2a update changelog
3a39055 Support passing through Etag from server
7e4506c make sed work more consistently on FreeBSD, OSX, and Linux
c77b414 update changelog for v1.0.13
eebb5ac Merge pull request cactus#14 from alexzeitgeist/fix-close-body
a06e142 Fix memory leak - the client must always close the response body, even when err is different from nil
130e543 add toc
dc0faf6 nicer formatting
404031d update changelog for release
d9ce0cc update changelog
cf457db use a better mechanism to check/reject ip addresses
6859cff Update changelog
1cc69ff fix bug in regex match
b3d4fa3 resolve name to attempt to block dns rebind attacks
ec08bdd update readme
aa29922 update changelog
4b35171 Merge pull request cactus#12 from sweepyoface/master
f868144 Add CSP headers to allow inline styling
a82e457 update changelog
4a585be update changelog
2fd6308 fix test for go1.7
dcad769 update travis for go 1.7 - drop go1.4
245866b golint fixes
94f62f4 fix misspelling and add docstring
5374681 update vendor dep
1cc37a6 update dep
0edfca0 add make target to purge vendor/src
dff603e add sign stanza to makefile
ee6117c update changelog
2370ba8 add -w to example
df63195 update dep
7bedf47 update
e580ff4 convert to mlog and fix a go16 logging issue
e61499e unexport HTTPDate, and switch to a lockless structure for date string
011e387 simplify router code a bit
53bc82d fix comment string

Docker images:

  • arachnysdocker/go-camo:2.0.0

Automated with GoReleaser
Built with go version go1.9 linux/amd64