I am confused, there is a new release tag that came out a few hours ago (ChangeDetection warned me), but I do not understand what actually changed.
Since there is no changelog or similar, it is hard to detect what went down, is Caddy now included here?!
Because up and until now, I build caddy on my host:
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
So I would not want a second caddy being pulled in. A short changelog probably would avoid some spookiness feelings (as in.... is this tag even legit, after months of no PRs suddenly a tag is weird, one first thinks... nothing even is being released until scanning the PRs)
I am confused, there is a new release tag that came out a few hours ago (ChangeDetection warned me), but I do not understand what actually changed.
Since there is no changelog or similar, it is hard to detect what went down, is Caddy now included here?!
Because up and until now, I build caddy on my host:
So I would not want a second caddy being pulled in. A short changelog probably would avoid some spookiness feelings (as in.... is this tag even legit, after months of no PRs suddenly a tag is weird, one first thinks... nothing even is being released until scanning the PRs)