Skip to content

chore: propagate main into development - #54

Merged
Wikid82 merged 9 commits into
developmentfrom
main
Aug 10, 2026
Merged

chore: propagate main into development#54
Wikid82 merged 9 commits into
developmentfrom
main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR carrying commits pushed directly to main (hotfixes, CI-generated
commits) down into development. nightly is intentionally skipped — it picks
these up via the daily development sync instead.

Triggered by push 7a3cf5e to main.

Wikid82 and others added 3 commits August 10, 2026 10:18
sync-nightly.yml never creates a new commit on nightly — it only
fast-forwards or resets nightly to development's exact SHA. That
means checking for a completed CI run scoped to branch:nightly misses
two real cases: a sync pushed with the GITHUB_TOKEN fallback (doesn't
trigger downstream workflows), or nightly already matching
development when the sync ran (no push event at all). Either way CI
already ran and passed on development for that same SHA, which is
equally valid proof.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Wikid82 and others added 6 commits August 10, 2026 10:27
🤖 I have created a release *beep* *boop*
---


##
[0.2.3](hestia-v0.2.2...hestia-v0.2.3)
(2026-08-10)


### Bug Fixes

* accept development-branch CI run as proof of nightly health
([7a3cf5e](7a3cf5e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
docker-build.yml's merge job failed with "Get \"https://ghcr.io/v2/\":
denied: denied" on GHCR login, seconds after the build jobs' identical
login succeeded with the same GITHUB_TOKEN — a known GHCR transient
denial, not an actual permissions gap. Wrap all three registry logins
(build's GHCR, merge's GHCR and Docker Hub) with nick-fields/retry.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🤖 I have created a release *beep* *boop*
---


##
[0.2.4](hestia-v0.2.3...hestia-v0.2.4)
(2026-08-10)


### Bug Fixes

* retry GHCR and Docker Hub logins on transient denial
([88fa2e3](88fa2e3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
@Wikid82
Wikid82 marked this pull request as ready for review August 10, 2026 15:47
@Wikid82
Wikid82 merged commit f6f5a1f into development Aug 10, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant