Releases: caddyserver/xcaddy
Releases · caddyserver/xcaddy
Release list
v0.4.7
Changelog
- 053cb6b Expose build steps and per-step output to API consumers (#276)
- fa7ef62 Fix flaky test related to Go telemetry
- e0e8f68 Fix lint
- d0a57d4 Upgrade CI workflows to Go 1.26 (#275)
- c20f0b7 build(deps): bump actions/cache from 4 to 5 (#254)
- d2886f5 build(deps): bump actions/cache from 5 to 6 (#273)
- 22108b9 build(deps): bump actions/checkout from 5 to 6 (#253)
- af94111 build(deps): bump actions/checkout from 6 to 7 (#274)
- d5b9f1b build(deps): bump actions/setup-go from 6 to 7 (#283)
- 0eb3384 build(deps): bump actions/upload-artifact from 4 to 7 (#261)
- 985641d build(deps): bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 (#265)
- f6b38ff build(deps): bump github.com/josephspurrier/goversioninfo (#272)
- 42cd133 cmd: Support setting version string via ldflags (#262)
- 628bcda fix: Built binaries do not contain tzdata (#287)
- b0d7e06 implement XCADDY_PRINT_VERSION env variable (#271)
v0.4.6
This is not actually a new release, since this was tagged many months ago, we just forgot to press the release button in GitHub 😅
What's Changed
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #246
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #248
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #247
- build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #252
- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #256
- build(deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #260
- Add PGO support to xcaddy by @joeldemars in #259
New Contributors
- @joeldemars made their first contribution in #259
Full Changelog: v0.4.5...v0.4.6
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
nobadgerbuild tag (#173) - 743ce51 execute module replacement in a single command (#178)
- 2887af6 feat: allow fs embedding with
--embed(#160)