Commit Graph
18 Commits
Author SHA1 Message Date
copilot-swe-agent[bot] d03b6e0747 Sanitize release warning output in scheduled workflow 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] 1b42e4a722 Improve release warning diagnostics in scheduled build 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] 1cf1a20fea Improve readability of release permission detection 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] 4abf322a1e Deduplicate release permission warning in workflow 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] f9ad45439e Refine scheduled release failure annotations 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] 9ff063bf6d Clarify permission error condition in scheduled build 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] ea94d20ef3 Improve gh release permission failure handling 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] 784dc69f1e Harden release permission error detection in scheduled build 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] cb4384832b Handle release creation permission errors in scheduled build 2026-06-02 10:09:00 -07:00
copilot-swe-agent[bot] dd4a993654 Fix indentation in scheduled build workflow 2026-06-02 09:40:26 -07:00
Jeshua Ben JosephandCopilot Autofix powered by AI 831fbc2060 Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-02 09:31:47 -07:00
copilot-swe-agent[bot] 3e6f99e74c Fix scheduled-build release tag parsing 2026-06-02 09:31:47 -07:00
Houssem eXo 4a0a4053ae Fix weekly release builds
- Fix quote handling in gh release list output
- Gracefully skip tracks without existing releases
- Increase release search limit to 100
- Add conditional checks to subsequent steps
2026-06-02 09:14:59 -07:00
Houssem eXo 8128153b6f Add Ubuntu 26.04 "Resolute" as a supported base image track alongside the existing Noble (24.04) and Jammy (22.04) tracks.
Changes:

main.yml: add resolute-* tag prefix → ubuntu:26.04 mapping
scheduled-build.yml: add Resolute matrix entry to weekly security rebuild
prepare.sh: handle DEB822 .sources format (used by Ubuntu 24.04+) alongside legacy sources.list for universe/multiverse activation
README.md: update component table to reflect multi-track support
2026-05-18 13:44:07 -07:00
Skyler Mäntysaari f5be954731 Add GitHub auth status check step
Add step to check GitHub authentication status before creating a release.
2026-03-15 08:01:19 +02:00
Copilotandsamip5 c75696af2a Fix HTTP 403 on gh release create by adding workflow-level permissions (#654)
* Fix HTTP 403 when creating GitHub releases by adding workflow-level permissions

Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>
2026-02-27 15:59:39 +02:00
Copilotandsamip5 c662980686 Add GitHub releases with patch version bumps for scheduled security builds (#653)
- scheduled-build.yml: Create GitHub release after each weekly security
  rebuild with date-stamped tag (e.g. noble-1.0.2-security.20260227)
- scheduled-build.yml: Add date-stamped Docker image tags alongside
  existing version and codename tags
- scheduled-build.yml: Bump permissions to contents:write for release
  creation
- scheduled-build.yml: Exclude security-tagged releases from base
  version lookup to prevent nested tags
- main.yml: Update docker/build-push-action from v5 to v6
- scheduled-build.yml: Update docker/build-push-action from v5 to v6
- stale.yml: Remove deprecated repo-token parameter

Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>

* Replace security date tags with patch version bumps in scheduled builds

The scheduled weekly security build now bumps the patch version
(e.g. noble-1.0.2 -> noble-1.0.3) instead of appending
-security.YYYYMMDD. Each rebuild creates a proper GitHub release
with the new patch tag and pushes Docker images accordingly.

Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>
2026-02-27 15:27:06 +02:00
CopilotandTheaxiom 44a761d9eb Automated weekly security rebuilds for all active Ubuntu LTS tracks (#652)
* Add scheduled security builds for multiple LTS tracks (jammy + noble)

Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com>

* Address review feedback: checkout at release tag, exclude pre-releases/drafts, warn on unknown tag prefix

Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com>
2026-02-27 13:01:16 +02:00