fix(deps): update module github.com/caddyserver/caddy/v2 to v2.9.1 #14

Merged
GregoryDosh merged 1 commit from renovate/github.com-caddyserver-caddy-v2-2.x into main 2025-01-09 04:35:21 +00:00

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/caddyserver/caddy/v2 v2.9.0 -> v2.9.1 age adoption passing confidence

Release Notes

caddyserver/caddy (github.com/caddyserver/caddy/v2)

v2.9.1

Compare Source

This is a patch release fixing a few issues related to FastCGI, HTTP/3 and unix sockets, log file permissions, repeated TERM signals, and an ARI edge case. It also adds Caddyfile support for response matching in the header directive.

Thanks to everyone who reported bugs and helped with fixes!

Changelog

  • 34cff4a core: Only initiate exit once (should fix #​6707)
  • 50778b5 fix: disable h3 for unix domain socket (#​6769)
  • 0e570e0 go.mod: Upgrade CertMagic to 0.21.6 (fix ARI handshake maintenance)
  • e48b758 header: match subdirective for response matching (#​6765)
  • 1f927d6 log: Only chmod if permission bits differ; make log dir (#​6761)
  • 1bd567d reverseproxy: buffer requests for fastcgi by default (#​6759)

What's Changed

New Contributors

Full Changelog: https://github.com/caddyserver/caddy/compare/v2.9.0...v2.9.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/caddyserver/caddy/v2](https://github.com/caddyserver/caddy) | `v2.9.0` -> `v2.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcaddyserver%2fcaddy%2fv2/v2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcaddyserver%2fcaddy%2fv2/v2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcaddyserver%2fcaddy%2fv2/v2.9.0/v2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcaddyserver%2fcaddy%2fv2/v2.9.0/v2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>caddyserver/caddy (github.com/caddyserver/caddy/v2)</summary> ### [`v2.9.1`](https://github.com/caddyserver/caddy/releases/tag/v2.9.1) [Compare Source](https://github.com/caddyserver/caddy/compare/v2.9.0...v2.9.1) This is a patch release fixing a few issues related to FastCGI, HTTP/3 and unix sockets, log file permissions, repeated TERM signals, and an ARI edge case. It also adds Caddyfile support for response matching in the `header` directive. Thanks to everyone who reported bugs and helped with fixes! #### Changelog - [`34cff4a`](https://github.com/caddyserver/caddy/commit/34cff4af7db1365bba6decc647ccfb6bf1b21afd) core: Only initiate exit once (should fix [#&#8203;6707](https://github.com/caddyserver/caddy/issues/6707)) - [`50778b5`](https://github.com/caddyserver/caddy/commit/50778b55425d378f709599c0d424b0138af592f4) fix: disable h3 for unix domain socket ([#&#8203;6769](https://github.com/caddyserver/caddy/issues/6769)) - [`0e570e0`](https://github.com/caddyserver/caddy/commit/0e570e0cc717f02cf3800ae741df70cd074c7275) go.mod: Upgrade CertMagic to 0.21.6 (fix ARI handshake maintenance) - [`e48b758`](https://github.com/caddyserver/caddy/commit/e48b75843b7eff2948b573391fb41535b5e333ef) header: `match` subdirective for response matching ([#&#8203;6765](https://github.com/caddyserver/caddy/issues/6765)) - [`1f927d6`](https://github.com/caddyserver/caddy/commit/1f927d6b07d52d7cf46f1f3020c1ea5993a3e5e8) log: Only chmod if permission bits differ; make log dir ([#&#8203;6761](https://github.com/caddyserver/caddy/issues/6761)) - [`1bd567d`](https://github.com/caddyserver/caddy/commit/1bd567d7ad41d5509e2aa60cf36e749f195ad83c) reverseproxy: buffer requests for fastcgi by default ([#&#8203;6759](https://github.com/caddyserver/caddy/issues/6759)) #### What's Changed - reverse proxy: fastcgi buffer requests for fastcgi by default by [@&#8203;WeidiDeng](https://github.com/WeidiDeng) in https://github.com/caddyserver/caddy/pull/6759 - fix: disable h3 for unix domain socket by [@&#8203;Geun-Oh](https://github.com/Geun-Oh) in https://github.com/caddyserver/caddy/pull/6769 - log: Only chmod if permission bits differ by [@&#8203;mholt](https://github.com/mholt) in https://github.com/caddyserver/caddy/pull/6761 - header: `match` subdirective for response matching by [@&#8203;lilnasy](https://github.com/lilnasy) in https://github.com/caddyserver/caddy/pull/6765 #### New Contributors - [@&#8203;Geun-Oh](https://github.com/Geun-Oh) made their first contribution in https://github.com/caddyserver/caddy/pull/6769 - [@&#8203;lilnasy](https://github.com/lilnasy) made their first contribution in https://github.com/caddyserver/caddy/pull/6765 **Full Changelog**: https://github.com/caddyserver/caddy/compare/v2.9.0...v2.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
fix(deps): update module github.com/caddyserver/caddy/v2 to v2.9.1
All checks were successful
Build Caddy / Build Caddy (pull_request) Successful in 4m49s
e36f069b67
Author
Member

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/caddyserver/certmagic v0.21.5 -> v0.21.6
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 1 additional dependency was updated Details: | **Package** | **Change** | | :--------------------------------- | :--------------------- | | `github.com/caddyserver/certmagic` | `v0.21.5` -> `v0.21.6` |
## License & Vulnerability Scan
# REUSE-IgnoreStart
// SPDX-FileCopyrightText: NONE
//
// SPDX-License-Identifier: AGPL-3.0-or-later
# REUSE-IgnoreEnd

Starting at Wed Jan  8 16:36:56 UTC 2025


[0000]  WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal)


No vulnerabilities found


# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: AGPL-3.0-or-later
* Read errors: 0
* Files with copyright information: 10 / 10
* Files with license information: 10 / 10

Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
# Caddy v2.9.1-39-e36f0
## Build Log
go: downloading github.com/caddyserver/caddy/v2 v2.9.1
go: downloading github.com/corazawaf/coraza-caddy/v2 v2.0.0-rc.3.0.20241127100156-e2e2d4faeb6c
go: downloading github.com/mholt/caddy-l4 v0.0.0-20250102174933-6e5f5e311ead
go: downloading github.com/mholt/caddy-ratelimit v0.1.0
go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
go: downloading github.com/caddyserver/certmagic v0.21.6
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading go.uber.org/automaxprocs v1.6.0
go: downloading go.uber.org/zap v1.27.0
go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20241211175049-b4f1988a35de
go: downloading golang.org/x/crypto v0.31.0
go: downloading github.com/corazawaf/coraza-coreruleset/v4 v4.5.0
go: downloading github.com/corazawaf/coraza/v3 v3.2.1
go: downloading github.com/jcchavezs/mergefs v0.1.0
go: downloading github.com/magefile/mage v1.15.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/smallstep/certificates v0.26.1
go: downloading github.com/smallstep/truststore v0.13.0
go: downloading go.step.sm/crypto v0.45.0
go: downloading github.com/go-chi/chi/v5 v5.0.12
go: downloading github.com/smallstep/nosql v0.6.1
go: downloading github.com/caddyserver/zerossl v0.1.3
go: downloading github.com/klauspost/cpuid/v2 v2.2.9
go: downloading github.com/mholt/acmez/v3 v3.0.0
go: downloading github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading golang.org/x/term v0.27.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/quic-go/quic-go v0.48.2
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading golang.org/x/sys v0.28.0
go: downloading go.uber.org/zap/exp v0.3.0
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/libdns/libdns v0.2.2
go: downloading github.com/miekg/dns v1.1.62
go: downloading github.com/zeebo/blake3 v0.2.4
go: downloading golang.org/x/net v0.33.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/google/cel-go v0.21.0
go: downloading github.com/mastercactapus/proxyprotocol v0.0.4
go: downloading github.com/things-go/go-socks5 v0.0.5
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/klauspost/compress v1.17.11
go: downloading github.com/pires/go-proxyproto v0.7.1-0.20240628150027-b718e7ce4964
go: downloading github.com/BurntSushi/toml v1.4.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/alecthomas/chroma/v2 v2.14.0
go: downloading github.com/yuin/goldmark v1.7.8
go: downloading github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.42.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
go: downloading go.opentelemetry.io/otel v1.31.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
go: downloading go.opentelemetry.io/otel/sdk v1.31.0
go: downloading go.opentelemetry.io/otel/trace v1.31.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.step.sm/cli-utils v0.9.0
go: downloading go.step.sm/linkedca v0.20.1
go: downloading google.golang.org/grpc v1.67.1
go: downloading google.golang.org/protobuf v1.36.1
go: downloading howett.net/plist v1.0.0
go: downloading github.com/fxamacker/cbor/v2 v2.6.0
go: downloading github.com/google/go-tpm v0.9.0
go: downloading github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935
go: downloading golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
go: downloading github.com/slackhq/nebula v1.7.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.61.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/onsi/ginkgo/v2 v2.22.1
go: downloading go.uber.org/mock v0.5.0
go: downloading github.com/quic-go/qpack v0.5.1
go: downloading github.com/francoispqt/gojay v1.2.13
go: downloading golang.org/x/tools v0.28.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading golang.org/x/text v0.21.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/spf13/cast v1.7.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.31.0
go: downloading go.opentelemetry.io/contrib/propagators/aws v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/ot v1.17.0
go: downloading go.opentelemetry.io/proto/otlp v1.3.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9
go: downloading github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81
go: downloading github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d
go: downloading github.com/chzyer/readline v1.5.1
go: downloading github.com/manifoldco/promptui v0.9.0
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/urfave/cli v1.22.14
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/google/go-tspi v0.3.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/rs/xid v1.5.0
go: downloading github.com/dgraph-io/badger v1.6.2
go: downloading github.com/dgraph-io/badger/v2 v2.2007.4
go: downloading go.etcd.io/bbolt v1.3.9
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading github.com/jackc/pgx/v4 v4.18.3
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading github.com/mitchellh/go-ps v1.0.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/mod v0.22.0
go: downloading github.com/tidwall/gjson v1.17.1
go: downloading github.com/corazawaf/libinjection-go v0.2.1
go: downloading github.com/petar-dambovaliev/aho-corasick v0.0.0-20240411101913-e07a1f0e8eb4
go: downloading rsc.io/binaryregexp v0.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/go-kit/kit v0.13.0
go: downloading github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/jackc/pgconn v1.14.3
go: downloading github.com/jackc/pgio v1.0.0
go: downloading github.com/jackc/pgproto3/v2 v2.3.3
go: downloading github.com/jackc/pgtype v1.14.0
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
go: downloading github.com/golang/glog v1.2.2
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/jackc/chunkreader/v2 v2.0.1
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/go-logfmt/logfmt v0.6.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/mattn/go-isatty v0.0.20
all modules verified
Building Linux/amd64
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-linux-amd64
sha256sum release/caddy-linux-amd64 | cut -f1 -d " " > release/caddy-linux-amd64.sha256
Building Linux/arm64
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-linux-arm64
sha256sum release/caddy-linux-arm64 | cut -f1 -d " " > release/caddy-linux-arm64.sha256

Commit: e36f069b67
Actions: #39

<!-- Bot Anchor - Build Caddy --> <details open> <summary>## License & Vulnerability Scan</summary> ```shell # REUSE-IgnoreStart // SPDX-FileCopyrightText: NONE // // SPDX-License-Identifier: AGPL-3.0-or-later # REUSE-IgnoreEnd Starting at Wed Jan 8 16:36:56 UTC 2025 [0000] WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) No vulnerabilities found # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: 0 * Used licenses: AGPL-3.0-or-later * Read errors: 0 * Files with copyright information: 10 / 10 * Files with license information: 10 / 10 Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-) ``` </details> # Caddy v2.9.1-39-e36f0 <details> <summary>## Build Log</summary> ```shell go: downloading github.com/caddyserver/caddy/v2 v2.9.1 go: downloading github.com/corazawaf/coraza-caddy/v2 v2.0.0-rc.3.0.20241127100156-e2e2d4faeb6c go: downloading github.com/mholt/caddy-l4 v0.0.0-20250102174933-6e5f5e311ead go: downloading github.com/mholt/caddy-ratelimit v0.1.0 go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b go: downloading github.com/caddyserver/certmagic v0.21.6 go: downloading github.com/spf13/cobra v1.8.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading go.uber.org/automaxprocs v1.6.0 go: downloading go.uber.org/zap v1.27.0 go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20241211175049-b4f1988a35de go: downloading golang.org/x/crypto v0.31.0 go: downloading github.com/corazawaf/coraza-coreruleset/v4 v4.5.0 go: downloading github.com/corazawaf/coraza/v3 v3.2.1 go: downloading github.com/jcchavezs/mergefs v0.1.0 go: downloading github.com/magefile/mage v1.15.0 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/smallstep/certificates v0.26.1 go: downloading github.com/smallstep/truststore v0.13.0 go: downloading go.step.sm/crypto v0.45.0 go: downloading github.com/go-chi/chi/v5 v5.0.12 go: downloading github.com/smallstep/nosql v0.6.1 go: downloading github.com/caddyserver/zerossl v0.1.3 go: downloading github.com/klauspost/cpuid/v2 v2.2.9 go: downloading github.com/mholt/acmez/v3 v3.0.0 go: downloading github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading golang.org/x/term v0.27.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/quic-go/quic-go v0.48.2 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading golang.org/x/sys v0.28.0 go: downloading go.uber.org/zap/exp v0.3.0 go: downloading golang.org/x/time v0.8.0 go: downloading github.com/libdns/libdns v0.2.2 go: downloading github.com/miekg/dns v1.1.62 go: downloading github.com/zeebo/blake3 v0.2.4 go: downloading golang.org/x/net v0.33.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/google/cel-go v0.21.0 go: downloading github.com/mastercactapus/proxyprotocol v0.0.4 go: downloading github.com/things-go/go-socks5 v0.0.5 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/klauspost/compress v1.17.11 go: downloading github.com/pires/go-proxyproto v0.7.1-0.20240628150027-b718e7ce4964 go: downloading github.com/BurntSushi/toml v1.4.0 go: downloading github.com/Masterminds/sprig/v3 v3.3.0 go: downloading github.com/alecthomas/chroma/v2 v2.14.0 go: downloading github.com/yuin/goldmark v1.7.8 go: downloading github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 go: downloading go.opentelemetry.io/otel v1.31.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 go: downloading go.opentelemetry.io/otel/sdk v1.31.0 go: downloading go.opentelemetry.io/otel/trace v1.31.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading go.step.sm/cli-utils v0.9.0 go: downloading go.step.sm/linkedca v0.20.1 go: downloading google.golang.org/grpc v1.67.1 go: downloading google.golang.org/protobuf v1.36.1 go: downloading howett.net/plist v1.0.0 go: downloading github.com/fxamacker/cbor/v2 v2.6.0 go: downloading github.com/google/go-tpm v0.9.0 go: downloading github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935 go: downloading golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 go: downloading github.com/slackhq/nebula v1.7.2 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/onsi/ginkgo/v2 v2.22.1 go: downloading go.uber.org/mock v0.5.0 go: downloading github.com/quic-go/qpack v0.5.1 go: downloading github.com/francoispqt/gojay v1.2.13 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading golang.org/x/text v0.21.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 go: downloading github.com/stoewer/go-strcase v1.3.0 go: downloading github.com/antlr4-go/antlr/v4 v4.13.0 go: downloading dario.cat/mergo v1.0.1 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/Masterminds/semver/v3 v3.3.0 go: downloading github.com/huandu/xstrings v1.5.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/shopspring/decimal v1.4.0 go: downloading github.com/spf13/cast v1.7.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.31.0 go: downloading go.opentelemetry.io/contrib/propagators/aws v1.17.0 go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.17.0 go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.17.0 go: downloading go.opentelemetry.io/contrib/propagators/ot v1.17.0 go: downloading go.opentelemetry.io/proto/otlp v1.3.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 go: downloading github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81 go: downloading github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/manifoldco/promptui v0.9.0 go: downloading github.com/go-jose/go-jose/v3 v3.0.3 go: downloading github.com/urfave/cli v1.22.14 go: downloading filippo.io/edwards25519 v1.1.0 go: downloading github.com/x448/float16 v0.8.4 go: downloading github.com/google/go-tspi v0.3.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/rs/xid v1.5.0 go: downloading github.com/dgraph-io/badger v1.6.2 go: downloading github.com/dgraph-io/badger/v2 v2.2007.4 go: downloading go.etcd.io/bbolt v1.3.9 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/jackc/pgx/v4 v4.18.3 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/mitchellh/go-ps v1.0.0 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading golang.org/x/mod v0.22.0 go: downloading github.com/tidwall/gjson v1.17.1 go: downloading github.com/corazawaf/libinjection-go v0.2.1 go: downloading github.com/petar-dambovaliev/aho-corasick v0.0.0-20240411101913-e07a1f0e8eb4 go: downloading rsc.io/binaryregexp v0.2.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/dlclark/regexp2 v1.11.0 go: downloading github.com/go-logr/logr v1.4.2 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/go-kit/kit v0.13.0 go: downloading github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/jackc/pgconn v1.14.3 go: downloading github.com/jackc/pgio v1.0.0 go: downloading github.com/jackc/pgproto3/v2 v2.3.3 go: downloading github.com/jackc/pgtype v1.14.0 go: downloading github.com/go-task/slim-sprig/v3 v3.0.0 go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/tidwall/pretty v1.2.1 go: downloading github.com/go-kit/log v0.2.1 go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 go: downloading github.com/golang/glog v1.2.2 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/jackc/chunkreader/v2 v2.0.1 go: downloading github.com/jackc/pgpassfile v1.0.0 go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d go: downloading github.com/go-logfmt/logfmt v0.6.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: downloading github.com/mattn/go-isatty v0.0.20 all modules verified Building Linux/amd64 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-linux-amd64 sha256sum release/caddy-linux-amd64 | cut -f1 -d " " > release/caddy-linux-amd64.sha256 Building Linux/arm64 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-linux-arm64 sha256sum release/caddy-linux-arm64 | cut -f1 -d " " > release/caddy-linux-arm64.sha256 ``` </details> --- **Commit:** e36f069b67725590554c0364f8fc04273897de63 **Actions:** [**`#39`**](https://git.auengun.net/homelab/bin-caddy/actions/runs/39)
GregoryDosh deleted branch renovate/github.com-caddyserver-caddy-v2-2.x 2025-01-09 04:35:21 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
homelab/bin-caddy!14
No description provided.