mirror of https://code.forgejo.org/forgejo/runner
[FORGEJO] update the 3.1 release notes
parent
cca6cc9bea
commit
e934c2a70d
|
@ -49,7 +49,8 @@ cd runner ; rm -f forgejo-runner ; make forgejo-runner
|
||||||
A Forgejo instance is launched with:
|
A Forgejo instance is launched with:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd setup-forgejo ; ./forgejo.sh setup
|
cd setup-forgejo
|
||||||
|
./forgejo.sh setup
|
||||||
firefox http://$(cat forgejo-ip):3000
|
firefox http://$(cat forgejo-ip):3000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## 3.1.0
|
||||||
|
|
||||||
|
The `self-hosted` label that was hardwired to be a LXC container
|
||||||
|
running `debian:bullseye` was reworked and documented ([user guide](https://forgejo.org/docs/next/user/actions/#jobsjob_idruns-on) and [admin guide](https://forgejo.org/docs/next/admin/actions/#labels-and-runs-on)).
|
||||||
|
|
||||||
|
There now are two different schemes: `lxc://` for LXC containers and
|
||||||
|
`host://` for running directly on the host.
|
||||||
|
|
||||||
|
* Support the `host://` scheme for running directly on the host.
|
||||||
|
* Support the `lxc://` scheme in labels
|
||||||
|
* Update [code.forgejo.org/forgejo/act v1.14.0](https://code.forgejo.org/forgejo/act/pulls/19) to implement both self-hosted and LXC schemes
|
||||||
|
|
||||||
## 3.0.3
|
## 3.0.3
|
||||||
|
|
||||||
* Update [code.forgejo.org/forgejo/act v1.13.0](https://code.forgejo.org/forgejo/runner/pulls/106) to keep up with github.com/nektos/act
|
* Update [code.forgejo.org/forgejo/act v1.13.0](https://code.forgejo.org/forgejo/runner/pulls/106) to keep up with github.com/nektos/act
|
||||||
|
|
Loading…
Reference in New Issue