We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f7970 commit 3e8cce7Copy full SHA for 3e8cce7
Dockerfile
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOARM=${TARGETVARIANT#"v
23
#--------
24
FROM cgr.dev/chainguard/static@sha256:797e62f43d04d792e9f930913e7d9f5a63e92bd19ca5e7e5139a692decee2dbc AS external-dns-cloudns-webhook
25
26
-LABEL version=0.3.11-rc0
+LABEL version=0.3.12-rc0
27
28
USER 20000:20000
29
pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.3.11-rc0"
+current_version = "0.3.12-rc0"
3
commit = true
4
message = "chore: bump version: {current_version} → {new_version}"
5
commit_args = "--cleanup=verbatim"
0 commit comments