diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index cd8c4512..f3255de7 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -9,7 +9,7 @@ body:
label: Checks
description: Please check all the boxes below before submitting
options:
- - label: I've already read https://github.com/actions-runner-controller/actions-runner-controller/blob/master/TROUBLESHOOTING.md and I'm sure my issue is not covered in the troubleshooting guide.
+ - label: I've already read https://github.com/actions/actions-runner-controller/blob/master/TROUBLESHOOTING.md and I'm sure my issue is not covered in the troubleshooting guide.
required: true
- label: I'm not using a custom entrypoint in my runner image
required: true
@@ -51,7 +51,7 @@ body:
label: cert-manager installation
description: Confirm that you've installed cert-manager correctly by answering a few questions
placeholder: |
- - Did you follow https://github.com/actions-runner-controller/actions-runner-controller#installation? If not, describe the installation process so that we can reproduce your environment.
+ - Did you follow https://github.com/actions/actions-runner-controller#installation? If not, describe the installation process so that we can reproduce your environment.
- Are you sure you've installed cert-manager from an official source?
(Note that we won't provide user support for cert-manager itself. Make sure cert-manager is fully working before testing ARC or reporting a bug
validations:
@@ -62,9 +62,9 @@ body:
label: Checks
description: Please check all the boxes below before submitting
options:
- - label: This isn't a question or user support case (For Q&A and community support, go to [Discussions](https://github.com/actions-runner-controller/actions-runner-controller/discussions). It might also be a good idea to contract with any of contributors and maintainers if your business is so critical and therefore you need priority support
+ - label: This isn't a question or user support case (For Q&A and community support, go to [Discussions](https://github.com/actions/actions-runner-controller/discussions). It might also be a good idea to contract with any of contributors and maintainers if your business is so critical and therefore you need priority support
required: true
- - label: I've read [releasenotes](https://github.com/actions-runner-controller/actions-runner-controller/tree/master/docs/releasenotes) before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
+ - label: I've read [releasenotes](https://github.com/actions/actions-runner-controller/tree/master/docs/releasenotes) before submitting this issue and I'm sure it's not due to any recently-introduced backward-incompatible changes
required: true
- label: My actions-runner-controller version (v0.x.y) does support the feature
required: true
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 34dba230..09dc005b 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -2,13 +2,13 @@ blank_issues_enabled: false
contact_links:
- name: Sponsor ARC Maintainers
about: If your business relies on the continued maintainance of actions-runner-controller, please consider sponsoring the project and the maintainers.
- url: https://github.com/actions-runner-controller/actions-runner-controller/tree/master/CODEOWNERS
+ url: https://github.com/actions/actions-runner-controller/tree/master/CODEOWNERS
- name: Ideas and Feature Requests
about: Wanna request a feature? Create a discussion and collect :+1:s first.
- url: https://github.com/actions-runner-controller/actions-runner-controller/discussions/new?category=ideas
+ url: https://github.com/actions/actions-runner-controller/discussions/new?category=ideas
- name: Questions and User Support
about: Need support using ARC? We use Discussions as the place to provide community support.
- url: https://github.com/actions-runner-controller/actions-runner-controller/discussions/new?category=questions
+ url: https://github.com/actions/actions-runner-controller/discussions/new?category=questions
- name: Need Paid Support?
about: Consider contracting with any of the actions-runner-controller maintainers and contributors.
- url: https://github.com/actions-runner-controller/actions-runner-controller/tree/master/CODEOWNERS
+ url: https://github.com/actions/actions-runner-controller/tree/master/CODEOWNERS
diff --git a/.github/workflows/publish-chart.yaml b/.github/workflows/publish-chart.yaml
index 57ca4c4f..2d8b587d 100644
--- a/.github/workflows/publish-chart.yaml
+++ b/.github/workflows/publish-chart.yaml
@@ -90,9 +90,9 @@ jobs:
- name: Check if Chart Publish is Needed
id: publish-chart-step
run: |
- CHART_TEXT=$(curl -fs https://raw.githubusercontent.com/actions-runner-controller/actions-runner-controller/master/charts/actions-runner-controller/Chart.yaml)
+ CHART_TEXT=$(curl -fs https://raw.githubusercontent.com/actions/actions-runner-controller/master/charts/actions-runner-controller/Chart.yaml)
NEW_CHART_VERSION=$(echo "$CHART_TEXT" | grep version: | cut -d ' ' -f 2)
- RELEASE_LIST=$(curl -fs https://api.github.com/repos/actions-runner-controller/actions-runner-controller/releases | jq .[].tag_name | grep actions-runner-controller | cut -d '"' -f 2 | cut -d '-' -f 4)
+ RELEASE_LIST=$(curl -fs https://api.github.com/repos/actions/actions-runner-controller/releases | jq .[].tag_name | grep actions-runner-controller | cut -d '"' -f 2 | cut -d '-' -f 4)
LATEST_RELEASED_CHART_VERSION=$(echo $RELEASE_LIST | cut -d ' ' -f 1)
echo "Chart version in master : $NEW_CHART_VERSION"
echo "Latest release chart version : $LATEST_RELEASED_CHART_VERSION"
diff --git a/.github/workflows/run-first-interaction.yaml b/.github/workflows/run-first-interaction.yaml
index e13c0075..908deccb 100644
--- a/.github/workflows/run-first-interaction.yaml
+++ b/.github/workflows/run-first-interaction.yaml
@@ -20,10 +20,10 @@ jobs:
The maintainers will triage your issue shortly.
- In the meantime, please take a look at the [troubleshooting guide](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/TROUBLESHOOTING.md) for bug reports.
+ In the meantime, please take a look at the [troubleshooting guide](https://github.com/actions/actions-runner-controller/blob/master/TROUBLESHOOTING.md) for bug reports.
- If this is a feature request, please review our [contribution guidelines](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/CONTRIBUTING.md).
+ If this is a feature request, please review our [contribution guidelines](https://github.com/actions/actions-runner-controller/blob/master/CONTRIBUTING.md).
pr-message: |
Hello! Thank you for your contribution.
- Please review our [contribution guidelines](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/CONTRIBUTING.md) to understand the project's testing and code conventions.
+ Please review our [contribution guidelines](https://github.com/actions/actions-runner-controller/blob/master/CONTRIBUTING.md) to understand the project's testing and code conventions.
diff --git a/.github/workflows/runners.yaml b/.github/workflows/runners.yaml
index 7b5fad33..a213cef0 100644
--- a/.github/workflows/runners.yaml
+++ b/.github/workflows/runners.yaml
@@ -101,7 +101,7 @@ jobs:
# NOTE : Only to be used on the 20.04 image until we remove the latest tag entirely
# at which point this step needs to be deleted
- # https://github.com/actions-runner-controller/actions-runner-controller/issues/2056
+ # https://github.com/actions/actions-runner-controller/issues/2056
- name: Build and Push Latest Tags
if: ${{ matrix.latest == 'true' }}
uses: docker/build-push-action@v3
diff --git a/.golangci.yaml b/.golangci.yaml
index a3957802..35520223 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -7,8 +7,8 @@ linters-settings:
exclude-functions:
- (net/http.ResponseWriter).Write
- (*net/http.Server).Shutdown
- - (*github.com/actions-runner-controller/actions-runner-controller/simulator.VisibleRunnerGroups).Add
- - (*github.com/actions-runner-controller/actions-runner-controller/testing.Kind).Stop
+ - (*github.com/actions/actions-runner-controller/simulator.VisibleRunnerGroups).Add
+ - (*github.com/actions/actions-runner-controller/testing.Kind).Stop
issues:
exclude-rules:
- path: controllers/suite_test.go
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7a48c8ff..e65039ab 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@
## Welcome
This document is the single source of truth for how to contribute to the code base.
-Feel free to browse the [open issues](https://github.com/actions-runner-controller/actions-runner-controller/issues) or file a new one, all feedback is welcome!
+Feel free to browse the [open issues](https://github.com/actions/actions-runner-controller/issues) or file a new one, all feedback is welcome!
By reading this guide, we hope to give you all of the information you need to be able to pick up issues, contribute new features, and get your work
reviewed and merged.
@@ -111,7 +111,7 @@ That's the directory in which controller-runtime's `envtest` framework locates t
sudo mkdir -p /usr/local/kubebuilder/bin
make kube-apiserver etcd
sudo mv test-assets/{etcd,kube-apiserver} /usr/local/kubebuilder/bin/
-go test -v -run TestAPIs github.com/actions-runner-controller/actions-runner-controller/controllers
+go test -v -run TestAPIs github.com/actions/actions-runner-controller/controllers/actions.summerwind.net
```
To run Ginkgo tests selectively, set the pattern of target test names to `GINKGO_FOCUS`.
@@ -119,7 +119,7 @@ All the Ginkgo test that matches `GINKGO_FOCUS` will be run.
```shell
GINKGO_FOCUS='[It] should create a new Runner resource from the specified template, add a another Runner on replicas increased, and removes all the replicas when set to 0' \
- go test -v -run TestAPIs github.com/actions-runner-controller/actions-runner-controller/controllers
+ go test -v -run TestAPIs github.com/actions/actions-runner-controller/controllers/actions.summerwind.net
```
### Running End to End Tests
diff --git a/Dockerfile b/Dockerfile
index eb6ee395..d1990202 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,7 +36,7 @@ ENV GOCACHE /build/${TARGETPLATFORM}/root/.cache/go-build
RUN --mount=target=. \
--mount=type=cache,mode=0777,target=${GOCACHE} \
export GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOARM=${TARGETVARIANT#v} && \
- go build -trimpath -ldflags="-s -w -X 'github.com/actions-runner-controller/actions-runner-controller/build.Version=${VERSION}'" -o /out/manager main.go && \
+ go build -trimpath -ldflags="-s -w -X 'github.com/actions/actions-runner-controller/build.Version=${VERSION}'" -o /out/manager main.go && \
go build -trimpath -ldflags="-s -w" -o /out/github-webhook-server ./cmd/githubwebhookserver && \
go build -trimpath -ldflags="-s -w" -o /out/actions-metrics-server ./cmd/actionsmetricsserver
diff --git a/Makefile b/Makefile
index 87dfd6c2..db064b7a 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ GO_TEST_ARGS ?= -short
# Run tests
test: generate fmt vet manifests shellcheck
go test $(GO_TEST_ARGS) ./... -coverprofile cover.out
- go test -fuzz=Fuzz -fuzztime=10s -run=Fuzz* ./controllers
+ go test -fuzz=Fuzz -fuzztime=10s -run=Fuzz* ./controllers/actions.summerwind.net
test-with-deps: kube-apiserver etcd kubectl
# See https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/envtest#pkg-constants
diff --git a/PROJECT b/PROJECT
index 576c3aa0..76dfd0be 100644
--- a/PROJECT
+++ b/PROJECT
@@ -1,5 +1,5 @@
domain: summerwind.dev
-repo: github.com/actions-runner-controller/actions-runner-controller
+repo: github.com/actions/actions-runner-controller
resources:
- group: actions
kind: Runner
diff --git a/README.md b/README.md
index b09a58ef..3f142193 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ With ARC you can :
## Overview
-For an overview of ARC, please refer to "[ARC Overview](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/Actions-Runner-Controller-Overview.md)."
+For an overview of ARC, please refer to "[ARC Overview](https://github.com/actions/actions-runner-controller/blob/master/docs/Actions-Runner-Controller-Overview.md)."
@@ -69,7 +69,7 @@ helm repo add actions-runner-controller https://actions-runner-controller.github
helm upgrade --install --namespace actions-runner-system --create-namespace\
--set=authSecret.create=true\
--set=authSecret.github_token="REPLACE_YOUR_TOKEN_HERE"\
- --wait actions-runner-controller actions-runner-controller/actions-runner-controller
+ --wait actions-runner-controller actions/actions-runner-controller
```
*note:- Replace REPLACE_YOUR_TOKEN_HERE with your PAT that was generated previously.
@@ -81,7 +81,7 @@ helm upgrade --install --namespace actions-runner-system --create-namespace\
```shell
kubectl apply -f \
-https://github.com/actions-runner-controller/actions-runner-controller/\
+https://github.com/actions/actions-runner-controller/\
releases/download/v0.22.0/actions-runner-controller.yaml
```
@@ -147,12 +147,12 @@ There is also a quick start guide to get started on Actions, For more informatio
## Learn more
-For more detailed documentation, please refer to "[Detailed Documentation](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/detailed-docs.md)."
+For more detailed documentation, please refer to "[Detailed Documentation](https://github.com/actions/actions-runner-controller/blob/master/docs/detailed-docs.md)."
## Contributing
-We welcome contributions from the community. For more details on contributing to the project (including requirements), please refer to "[Getting Started with Contributing](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/CONTRIBUTING.md)."
+We welcome contributions from the community. For more details on contributing to the project (including requirements), please refer to "[Getting Started with Contributing](https://github.com/actions/actions-runner-controller/blob/master/CONTRIBUTING.md)."
## Troubleshooting
-We are very happy to help you with any issues you have. Please refer to the "[Troubleshooting](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/TROUBLESHOOTING.md)" section for common issues.
+We are very happy to help you with any issues you have. Please refer to the "[Troubleshooting](https://github.com/actions/actions-runner-controller/blob/master/TROUBLESHOOTING.md)" section for common issues.
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index 1c92ddfb..4aaa6d87 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -63,9 +63,9 @@ To fix this, you may either:
```sh
# With helm, you'd set `webhookPort` to the port number of your choice
- # See https://github.com/actions-runner-controller/actions-runner-controller/pull/1410/files for more information
+ # See https://github.com/actions/actions-runner-controller/pull/1410/files for more information
helm upgrade --install --namespace actions-runner-system --create-namespace \
- --wait actions-runner-controller actions-runner-controller/actions-runner-controller \
+ --wait actions-runner-controller actions/actions-runner-controller \
--set webhookPort=10250
```
@@ -168,7 +168,7 @@ are in a namespace not shared with anything else_
**Problem**
-ARC isn't involved in jobs actually getting allocated to a runner. ARC is responsible for orchestrating runners and the runner lifecycle. Why some people see large delays in job allocation is not clear however it has been confirmed https://github.com/actions-runner-controller/actions-runner-controller/issues/1387#issuecomment-1122593984 that this is caused from the self-update process somehow.
+ARC isn't involved in jobs actually getting allocated to a runner. ARC is responsible for orchestrating runners and the runner lifecycle. Why some people see large delays in job allocation is not clear however it has been confirmed https://github.com/actions/actions-runner-controller/issues/1387#issuecomment-1122593984 that this is caused from the self-update process somehow.
**Solution**
@@ -214,7 +214,7 @@ More broadly, there are many other circumstances where the runner pod coming up
> Added originally to help users with older istio instances.
> Newer Istio instances can use Istio's `holdApplicationUntilProxyStarts` attribute ([istio/istio#11130](https://github.com/istio/istio/issues/11130)) to avoid having to delay starting up the runner.
-> Please read the discussion in [#592](https://github.com/actions-runner-controller/actions-runner-controller/pull/592) for more information.
+> Please read the discussion in [#592](https://github.com/actions/actions-runner-controller/pull/592) for more information.
You can add a delay to the runner's entrypoint script by setting the `STARTUP_DELAY_IN_SECONDS` environment variable for the runner pod. This will cause the script to sleep X seconds, this works with any runner kind.
@@ -278,7 +278,7 @@ spec:
```
You can read the discussion regarding this issue in
-(#1406)[https://github.com/actions-runner-controller/actions-runner-controller/issues/1046].
+(#1406)[https://github.com/actions/actions-runner-controller/issues/1046].
## Unable to scale to zero with TotalNumberOfQueuedAndInProgressWorkflowRuns
@@ -288,7 +288,7 @@ HRA doesn't scale the RunnerDeployment to zero, even though you did configure HR
**Solution**
-You very likely have some dangling workflow jobs stuck in `queued` or `in_progress` as seen in [#1057](https://github.com/actions-runner-controller/actions-runner-controller/issues/1057#issuecomment-1133439061).
+You very likely have some dangling workflow jobs stuck in `queued` or `in_progress` as seen in [#1057](https://github.com/actions/actions-runner-controller/issues/1057#issuecomment-1133439061).
Manually call [the "list workflow runs" API](https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository), and [remove the dangling workflow job(s)](https://docs.github.com/en/rest/actions/workflow-runs#delete-a-workflow-run).
diff --git a/acceptance/testdata/runnerdeploy.envsubst.yaml b/acceptance/testdata/runnerdeploy.envsubst.yaml
index 8de7ff48..6521eb21 100644
--- a/acceptance/testdata/runnerdeploy.envsubst.yaml
+++ b/acceptance/testdata/runnerdeploy.envsubst.yaml
@@ -112,7 +112,7 @@ spec:
# workDir: "/"
# # Uncomment the below to enable the kubernetes container mode
- # # See https://github.com/actions-runner-controller/actions-runner-controller#runner-with-k8s-jobs
+ # # See https://github.com/actions/actions-runner-controller#runner-with-k8s-jobs
containerMode: ${RUNNER_CONTAINER_MODE}
workVolumeClaimTemplate:
accessModes:
diff --git a/apis/actions.github.com/v1beta1/.keep b/apis/actions.github.com/v1beta1/.keep
new file mode 100644
index 00000000..e69de29b
diff --git a/api/v1alpha1/groupversion_info.go b/apis/actions.summerwind.net/v1alpha1/groupversion_info.go
similarity index 100%
rename from api/v1alpha1/groupversion_info.go
rename to apis/actions.summerwind.net/v1alpha1/groupversion_info.go
diff --git a/api/v1alpha1/horizontalrunnerautoscaler_types.go b/apis/actions.summerwind.net/v1alpha1/horizontalrunnerautoscaler_types.go
similarity index 100%
rename from api/v1alpha1/horizontalrunnerautoscaler_types.go
rename to apis/actions.summerwind.net/v1alpha1/horizontalrunnerautoscaler_types.go
diff --git a/api/v1alpha1/runner_types.go b/apis/actions.summerwind.net/v1alpha1/runner_types.go
similarity index 100%
rename from api/v1alpha1/runner_types.go
rename to apis/actions.summerwind.net/v1alpha1/runner_types.go
diff --git a/api/v1alpha1/runner_webhook.go b/apis/actions.summerwind.net/v1alpha1/runner_webhook.go
similarity index 100%
rename from api/v1alpha1/runner_webhook.go
rename to apis/actions.summerwind.net/v1alpha1/runner_webhook.go
diff --git a/api/v1alpha1/runnerdeployment_types.go b/apis/actions.summerwind.net/v1alpha1/runnerdeployment_types.go
similarity index 100%
rename from api/v1alpha1/runnerdeployment_types.go
rename to apis/actions.summerwind.net/v1alpha1/runnerdeployment_types.go
diff --git a/api/v1alpha1/runnerdeployment_webhook.go b/apis/actions.summerwind.net/v1alpha1/runnerdeployment_webhook.go
similarity index 100%
rename from api/v1alpha1/runnerdeployment_webhook.go
rename to apis/actions.summerwind.net/v1alpha1/runnerdeployment_webhook.go
diff --git a/api/v1alpha1/runnerreplicaset_types.go b/apis/actions.summerwind.net/v1alpha1/runnerreplicaset_types.go
similarity index 100%
rename from api/v1alpha1/runnerreplicaset_types.go
rename to apis/actions.summerwind.net/v1alpha1/runnerreplicaset_types.go
diff --git a/api/v1alpha1/runnerreplicaset_webhook.go b/apis/actions.summerwind.net/v1alpha1/runnerreplicaset_webhook.go
similarity index 100%
rename from api/v1alpha1/runnerreplicaset_webhook.go
rename to apis/actions.summerwind.net/v1alpha1/runnerreplicaset_webhook.go
diff --git a/api/v1alpha1/runnerset_types.go b/apis/actions.summerwind.net/v1alpha1/runnerset_types.go
similarity index 100%
rename from api/v1alpha1/runnerset_types.go
rename to apis/actions.summerwind.net/v1alpha1/runnerset_types.go
diff --git a/api/v1alpha1/zz_generated.deepcopy.go b/apis/actions.summerwind.net/v1alpha1/zz_generated.deepcopy.go
similarity index 100%
rename from api/v1alpha1/zz_generated.deepcopy.go
rename to apis/actions.summerwind.net/v1alpha1/zz_generated.deepcopy.go
diff --git a/charts/actions-runner-controller/Chart.yaml b/charts/actions-runner-controller/Chart.yaml
index 1912aff7..09dfe7f0 100644
--- a/charts/actions-runner-controller/Chart.yaml
+++ b/charts/actions-runner-controller/Chart.yaml
@@ -20,10 +20,10 @@ version: 0.21.1
# Used as the default manager tag value when no tag property is provided in the values.yaml
appVersion: 0.26.0
-home: https://github.com/actions-runner-controller/actions-runner-controller
+home: https://github.com/actions/actions-runner-controller
sources:
- - https://github.com/actions-runner-controller/actions-runner-controller
+ - https://github.com/actions/actions-runner-controller
maintainers:
- name: actions-runner-controller
diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md
index 0359d911..465dd96d 100644
--- a/charts/actions-runner-controller/README.md
+++ b/charts/actions-runner-controller/README.md
@@ -4,7 +4,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
## Values
-**_The values are documented as of HEAD, to review the configuration options for your chart version ensure you view this file at the relevant [tag](https://github.com/actions-runner-controller/actions-runner-controller/tags)_**
+**_The values are documented as of HEAD, to review the configuration options for your chart version ensure you view this file at the relevant [tag](https://github.com/actions/actions-runner-controller/tags)_**
> _Default values are the defaults set in the charts `values.yaml`, some properties have default configurations in the code for when the property is omitted or invalid_
diff --git a/charts/actions-runner-controller/docs/UPGRADING.md b/charts/actions-runner-controller/docs/UPGRADING.md
index 1b80b046..79a92134 100644
--- a/charts/actions-runner-controller/docs/UPGRADING.md
+++ b/charts/actions-runner-controller/docs/UPGRADING.md
@@ -24,7 +24,7 @@ Due to the above you can't just do a `helm upgrade` to release the latest versio
# REMEMBER TO UPDATE THE CHART_VERSION TO RELEVANT CHART VERISON!!!!
CHART_VERSION=0.18.0
-curl -L https://github.com/actions-runner-controller/actions-runner-controller/releases/download/actions-runner-controller-${CHART_VERSION}/actions-runner-controller-${CHART_VERSION}.tgz | tar zxv --strip 1 actions-runner-controller/crds
+curl -L https://github.com/actions/actions-runner-controller/releases/download/actions-runner-controller-${CHART_VERSION}/actions-runner-controller-${CHART_VERSION}.tgz | tar zxv --strip 1 actions-runner-controller/crds
kubectl replace -f crds/
```
diff --git a/charts/actions-runner-controller/templates/manager_role.yaml b/charts/actions-runner-controller/templates/manager_role.yaml
index cd88f15a..cd0a374f 100644
--- a/charts/actions-runner-controller/templates/manager_role.yaml
+++ b/charts/actions-runner-controller/templates/manager_role.yaml
@@ -286,7 +286,7 @@ rules:
{{- end }}
{{- if .Values.rbac.allowGrantingKubernetesContainerModePermissions }}
{{/* These permissions are required by ARC to create RBAC resources for the runner pod to use the kubernetes container mode. */}}
-{{/* See https://github.com/actions-runner-controller/actions-runner-controller/pull/1268/files#r917331632 */}}
+{{/* See https://github.com/actions/actions-runner-controller/pull/1268/files#r917331632 */}}
- apiGroups:
- ""
resources:
diff --git a/charts/actions-runner-controller/values.yaml b/charts/actions-runner-controller/values.yaml
index e7c868bd..fb9a3378 100644
--- a/charts/actions-runner-controller/values.yaml
+++ b/charts/actions-runner-controller/values.yaml
@@ -30,7 +30,7 @@ enableLeaderElection: true
#
# Do set authSecret.enabled=false and set env if you want full control over
# the GitHub authn related envvars of the container.
-# See https://github.com/actions-runner-controller/actions-runner-controller/pull/937 for more details.
+# See https://github.com/actions/actions-runner-controller/pull/937 for more details.
authSecret:
enabled: true
create: false
@@ -70,7 +70,7 @@ rbac:
# # This allows ARC to dynamically create a ServiceAccount and a Role for each Runner pod that uses "kubernetes" container mode,
# # by extending ARC's manager role to have the same permissions required by the pod runs the runner agent in "kubernetes" container mode.
# # Without this, Kubernetes blocks ARC to create the role to prevent a priviledge escalation.
- # # See https://github.com/actions-runner-controller/actions-runner-controller/pull/1268/files#r917327010
+ # # See https://github.com/actions/actions-runner-controller/pull/1268/files#r917327010
# allowGrantingKubernetesContainerModePermissions: true
serviceAccount:
@@ -185,7 +185,7 @@ admissionWebHooks:
#caBundle: "Ci0tLS0tQk......tLS0K"
# There may be alternatives to setting `hostNetwork: true`, see
-# https://github.com/actions-runner-controller/actions-runner-controller/issues/1005#issuecomment-993097155
+# https://github.com/actions/actions-runner-controller/issues/1005#issuecomment-993097155
#hostNetwork: true
## specify log format for actions runner controller. Valid options are "text" and "json"
@@ -296,7 +296,7 @@ actionsMetricsServer:
enabled: false
# DO NOT CHANGE THIS!
# See the thread below for more context.
- # https://github.com/actions-runner-controller/actions-runner-controller/pull/1814#discussion_r974758924
+ # https://github.com/actions/actions-runner-controller/pull/1814#discussion_r974758924
replicaCount: 1
## specify log format for github webhook controller. Valid options are "text" and "json"
logFormat: text
diff --git a/cmd/actionsmetricsserver/main.go b/cmd/actionsmetricsserver/main.go
index a2faf1f2..f32bf5f7 100644
--- a/cmd/actionsmetricsserver/main.go
+++ b/cmd/actionsmetricsserver/main.go
@@ -25,10 +25,10 @@ import (
"os"
"sync"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/github"
- "github.com/actions-runner-controller/actions-runner-controller/logging"
- "github.com/actions-runner-controller/actions-runner-controller/pkg/actionsmetrics"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/logging"
+ "github.com/actions/actions-runner-controller/pkg/actionsmetrics"
"github.com/prometheus/client_golang/prometheus/promhttp"
"sigs.k8s.io/controller-runtime/pkg/metrics"
diff --git a/cmd/githubwebhookserver/main.go b/cmd/githubwebhookserver/main.go
index e3ca9061..ef1ca84c 100644
--- a/cmd/githubwebhookserver/main.go
+++ b/cmd/githubwebhookserver/main.go
@@ -26,10 +26,10 @@ import (
"sync"
"time"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/controllers"
- "github.com/actions-runner-controller/actions-runner-controller/github"
- "github.com/actions-runner-controller/actions-runner-controller/logging"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/controllers/actions.summerwind.net"
+ "github.com/actions/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/logging"
"github.com/kelseyhightower/envconfig"
diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml
index 847ec4e0..a07ac823 100644
--- a/config/manager/kustomization.yaml
+++ b/config/manager/kustomization.yaml
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
- newName: summerwind/actions-runner-controller
- newTag: latest
+ newName: jokicnikola07/actions-runner-controller
+ newTag: dev
diff --git a/config/samples/actions_v1alpha1_runner.yaml b/config/samples/actions_v1alpha1_runner.yaml
index 94ab5d97..a74f58a2 100644
--- a/config/samples/actions_v1alpha1_runner.yaml
+++ b/config/samples/actions_v1alpha1_runner.yaml
@@ -3,4 +3,4 @@ kind: Runner
metadata:
name: summerwind-actions-runner-controller
spec:
- repository: actions-runner-controller/actions-runner-controller
+ repository: actions/actions-runner-controller
diff --git a/config/samples/actions_v1alpha1_runnerdeployment.yaml b/config/samples/actions_v1alpha1_runnerdeployment.yaml
index e1f3b91f..64402cb0 100644
--- a/config/samples/actions_v1alpha1_runnerdeployment.yaml
+++ b/config/samples/actions_v1alpha1_runnerdeployment.yaml
@@ -6,4 +6,4 @@ spec:
replicas: 2
template:
spec:
- repository: actions-runner-controller/actions-runner-controller
+ repository: actions/actions-runner-controller
diff --git a/config/samples/actions_v1alpha1_runnerreplicaset.yaml b/config/samples/actions_v1alpha1_runnerreplicaset.yaml
index 3353e06e..b08ecfc8 100644
--- a/config/samples/actions_v1alpha1_runnerreplicaset.yaml
+++ b/config/samples/actions_v1alpha1_runnerreplicaset.yaml
@@ -6,4 +6,4 @@ spec:
replicas: 2
template:
spec:
- repository: actions-runner-controller/actions-runner-controller
+ repository: actions/actions-runner-controller
diff --git a/contrib/README.md b/contrib/README.md
index 09aac21b..4cd82399 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -3,4 +3,4 @@ The `contrib` directory is the place for sharing various example code for deploy
Anything contained in this directory is provided as-is. The maintainers of `actions-runner-controller` is not yet commited to provide
full support for using, fixing, and enhancing it. However, they will do their best effort to collect feedbacks from early adopters and advanced users like you, and may eventually consider graduating any of the examples as an official addition to the project.
-See https://github.com/actions-runner-controller/actions-runner-controller/pull/1375#issuecomment-1258816470 and https://github.com/actions-runner-controller/actions-runner-controller/pull/1559#issuecomment-1258827496 for more context.
+See https://github.com/actions/actions-runner-controller/pull/1375#issuecomment-1258816470 and https://github.com/actions/actions-runner-controller/pull/1559#issuecomment-1258827496 for more context.
diff --git a/contrib/examples/actions-runner/Chart.yaml b/contrib/examples/actions-runner/Chart.yaml
index 29531110..06db1805 100644
--- a/contrib/examples/actions-runner/Chart.yaml
+++ b/contrib/examples/actions-runner/Chart.yaml
@@ -5,6 +5,6 @@ type: application
version: 0.0.1
appVersion: 2.290.1
-home: https://github.com/actions-runner-controller/actions-runner-controller/tree/master/runner
+home: https://github.com/actions/actions-runner-controller/tree/master/runner
sources:
- - https://github.com/actions-runner-controller/actions-runner-controller/tree/master/runner
+ - https://github.com/actions/actions-runner-controller/tree/master/runner
diff --git a/contrib/examples/actions-runner/README.md b/contrib/examples/actions-runner/README.md
index 1c5aa3a0..8e24f00f 100644
--- a/contrib/examples/actions-runner/README.md
+++ b/contrib/examples/actions-runner/README.md
@@ -4,7 +4,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
## Values
-**_The values are documented as of HEAD, to review the configuration options for your chart version ensure you view this file at the relevent [tag](https://github.com/actions-runner-controller/actions-runner-controller/tags)_**
+**_The values are documented as of HEAD, to review the configuration options for your chart version ensure you view this file at the relevent [tag](https://github.com/actions/actions-runner-controller/tags)_**
> _Default values are the defaults set in the charts values.yaml, some properties have default configurations in the code for when the property is omitted or invalid_
@@ -31,6 +31,6 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
| `autoscaler.enabled` | Enable the HorizontalRunnerAutoscaler, if its enabled then replica count will not be used | true |
| `autoscaler.minReplicas` | Minimum no of replicas | 1 |
| `autoscaler.maxReplicas` | Maximum no of replicas | 5 |
-| `autoscaler.scaleDownDelaySecondsAfterScaleOut` | [Anti-Flapping Configuration](https://github.com/actions-runner-controller/actions-runner-controller#anti-flapping-configuration) | 120 |
-| `autoscaler.metrics` | [Pull driven scaling](https://github.com/actions-runner-controller/actions-runner-controller#pull-driven-scaling) | default |
-| `autoscaler.scaleUpTriggers` | [Webhook driven scaling](https://github.com/actions-runner-controller/actions-runner-controller#webhook-driven-scaling) | |
+| `autoscaler.scaleDownDelaySecondsAfterScaleOut` | [Anti-Flapping Configuration](https://github.com/actions/actions-runner-controller#anti-flapping-configuration) | 120 |
+| `autoscaler.metrics` | [Pull driven scaling](https://github.com/actions/actions-runner-controller#pull-driven-scaling) | default |
+| `autoscaler.scaleUpTriggers` | [Webhook driven scaling](https://github.com/actions/actions-runner-controller#webhook-driven-scaling) | |
diff --git a/contrib/examples/actions-runner/values.yaml b/contrib/examples/actions-runner/values.yaml
index ebe23645..9d88fb6c 100644
--- a/contrib/examples/actions-runner/values.yaml
+++ b/contrib/examples/actions-runner/values.yaml
@@ -26,8 +26,8 @@ autoscaler:
maxReplicas: 5
scaleDownDelaySecondsAfterScaleOut: 120
# metrics (pull method) / scaleUpTriggers (push method)
- # https://github.com/actions-runner-controller/actions-runner-controller#pull-driven-scaling
- # https://github.com/actions-runner-controller/actions-runner-controller#webhook-driven-scaling
+ # https://github.com/actions/actions-runner-controller#pull-driven-scaling
+ # https://github.com/actions/actions-runner-controller#webhook-driven-scaling
metrics:
- type: PercentageRunnersBusy
scaleUpThreshold: '0.75'
diff --git a/controllers/actions.github.com/.keep b/controllers/actions.github.com/.keep
new file mode 100644
index 00000000..e69de29b
diff --git a/controllers/autoscaling.go b/controllers/actions.summerwind.net/autoscaling.go
similarity index 96%
rename from controllers/autoscaling.go
rename to controllers/actions.summerwind.net/autoscaling.go
index 3c2aa562..04c950a2 100644
--- a/controllers/autoscaling.go
+++ b/controllers/actions.summerwind.net/autoscaling.go
@@ -8,9 +8,9 @@ import (
"strconv"
"strings"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- prometheus_metrics "github.com/actions-runner-controller/actions-runner-controller/controllers/metrics"
- arcgithub "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ prometheus_metrics "github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/metrics"
+ arcgithub "github.com/actions/actions-runner-controller/github"
"github.com/google/go-github/v47/github"
corev1 "k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
@@ -34,7 +34,7 @@ func (r *HorizontalRunnerAutoscalerReconciler) suggestDesiredReplicas(ghc *arcgi
numMetrics := len(metrics)
if numMetrics == 0 {
// We don't default to anything since ARC 0.23.0
- // See https://github.com/actions-runner-controller/actions-runner-controller/issues/728
+ // See https://github.com/actions/actions-runner-controller/issues/728
return nil, nil
} else if numMetrics > 2 {
return nil, fmt.Errorf("too many autoscaling metrics configured: It must be 0 to 2, but got %d", numMetrics)
@@ -99,7 +99,7 @@ func (r *HorizontalRunnerAutoscalerReconciler) suggestReplicasByQueuedAndInProgr
// In case it's an organizational runners deployment without any scaling metrics defined,
// we assume that the desired replicas should always be `minReplicas + capacityReservedThroughWebhook`.
- // See https://github.com/actions-runner-controller/actions-runner-controller/issues/377#issuecomment-793372693
+ // See https://github.com/actions/actions-runner-controller/issues/377#issuecomment-793372693
if metrics == nil {
return nil, nil
}
diff --git a/controllers/autoscaling_test.go b/controllers/actions.summerwind.net/autoscaling_test.go
similarity index 99%
rename from controllers/autoscaling_test.go
rename to controllers/actions.summerwind.net/autoscaling_test.go
index f9275654..0d69de12 100644
--- a/controllers/autoscaling_test.go
+++ b/controllers/actions.summerwind.net/autoscaling_test.go
@@ -7,9 +7,9 @@ import (
"net/url"
"testing"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/github"
- "github.com/actions-runner-controller/actions-runner-controller/github/fake"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github/fake"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
diff --git a/controllers/constants.go b/controllers/actions.summerwind.net/constants.go
similarity index 98%
rename from controllers/constants.go
rename to controllers/actions.summerwind.net/constants.go
index 076d796e..5c416e01 100644
--- a/controllers/constants.go
+++ b/controllers/actions.summerwind.net/constants.go
@@ -61,7 +61,7 @@ const (
// In case it actually took more than DefaultRunnerPodRecreationDelayAfterWebhookScale for the workflow_job completion event to arrive,
// ARC will recreate the completed runner(s), assuming something went wrong in either GitHub, your K8s cluster, or ARC, so ARC needs to resync anyway.
//
- // See https://github.com/actions-runner-controller/actions-runner-controller/pull/1180
+ // See https://github.com/actions/actions-runner-controller/pull/1180
DefaultRunnerPodRecreationDelayAfterWebhookScale = 10 * time.Minute
EnvVarRunnerName = "RUNNER_NAME"
diff --git a/controllers/horizontal_runner_autoscaler_batch_scale.go b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_batch_scale.go
similarity index 98%
rename from controllers/horizontal_runner_autoscaler_batch_scale.go
rename to controllers/actions.summerwind.net/horizontal_runner_autoscaler_batch_scale.go
index e797da34..9c1abbc2 100644
--- a/controllers/horizontal_runner_autoscaler_batch_scale.go
+++ b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_batch_scale.go
@@ -6,7 +6,7 @@ import (
"sync"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/go-logr/logr"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
diff --git a/controllers/horizontal_runner_autoscaler_webhook.go b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook.go
similarity index 99%
rename from controllers/horizontal_runner_autoscaler_webhook.go
rename to controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook.go
index a5d426ed..093e91e5 100644
--- a/controllers/horizontal_runner_autoscaler_webhook.go
+++ b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook.go
@@ -36,9 +36,9 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/github"
- "github.com/actions-runner-controller/actions-runner-controller/simulator"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/simulator"
)
const (
diff --git a/controllers/horizontal_runner_autoscaler_webhook_test.go b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_test.go
similarity index 99%
rename from controllers/horizontal_runner_autoscaler_webhook_test.go
rename to controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_test.go
index e231bd52..0d081231 100644
--- a/controllers/horizontal_runner_autoscaler_webhook_test.go
+++ b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_test.go
@@ -12,7 +12,7 @@ import (
"testing"
"time"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/go-logr/logr"
"github.com/google/go-github/v47/github"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
diff --git a/controllers/horizontal_runner_autoscaler_webhook_worker.go b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_worker.go
similarity index 100%
rename from controllers/horizontal_runner_autoscaler_webhook_worker.go
rename to controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_worker.go
diff --git a/controllers/horizontal_runner_autoscaler_webhook_worker_test.go b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_worker_test.go
similarity index 100%
rename from controllers/horizontal_runner_autoscaler_webhook_worker_test.go
rename to controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_worker_test.go
diff --git a/controllers/horizontalrunnerautoscaler_controller.go b/controllers/actions.summerwind.net/horizontalrunnerautoscaler_controller.go
similarity index 98%
rename from controllers/horizontalrunnerautoscaler_controller.go
rename to controllers/actions.summerwind.net/horizontalrunnerautoscaler_controller.go
index 1430e5f8..08afd5c3 100644
--- a/controllers/horizontalrunnerautoscaler_controller.go
+++ b/controllers/actions.summerwind.net/horizontalrunnerautoscaler_controller.go
@@ -35,9 +35,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/controllers/metrics"
- arcgithub "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/metrics"
+ arcgithub "github.com/actions/actions-runner-controller/github"
)
const (
diff --git a/controllers/integration_test.go b/controllers/actions.summerwind.net/integration_test.go
similarity index 98%
rename from controllers/integration_test.go
rename to controllers/actions.summerwind.net/integration_test.go
index 614e20ff..b6dd6e32 100644
--- a/controllers/integration_test.go
+++ b/controllers/actions.summerwind.net/integration_test.go
@@ -7,10 +7,10 @@ import (
"net/http/httptest"
"time"
- github2 "github.com/actions-runner-controller/actions-runner-controller/github"
+ github2 "github.com/actions/actions-runner-controller/github"
"github.com/google/go-github/v47/github"
- "github.com/actions-runner-controller/actions-runner-controller/github/fake"
+ "github.com/actions/actions-runner-controller/github/fake"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/types"
@@ -23,7 +23,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
)
type testEnvironment struct {
diff --git a/controllers/metrics/horizontalrunnerautoscaler.go b/controllers/actions.summerwind.net/metrics/horizontalrunnerautoscaler.go
similarity index 98%
rename from controllers/metrics/horizontalrunnerautoscaler.go
rename to controllers/actions.summerwind.net/metrics/horizontalrunnerautoscaler.go
index c3bfe97c..e24d9f58 100644
--- a/controllers/metrics/horizontalrunnerautoscaler.go
+++ b/controllers/actions.summerwind.net/metrics/horizontalrunnerautoscaler.go
@@ -1,7 +1,7 @@
package metrics
import (
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/prometheus/client_golang/prometheus"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
diff --git a/controllers/metrics/metrics.go b/controllers/actions.summerwind.net/metrics/metrics.go
similarity index 100%
rename from controllers/metrics/metrics.go
rename to controllers/actions.summerwind.net/metrics/metrics.go
diff --git a/controllers/metrics/runnerdeployment.go b/controllers/actions.summerwind.net/metrics/runnerdeployment.go
similarity index 89%
rename from controllers/metrics/runnerdeployment.go
rename to controllers/actions.summerwind.net/metrics/runnerdeployment.go
index 6837b698..fdf87cbe 100644
--- a/controllers/metrics/runnerdeployment.go
+++ b/controllers/actions.summerwind.net/metrics/runnerdeployment.go
@@ -1,7 +1,7 @@
package metrics
import (
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/prometheus/client_golang/prometheus"
)
diff --git a/controllers/metrics/runnerset.go b/controllers/actions.summerwind.net/metrics/runnerset.go
similarity index 86%
rename from controllers/metrics/runnerset.go
rename to controllers/actions.summerwind.net/metrics/runnerset.go
index 39384559..fc229cc0 100644
--- a/controllers/metrics/runnerset.go
+++ b/controllers/actions.summerwind.net/metrics/runnerset.go
@@ -1,7 +1,7 @@
package metrics
import (
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/prometheus/client_golang/prometheus"
)
diff --git a/controllers/multi_githubclient.go b/controllers/actions.summerwind.net/multi_githubclient.go
similarity index 98%
rename from controllers/multi_githubclient.go
rename to controllers/actions.summerwind.net/multi_githubclient.go
index 6026dfc9..c3ec9b9e 100644
--- a/controllers/multi_githubclient.go
+++ b/controllers/actions.summerwind.net/multi_githubclient.go
@@ -9,8 +9,8 @@ import (
"strconv"
"sync"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/github"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/client"
diff --git a/controllers/new_runner_pod_test.go b/controllers/actions.summerwind.net/new_runner_pod_test.go
similarity index 99%
rename from controllers/new_runner_pod_test.go
rename to controllers/actions.summerwind.net/new_runner_pod_test.go
index 54fd75ad..03914b0e 100644
--- a/controllers/new_runner_pod_test.go
+++ b/controllers/actions.summerwind.net/new_runner_pod_test.go
@@ -3,8 +3,8 @@ package controllers
import (
"testing"
- arcv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ arcv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/github"
"github.com/stretchr/testify/require"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
diff --git a/controllers/persistent_volume_claim_controller.go b/controllers/actions.summerwind.net/persistent_volume_claim_controller.go
similarity index 100%
rename from controllers/persistent_volume_claim_controller.go
rename to controllers/actions.summerwind.net/persistent_volume_claim_controller.go
diff --git a/controllers/persistent_volume_controller.go b/controllers/actions.summerwind.net/persistent_volume_controller.go
similarity index 100%
rename from controllers/persistent_volume_controller.go
rename to controllers/actions.summerwind.net/persistent_volume_controller.go
diff --git a/controllers/pod_runner_token_injector.go b/controllers/actions.summerwind.net/pod_runner_token_injector.go
similarity index 100%
rename from controllers/pod_runner_token_injector.go
rename to controllers/actions.summerwind.net/pod_runner_token_injector.go
diff --git a/controllers/runner_controller.go b/controllers/actions.summerwind.net/runner_controller.go
similarity index 98%
rename from controllers/runner_controller.go
rename to controllers/actions.summerwind.net/runner_controller.go
index bd58c441..a3e0af85 100644
--- a/controllers/runner_controller.go
+++ b/controllers/actions.summerwind.net/runner_controller.go
@@ -25,7 +25,7 @@ import (
"strings"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/hash"
+ "github.com/actions/actions-runner-controller/hash"
"github.com/go-logr/logr"
kerrors "k8s.io/apimachinery/pkg/api/errors"
@@ -39,7 +39,7 @@ import (
rbacv1 "k8s.io/api/rbac/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
)
const (
@@ -498,7 +498,7 @@ func (r *RunnerReconciler) newPod(runner v1alpha1.Runner) (corev1.Pod, error) {
// A registered runner's session and the a registration token seem to have two different and independent
// lifecycles.
//
- // See https://github.com/actions-runner-controller/actions-runner-controller/issues/143 for more context.
+ // See https://github.com/actions/actions-runner-controller/issues/143 for more context.
labels[LabelKeyPodTemplateHash] = hash.FNVHashStringObjects(
filterLabels(runner.ObjectMeta.Labels, LabelKeyRunnerTemplateHash),
runner.ObjectMeta.Annotations,
@@ -1049,7 +1049,7 @@ func newRunnerPodWithContainerMode(containerMode string, template corev1.Pod, ru
}...)
// Determine the volume mounts assigned to the docker sidecar. In case extra mounts are included in the RunnerSpec, append them to the standard
- // set of mounts. See https://github.com/actions-runner-controller/actions-runner-controller/issues/435 for context.
+ // set of mounts. See https://github.com/actions/actions-runner-controller/issues/435 for context.
dockerVolumeMounts := []corev1.VolumeMount{
{
Name: runnerVolumeName,
@@ -1126,7 +1126,7 @@ func newRunnerPodWithContainerMode(containerMode string, template corev1.Pod, ru
//
// br-c5bf6c172bd7 is the interface that corresponds to the docker network created with docker-create-network.
// We have another ARC feature to inherit the host's MTU to the docker networks:
- // https://github.com/actions-runner-controller/actions-runner-controller/pull/1201
+ // https://github.com/actions/actions-runner-controller/pull/1201
//
// docker's MTU is updated to the specified MTU once any container is created.
// You can verity that by running a random container from within the runner or dockerd containers:
diff --git a/controllers/runner_graceful_stop.go b/controllers/actions.summerwind.net/runner_graceful_stop.go
similarity index 98%
rename from controllers/runner_graceful_stop.go
rename to controllers/actions.summerwind.net/runner_graceful_stop.go
index 554468c9..c761b435 100644
--- a/controllers/runner_graceful_stop.go
+++ b/controllers/actions.summerwind.net/runner_graceful_stop.go
@@ -7,7 +7,7 @@ import (
"strconv"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
"github.com/go-logr/logr"
gogithub "github.com/google/go-github/v47/github"
corev1 "k8s.io/api/core/v1"
@@ -173,7 +173,7 @@ func ensureRunnerUnregistration(ctx context.Context, retryDelay time.Duration, l
}
// Prevent runner pod from stucking in Terminating.
- // See https://github.com/actions-runner-controller/actions-runner-controller/issues/1369
+ // See https://github.com/actions/actions-runner-controller/issues/1369
log.Info("Deleting runner pod anyway because it has stopped prematurely. This may leave a dangling runner resource in GitHub Actions",
"lastState.exitCode", lts.ExitCode,
"lastState.message", lts.Message,
@@ -258,7 +258,7 @@ func ensureRunnerUnregistration(ctx context.Context, retryDelay time.Duration, l
log.V(2).Info("Retrying runner unregistration because the static runner is still busy")
// Otherwise we may end up spamming 422 errors,
// each call consuming GitHub API rate limit
- // https://github.com/actions-runner-controller/actions-runner-controller/pull/1167#issuecomment-1064213271
+ // https://github.com/actions/actions-runner-controller/pull/1167#issuecomment-1064213271
return &ctrl.Result{RequeueAfter: retryDelay}, nil
}
@@ -444,7 +444,7 @@ func unregisterRunner(ctx context.Context, client *github.Client, enterprise, or
// # NOTES
//
// - It can be "status=offline" at the same time but that's another story.
- // - After https://github.com/actions-runner-controller/actions-runner-controller/pull/1127, ListRunners responses that are used to
+ // - After https://github.com/actions/actions-runner-controller/pull/1127, ListRunners responses that are used to
// determine if the runner is busy can be more outdated than before, as those responeses are now cached for 60 seconds.
// - Note that 60 seconds is controlled by the Cache-Control response header provided by GitHub so we don't have a strict control on it but we assume it won't
// change from 60 seconds.
diff --git a/controllers/runner_pod.go b/controllers/actions.summerwind.net/runner_pod.go
similarity index 91%
rename from controllers/runner_pod.go
rename to controllers/actions.summerwind.net/runner_pod.go
index 349eb993..9bac0e18 100644
--- a/controllers/runner_pod.go
+++ b/controllers/actions.summerwind.net/runner_pod.go
@@ -3,7 +3,7 @@ package controllers
import corev1 "k8s.io/api/core/v1"
// Force the runner pod managed by either RunnerDeployment and RunnerSet to have restartPolicy=Never.
-// See https://github.com/actions-runner-controller/actions-runner-controller/issues/1369 for more context.
+// See https://github.com/actions/actions-runner-controller/issues/1369 for more context.
//
// This is to prevent runner pods from stucking in Terminating when a K8s node disappeared along with the runnr pod and the runner container within it.
//
diff --git a/controllers/runner_pod_controller.go b/controllers/actions.summerwind.net/runner_pod_controller.go
similarity index 99%
rename from controllers/runner_pod_controller.go
rename to controllers/actions.summerwind.net/runner_pod_controller.go
index 376144cb..d9ac27a0 100644
--- a/controllers/runner_pod_controller.go
+++ b/controllers/actions.summerwind.net/runner_pod_controller.go
@@ -32,7 +32,7 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
- arcv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ arcv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
corev1 "k8s.io/api/core/v1"
)
diff --git a/controllers/runner_pod_owner.go b/controllers/actions.summerwind.net/runner_pod_owner.go
similarity index 98%
rename from controllers/runner_pod_owner.go
rename to controllers/actions.summerwind.net/runner_pod_owner.go
index ebafe22b..51567a2d 100644
--- a/controllers/runner_pod_owner.go
+++ b/controllers/actions.summerwind.net/runner_pod_owner.go
@@ -6,7 +6,7 @@ import (
"sort"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/go-logr/logr"
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
@@ -179,7 +179,7 @@ func getPodsForOwner(ctx context.Context, c client.Client, log logr.Logger, o cl
"Runner failed to register itself to GitHub in timely manner. "+
"Recreating the pod to see if it resolves the issue. "+
"CAUTION: If you see this a lot, you should investigate the root cause. "+
- "See https://github.com/actions-runner-controller/actions-runner-controller/issues/288",
+ "See https://github.com/actions/actions-runner-controller/issues/288",
"creationTimestamp", pod.CreationTimestamp,
"readyTransitionTime", podConditionTransitionTime(&pod, corev1.PodReady, corev1.ConditionTrue),
"configuredRegistrationTimeout", registrationTimeout,
@@ -488,7 +488,7 @@ func collectPodsForOwners(ctx context.Context, c client.Client, log logr.Logger,
// lastSyncTime becomes non-nil only when there are one or more owner(s) hence there are same number of runner pods.
// It's used to prevent runnerset-controller from recreating "completed ephemeral runners".
// This is needed to prevent runners from being terminated prematurely.
- // See https://github.com/actions-runner-controller/actions-runner-controller/issues/911 for more context.
+ // See https://github.com/actions/actions-runner-controller/issues/911 for more context.
//
// This becomes nil when there are zero statefulset(s). That's fine because then there should be zero stateful(s) to be recreated either hence
// we don't need to guard with lastSyncTime.
diff --git a/controllers/runnerdeployment_controller.go b/controllers/actions.summerwind.net/runnerdeployment_controller.go
similarity index 97%
rename from controllers/runnerdeployment_controller.go
rename to controllers/actions.summerwind.net/runnerdeployment_controller.go
index aa3a160d..2af8eba4 100644
--- a/controllers/runnerdeployment_controller.go
+++ b/controllers/actions.summerwind.net/runnerdeployment_controller.go
@@ -37,8 +37,8 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/controllers/metrics"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/metrics"
)
const (
@@ -158,7 +158,7 @@ func (r *RunnerDeploymentReconciler) Reconcile(ctx context.Context, req ctrl.Req
// A selector update change doesn't trigger replicaset replacement,
// but we still need to update the existing replicaset with it.
// Otherwise selector-based runner query will never work on replicasets created before the controller v0.17.0
- // See https://github.com/actions-runner-controller/actions-runner-controller/pull/355#discussion_r585379259
+ // See https://github.com/actions/actions-runner-controller/pull/355#discussion_r585379259
if err := r.Client.Update(ctx, updateSet); err != nil {
log.Error(err, "Failed to update runnerreplicaset resource")
@@ -183,7 +183,7 @@ func (r *RunnerDeploymentReconciler) Reconcile(ctx context.Context, req ctrl.Req
// Please add more conditions that we can in-place update the newest runnerreplicaset without disruption
//
// If we missed taking the EffectiveTime diff into account, you might end up experiencing scale-ups being delayed scale-down.
- // See https://github.com/actions-runner-controller/actions-runner-controller/pull/1477#issuecomment-1164154496
+ // See https://github.com/actions/actions-runner-controller/pull/1477#issuecomment-1164154496
var et1, et2 time.Time
if newestSet.Spec.EffectiveTime != nil {
et1 = newestSet.Spec.EffectiveTime.Time
diff --git a/controllers/runnerdeployment_controller_test.go b/controllers/actions.summerwind.net/runnerdeployment_controller_test.go
similarity index 99%
rename from controllers/runnerdeployment_controller_test.go
rename to controllers/actions.summerwind.net/runnerdeployment_controller_test.go
index 7b0166fb..0ba29828 100644
--- a/controllers/runnerdeployment_controller_test.go
+++ b/controllers/actions.summerwind.net/runnerdeployment_controller_test.go
@@ -20,7 +20,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
)
func TestNewRunnerReplicaSet(t *testing.T) {
diff --git a/controllers/runnerreplicaset_controller.go b/controllers/actions.summerwind.net/runnerreplicaset_controller.go
similarity index 98%
rename from controllers/runnerreplicaset_controller.go
rename to controllers/actions.summerwind.net/runnerreplicaset_controller.go
index 5124aa78..089ca850 100644
--- a/controllers/runnerreplicaset_controller.go
+++ b/controllers/actions.summerwind.net/runnerreplicaset_controller.go
@@ -31,7 +31,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
)
// RunnerReplicaSetReconciler reconciles a Runner object
diff --git a/controllers/runnerreplicaset_controller_test.go b/controllers/actions.summerwind.net/runnerreplicaset_controller_test.go
similarity index 97%
rename from controllers/runnerreplicaset_controller_test.go
rename to controllers/actions.summerwind.net/runnerreplicaset_controller_test.go
index c5db0371..415b1258 100644
--- a/controllers/runnerreplicaset_controller_test.go
+++ b/controllers/actions.summerwind.net/runnerreplicaset_controller_test.go
@@ -16,8 +16,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/github/fake"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/github/fake"
)
var (
diff --git a/controllers/runnerset_controller.go b/controllers/actions.summerwind.net/runnerset_controller.go
similarity index 98%
rename from controllers/runnerset_controller.go
rename to controllers/actions.summerwind.net/runnerset_controller.go
index 794008b4..497aafec 100644
--- a/controllers/runnerset_controller.go
+++ b/controllers/actions.summerwind.net/runnerset_controller.go
@@ -31,8 +31,8 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/controllers/metrics"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/metrics"
"github.com/go-logr/logr"
)
diff --git a/controllers/schedule.go b/controllers/actions.summerwind.net/schedule.go
similarity index 100%
rename from controllers/schedule.go
rename to controllers/actions.summerwind.net/schedule.go
diff --git a/controllers/schedule_test.go b/controllers/actions.summerwind.net/schedule_test.go
similarity index 100%
rename from controllers/schedule_test.go
rename to controllers/actions.summerwind.net/schedule_test.go
diff --git a/controllers/suite_test.go b/controllers/actions.summerwind.net/suite_test.go
similarity index 94%
rename from controllers/suite_test.go
rename to controllers/actions.summerwind.net/suite_test.go
index d57d12bd..442f28d1 100644
--- a/controllers/suite_test.go
+++ b/controllers/actions.summerwind.net/suite_test.go
@@ -26,7 +26,7 @@ import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"k8s.io/client-go/kubernetes/scheme"
"k8s.io/client-go/rest"
"sigs.k8s.io/controller-runtime/pkg/client"
@@ -66,7 +66,7 @@ var _ = BeforeSuite(func(done Done) {
By("bootstrapping test environment")
testEnv = &envtest.Environment{
- CRDDirectoryPaths: []string{filepath.Join("..", "config", "crd", "bases")},
+ CRDDirectoryPaths: []string{filepath.Join("../..", "config", "crd", "bases")},
KubeAPIServerFlags: apiServerFlags,
}
diff --git a/controllers/sync_volumes.go b/controllers/actions.summerwind.net/sync_volumes.go
similarity index 98%
rename from controllers/sync_volumes.go
rename to controllers/actions.summerwind.net/sync_volumes.go
index 9419c27f..e95c2c18 100644
--- a/controllers/sync_volumes.go
+++ b/controllers/actions.summerwind.net/sync_volumes.go
@@ -5,7 +5,7 @@ import (
"fmt"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/go-logr/logr"
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
diff --git a/controllers/testdata/org_webhook_check_run_payload.json b/controllers/actions.summerwind.net/testdata/org_webhook_check_run_payload.json
similarity index 100%
rename from controllers/testdata/org_webhook_check_run_payload.json
rename to controllers/actions.summerwind.net/testdata/org_webhook_check_run_payload.json
diff --git a/controllers/testdata/org_webhook_workflow_job_payload.json b/controllers/actions.summerwind.net/testdata/org_webhook_workflow_job_payload.json
similarity index 100%
rename from controllers/testdata/org_webhook_workflow_job_payload.json
rename to controllers/actions.summerwind.net/testdata/org_webhook_workflow_job_payload.json
diff --git a/controllers/testdata/org_webhook_workflow_job_with_self_hosted_label_payload.json b/controllers/actions.summerwind.net/testdata/org_webhook_workflow_job_with_self_hosted_label_payload.json
similarity index 100%
rename from controllers/testdata/org_webhook_workflow_job_with_self_hosted_label_payload.json
rename to controllers/actions.summerwind.net/testdata/org_webhook_workflow_job_with_self_hosted_label_payload.json
diff --git a/controllers/testdata/repo_webhook_check_run_payload.json b/controllers/actions.summerwind.net/testdata/repo_webhook_check_run_payload.json
similarity index 100%
rename from controllers/testdata/repo_webhook_check_run_payload.json
rename to controllers/actions.summerwind.net/testdata/repo_webhook_check_run_payload.json
diff --git a/controllers/testresourcereader.go b/controllers/actions.summerwind.net/testresourcereader.go
similarity index 100%
rename from controllers/testresourcereader.go
rename to controllers/actions.summerwind.net/testresourcereader.go
diff --git a/controllers/testresourcereader_test.go b/controllers/actions.summerwind.net/testresourcereader_test.go
similarity index 100%
rename from controllers/testresourcereader_test.go
rename to controllers/actions.summerwind.net/testresourcereader_test.go
diff --git a/controllers/utils.go b/controllers/actions.summerwind.net/utils.go
similarity index 100%
rename from controllers/utils.go
rename to controllers/actions.summerwind.net/utils.go
diff --git a/controllers/utils_test.go b/controllers/actions.summerwind.net/utils_test.go
similarity index 97%
rename from controllers/utils_test.go
rename to controllers/actions.summerwind.net/utils_test.go
index 5fdb9aaf..0e54b4fc 100644
--- a/controllers/utils_test.go
+++ b/controllers/actions.summerwind.net/utils_test.go
@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
corev1 "k8s.io/api/core/v1"
)
diff --git a/docs/Actions-Runner-Controller-Overview.md b/docs/Actions-Runner-Controller-Overview.md
index 02a2daa1..563fd071 100644
--- a/docs/Actions-Runner-Controller-Overview.md
+++ b/docs/Actions-Runner-Controller-Overview.md
@@ -42,7 +42,7 @@ The helm command (in the QuickStart guide) installs the custom resources into th
```console
helm install -f custom-values.yaml --wait --namespace actions-runner-system \
--create-namespace actions-runner-controller \
- actions-runner-controller/actions-runner-controller
+ actions/actions-runner-controller
```
### Runner deployment
diff --git a/docs/detailed-docs.md b/docs/detailed-docs.md
index 6535cff4..020bc2de 100644
--- a/docs/detailed-docs.md
+++ b/docs/detailed-docs.md
@@ -53,7 +53,7 @@ ToC:
## People
-`actions-runner-controller` is an open-source project currently developed and maintained in collaboration with maintainers @mumoshu and @toast-gear, various [contributors](https://github.com/actions-runner-controller/actions-runner-controller/graphs/contributors), and the [awesome community](https://github.com/actions-runner-controller/actions-runner-controller/discussions), mostly in their spare time.
+`actions-runner-controller` is an open-source project currently developed and maintained in collaboration with maintainers @mumoshu and @toast-gear, various [contributors](https://github.com/actions/actions-runner-controller/graphs/contributors), and the [awesome community](https://github.com/actions/actions-runner-controller/discussions), mostly in their spare time.
If you think the project is awesome and it's becoming a basis for your important business, consider [sponsoring us](https://github.com/sponsors/actions-runner-controller)!
@@ -82,7 +82,7 @@ The documentation is kept inline with master@HEAD, we do our best to highlight a
## Getting Started
To give ARC a try with just a handful of commands, Please refer to [Quick start guide](/README.md#getting-started).
-For an overview of ARC, please refer to [ARC Overview](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/Actions-Runner-Controller-Overview.md)
+For an overview of ARC, please refer to [ARC Overview](https://github.com/actions/actions-runner-controller/blob/master/docs/Actions-Runner-Controller-Overview.md)
For more information, please refer to detailed documentation below!
@@ -99,7 +99,7 @@ After installing cert-manager, install the custom resource definitions and actio
```shell
# REPLACE "v0.25.2" with the version you wish to deploy
-kubectl create -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.25.2/actions-runner-controller.yaml
+kubectl create -f https://github.com/actions/actions-runner-controller/releases/download/v0.25.2/actions-runner-controller.yaml
```
**Helm Deployment:**
@@ -109,7 +109,7 @@ Configure your values.yaml, see the chart's [README](../charts/actions-runner-co
```shell
helm repo add actions-runner-controller https://actions-runner-controller.github.io/actions-runner-controller
helm upgrade --install --namespace actions-runner-system --create-namespace \
- --wait actions-runner-controller actions-runner-controller/actions-runner-controller
+ --wait actions-runner-controller actions/actions-runner-controller
```
### GitHub Enterprise Support
@@ -173,11 +173,11 @@ At this point you have a choice of configuring a webhook, a webhook is needed if
If you want to create a GitHub App for your account, open the following link to the creation page, enter any unique name in the "GitHub App name" field, and hit the "Create GitHub App" button at the bottom of the page.
-- [Create GitHub Apps on your account](https://github.com/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&actions=read)
+- [Create GitHub Apps on your account](https://github.com/settings/apps/new?url=http://github.com/actions/actions-runner-controller&webhook_active=false&public=false&administration=write&actions=read)
If you want to create a GitHub App for your organization, replace the `:org` part of the following URL with your organization name before opening it. Then enter any unique name in the "GitHub App name" field, and hit the "Create GitHub App" button at the bottom of the page to create a GitHub App.
-- [Create GitHub Apps on your organization](https://github.com/organizations/:org/settings/apps/new?url=http://github.com/actions-runner-controller/actions-runner-controller&webhook_active=false&public=false&administration=write&organization_self_hosted_runners=write&actions=read&checks=read)
+- [Create GitHub Apps on your organization](https://github.com/organizations/:org/settings/apps/new?url=http://github.com/actions/actions-runner-controller&webhook_active=false&public=false&administration=write&organization_self_hosted_runners=write&actions=read&checks=read)
You will see an *App ID* on the page of the GitHub App you created as follows, the value of this App ID will be used later.
@@ -259,7 +259,7 @@ Configure your values.yaml, see the chart's [README](../charts/actions-runner-co
### Deploying Multiple Controllers
-> This feature requires controller version => [v0.18.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.18.0)
+> This feature requires controller version => [v0.18.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.18.0)
**_Note: Be aware when using this feature that CRDs are cluster-wide and so you should upgrade all of your controllers (and your CRDs) at the same time if you are doing an upgrade. Do not mix and match CRD versions with different controller versions. Doing so risks out of control scaling._**
@@ -294,7 +294,7 @@ We go into details about the differences between the 2 later, initially lets loo
### Repository Runners
-To launch a single self-hosted runner, you need to create a manifest file that includes a `RunnerDeployment` resource as follows. This example launches a self-hosted runner with name *example-runnerdeploy* for the *actions-runner-controller/actions-runner-controller* repository.
+To launch a single self-hosted runner, you need to create a manifest file that includes a `RunnerDeployment` resource as follows. This example launches a self-hosted runner with name *example-runnerdeploy* for the *actions/actions-runner-controller* repository.
```yaml
# runnerdeployment.yaml
@@ -404,7 +404,7 @@ example-runnerdeploy2475ht2qbr mumoshu/actions-runner-controller-ci Running
### RunnerSets
-> This feature requires controller version => [v0.20.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.20.0)
+> This feature requires controller version => [v0.20.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.20.0)
We can also deploy sets of RunnerSets the same way, a basic `RunnerSet` would look like this:
@@ -473,7 +473,7 @@ spec:
# Usually, the runner container's privileged field is derived from dockerdWithinRunnerContainer.
# But in the case where you need to run privileged job steps even if you don't use docker/don't need dockerd within the runner container,
# just specified `privileged: true` like this.
- # See https://github.com/actions-runner-controller/actions-runner-controller/issues/1282
+ # See https://github.com/actions/actions-runner-controller/issues/1282
# Do note that specifying `privileged: false` while using dind is very likely to fail, even if you use some vm-based container runtimes
# like firecracker and kata. Basically they run containers within dedicated micro vms and so
# it's more like you can use `privileged: true` safer with those runtimes.
@@ -489,7 +489,7 @@ spec:
memory: "4Gi"
```
-You can also read the design and usage documentation written in the original pull request that introduced `RunnerSet` for more information [#629](https://github.com/actions-runner-controller/actions-runner-controller/pull/629).
+You can also read the design and usage documentation written in the original pull request that introduced `RunnerSet` for more information [#629](https://github.com/actions/actions-runner-controller/pull/629).
Under the hood, `RunnerSet` relies on Kubernetes's `StatefulSet` and Mutating Webhook. A `statefulset` is used to create a number of pods that has stable names and dynamically provisioned persistent volumes, so that each `statefulset-managed` pod gets the same persistent volume even after restarting. A mutating webhook is used to dynamically inject a runner's "registration token" which is used to call GitHub's "Create Runner" API.
@@ -509,11 +509,11 @@ Persistent runners are available as an option for some edge cases however they a
### Autoscaling
-> If you are using controller version < [v0.22.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.22.0) and you are not using GHES, and so you can't set your rate limit budget, it is recommended that you use 100 replicas or fewer to prevent being rate limited.
+> If you are using controller version < [v0.22.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.22.0) and you are not using GHES, and so you can't set your rate limit budget, it is recommended that you use 100 replicas or fewer to prevent being rate limited.
A `RunnerDeployment` or `RunnerSet` can scale the number of runners between `minReplicas` and `maxReplicas` fields driven by either pull based scaling metrics or via a webhook event. Whether the autoscaling is driven from a webhook event or pull based metrics it is implemented by backing a `RunnerDeployment` or `RunnerSet` kind with a `HorizontalRunnerAutoscaler` kind.
-**_Important!!! If you opt to configure autoscaling, ensure you remove the `replicas:` attribute in the `RunnerDeployment` / `RunnerSet` kinds that are configured for autoscaling [#206](https://github.com/actions-runner-controller/actions-runner-controller/issues/206#issuecomment-748601907)_**
+**_Important!!! If you opt to configure autoscaling, ensure you remove the `replicas:` attribute in the `RunnerDeployment` / `RunnerSet` kinds that are configured for autoscaling [#206](https://github.com/actions/actions-runner-controller/issues/206#issuecomment-748601907)_**
#### Anti-Flapping Configuration
@@ -638,10 +638,10 @@ spec:
The `HorizontalRunnerAutoscaler` will poll GitHub for the number of runners in the `busy` state which live in the RunnerDeployment's namespace, it will then scale depending on how you have configured the scale factors.
**Benefits of this metric**
-1. Supports named repositories server-side the same as the `TotalNumberOfQueuedAndInProgressWorkflowRuns` metric [#313](https://github.com/actions-runner-controller/actions-runner-controller/pull/313)
-2. Supports GitHub organization wide scaling without maintaining an explicit list of repositories, this is especially useful for those that are working at a larger scale. [#223](https://github.com/actions-runner-controller/actions-runner-controller/pull/223)
+1. Supports named repositories server-side the same as the `TotalNumberOfQueuedAndInProgressWorkflowRuns` metric [#313](https://github.com/actions/actions-runner-controller/pull/313)
+2. Supports GitHub organization wide scaling without maintaining an explicit list of repositories, this is especially useful for those that are working at a larger scale. [#223](https://github.com/actions/actions-runner-controller/pull/223)
3. Like all scaling metrics, you can manage workflow allocation to the RunnerDeployment through the use of [GitHub labels](#runner-labels)
-4. Supports scaling desired runner count on both a percentage increase / decrease basis as well as on a fixed increase / decrease count basis [#223](https://github.com/actions-runner-controller/actions-runner-controller/pull/223) [#315](https://github.com/actions-runner-controller/actions-runner-controller/pull/315)
+4. Supports scaling desired runner count on both a percentage increase / decrease basis as well as on a fixed increase / decrease count basis [#223](https://github.com/actions/actions-runner-controller/pull/223) [#315](https://github.com/actions/actions-runner-controller/pull/315)
**Drawbacks of this metric**
1. May not scale quickly enough for some users' needs. This metric is pull based and so the number of busy runners is polled as configured by the sync period, as a result scaling performance is bound by this sync period meaning there is a lag to scaling activity.
@@ -695,7 +695,7 @@ spec:
#### Webhook Driven Scaling
-> This feature requires controller version => [v0.20.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.20.0)
+> This feature requires controller version => [v0.20.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.20.0)
> To configure pull driven scaling see the [Pull Driven Scaling](#pull-driven-scaling) section
@@ -769,7 +769,7 @@ _[see the values documentation for all configuration options](../charts/actions-
```console
$ helm upgrade --install --namespace actions-runner-system --create-namespace \
- --wait actions-runner-controller actions-runner-controller/actions-runner-controller \
+ --wait actions-runner-controller actions/actions-runner-controller \
--set "githubWebhookServer.enabled=true,service.type=NodePort,githubWebhookServer.ports[0].nodePort=33080"
```
@@ -791,7 +791,7 @@ If you plan to expose ARC via Ingress, you might not be required to make it a `N
```console
$ helm upgrade --install --namespace actions-runner-system --create-namespace \
- --wait actions-runner-controller actions-runner-controller/actions-runner-controller \
+ --wait actions-runner-controller actions/actions-runner-controller \
--set "githubWebhookServer.enabled=true"
```
@@ -881,9 +881,9 @@ kind: Kustomization
resources:
# You should already have this
-- github.com/actions-runner-controller/actions-runner-controller/config//default?ref=v0.22.2
+- github.com/actions/actions-runner-controller/config//default?ref=v0.22.2
# Add the below!
-- github.com/actions-runner-controller/actions-runner-controller/config//github-webhook-server?ref=v0.22.2
+- github.com/actions/actions-runner-controller/config//github-webhook-server?ref=v0.22.2
Finally, you will have to configure an ingress so that you may configure the webhook in github. An example of such ingress can be find below:
@@ -908,7 +908,7 @@ spec:
#### Autoscaling to/from 0
-> This feature requires controller version => [v0.19.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.19.0)
+> This feature requires controller version => [v0.19.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.19.0)
The regular `RunnerDeployment` / `RunnerSet` `replicas:` attribute as well as the `HorizontalRunnerAutoscaler` `minReplicas:` attribute supports being set to 0.
@@ -926,7 +926,7 @@ Webhook-based autoscaling is the best option as it is relatively easy to configu
#### Scheduled Overrides
-> This feature requires controller version => [v0.19.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.19.0)
+> This feature requires controller version => [v0.19.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.19.0)
`Scheduled Overrides` allows you to configure `HorizontalRunnerAutoscaler` so that its `spec:` gets updated only during a certain period of time. This feature is usually used for the following scenarios:
@@ -1189,7 +1189,7 @@ spec:
name: docker-extra
# You can mount some of the shared volumes to the runner container using volumeMounts.
# NOTE: Do not try to mount the volume onto the runner workdir itself as it will not work. You could mount it however on a subdirectory in the runner workdir
- # Please see https://github.com/actions-runner-controller/actions-runner-controller/issues/630#issuecomment-862087323 for more information.
+ # Please see https://github.com/actions/actions-runner-controller/issues/630#issuecomment-862087323 for more information.
volumeMounts:
- mountPath: /home/runner/work/repo
name: repo
@@ -1203,7 +1203,7 @@ spec:
# The default limit is undefined.
# NOTE: You can make sure that nodes' resources are never exceeded by limiting used storage size per runner pod.
# You can even disable the runner mount completely by setting limit to zero if dockerdWithinRunnerContainer = true.
- # Please see https://github.com/actions-runner-controller/actions-runner-controller/pull/674 for more information.
+ # Please see https://github.com/actions/actions-runner-controller/pull/674 for more information.
volumeSizeLimit: 4Gi
# Optional name of the container runtime configuration that should be used for pods.
# This must match the name of a RuntimeClass resource available on the cluster.
@@ -1215,7 +1215,7 @@ spec:
# Usually, the runner container's privileged field is derived from dockerdWithinRunnerContainer.
# But in the case where you need to run privileged job steps even if you don't use docker/don't need dockerd within the runner container,
# just specified `privileged: true` like this.
- # See https://github.com/actions-runner-controller/actions-runner-controller/issues/1282
+ # See https://github.com/actions/actions-runner-controller/issues/1282
# Do note that specifying `privileged: false` while using dind is very likely to fail, even if you use some vm-based container runtimes
# like firecracker and kata. Basically they run containers within dedicated micro vms and so
# it's more like you can use `privileged: true` safer with those runtimes.
@@ -1375,7 +1375,7 @@ reused across runner pods to retain `/var/lib/docker`.
_Be sure to add the volume mount to the container that is supposed to run the docker daemon._
-_Be sure to trigger several workflow runs before checking if the cache is effective. ARC requires an `Available` PV to be reused for the new runner pod, and a PV becomes `Available` only after some time after the previous runner pod that was using the PV terminated. See [the related discussion](https://github.com/actions-runner-controller/actions-runner-controller/discussions/1605)._
+_Be sure to trigger several workflow runs before checking if the cache is effective. ARC requires an `Available` PV to be reused for the new runner pod, and a PV becomes `Available` only after some time after the previous runner pod that was using the PV terminated. See [the related discussion](https://github.com/actions/actions-runner-controller/discussions/1605)._
By default, ARC creates a sidecar container named `docker` within the runner pod for running the docker daemon. In that case,
it's where you need the volume mount so that the manifest looks like:
@@ -1412,7 +1412,7 @@ With `dockerdWithinRunnerContainer: true`, you need to add the volume mount to t
The module cache dir can be customized by setting `GOMOD_CACHE` so by setting it to somewhere under `$HOME/.cache`,
we can have a single PV to host both build and module cache, which might improve Go module downloading and building time.
-_Be sure to trigger several workflow runs before checking if the cache is effective. ARC requires an `Available` PV to be reused for the new runner pod, and a PV becomes `Available` only after some time after the previous runner pod that was using the PV terminated. See [the related discussion](https://github.com/actions-runner-controller/actions-runner-controller/discussions/1605)._
+_Be sure to trigger several workflow runs before checking if the cache is effective. ARC requires an `Available` PV to be reused for the new runner pod, and a PV becomes `Available` only after some time after the previous runner pod that was using the PV terminated. See [the related discussion](https://github.com/actions/actions-runner-controller/discussions/1605)._
```yaml
kind: RunnerSet
@@ -1508,7 +1508,7 @@ spec:
replicas: 1
template:
spec:
- repository: actions-runner-controller/actions-runner-controller
+ repository: actions/actions-runner-controller
labels:
- custom-runner
```
@@ -1589,7 +1589,7 @@ spec:
# Specify the duration to wait for the docker daemon to be available
# The default duration of 120 seconds is sometimes too short
# to reliably wait for the docker daemon to start
- # See https://github.com/actions-runner-controller/actions-runner-controller/issues/1804
+ # See https://github.com/actions/actions-runner-controller/issues/1804
- name: WAIT_FOR_DOCKER_SECONDS
value: 120
# Disables the wait for the docker daemon to be available check
@@ -1617,7 +1617,7 @@ spec:
image: summerwind/actions-runner-dind
env:
# Sets the respective default-address-pools fields within dockerd daemon.json
- # See https://github.com/actions-runner-controller/actions-runner-controller/pull/1971 for more information.
+ # See https://github.com/actions/actions-runner-controller/pull/1971 for more information.
# Also see https://github.com/docker/docs/issues/8663 for the default base/size values in dockerd.
- name: DOCKER_DEFAULT_ADDRESS_POOL_BASE
value: "172.17.0.0/12"
@@ -1627,7 +1627,7 @@ spec:
### Using IRSA (IAM Roles for Service Accounts) in EKS
-> This feature requires controller version => [v0.15.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.15.0)
+> This feature requires controller version => [v0.15.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.15.0)
Similar to regular pods and deployments, you firstly need an existing service account with the IAM role associated.
Create one using e.g. `eksctl`. You can refer to [the EKS documentation](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) for more details.
@@ -1690,7 +1690,7 @@ kind: RunnerDeployment
metadata:
name: custom-runner
spec:
- repository: actions-runner-controller/actions-runner-controller
+ repository: actions/actions-runner-controller
image: YOUR_CUSTOM_RUNNER_IMAGE
```
@@ -1722,7 +1722,7 @@ Set the Helm chart values as follows:
```shell
$ CA_BUNDLE=$(cat path/to/ca.pem | base64)
-$ helm upgrade --install actions-runner-controller/actions-runner-controller \
+$ helm upgrade --install actions/actions-runner-controller \
certManagerEnabled=false \
admissionWebHooks.caBundle=${CA_BUNDLE}
```
@@ -1732,7 +1732,7 @@ $ helm upgrade --install actions-runner-controller/actions-runner-controller \
Set the Helm chart values as follows:
```shell
-$ helm upgrade --install actions-runner-controller/actions-runner-controller \
+$ helm upgrade --install actions/actions-runner-controller \
certManagerEnabled=false
```
@@ -1790,7 +1790,7 @@ spec:
#### Dockerfile
> Note that you'd need to patch the below Dockerfile if you need a graceful termination.
-> See https://github.com/actions-runner-controller/actions-runner-controller/pull/1608/files#r917319574 for more information.
+> See https://github.com/actions/actions-runner-controller/pull/1608/files#r917319574 for more information.
```Dockerfile
FROM mcr.microsoft.com/windows/servercore:ltsc2019
@@ -1850,7 +1850,7 @@ After both `RunnerDeployment`'s are up and running, you can now proceed to deplo
### Multitenancy
-> This feature requires controller version => [v0.26.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.26.0)
+> This feature requires controller version => [v0.26.0](https://github.com/actions/actions-runner-controller/releases/tag/v0.26.0)
In a large enterprise, there might be many GitHub organizations that requires self-hosted runners. Previously, the only way to provide ARC-managed self-hosted runners in such environment was [Deploying Multiple Controllers](#deploying-multiple-controllers), which incurs overhead due to it requires one ARC installation per GitHub organization.
diff --git a/docs/releasenotes/0.22.md b/docs/releasenotes/0.22.md
index 700aacd4..f29465f4 100644
--- a/docs/releasenotes/0.22.md
+++ b/docs/releasenotes/0.22.md
@@ -23,7 +23,7 @@ In terms of reliability, the first thing to note is that it has a new scale down
Previously every runner pod can restart immediately after the completion, while at the same time ARC might mark the same runner pod for deletion due to scale down.
That resulted in various race conditions that terminated the runner prematurely while running a workflow job[^2].
-[^2]: See [this issue](https://github.com/actions-runner-controller/actions-runner-controller/issues/911) for more context.
+[^2]: See [this issue](https://github.com/actions/actions-runner-controller/issues/911) for more context.
And it's now fixed. The new scale down process ensures that the runner has been registered successfully and then de-registered from GitHub Actions, before starting the runner pod deletion process.
Any runner pod can't be terminated while being restarting or running a job now, which makes it impossible to be in the middle of running a workflow job when a runner pod is being terminated. No more race conditions.
@@ -34,9 +34,9 @@ It is also worth mentioning that the new scale down process makes less GitHub Ac
Two enhancements had been made on that.
-First, every runner managed by ARC now [uses `--ephemeral` by default](https://github.com/actions-runner-controller/actions-runner-controller/pull/1211).
+First, every runner managed by ARC now [uses `--ephemeral` by default](https://github.com/actions/actions-runner-controller/pull/1211).
-Second, we [removed unnecessary `RemoveRunner` API calls](https://github.com/actions-runner-controller/actions-runner-controller/pull/1204) when it's an ephemeral runner that has already completed running.
+Second, we [removed unnecessary `RemoveRunner` API calls](https://github.com/actions/actions-runner-controller/pull/1204) when it's an ephemeral runner that has already completed running.
[GitHub designed ephemeral runners to be automatically unregistered from GitHub Actions after running their first workflow jobs](https://github.blog/changelog/2021-09-20-github-actions-ephemeral-self-hosted-runners-new-webhooks-for-auto-scaling). It is unnecessary to call `RemoveRunner` API when the ephemeral runner pod has already completed successfully. These two enhancements aligns with that fact and it results in ARC making less API calls.
diff --git a/docs/releasenotes/0.23.md b/docs/releasenotes/0.23.md
index 2e974199..44abd4e4 100644
--- a/docs/releasenotes/0.23.md
+++ b/docs/releasenotes/0.23.md
@@ -1,6 +1,6 @@
# actions-runner-controller v0.23.0
-All changes in this release can be found in the milestone https://github.com/actions-runner-controller/actions-runner-controller/milestone/3
+All changes in this release can be found in the milestone https://github.com/actions/actions-runner-controller/milestone/3
This log documents breaking and major enhancements
## BREAKING CHANGE : Workflow job webhooks require an explicit field set
diff --git a/docs/releasenotes/0.24.md b/docs/releasenotes/0.24.md
index 34a705a6..738edf08 100644
--- a/docs/releasenotes/0.24.md
+++ b/docs/releasenotes/0.24.md
@@ -1,6 +1,6 @@
# actions-runner-controller v0.24.0
-All changes in this release can be found in the milestone https://github.com/actions-runner-controller/actions-runner-controller/milestone/4
+All changes in this release can be found in the milestone https://github.com/actions/actions-runner-controller/milestone/4
This log documents breaking and major enhancements
@@ -32,7 +32,7 @@ Relevant PR(s): #1395, #1420
This is a frequently asked feature that alows you to force `privileged: true` in case you don't need docker but still need privileged tasks to be run in a job step.
-In combination with a container runtime like `sysbox` this should enable you to run docker builds within the dind sidecar, all without privileges. See [the discussion related to Sysbox](https://github.com/actions-runner-controller/actions-runner-controller/discussions/977) for more information.
+In combination with a container runtime like `sysbox` this should enable you to run docker builds within the dind sidecar, all without privileges. See [the discussion related to Sysbox](https://github.com/actions/actions-runner-controller/discussions/977) for more information.
Note that we ARC maintainers still have no bandwidth to provide a complete description on how to make ARC work with `sysbox` yet, but almost certainly we'd welcome contributions to the documentation if you managed to make it work.
@@ -42,7 +42,7 @@ Relevant PR(s): #1383
This enhancement makes it more practical to use RunnerSet in combination with `volumeClaimTemplates` to make your workflow jobs faster.
-Please see our updated ["Custom Volume Mounts" section in the documentation](https://github.com/actions-runner-controller/actions-runner-controller#custom-volume-mounts) for more information. Currently, we cover caching Docker image layers, go mod/build, and PV-backed runner work directory(Although this one is backed by another feature unrelated to this enhancement under the hood).
+Please see our updated ["Custom Volume Mounts" section in the documentation](https://github.com/actions/actions-runner-controller#custom-volume-mounts) for more information. Currently, we cover caching Docker image layers, go mod/build, and PV-backed runner work directory(Although this one is backed by another feature unrelated to this enhancement under the hood).
Relevant PR(s): #1340
diff --git a/docs/releasenotes/0.25.md b/docs/releasenotes/0.25.md
index c230af4d..be1499c1 100644
--- a/docs/releasenotes/0.25.md
+++ b/docs/releasenotes/0.25.md
@@ -1,8 +1,8 @@
# actions-runner-controller v0.25.0
-All planned changes in this release can be found in the milestone https://github.com/actions-runner-controller/actions-runner-controller/milestone/8.
+All planned changes in this release can be found in the milestone https://github.com/actions/actions-runner-controller/milestone/8.
-Also see https://github.com/actions-runner-controller/actions-runner-controller/compare/v0.24.1...v0.25.0 for full changelog.
+Also see https://github.com/actions/actions-runner-controller/compare/v0.24.1...v0.25.0 for full changelog.
This log documents breaking changes and major enhancements
@@ -12,7 +12,7 @@ In case you're using our Helm chart to deploy ARC, use the chart 0.20.0 or great
## BREAKING CHANGE : Support for `--once` has been dropped
-In case you're still on ARC v0.23.0 or earlier, please also read [the relevant part of v0.24.0 release note for more information](https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/releasenotes/0.24.md#breaking-change--support-for---once-is-being-dropped).
+In case you're still on ARC v0.23.0 or earlier, please also read [the relevant part of v0.24.0 release note for more information](https://github.com/actions/actions-runner-controller/blob/master/docs/releasenotes/0.24.md#breaking-change--support-for---once-is-being-dropped).
Relevant PR(s): #1580, #1590
@@ -22,7 +22,7 @@ The GitHub Actions team has recently added `actions/runner` an ability to use [r
To use the new container mode, you set `.spec.template.spec.containerMode` in `RunnerDeployment` to `"kubernetes"`, while defining `.spec.template.spec.workVolumeClaimTemplate`. The volume claim template is used for provisioning and assigning persistent volumes mounted across the runner pod and the job pods for sharing the job workspace.
-Before using this feature, we highly recommend you to read [the detailed explanation in the original pull request](https://github.com/actions-runner-controller/actions-runner-controller/pull/1546), and [the new section in ARC's documentation](https://github.com/actions-runner-controller/actions-runner-controller#runner-with-k8s-jobs).
+Before using this feature, we highly recommend you to read [the detailed explanation in the original pull request](https://github.com/actions/actions-runner-controller/pull/1546), and [the new section in ARC's documentation](https://github.com/actions/actions-runner-controller#runner-with-k8s-jobs).
Big kudos to @thboop and the GitHub Actions team for implementing and contributing this feature!
diff --git a/docs/releasenotes/0.26.md b/docs/releasenotes/0.26.md
index 3e50d692..d9904636 100644
--- a/docs/releasenotes/0.26.md
+++ b/docs/releasenotes/0.26.md
@@ -1,8 +1,8 @@
# actions-runner-controller v0.26.0
-All planned changes in this release can be found in the milestone https://github.com/actions-runner-controller/actions-runner-controller/milestone/9.
+All planned changes in this release can be found in the milestone https://github.com/actions/actions-runner-controller/milestone/9.
-Also see https://github.com/actions-runner-controller/actions-runner-controller/compare/v0.24.2...v0.26.0 for full changelog.
+Also see https://github.com/actions/actions-runner-controller/compare/v0.24.2...v0.26.0 for full changelog.
This log documents breaking changes and major enhancements
@@ -18,11 +18,11 @@ Relevant PR(s): #158
## ENHANCEMENT : Rootless DinD runners
-An awesome GitHub staff added the support for rootless DinD powered runners. Compared to the standard DinD, a rootless DinD gives you an additional layer of security without losing the ability to invoke Docker containers and dokcer builds from within your workflow jobs. [If you aren't using the Kubernetes container mode](https://github.com/actions-runner-controller/actions-runner-controller#runner-with-k8s-jobs), you should be using this new rootless DinD.
+An awesome GitHub staff added the support for rootless DinD powered runners. Compared to the standard DinD, a rootless DinD gives you an additional layer of security without losing the ability to invoke Docker containers and dokcer builds from within your workflow jobs. [If you aren't using the Kubernetes container mode](https://github.com/actions/actions-runner-controller#runner-with-k8s-jobs), you should be using this new rootless DinD.
Rootless DinD is the recent enhancement to Docker that basically allows you to run the Docker daemon and therefore Docker containers without the reliance on the `root` user. In the context of DinD(Docker-in-Docker) and ARC, this rootless DinD runner still requires a privileged container to function at all. But, the Linux user that runs the Docker daemon and the `actions/runner` agent can now be non-root, which is considered more secure than running DinD within a privileged container, as a random worfklow job is no longer able to run privileged operations.
-Before using this feature, we highly recommend you to read [the detailed explanation in the original pull request](https://github.com/actions-runner-controller/actions-runner-controller/pull/1644) and [the new section in ARC's documentation](https://github.com/actions-runner-controller/actions-runner-controller#runner-with-rootless-dind).
+Before using this feature, we highly recommend you to read [the detailed explanation in the original pull request](https://github.com/actions/actions-runner-controller/pull/1644) and [the new section in ARC's documentation](https://github.com/actions/actions-runner-controller#runner-with-rootless-dind).
Big kudos to @some-natalie for implementing and contributing this feature!
@@ -82,9 +82,9 @@ We had a long-living feature request about reducing the number of ARC instances
Previously you had to set up and manage an ARC instance per enterprise or in many cases per organization, because ARC was able to handle only one set of GitHub API credentials(PAT or GitHub App). The new multitenancy supports breaks this limitation by introducing the new `githubAPICredentialsFrom` field to the runner spec. You create a Kubernetes secret containing a GitHub API credentials and specify the secret name in `githubAPICredentialsFrom`, so that ARC picks it up and use it at the reconcilation time.
-We've written a detailed guide about this feature in the ["Multitenancy" section of the README](https://github.com/actions-runner-controller/actions-runner-controller#multitenancy). Please read it and give it a try!
+We've written a detailed guide about this feature in the ["Multitenancy" section of the README](https://github.com/actions/actions-runner-controller#multitenancy). Please read it and give it a try!
-Lastly, this feature was stabilized by many early testers from the community. Big thanks and kudos to everyone who participated in testing, especially @Jalmeida1994 and @bm1216 for not only finding bugs but also contributing fixes ([#1725](https://github.com/actions-runner-controller/actions-runner-controller/pull/1725) and [#1781](https://github.com/actions-runner-controller/actions-runner-controller/pull/1781)!
+Lastly, this feature was stabilized by many early testers from the community. Big thanks and kudos to everyone who participated in testing, especially @Jalmeida1994 and @bm1216 for not only finding bugs but also contributing fixes ([#1725](https://github.com/actions/actions-runner-controller/pull/1725) and [#1781](https://github.com/actions/actions-runner-controller/pull/1781)!
Relevant PR(s): #1268
diff --git a/github/fake/runners.go b/github/fake/runners.go
index c4cdaee1..094a5606 100644
--- a/github/fake/runners.go
+++ b/github/fake/runners.go
@@ -6,7 +6,7 @@ import (
"net/http/httptest"
"strconv"
- "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
+ "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
"github.com/google/go-github/v47/github"
"github.com/gorilla/mux"
diff --git a/github/github.go b/github/github.go
index da61564e..3d7251e4 100644
--- a/github/github.go
+++ b/github/github.go
@@ -10,9 +10,9 @@ import (
"sync"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/build"
- "github.com/actions-runner-controller/actions-runner-controller/github/metrics"
- "github.com/actions-runner-controller/actions-runner-controller/logging"
+ "github.com/actions/actions-runner-controller/build"
+ "github.com/actions/actions-runner-controller/github/metrics"
+ "github.com/actions/actions-runner-controller/logging"
"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/go-logr/logr"
"github.com/google/go-github/v47/github"
@@ -166,7 +166,7 @@ func (c *Client) GetRegistrationToken(ctx context.Context, enterprise, org, repo
// https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests
//
// This is currently set to 30 minutes as the result of the discussion took place at the following issue:
- // https://github.com/actions-runner-controller/actions-runner-controller/issues/1295
+ // https://github.com/actions/actions-runner-controller/issues/1295
runnerStartupTimeout := 30 * time.Minute
if ok && rt.GetExpiresAt().After(time.Now().Add(runnerStartupTimeout)) {
diff --git a/github/github_test.go b/github/github_test.go
index dd4c0df7..8fa22164 100644
--- a/github/github_test.go
+++ b/github/github_test.go
@@ -7,7 +7,7 @@ import (
"testing"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/github/fake"
+ "github.com/actions/actions-runner-controller/github/fake"
"github.com/google/go-github/v47/github"
)
diff --git a/go.mod b/go.mod
index 33600ce6..06d0a8d7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/actions-runner-controller/actions-runner-controller
+module github.com/actions/actions-runner-controller
go 1.19
diff --git a/hack/signrel/README.md b/hack/signrel/README.md
index abf08f8e..b0cea38e 100644
--- a/hack/signrel/README.md
+++ b/hack/signrel/README.md
@@ -12,10 +12,10 @@ With `gpg`, you would usually do that by downloading both the asset and the sign
```console
# Download the asset
-curl -LO https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.23.0/actions-runner-controller.yaml
+curl -LO https://github.com/actions/actions-runner-controller/releases/download/v0.23.0/actions-runner-controller.yaml
# Download the signature file
-curl -LO https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.23.0/actions-runner-controller.yaml.asc
+curl -LO https://github.com/actions/actions-runner-controller/releases/download/v0.23.0/actions-runner-controller.yaml.asc
# Verify
gpg --verify actions-runner-controller.yaml{.asc,}
diff --git a/hack/signrel/go.mod b/hack/signrel/go.mod
index a36951b0..f604be1f 100644
--- a/hack/signrel/go.mod
+++ b/hack/signrel/go.mod
@@ -1,3 +1,3 @@
-module github.com/actions-runner-controller/actions-runner-controller/hack/sigrel
+module github.com/actions/actions-runner-controller/hack/sigrel
go 1.19
diff --git a/main.go b/main.go
index 45394edf..3260768f 100644
--- a/main.go
+++ b/main.go
@@ -23,11 +23,11 @@ import (
"strings"
"time"
- actionsv1alpha1 "github.com/actions-runner-controller/actions-runner-controller/api/v1alpha1"
- "github.com/actions-runner-controller/actions-runner-controller/build"
- "github.com/actions-runner-controller/actions-runner-controller/controllers"
- "github.com/actions-runner-controller/actions-runner-controller/github"
- "github.com/actions-runner-controller/actions-runner-controller/logging"
+ actionsv1alpha1 "github.com/actions/actions-runner-controller/apis/actions.summerwind.net/v1alpha1"
+ "github.com/actions/actions-runner-controller/build"
+ actionssummerwindnet "github.com/actions/actions-runner-controller/controllers/actions.summerwind.net"
+ "github.com/actions/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/logging"
"github.com/kelseyhightower/envconfig"
"k8s.io/apimachinery/pkg/runtime"
@@ -114,10 +114,10 @@ func main() {
flag.StringVar(&c.BasicauthPassword, "github-basicauth-password", c.BasicauthPassword, "Password for GitHub basic auth to use instead of PAT or GitHub APP in case it's running behind a proxy API")
flag.StringVar(&c.RunnerGitHubURL, "runner-github-url", c.RunnerGitHubURL, "GitHub URL to be used by runners during registration")
flag.BoolVar(&runnerStatusUpdateHook, "runner-status-update-hook", false, "Use custom RBAC for runners (role, role binding and service account).")
- flag.DurationVar(&defaultScaleDownDelay, "default-scale-down-delay", controllers.DefaultScaleDownDelay, "The approximate delay for a scale down followed by a scale up, used to prevent flapping (down->up->down->... loop)")
+ flag.DurationVar(&defaultScaleDownDelay, "default-scale-down-delay", actionssummerwindnet.DefaultScaleDownDelay, "The approximate delay for a scale down followed by a scale up, used to prevent flapping (down->up->down->... loop)")
flag.IntVar(&port, "port", 9443, "The port to which the admission webhook endpoint should bind")
flag.DurationVar(&syncPeriod, "sync-period", 1*time.Minute, "Determines the minimum frequency at which K8s resources managed by this controller are reconciled.")
- flag.Var(&commonRunnerLabels, "common-runner-labels", "Runner labels in the K1=V1,K2=V2,... format that are inherited all the runners created by the controller. See https://github.com/actions-runner-controller/actions-runner-controller/issues/321 for more information")
+ flag.Var(&commonRunnerLabels, "common-runner-labels", "Runner labels in the K1=V1,K2=V2,... format that are inherited all the runners created by the controller. See https://github.com/actions/actions-runner-controller/issues/321 for more information")
flag.StringVar(&namespace, "watch-namespace", "", "The namespace to watch for custom resources. Set to empty for letting it watch for all namespaces.")
flag.StringVar(&logLevel, "log-level", logging.LogLevelDebug, `The verbosity of the logging. Valid values are "debug", "info", "warn", "error". Defaults to "debug".`)
flag.StringVar(&logFormat, "log-format", "text", `The log format. Valid options are "text" and "json". Defaults to "text"`)
@@ -153,12 +153,12 @@ func main() {
os.Exit(1)
}
- multiClient := controllers.NewMultiGitHubClient(
+ multiClient := actionssummerwindnet.NewMultiGitHubClient(
mgr.GetClient(),
ghClient,
)
- runnerReconciler := &controllers.RunnerReconciler{
+ runnerReconciler := &actionssummerwindnet.RunnerReconciler{
Client: mgr.GetClient(),
Log: log.WithName("runner"),
Scheme: mgr.GetScheme(),
@@ -176,7 +176,7 @@ func main() {
os.Exit(1)
}
- runnerReplicaSetReconciler := &controllers.RunnerReplicaSetReconciler{
+ runnerReplicaSetReconciler := &actionssummerwindnet.RunnerReplicaSetReconciler{
Client: mgr.GetClient(),
Log: log.WithName("runnerreplicaset"),
Scheme: mgr.GetScheme(),
@@ -187,7 +187,7 @@ func main() {
os.Exit(1)
}
- runnerDeploymentReconciler := &controllers.RunnerDeploymentReconciler{
+ runnerDeploymentReconciler := &actionssummerwindnet.RunnerDeploymentReconciler{
Client: mgr.GetClient(),
Log: log.WithName("runnerdeployment"),
Scheme: mgr.GetScheme(),
@@ -199,7 +199,7 @@ func main() {
os.Exit(1)
}
- runnerSetReconciler := &controllers.RunnerSetReconciler{
+ runnerSetReconciler := &actionssummerwindnet.RunnerSetReconciler{
Client: mgr.GetClient(),
Log: log.WithName("runnerset"),
Scheme: mgr.GetScheme(),
@@ -231,7 +231,7 @@ func main() {
"watch-namespace", namespace,
)
- horizontalRunnerAutoscaler := &controllers.HorizontalRunnerAutoscalerReconciler{
+ horizontalRunnerAutoscaler := &actionssummerwindnet.HorizontalRunnerAutoscalerReconciler{
Client: mgr.GetClient(),
Log: log.WithName("horizontalrunnerautoscaler"),
Scheme: mgr.GetScheme(),
@@ -239,20 +239,20 @@ func main() {
DefaultScaleDownDelay: defaultScaleDownDelay,
}
- runnerPodReconciler := &controllers.RunnerPodReconciler{
+ runnerPodReconciler := &actionssummerwindnet.RunnerPodReconciler{
Client: mgr.GetClient(),
Log: log.WithName("runnerpod"),
Scheme: mgr.GetScheme(),
GitHubClient: multiClient,
}
- runnerPersistentVolumeReconciler := &controllers.RunnerPersistentVolumeReconciler{
+ runnerPersistentVolumeReconciler := &actionssummerwindnet.RunnerPersistentVolumeReconciler{
Client: mgr.GetClient(),
Log: log.WithName("runnerpersistentvolume"),
Scheme: mgr.GetScheme(),
}
- runnerPersistentVolumeClaimReconciler := &controllers.RunnerPersistentVolumeClaimReconciler{
+ runnerPersistentVolumeClaimReconciler := &actionssummerwindnet.RunnerPersistentVolumeClaimReconciler{
Client: mgr.GetClient(),
Log: log.WithName("runnerpersistentvolumeclaim"),
Scheme: mgr.GetScheme(),
@@ -292,7 +292,7 @@ func main() {
}
// +kubebuilder:scaffold:builder
- injector := &controllers.PodRunnerTokenInjector{
+ injector := &actionssummerwindnet.PodRunnerTokenInjector{
Client: mgr.GetClient(),
GitHubClient: multiClient,
Log: ctrl.Log.WithName("webhook").WithName("PodRunnerTokenInjector"),
diff --git a/pkg/actionsmetrics/event_reader.go b/pkg/actionsmetrics/event_reader.go
index dcd6e841..5516e86b 100644
--- a/pkg/actionsmetrics/event_reader.go
+++ b/pkg/actionsmetrics/event_reader.go
@@ -13,7 +13,7 @@ import (
gogithub "github.com/google/go-github/v47/github"
"github.com/prometheus/client_golang/prometheus"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
)
type EventReader struct {
diff --git a/pkg/actionsmetrics/webhookserver.go b/pkg/actionsmetrics/webhookserver.go
index 3291a910..1fa30689 100644
--- a/pkg/actionsmetrics/webhookserver.go
+++ b/pkg/actionsmetrics/webhookserver.go
@@ -28,7 +28,7 @@ import (
gogithub "github.com/google/go-github/v47/github"
ctrl "sigs.k8s.io/controller-runtime"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
)
type EventHook func(interface{})
diff --git a/pkg/githubwebhookdeliveryforwarder/cmd/main.go b/pkg/githubwebhookdeliveryforwarder/cmd/main.go
index fbb0c9c7..fae68080 100644
--- a/pkg/githubwebhookdeliveryforwarder/cmd/main.go
+++ b/pkg/githubwebhookdeliveryforwarder/cmd/main.go
@@ -11,8 +11,8 @@ import (
"sync"
"syscall"
- "github.com/actions-runner-controller/actions-runner-controller/github"
- "github.com/actions-runner-controller/actions-runner-controller/pkg/githubwebhookdeliveryforwarder"
+ "github.com/actions/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/pkg/githubwebhookdeliveryforwarder"
"github.com/kelseyhightower/envconfig"
)
diff --git a/pkg/githubwebhookdeliveryforwarder/githubwebhookdelivery.go b/pkg/githubwebhookdeliveryforwarder/githubwebhookdelivery.go
index f7130ca4..3b77bcdd 100644
--- a/pkg/githubwebhookdeliveryforwarder/githubwebhookdelivery.go
+++ b/pkg/githubwebhookdeliveryforwarder/githubwebhookdelivery.go
@@ -10,7 +10,7 @@ import (
"strings"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
gogithub "github.com/google/go-github/v47/github"
)
diff --git a/pkg/hookdeliveryforwarder/README.md b/pkg/hookdeliveryforwarder/README.md
index a6414449..000dfce5 100644
--- a/pkg/hookdeliveryforwarder/README.md
+++ b/pkg/hookdeliveryforwarder/README.md
@@ -5,4 +5,4 @@ To use this, you need to write some Kubernetes manifest and a container image fo
For other information, please see the original pull request introduced it.
-https://github.com/actions-runner-controller/actions-runner-controller/pull/682
+https://github.com/actions/actions-runner-controller/pull/682
diff --git a/pkg/hookdeliveryforwarder/cmd/main.go b/pkg/hookdeliveryforwarder/cmd/main.go
index 03bb2d36..b39f89aa 100644
--- a/pkg/hookdeliveryforwarder/cmd/main.go
+++ b/pkg/hookdeliveryforwarder/cmd/main.go
@@ -5,8 +5,8 @@ import (
"fmt"
"os"
- "github.com/actions-runner-controller/actions-runner-controller/pkg/hookdeliveryforwarder"
- "github.com/actions-runner-controller/actions-runner-controller/pkg/hookdeliveryforwarder/configmap"
+ "github.com/actions/actions-runner-controller/pkg/hookdeliveryforwarder"
+ "github.com/actions/actions-runner-controller/pkg/hookdeliveryforwarder/configmap"
"github.com/go-logr/logr"
zaplib "go.uber.org/zap"
diff --git a/pkg/hookdeliveryforwarder/config.go b/pkg/hookdeliveryforwarder/config.go
index 57de67a7..d34134d8 100644
--- a/pkg/hookdeliveryforwarder/config.go
+++ b/pkg/hookdeliveryforwarder/config.go
@@ -9,7 +9,7 @@ import (
"os"
"sync"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
"github.com/kelseyhightower/envconfig"
)
diff --git a/pkg/hookdeliveryforwarder/configmap/checkpointer.go b/pkg/hookdeliveryforwarder/configmap/checkpointer.go
index 78037dd3..9467fb5b 100644
--- a/pkg/hookdeliveryforwarder/configmap/checkpointer.go
+++ b/pkg/hookdeliveryforwarder/configmap/checkpointer.go
@@ -9,7 +9,7 @@ import (
corev1 "k8s.io/api/core/v1"
kerrors "k8s.io/apimachinery/pkg/api/errors"
- "github.com/actions-runner-controller/actions-runner-controller/pkg/hookdeliveryforwarder"
+ "github.com/actions/actions-runner-controller/pkg/hookdeliveryforwarder"
"k8s.io/apimachinery/pkg/types"
"sigs.k8s.io/controller-runtime/pkg/client"
)
diff --git a/pkg/hookdeliveryforwarder/forwarder.go b/pkg/hookdeliveryforwarder/forwarder.go
index 946a542e..3a2d946a 100644
--- a/pkg/hookdeliveryforwarder/forwarder.go
+++ b/pkg/hookdeliveryforwarder/forwarder.go
@@ -11,7 +11,7 @@ import (
"strings"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
gogithub "github.com/google/go-github/v47/github"
)
diff --git a/pkg/hookdeliveryforwarder/multiforwarder.go b/pkg/hookdeliveryforwarder/multiforwarder.go
index 52fab067..3f3e3a05 100644
--- a/pkg/hookdeliveryforwarder/multiforwarder.go
+++ b/pkg/hookdeliveryforwarder/multiforwarder.go
@@ -7,7 +7,7 @@ import (
"net/http"
"sync"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
gogithub "github.com/google/go-github/v47/github"
)
diff --git a/runner/startup.sh b/runner/startup.sh
index f04a1695..de60ff5f 100755
--- a/runner/startup.sh
+++ b/runner/startup.sh
@@ -54,7 +54,7 @@ if [ -z "${RUNNER_REPO}" ] && [ -n "${RUNNER_GROUP}" ];then
RUNNER_GROUPS=${RUNNER_GROUP}
fi
-# Hack due to https://github.com/actions-runner-controller/actions-runner-controller/issues/252#issuecomment-758338483
+# Hack due to https://github.com/actions/actions-runner-controller/issues/252#issuecomment-758338483
if [ ! -d "${RUNNER_HOME}" ]; then
log.error "$RUNNER_HOME should be an emptyDir mount. Please fix the pod spec."
exit 1
@@ -164,7 +164,7 @@ unset RUNNER_NAME RUNNER_REPO RUNNER_TOKEN STARTUP_DELAY_IN_SECONDS DISABLE_WAIT
# are meant to be set in every environment of every user. We emulate the PAM
# behavior by reading the environment variables without interpreting them.
#
-# https://github.com/actions-runner-controller/actions-runner-controller/issues/1135
+# https://github.com/actions/actions-runner-controller/issues/1135
# https://github.com/actions/runner/issues/1703
# /etc/environment may not exist when running unit tests depending on the platform being used
@@ -174,7 +174,7 @@ if [ -z "${UNITTEST:-}" ]; then
fi
log.notice "WARNING LATEST TAG HAS BEEN DEPRECATED. SEE GITHUB ISSUE FOR DETAILS:"
-log.notice "https://github.com/actions-runner-controller/actions-runner-controller/issues/2056"
+log.notice "https://github.com/actions/actions-runner-controller/issues/2056"
update-status "Idle"
exec env -- "${env[@]}" ./run.sh
diff --git a/simulator/runnergroup_visibility.go b/simulator/runnergroup_visibility.go
index 5a655f6a..4ff62f7e 100644
--- a/simulator/runnergroup_visibility.go
+++ b/simulator/runnergroup_visibility.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- "github.com/actions-runner-controller/actions-runner-controller/github"
+ "github.com/actions/actions-runner-controller/github"
"github.com/go-logr/logr"
)
diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go
index 3e750c25..d21f3614 100644
--- a/test/e2e/e2e_test.go
+++ b/test/e2e/e2e_test.go
@@ -11,7 +11,7 @@ import (
"strings"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/testing"
+ "github.com/actions/actions-runner-controller/testing"
"github.com/google/go-github/v47/github"
"github.com/onsi/gomega"
"github.com/stretchr/testify/require"
@@ -106,7 +106,7 @@ func TestE2E(t *testing.T) {
label: "stable",
controller: "summerwind/actions-runner-controller",
controllerVer: "v0.25.2",
- chart: "actions-runner-controller/actions-runner-controller",
+ chart: "actions/actions-runner-controller",
// 0.20.2 accidentally added support for runner-status-update which isn't supported by ARC 0.25.2.
// With some chart values, the controller end up with crashlooping with `flag provided but not defined: -runner-status-update-hook`.
chartVer: "0.20.1",
diff --git a/testing/bash.go b/testing/bash.go
index 502b65e8..696df35a 100644
--- a/testing/bash.go
+++ b/testing/bash.go
@@ -6,7 +6,7 @@ import (
"os/exec"
"path/filepath"
- "github.com/actions-runner-controller/actions-runner-controller/testing/runtime"
+ "github.com/actions/actions-runner-controller/testing/runtime"
)
type ScriptConfig struct {
diff --git a/testing/docker.go b/testing/docker.go
index 699618b2..c3a936e4 100644
--- a/testing/docker.go
+++ b/testing/docker.go
@@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"
- "github.com/actions-runner-controller/actions-runner-controller/testing/runtime"
+ "github.com/actions/actions-runner-controller/testing/runtime"
)
type Docker struct {
diff --git a/testing/git.go b/testing/git.go
index dc02810f..d6ff5b53 100644
--- a/testing/git.go
+++ b/testing/git.go
@@ -8,7 +8,7 @@ import (
"os/exec"
"path/filepath"
- "github.com/actions-runner-controller/actions-runner-controller/testing/runtime"
+ "github.com/actions/actions-runner-controller/testing/runtime"
)
type GitRepo struct {
diff --git a/testing/kubectl.go b/testing/kubectl.go
index 1baf5b6a..09785b17 100644
--- a/testing/kubectl.go
+++ b/testing/kubectl.go
@@ -9,7 +9,7 @@ import (
"strings"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/testing/runtime"
+ "github.com/actions/actions-runner-controller/testing/runtime"
)
type Kubectl struct {
diff --git a/testing/testing.go b/testing/testing.go
index c26a3f1d..0f76ca58 100644
--- a/testing/testing.go
+++ b/testing/testing.go
@@ -10,7 +10,7 @@ import (
"testing"
"time"
- "github.com/actions-runner-controller/actions-runner-controller/testing/runtime"
+ "github.com/actions/actions-runner-controller/testing/runtime"
)
type T = testing.T