Skip to content

Commit a44e573

Browse files
author
nxcc
committed
update deps
1 parent b5c12cc commit a44e573

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,12 @@ named like `<filename>.sops.<ext>` for formats supported by sops, otherwise like
197197
They will be temporarily decrypted to files named like `<filename>.<ext>`, and removed again after Yaml
198198
output was generated [(usage example)][eg-embed].
199199

200-
All future releases at least until release 1.0.0 will be backwards compatible to current
200+
All future releases at least until release 1.0.0 will be backwards compatible to current
201201
non-experimental `cuegen` behaviour.
202202

203+
## 0.16.0
204+
Cuegen `0.16.0` will be released after `cue` v0.12.0 is out.
205+
203206
## Changelog
204207

205208
* `v0.1.0` - Initial release
@@ -232,6 +235,7 @@ non-experimental `cuegen` behaviour.
232235
* `v0.14.5` - No code changes, bump cue version to 0.8.1
233236
* `v0.14.6` - No code changes, bump cue version to 0.8.2
234237
* `v0.15.0` - Introduce "embed experiment'
238+
* `v0.15.1` - No code changes, bump cue version to 0.11.0
235239

236240
[CUE]: https://cuelang.org
237241
[SOPS]: https://github.com/mozilla/sops

docker/Dockerfile-cmp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM golang:1.23.0 as builder
1+
FROM golang:1.23.4 as builder
22
WORKDIR /go/src/app
33
ARG VERSION
44
COPY . ./
55
RUN CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X 'main.build=$VERSION'" -o cuegen ./cmd/cuegen
66
RUN sed "s/VERSION/$VERSION/g" docker/plugin.yaml > plugin.yaml
7-
RUN curl -sfL https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64 -o /tmp/yq && chmod 755 /tmp/yq
7+
RUN curl -sfL https://github.com/mikefarah/yq/releases/download/v4.44.6/yq_linux_amd64 -o /tmp/yq && chmod 755 /tmp/yq
88

99
FROM gcr.io/distroless/static-debian12
1010
ENV CUE_CACHE_DIR=/tmp

0 commit comments

Comments
 (0)