Skip to content

[pull] stable-f44 from main - #2343

Merged
renner0e merged 10 commits into
stable-f44from
main
Jun 8, 2026
Merged

[pull] stable-f44 from main#2343
renner0e merged 10 commits into
stable-f44from
main

Conversation

@pull

@pull pull Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

inffy and others added 9 commits June 6, 2026 15:54
Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
…2330)

Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
…d3c2 (#2332)

Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
…digest to 032e193 (#2333)

Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
* chore(ci): make latest images build after push

* update

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…2340)

This label was previously created by the hhd/legacy-rechunker instead of
on the image build process. We are now using the build-chunked-oci and
in the near future chunkah which do not mess with the labels.

Our changelogs script expects this label to be present in order for the
commits since last release to show up.

fixes: #2338
@pull
pull Bot requested a review from NiHaiden as a code owner June 7, 2026 18:14
@pull pull Bot locked and limited conversation to collaborators Jun 7, 2026
@pull
pull Bot requested review from inffy, ledif and renner0e as code owners June 7, 2026 18:14
@pull pull Bot added the stable-promotion label Jun 7, 2026
@renner0e

renner0e commented Jun 7, 2026

Copy link
Copy Markdown
Member

hmm, I wonder why the branch is outdated here

EDIT: make sense, it's a merge from main to stable

…digest to 4e18198 (#2345)

Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
@inffy

inffy commented Jun 8, 2026

Copy link
Copy Markdown
Member

So what’s the correct method to merge here?

@renner0e

renner0e commented Jun 8, 2026

Copy link
Copy Markdown
Member

So what’s the correct method to merge here?

probably merge (create a merge commit), we should probably change this (from hardreset) in the config file, not sure how much the changelogs are gonna like merge commits, we will see, and we likely don't want squash because of this, the changelogs would show one single promotion commit with a billion changes instead of many small ones.

We can experiment with multiple methods, this stable branch is gonna be a mess anyway (that's also why it's only being used for 6 months), due to cherry-picking and then merging changes from main into stable (which includes duplicate commits).

@renner0e

renner0e commented Jun 8, 2026

Copy link
Copy Markdown
Member

not sure if the hardreset is the reason why the diff in github is kinda confusing, for example

git diff origin/stable-f44..origin/main

shows

diff --git a/.github/pull.yml b/.github/pull.yml
index 75cb8840..047cfe98 100644
--- a/.github/pull.yml
+++ b/.github/pull.yml
@@ -1,6 +1,18 @@
 version: "1"
 rules:
-  - base: main
-    upstream: ublue-os:main
-    mergeMethod: merge
+  - base: stable-f44
+    upstream: main
+    mergeMethod: hardreset
     mergeUnstable: false
+    reviewers:
+      - NiHaiden
+      - inffy
+      - ledif
+      - renner0e
+    conflictReviewers:
+      - NiHaiden
+      - inffy
+      - ledif
+      - renner0e
+label: "stable-promotion"
+conflictLabel: "promotion-conflict"
diff --git a/.github/workflows/build-image-latest-main.yml b/.github/workflows/build-image-latest-main.yml
index f1fb4565..bf58b541 100644
--- a/.github/workflows/build-image-latest-main.yml
+++ b/.github/workflows/build-image-latest-main.yml
@@ -8,6 +8,8 @@ on:
       - ".github/workflows/moderator.yml"
       - ".github/workflows/scorecard.yml"
   merge_group:
+    branches:
+      - stable-f44
   pull_request:
     branches:
       - stable-f44
diff --git a/Justfile b/Justfile
index 5d87f185..4e315f6b 100644
--- a/Justfile
+++ b/Justfile
@@ -115,7 +115,7 @@ build $image="aurora" $tag="latest" $flavor="main" rechunk="0" ghcr="0" pipeline
     # AKMODS Flavor and Kernel Version
     if [[ "${tag}" =~ stable ]]; then
         akmods_flavor="coreos-stable"
-    elif [[ "${tag}" =~ beta ]]; then
+    elif [[ "${tag}" =~ testing ]]; then
         akmods_flavor="main"
     else
         akmods_flavor="main"
diff --git a/image-versions.yml b/image-versions.yml
index fdade33a..21ecdf92 100644
--- a/image-versions.yml
+++ b/image-versions.yml
@@ -10,4 +10,4 @@ images:
   - name: brew
     image: ghcr.io/ublue-os/brew
     tag: latest
-    digest: sha256:985ed8b7d9dd6a93bde53328e257e9ecd8cb61eaf5780690622ef9e3aa39aba9
+    digest: sha256:fc3d3c27060e4bbbcb2e21a17a50c083b2588d404097ac86c97b1b2a75576db1

@renner0e

renner0e commented Jun 8, 2026

Copy link
Copy Markdown
Member

we can merge this for the sake of merging new things and trying stuff out, but there is nothing in here that we care about

@renner0e
renner0e enabled auto-merge June 8, 2026 14:02
@renner0e
renner0e merged commit 139f82c into stable-f44 Jun 8, 2026
29 of 31 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants