Releases: caddyserver/xcaddy
Releases · caddyserver/xcaddy
v0.4.5
Changelog
- c0aca26 Extract correct version when using --with flag to replace Caddy core (#216)
- 471f043 bugfix- #221, xcaddy skips minor updates of lexical submodules (#238)
- cd13e2a build(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#217)
- 328cac7 build(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 (#244)
- d0a56f9 build(deps): bump github.com/josephspurrier/goversioninfo (#239)
- e01aa69 build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#228)
- 3339110 build: ensure build flags are inserted before arguments (#223)
v0.4.4
v0.4.3
Changelog
- ef41586 Remove deprecated -d flag in 'go get' (go 1.23)
- dbedcb6 Update the README as per #186 (#187)
- a1762ff build(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#199)
- 360a350 build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#200)
- 30a557d build(deps): bump golangci/golangci-lint-action from 5 to 6 (#190)
- b72e330 cmd: handle replacements in
--with
- 7888727 core: migrated xcaddy to cobra (#174)
- 7c21167 embed: turn source path to absolute for error-less copy (#198)
- 624684e fix spelling error in readme (#189)
v0.4.2
v0.4.1
v0.4.0
Changelog
- a386211 Update README.md (#162)
- bffc0f1 build(deps): bump actions/cache from 3 to 4 (#170)
- cf4f080 build(deps): bump actions/checkout from 3 to 4 (#154)
- d8b006a build(deps): bump actions/setup-go from 4 to 5 (#165)
- 92e89f3 build(deps): bump actions/upload-artifact from 3 to 4 (#164)
- a36cef4 build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 (#167)
- dcaaa73 build(deps): bump golangci/golangci-lint-action from 3 to 4 (#176)
- f42cc51 build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#153)
- d6f5a3e core: always inject the
nobadger
build tag (#173) - 743ce51 execute module replacement in a single command (#178)
- 2887af6 feat: allow fs embedding with
--embed
(#160)
v0.3.5
v0.3.4
v0.3.3
v0.3.2
Changelog
- 661655c Add support for setcap from
build
command (#129) - 25c412f Always prepend caddy command with dot (#117)
- e4c5f53 Don't include version in replacement source
- e09becb Ignore vendor folder with mod=readonly
- 0bd3c1d README: Add example for building from a github fork (#115)
- 2b5d89d Remove use of io/ioutil