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
Copilot
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
Copilot
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
Copilot
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
Jeshua Ben Joseph
2403c58254
noble-1.0.2
noble-1.0.2
2025-04-10 01:22:40 -07:00
Emfox Zhou
1485f7c4e8
locale-gen on Debian does not take arguments and just read from /etc/locale.gen. ( #648 )
noble-1.0.1
2025-03-15 09:43:41 +02:00
Jason N. White
eb88d59d31
Update LICENSE.txt, fix license year ( #647 )
2025-01-01 13:38:29 +02:00
Pascal
f627e59aaf
Update README.md ( #641 )
...
Fix typo preventing installation of vagrant-disksize plugin.
2024-11-28 13:56:04 +02:00
Skyler Mäntysaari
f3a14b25e9
Merge pull request #639 from MrSerth/master
...
* Upgrade to Ubuntu 24.04 Noble
* Update syslog-ng.conf to version 4.3
* Add default smart-multi-line.fsm config for syslog-ng
The config file is taken from the syslog-ng upstream repository. It got added for the syslog-ng 4.2.0 release and remained unchanged since then (as of April 2024).
https://github.com/syslog-ng/syslog-ng/blob/syslog-ng-4.2.0/lib/multi-line/smart-multi-line.fsm
* Use latest workflow run for release badge
noble-1.0.0
2024-04-26 14:51:43 +03:00
Sebastian Serth
8b34e94fa3
Update GitHub actions to newest versions ( #638 )
...
These changes are required to use NodeJS 20 on GitHub.
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2024-04-21 00:00:58 +03:00
Sebastian Serth
a2409df832
Use latest workflow run for release badge
2024-04-20 19:41:23 +02:00
Sebastian Serth
74cb590288
Add default smart-multi-line.fsm config for syslog-ng
...
The config file is taken from the syslog-ng upstream repository. It got added for the syslog-ng 4.2.0 release and remained unchanged since then (as of April 2024).
https://github.com/syslog-ng/syslog-ng/blob/syslog-ng-4.2.0/lib/multi-line/smart-multi-line.fsm
2024-04-20 19:41:23 +02:00
Sebastian Serth
c2142db49c
Update syslog-ng.conf to version 4.3
2024-04-20 19:41:23 +02:00
Sebastian Serth
5e90beeff5
Upgrade to Ubuntu 24.04 Noble
2024-04-20 19:41:23 +02:00
Sebastian Serth
c17acec8ae
Prevent 'invalid escape sequence' errors in newer Python versions ( #637 )
jammy-1.0.4
2024-04-20 02:45:27 +03:00
Timon de Groot
568883a7bf
image/prepare: Check if container is actually ubuntu ( #636 )
jammy-1.0.3
2024-04-03 17:26:47 +03:00
Davide Palma
5c6b4e0cd3
readme: change ubuntu version ( #635 )
2024-03-20 17:58:38 +02:00
Jakob Ackermann
f69b7c63be
Remove riscv64 from build platforms ( #633 )
...
The docker image `ubuntu:22.04` is not available for `riscv64`, which limits options for providing support for it here.
jammy-1.0.2
2024-02-16 13:12:41 +02:00
Nicolas Berens
a53fb9f863
disable e2fsprogs cron ( #631 )
...
* disable e2fsprogs cron
* fix linebreak
---------
Co-authored-by: Skyler Mäntysaari <samip5@users.noreply.github.com >
2024-01-16 16:48:50 +02:00
Arun Sathiya
a7cf854a73
ci: Use GITHUB_OUTPUT envvar instead of set-output command ( #630 )
2024-01-12 12:26:51 +02:00
Isaac To
d0cf8ac6f3
Update link to Docker hub and GHCR in README.md ( #629 )
...
* Update link to Docker hub in README.md
* Add link to image page in GHCR as well
2023-12-22 20:15:59 +02:00
Skyler Mäntysaari
cc3f8f6fc8
Create .github/FUNDING.yml
2023-03-24 03:44:47 +02:00
Skyler Mäntysaari
69afe4954c
Merge pull request #615 from burgerrg/master
...
Update syslog-ng.conf for Ubuntu 22.04
dev-jammy-1.1.0
jammy-1.0.1
2022-05-31 18:48:43 +03:00
Bob Burger
0b5441c268
Update syslog-ng.conf for Ubuntu 22.04
2022-05-31 11:32:15 -04:00
Skyler Mäntysaari
d2fbf3ad28
Merge pull request #614 from phusion/revert-613-jammy-patch-01
...
Revert "Added retreval of ubuntu key 871920D1991BC93C to apt keyring"
2022-05-23 23:38:59 +03:00
Skyler Mäntysaari
e2f180f35a
Revert "Update prepare.sh ( #613 )"
...
This reverts commit aa4a3a5778 .
2022-05-23 23:38:37 +03:00
Skyler Mäntysaari
aa4a3a5778
Update prepare.sh ( #613 )
...
Hopefully fix #612
2022-05-23 23:32:20 +03:00
Skyler Mäntysaari
29f719fe03
Image: Upgrade to Ubuntu 22.04. ( #611 )
jammy-1.0.0
2022-05-18 19:34:12 +03:00
Skyler Mäntysaari
9166a3b715
Github CI: Build on release
focal-1.2.0
2022-03-16 17:04:07 +02:00
Skyler Mäntysaari
6af31d6ae6
Merge pull request #604 from olof-nord/feature-add-riscv-docker-builds
...
Build & publish Docker images for riscv64 with GitHub CI
2022-03-16 16:59:18 +02:00
Olof Nord
4f74b2aec9
Build Docker images for riscv64 with GitHub CI
2021-12-12 19:15:23 +01:00
Camden Narzt
d454ef6271
second attempt to fix logo
2021-09-30 09:36:12 -06:00
Camden Narzt
b6c9af17cf
Fix logo
2021-09-30 09:13:15 -06:00
Skyler Mäntysaari
2f33d79094
Github Templates: Fix the bug report template
2021-09-07 10:38:27 -06:00
Skyler Mäntysaari
8d386a2b68
Github: Adding issue and PR templates [ci-skip]
2021-09-06 10:29:48 -06:00
Travis Rowland
da721f3ba8
Merge pull request #598 from phusion/focal-1.1.0
...
CI: Move to GitHub actions
2021-09-02 16:12:56 -06:00
Travis Rowland
8ba3f53a02
Merge pull request #599 from phusion/implement-stale-bot
...
Automation: Implement stale bot
2021-09-02 16:11:52 -06:00
Skyler Mäntysaari
794379ca49
Implement stale bot
...
This ensures that issues and PRs that are stale for longer than 15 days, and after that 5 days till it's automatically closed.
2021-09-02 23:18:44 +03:00
Skyler Mäntysaari
107a17dd85
CI: Add arm platform too.
...
Fixes : #518
2021-09-02 22:49:53 +03:00
Skyler Mäntysaari
2edaaf9cd4
CI: Update the README and branch to execute on. [ci-skip]
2021-09-02 22:49:28 +03:00
Skyler Mäntysaari
8e9a043cd2
CI: Fix typo
2021-09-02 21:42:40 +03:00
Skyler Mäntysaari
157deafb0e
CI: Github Container Registry too
2021-09-02 21:40:33 +03:00
Skyler Mäntysaari
227465e2d6
CI: Figuring out the branch to image name
2021-09-02 21:09:37 +03:00
Skyler Mäntysaari
18c6aeeafa
Update Github Action
2021-09-02 21:04:44 +03:00
Travis Rowland
a81d149a76
Update GHA file
2021-09-02 11:54:46 -06:00
Skyler Mäntysaari
2a65ac4630
CI: Remember to mimic the Makefile [ci-skip]
2021-09-02 01:39:27 +03:00
Skyler Mäntysaari
d282e2e5e6
CI: Login to Docker Hub and other tweaks
2021-09-02 01:39:27 +03:00
Travis Rowland
1efa0b37d5
Merge pull request #596 from phusion/fix-the-ci-build
...
CI: Drop support for i386 and ppc64le. Update to newer QEMU.
2021-08-31 17:33:59 -06:00
Skyler Mäntysaari
9c42068299
CI: Drop support for i386 and ppc64le. Update to newer QEMU.
2021-09-01 02:30:48 +03:00
Camden Narzt
edfe1e3d55
fix registry link
2021-08-15 17:41:02 -06:00