Skip to content

Releases: restic/caddy

v0.3.0

23 Jun 19:48
v0.3.0
335ec32
Compare
Choose a tag to compare

What's Changed

  • Update the import paths for Caddy in #7
  • Converted the plugin to a caddy2 plugin by @tdralle in #9
  • Fix #10 Correct module path to match repository. by @Kasheen in #11

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1: Apply upstream (rest-server) API changes (#3)

17 Jan 04:31
Compare
Choose a tag to compare
In June 2018, dependency rest-server[1] cleaned up its API a
little[2], breaking the Caddy restic plugin build in the process.

Attempting to build Caddy with the plugin leads to the following
errors:

```
build/src/github.com/restic/caddy/setup.go:24:4: undefined: restserver.Config
build/src/github.com/restic/caddy/setup.go:40:19: undefined: restserver.NewMux
```

This commit applies the upstream API changes to fix the errors.

[1]: https://github.com/restic/rest-server
[2]: https://github.com/restic/rest-server/pull/67

caddy plugin 0.1.0

07 Jul 16:46
@fd0 fd0
v0.1.0
Compare
Choose a tag to compare
v0.1.0

v0.1.0