Releases: canonical/github-runner-operator
Releases · canonical/github-runner-operator
Revision 46
resources:
Static resources:
Released to 'latest/edge' at 06:30 UTC on 15 Sep 2023
What's Changed
Full Changelog: rev45...rev46
Revision 45
resources:
Static resources:
Released to 'latest/edge' at 05:05 UTC on 15 Sep 2023
What's Changed
Full Changelog: rev44...rev45
Revision 44
resources:
Static resources:
Released to 'latest/edge' at 15:39 UTC on 12 Sep 2023
What's Changed
- Add missing contributing documentation by @Thanhphan1147 in #121
New Contributors
- @Thanhphan1147 made their first contribution in #121
Full Changelog: rev43...rev44
Revision 43
resources:
Static resources:
Released to 'latest/edge' at 06:52 UTC on 12 Sep 2023
What's Changed
Full Changelog: rev42...rev43
Revision 42
resources:
Static resources:
Released to 'latest/edge' at 02:04 UTC on 8 Sep 2023
What's Changed
Full Changelog: rev41...rev42
Revision 41
resources:
Static resources:
Released to 'latest/edge' at 09:01 UTC on 7 Sep 2023
What's Changed
- Add basic testing to Readme by @chris-sanders in #1
- Install the runner by @chris-sanders in #2
- Spawn runners in containers by @chris-sanders in #5
- Fix undefined variable when registering an organization by @chris-sanders in #6
- Enable nesting by @chris-sanders in #7
- Disable apparmor on the runner LXDs by @chris-sanders in #8
- Privileged is required for snaps in unconfined containers by @chris-sanders in #9
- Load apparmor profiles by @chris-sanders in #10
- Replace once with ephemeral by @jack-w-shaw in #16
- charmcraft needs to rebuild darn near everything to include jinja2 by @addyess in #19
- Refactor runner management logic by @johnsca in #11
- Adds github actions SVG, and renames to github-runner by @addyess in #20
- Improve VM support by @ijansky in #18
- Rename charm, update copyright notices and populate summary and description in metadata.yaml by @mthaddon in #17
- Add configuration options for VMs resources by @rgildein in #21
- More descriptive error in case of being unable to check for runner updates by @mthaddon in #23
- Add issue templates by @arturo-seijas in #27
- Code linting and cleanup by @yhaliaw in #26
- Create CODEOWNERS by @jdkandersson in #29
- Refactor runner manager by @yhaliaw in #28
- End to end test by @yhaliaw in #37
- Temporary fix for missing tools in runners by @yhaliaw in #39
- Add self-hosted runner user to the docker group by @yhaliaw in #42
- Add more tools in self-hosted runners for GitHub Actions. by @yhaliaw in #43
- Add runner group configuration for self-hosted runners under GitHub organization by @yhaliaw in #44
- docs(ISD-454): Add badges by @amandahla in #46
- Fix removal of offline runners. by @yhaliaw in #45
- Add proxy configuration for docker in runners by @yhaliaw in #47
- Added remome-offline-runners script by @tingdahl in #48
- Adjust metadata to charmhub changes by @arturo-seijas in #49
- Load /etc/environment file to runner by @yhaliaw in #51
- Lxd interface by @yhaliaw in #52
- Improve charm documentation by @arturo-seijas in #53
- Fix copyright headers by @arturo-seijas in #54
- Delete LXD instance if LXD failed to remove ephemeral instance by @yhaliaw in #57
- Add delete method for lxd instance by @yhaliaw in #59
- Add configuration needed by test.yaml in operator-workflow. by @yhaliaw in #60
- Integrating repo_policy_compliance to run before runner start job by @yhaliaw in #63
- Fix check-runners juju action by @yhaliaw in #65
- Implement fully automated end-to-end CI testing workflow by @weiiwang01 in #70
- LXD storage with tmpfs by @yhaliaw in #72
- Handle unmount of tmpfs by @yhaliaw in #75
- Add firewall to limit network access for runners by @weiiwang01 in #74
- Add upgrading of linux kernel by @yhaliaw in #76
- fix: yq by @yanksyoon in #77
- fix: use proxy for wget by @yanksyoon in #78
- Pre-create microk8s group by @yhaliaw in #83
- Point to the new pylxd package repo in requirements.txt by @devspyrosv in #85
- Add workflow_dispatch github event handling and upgrade rpc v2 by @devspyrosv in #84
- Use GA kernel over HWE kernel by @yhaliaw in #80
- Improve detection of runner health by @yhaliaw in #88
- Fix GitHub token config update by @yhaliaw in #91
- Add end-to-end test to workflow_dispatch actions by @devspyrosv in #87
- Add integration test by @yhaliaw in #79
- Add integration test for charm configuration by @yhaliaw in #92
- Auto-update repo-policy-compliance service by @yhaliaw in #93
- Add integration test for repo-policy-compliance check failure by @yhaliaw in #95
- Add integration test for path configuration change by @yhaliaw in #96
- Add integration test for reconcile interval and update interval config by @yhaliaw in #97
- Configure Renovate by @renovate in #24
- Add ppa for proposed kernel release by @yhaliaw in #104
- Use HWE kernel for the juju machine by @yhaliaw in #106
- Allow traffic for docker user by @yhaliaw in #107
- Automatically add LXD instance name to NO_PROXY by @yhaliaw in #108
- Update maintainers to new format by @yhaliaw in #109
- Flush runner during install hook as temp fix for juju issue. by @yhaliaw in #110
- Add support for push event by @cbartz in #113
- Shutdown runner on repo-policy-compliance failure by @yhaliaw in #112
- Add pull request template by @yhaliaw in #103
- Update actions/checkout action to v4 by @renovate in #114
- Rename integration tests workflow by @yhaliaw in #115
New Contributors
- @chris-sanders made their first contribution in #1
- @jack-w-shaw made their first contribution in #16
- @addyess made their first contribution in #19
- @johnsca made their first contribution in #11
- @ijansky made their first contribution in #18
- @mthaddon made their first contribution in #17
- @rgildein made their first contribution in #21
- @arturo-seijas made their first contribution in #27
- @yhaliaw made their first contribution in #26
- @jdkandersson made their first contribution in #29
- @amandahla made their first contribution in #46
- @tingdahl made their first contribution in #48
- @weiiwang01 made their first contribution in #70
- @yanksyoon made their first contribution in #77
- @devspyrosv made their first ...