Skip to content

Releases: caddyserver/xcaddy

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:17
v0.4.7
e0e8f68

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

v0.4.6 Pre-release
Pre-release

Choose a tag to compare

@francislavoie francislavoie released this 13 Jul 07:08
v0.4.6
f0b9531

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

Full Changelog: v0.4.5...v0.4.6

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:39
v0.4.5
328cac7

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

Choose a tag to compare

@github-actions github-actions released this 05 Nov 23:06
v0.4.4
c548f44

Changelog

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 05 Nov 21:27
v0.4.3
c9fe5af

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

Choose a tag to compare

@github-actions github-actions released this 29 May 20:57
v0.4.2
d7277db

Changelog

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 07 May 15:18
v0.4.1
bff6878

Changelog

  • bff6878 add ".exe" when cross compiling for windows (#179)
  • 85e12f8 bug: fix regression preventing -trimpath and trim of debug symbols (#182)
  • f99151e build(deps): bump golangci/golangci-lint-action from 4 to 5 (#180)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 13:45
v0.4.0
743ce51

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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:25
v0.3.5
4227917

Changelog

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 17 May 21:35
v0.3.4
c9644d6

Changelog