Skip to content

Commit 056fc3a

Browse files
authored
Merge pull request #2168 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents 3888f93 + 95155c4 commit 056fc3a

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Fedora packaging:
3030
- [ ] Run `kinit your_fas_account@FEDORAPROJECT.ORG`
3131
- [ ] Run `fedpkg new-sources $(spectool -S ignition.spec | sed 's:.*/::')`
3232
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/ignition)
33-
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f42) then push those, for example:
33+
- [ ] Once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f43) then push those, for example:
3434
```bash
3535
git checkout rawhide
3636
git pull --ff-only
37-
git checkout f42
37+
git checkout f43
3838
git merge --ff-only rawhide
39-
git push origin f42
39+
git push origin f43
4040
```
4141
- [ ] On each of those branches run `fedpkg build` including rawhide.
4242
- [ ] Once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:

docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ nav_order: 9
66

77
## Upcoming Ignition 2.25.0 (unreleased)
88

9+
Starting with this release, ignition-validate binaries are signed with the
10+
[Fedora 43 key](https://getfedora.org/security/).
11+
912
### Breaking changes
1013

1114
### Features

signing-ticket.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ make_script() {
1515
#!/bin/bash
1616
set -eux -o pipefail
1717
18-
# Use the Fedora 42 key for the detached signatures
19-
KEYTOSIGNWITH='fedora-42'
18+
# Use the Fedora 43 key for the detached signatures
19+
KEYTOSIGNWITH='fedora-43'
2020
21-
VR='@@VERSION@@-@@RELEASE@@.fc42'
22-
RPMKEY='105ef944' # Fedora 42 key
21+
VR='@@VERSION@@-@@RELEASE@@.fc43'
22+
RPMKEY='31645531' # Fedora 43 key
2323
2424
do_sign() {
2525
# Sign with sigul unless FAKESIGN=1

0 commit comments

Comments
 (0)