File forgejo-runner.changes of Package forgejo-runner
-------------------------------------------------------------------
Wed Dec 18 00:03:40 UTC 2024 - rrahl0@opensuse.org
- Update to version 5.0.4:
* feat: use FORGEJO_TOKEN as runtime token
-------------------------------------------------------------------
Wed Nov 27 10:20:13 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 5.0.3:
* fix: it wasn't possible to mount the docker socket in each container
-------------------------------------------------------------------
Thu Nov 21 15:58:43 UTC 2024 - rrahl0@opensuse.org
- Update to version 5.0.2:
* Fixes a regression that was introduced in version 5.0.0 by which
skipped jobs were marked as failed instead
-------------------------------------------------------------------
Wed Nov 20 21:40:40 UTC 2024 - rrahl0@opensuse.org
- Update to version 5.0.1:
* the /opt/hostedtoolcache directory is now unique to each job instead of
being shared to avoid a risk of corruption
- move to golang(API) = 1.23
-------------------------------------------------------------------
Sun Nov 17 00:20:51 UTC 2024 - rrahl0@opensuse.org
- Update to version 5.0.0:
* fix: Update forgejo/forgejo-build-publish action to v5
* fix: make container.docker_host default to - (part two)
* Update golang packages to v1.23
* tests: it make take time for Forgejo to come up
* Update code.forgejo.org/oci/alpine Docker tag to v3.20
* ci: use `go-version-file`
* Update actions/setup-go action to v5
* ci: don't run on renovate branches
* ci: Include version number in windows runner build
* fix: dockerfile casing typo
* Update module golang.org/x/time to v0.8.0
* Update module golang.org/x/term to v0.26.0
* Add support for windows build on GitHub (#312)
* Update dependency go to v1.23.3
* Version bump and add release notes
* Cherry-pick gitea act_runner #543
* Add simple test
* Add configurable logging level for jobs
-------------------------------------------------------------------
Fri Nov 01 13:30:01 UTC 2024 - rrahl0@opensuse.org
- Update to version 4.0.1:
* Do not panic when the number of arguments of a function evaluated
in an expression is incorect.
-------------------------------------------------------------------
Tue Oct 29 13:01:31 UTC 2024 - rrahl0@opensuse.org
- Update to version 4.0.0:
* fix: make container.docker_host default to -
* Update module code.forgejo.org/forgejo/act to v1.21.4
* chore: add issue templates
* Update module golang.org/x/time to v0.7.0
* Update module google.golang.org/protobuf to v1.35.1
* Update module golang.org/x/term to v0.25.0
* Update dependency go to v1.23.2
* Update module connectrpc.com/connect to v1.17.0
* Fix comments in systemd unit service file (#274)
* Add example systemd service file (#273)
* Update module code.forgejo.org/forgejo/act to v1.21.3
* chore: update the 3.5.2 release notes
* chore: add test for unexpected YAML type in top level env
* Update dependency go to v1.23.1
* Update module golang.org/x/term to v0.24.0
* Fix typo
* chore(renovate): disable replaced `nektos/act`
* chore: update the DOER & TOKEN of the build release workflow
-------------------------------------------------------------------
Sun Aug 25 00:30:50 UTC 2024 - rrahl0@opensuse.org
- Update to version 3.5.1:
* Fix CVE-2024-24557
* update vendored dependencies
-------------------------------------------------------------------
Mon Aug 5 07:59:52 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- new package forgejo-runner: a daemon that connects to a Forgejo
instance and runs jobs for continous integration