Releases: actions/actions-runner-controller
actions-runner-controller-0.22.0
A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.
actions-runner-controller-0.21.1
A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.
actions-runner-controller-0.21.0
A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.
v0.26.0
This release features rootless DinD runners, granular runner status updates, and the new multitenancy support.
The release note covers all the details and you should definitely read it before upgrading! Find it at https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/releasenotes/0.26.md.
Lastly, there are also a lot of enhancements, improvements, fixes, and so on for the documentation and the chart. Thanks everyone for your contributions! Read on for all the changes.
What's Changed
- chore: bump helm chart by @toast-gear in #1619
- Fix typos in README by @KTamas in #1613
- feat: allow to discover runner statuses by @fgalind1 in #1268
- Ensure the runner status update hooks work with the Kubernetes container mode by @mumoshu in #1620
- docs: remove runner kind by @toast-gear in #1618
- fix(deps): update module sigs.k8s.io/controller-runtime to v0.12.3 by @renovate in #1609
- fix #1621: add missing COPY statements to dind docker image by @gi0baro in #1623
- fix 1621:discover runner statuses feature to dind image by @bigwheel in #1624
- chore(deps): update azure/setup-helm action to v3.1 by @renovate in #1628
- Enhance support for multi-tenancy by @mumoshu in #1371
- docs: add default label considerations by @toast-gear in #1627
- Remove github-api-cache-duration flag and code by @mumoshu in #1631
- Fix
README.md
typo by @ajschmidt8 in #1645 - Minor improvements for runner groups by @fgalind1 in #1638
- Adds way to allow additional environment variables from secretKeyRef by @jonathanwiemers in #1565
- Remove redundant flags from webhook-based autoscaler by @mumoshu in #1630
- chore(deps): update dependency golang to v1.18.4 by @renovate in #1639
- fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.1.0 by @renovate in #1637
- chart: Bump version/appVersion to 0.20.2/0.25.2 by @mumoshu in #1653
- Update version of YQ in Makefile by @cory-miller in #1634
- fix(deps): update kubernetes packages to v0.24.3 by @renovate in #1647
- chart: Remove support for extensions/v1beta1 and networking.k8s.io/v1beta1 by @mumoshu in #1632
- Fix E2E against local cluster to not fail on helm-upgrade by @mumoshu in #1648
- Fix E2E to not fail due to missing storageclass for RunnerDeployment w/ kubernetes container mode by @mumoshu in #1649
- Fix excessive runnerreplicaset update issue since 0.25.0 by @mumoshu in #1650
- doc: Note to fully populate the pool of PVs before checking if the cache is effective by @mumoshu in #1655
- Fix small typo in README by @Jalmeida1994 in #1687
- Add rootless DinD runner by @some-natalie in #1644
- fix: don't base64 decode secret strings by @oreonl in #1683
- Start publishing runner-dind-rootless image by @mumoshu in #1689
- remove fuse-overlayfs from rootless runner by @some-natalie in #1690
- chore(deps): update dependency actions/runner to v2.295.0 by @renovate in #1708
- ci: add rootless dnd to renovate by @toast-gear in #1711
- chore(deps): update azure/setup-helm action to v3.3 by @renovate in #1667
- chore(deps): update helm/chart-testing-action action to v2.3.0 by @renovate in #1710
- doc: Encourage everyone to explicitly set HRA scaleTargetRef kind by @mumoshu in #1633
- Create QuickStartGuide.md by @Vijay-train in #1691
- Update GHCR name to repo name in publish wf by @debugger24 in #1721
- Add Additional Autoscaling Metrics to Prometheus by @debugger24 in #1720
- Update Metric Types and typos by @debugger24 in #1719
- chore(deps): update dependency actions/runner to v2.295.0 by @toast-gear in #1723
- Fix/multitenancy enterprise url by @Jalmeida1994 in #1725
- Fix minor spelling error by @funkypenguin in #1727
- Replaced 'kubectl apply' with 'kubectl create' in README by @hashtagcyber in #1728
- Change
type:
tokind:
by @apanzerj in #1740 - feat: add queue size limit to github webhook server helm template by @Sajadorouji in #1712
- [Doc] Create ARC Overview doc by @Vijay-train in #1707
- chore(deps): update module go to 1.19 by @renovate in #1664
- Fix Typos in Readme by @adubov1 in #1741
- Document how to add Windows self-hosted runners by @ian-flores in #1608
- chore(deps): update golang docker tag to v1.19.0 by @renovate in #1682
- fix(deps): update golang.org/x/oauth2 digest to 0ebed06 by @renovate in #1678
- Print Version Number on startup by @ViktorLindgren95 in #1659
- chore(deps): update dependency actions/runner to v2.296.0 by @renovate in #1743
- ci: include sha in canary version by @toast-gear in #1744
- e2e: Add new option to test rootless docker by @mumoshu in #1742
- Allow customization of ServiceMonitor namespace for helm-template by @evan-hines-firebolt in #1491
- fix(deps): update module github.com/onsi/gomega to v1.20.0 by @renovate in #1661
- fix(deps): update module github.com/prometheus/client_golang to v1.13.0 by @renovate in #1699
- fix(deps): update module go.uber.org/zap to v1.22.0 by @renovate in #1704
- chore: Bump go-github and minimum GHES version to 3.6 by @mumoshu in #1747
- Fixing typo to render link properly by @Vijay-train in #1750
- docs: bump the required min GHES version by @toast-gear in #1749
- docs: webhook scaling by @toast-gear in https://github.com/actions-runner-controller/act...
actions-runner-controller-0.20.2
A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.
v0.25.2
v0.25.1
The highlight of this patch release is #1615, which fixes the regression in the runner pod graceful termination process introduced by v0.25.0. Big kudos to @everpcpc who isolated the issue and contributed the fix! 👏
What's Changed
- Bump chart version to 0.20.0 for ARC 0.25.0 by @mumoshu in #1600
- Make it easier to E2E test on various K8s versions by @mumoshu in #1599
- Fixed Simple typo by @ViktorLindgren95 in #1606
- Use Argo Tunnel for exposing the autoscaler's webhook server by @mumoshu in #1595
- Add toubleshooting for cert-manager ca error by @mumoshu in #1598
- Enhance the E2E test to be runnable against remote clusters on e.g. AWS EKS by @mumoshu in #1610
- fix: annotate pod instead of label on UnregistrationFailureMessage by @everpcpc in #1615
New Contributors
- @ViktorLindgren95 made their first contribution in #1606
- @everpcpc made their first contribution in #1615
Full Changelog: v0.25.0...v0.25.1
actions-runner-controller-0.20.1
A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.
v0.25.0
The highlight of this release is a new Kubernetes container mode that improves the security posture of runner pods by removing the need for privileged
containers.
In addition to that, this release improves the reliability of the webhook-based autoscaler, and removes the support for the legacy --once
actions runner flag.
The release note covers all the details and you should definitely read it before upgrading! Find it at https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/releasenotes/0.25.md.
Lastly, there are also a lot of enhancements, improvements, fixes, and so on for the documentation and the chart. Big kudos to everyone who contributed! Read on for all the changes.
What's Changed
- ci: publish controller canary to github packages by @toast-gear in #1524
- docs: add CRD disclaimer to bug report by @toast-gear in #1516
- Update bug_report.yml by @mumoshu in #1529
- e2e: Enable buildx in more images by @mumoshu in #1530
- chore: bump chart to app 0.24.1 by @toast-gear in #1531
- ci: add GitHub packages to arc release by @toast-gear in #1525
- ci: runners trigger on push by @toast-gear in #1549
- chore: suggest gist first by @toast-gear in #1539
- ci: don't login on a pr by @toast-gear in #1554
- ci: hardcode dockerhub username by @toast-gear in #1555
- chore(deps): update dependency actions/runner to v2.294.0 by @renovate in #1556
- Overhauled
startup.sh
Script by @Fleshgrinder in #1454 - Revert "Overhauled
startup.sh
Script" by @toast-gear in #1561 - Make webhook-based scale race-free by @mumoshu in #1477
- Add priorityClassName to CRDs by @cablespaghetti in #1513
- Webhook server configuration with kustomize by @arnaud-tincelin in #1312
- Fix completed runner pod recreation not to be blocked after max out by @mumoshu in #1568
containerMode
option to allow running jobs in k8's instead of docker by @thboop in #1546- Bump go-github to v45 by @mumoshu in #1573
- fix(deps): update module sigs.k8s.io/controller-runtime to v0.12.2 by @renovate in #1449
- docs: fix logic explanation for scale down delay by @giuscri in #1562
- chore(deps): update dependency golang to v1.18.3 by @renovate in #1509
- Fix: Match Ingress API Version correctly. by @john-delivuk in #1541
- fix(deps): update module github.com/stretchr/testify to v1.7.5 by @renovate in #1510
- chore(deps): update azure/setup-helm action to v3 by @renovate in #1571
- chore(deps): update helm/kind-action action to v1.3.0 by @renovate in #1532
- Add a solution to InternalError webhook context timedout by @justmike1 in #1558
- Use the go-github impl of ListRunnerGroups with visible_to_repository by @mumoshu in #1578
- ci: add paths to push trigger by @toast-gear in #1583
- Extracted validations to a single point for runner spec by @nikola-jokic in #1582
- Fix PercentageRunnersBusy scaling delay by @mumoshu in #1579
- Drop support for --once by @mumoshu in #1580
- Fix old runner pods stuck in Terminating since #1579 by @mumoshu in #1585
- Bump E2E runner version to 2.294.0 by @mumoshu in #1586
- Enhance the acceptance runnerset yaml template for manual E2E by @mumoshu in #1587
- docs: remove once feature flag env var by @toast-gear in #1590
- Reflect manual test scenario for containerMode=kubernetes to E2E by @mumoshu in #1588
- fix(deps): update module github.com/stretchr/testify to v1.8.0 by @renovate in #1584
- chore(deps): update helm values quay.io/brancz/kube-rbac-proxy to v0.13.0 by @renovate in #1589
- Runner Entrypoint: fix daemon.json by @Vladyslav-Miletskyi in #1409
- chore: move HOME to more logical place by @toast-gear in #1460
- chore: move runner docker check by @toast-gear in #1548
- fix(deps): update golang.org/x/oauth2 digest to 02e64fa by @renovate in #1480
- Add release note for v0.25.0 by @mumoshu in #1591
- fix type README.md descriptrion. by @SeongJuMoon in #1594
- Cover ARC upgrade in E2E test by @mumoshu in #1592
- fix(deps): update golang.org/x/oauth2 digest to 2104d58 by @renovate in #1593
- Fix a regression in webhook-based autoscaler by @mumoshu in #1596
- Fix charts by @nobiit in #1603
New Contributors
- @cablespaghetti made their first contribution in #1513
- @arnaud-tincelin made their first contribution in #1312
- @thboop made their first contribution in #1546
- @giuscri made their first contribution in #1562
- @john-delivuk made their first contribution in #1541
- @justmike1 made their first contribution in #1558
- @nikola-jokic made their first contribution in #1582
- @SeongJuMoon made their first contribution in #1594
- @nobiit made their first contribution in #1603
Full Changelog: v0.24.1...v0.25.0
actions-runner-controller-0.20.0
A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.