Releases: caddyserver/xcaddy
Releases · caddyserver/xcaddy
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
v0.3.1
Changelog
- 47f9ded Add XCADDY_GO_BUILD_FLAGS env var (#104)
- 7abc7f5 Do not use only hardcoded "go" (#97)
- edc1f41 Inject
XCADDY_GO_BUILD_FLAGS
throughgo
operations (#102) (#110) - 979de37 Remove GO111MODULE
- 7577d60 Tolerate module file paths with @ in them
- e6eb334 core: add
XCADDY_GO_MOD_FLAGS
env var to allow passing customgo mod
flags (#113) - a83fac1 refactor: swap use html/template for text/template (#103)