Skip to content

Commit

Permalink
add OSS acknowledgements for runner-init/GOAT (#9138)
Browse files Browse the repository at this point in the history
* add OSS acknowledgements for runner-init/GOAT

* formatting

* Update jekyll/_cci2/open-source.adoc

* add self hosted runner declarations

* Update jekyll/_cci2/open-source.adoc

Co-authored-by: Rosie Yohannan <rosie@circleci.com>

---------

Co-authored-by: Rosie Yohannan <rosie@circleci.com>
  • Loading branch information
jrahme-cci and rosieyohannan authored Dec 20, 2024
1 parent 0bbea9c commit e2e2676
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
20 changes: 20 additions & 0 deletions jekyll/_cci2/circleci-runner.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Name,License
gopkg.in/yaml.v3,Apache-2.0 OR MIT
github.com/aws/aws-sdk-go,Apache-2.0
gotest.tools/v3,Apache-2.0
k8s.io/api,Apache-2.0
k8s.io/apimachinery,Apache-2.0
k8s.io/client-go,Apache-2.0
k8s.io/kubectl,Apache-2.0
k8s.io/utils,Apache-2.0
sigs.k8s.io/gateway-api,Apache-2.0
dario.cat/mergo,BSD-3-Clause
github.com/google/go-cmp,BSD-3-Clause
github.com/google/uuid,BSD-3-Clause
golang.org/x/sync,BSD-3-Clause
github.com/alecthomas/kong,MIT
github.com/cenkalti/backoff/v4,MIT
github.com/gin-gonic/gin,MIT
github.com/jellydator/ttlcache/v3,MIT
github.com/kr/pretty,MIT
gopkg.in/natefinch/lumberjack.v2,MIT
22 changes: 22 additions & 0 deletions jekyll/_cci2/open-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,25 @@ The following 3rd-party open source components are used in the CircleCI release
include::release-agent.csv[]
|===
--

[.tab.oss-ack.GOAT]
--
The following 3rd-party open source components are used in the CircleCI General Orchestration Agent (GOAT). GOAT is an agent used by self-hosted container runners for managing the container environment. For more information, see the xref:container-runner#[Container Runner docs].

[.table.table-striped]
[cols=2*, options="header", stripes=even,format=csv]
|===
include::runner-init.csv[]
|===
--

[.tab.oss-ack.CircleCI_Runner]
--
The following 3rd-party open source components are used in the CircleCI self-hosted runner. The CircleCI runner is a utility used to run CirlceCI jobs on self-hosted infrastructure. For more information, see the xref:runner-overview#[self-hosted runner overview docs].

[.table.table-striped]
[cols=2*, options="header", stripes=even,format=csv]
|===
include::circleci-runner.csv[]
|===
--
7 changes: 7 additions & 0 deletions jekyll/_cci2/runner-init.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Name,License
gotest.tools/v3,Apache-2.0
github.com/google/go-cmp,BSD-3-Clause
github.com/alecthomas/kong,MIT
github.com/gin-gonic/gin,MIT
github.com/goccy/go-json,MIT
github.com/hashicorp/go-reap,MPL-2.0

0 comments on commit e2e2676

Please sign in to comment.