Skip to content

Commit af0168d

Browse files
authored
Merge pull request #2080 from felixfontein/release-3.12.1
Release 3.12.1
2 parents 7be1473 + 670b327 commit af0168d

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

514
Features:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)