File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 - name : Setup Cosign
4343 uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
44+ with :
45+ # TODO: update cosign and go-releaser, and adjust go-releaser config
46+ cosign-release : ' v2.6.2'
4447
4548 - name : Setup QEMU
4649 uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.12.1
4+
5+ This is a re-release of 3.12.0 with no code changes.
6+
7+ Due to a failure during the 3.12.0 release, and the commit for the 3.12.0
8+ release already being cached by the Go infrastructure, we need to bump
9+ the version to properly get a release out.
10+ (We did learn this from a similar incident with the 3.10.0 release.)
11+
312## 3.12.0
413
514Features:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414// Version represents the value of the current semantic version.
15- var Version = "3.12.0 "
15+ var Version = "3.12.1 "
1616
1717// PrintVersion prints the current version of sops. If the flag
1818// `--disable-version-check` is set or if the environment variable
You can’t perform that action at this time.
0 commit comments