File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
.github/updatecli/updatecli.d Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,19 @@ sources:
7373 versionfilter :
7474 kind : latest
7575
76+ # latest-edot-cf-gcp-version:
77+ # name: Get latest release version for the edot-cf-gcp
78+ # kind: githubrelease
79+ # transformers:
80+ # - trimprefix: v
81+ # spec:
82+ # owner: elastic
83+ # repository: edot-cloud-forwarder-gcp
84+ # token: '{{ requiredEnv "GITHUB_TOKEN" }}'
85+ # username: '{{ requiredEnv "GITHUB_ACTOR" }}'
86+ # versionfilter:
87+ # kind: latest
88+
7689 latest-edot-collector-version :
7790 name : Get latest major release version for the elastic-agent
7891 kind : githubrelease
@@ -349,6 +362,15 @@ targets:
349362 file : config/versions.yml
350363 key : versioning_systems.edot-cf-azure.current
351364
365+ # update-docs-docset-cf-gcp:
366+ # name: 'Update config/versions.yml edot-cf-gcp {{ source "latest-edot-cf-gcp-version" }}'
367+ # scmid: githubConfig
368+ # sourceid: latest-edot-cf-gcp-version
369+ # kind: yaml
370+ # spec:
371+ # file: config/versions.yml
372+ # key: versioning_systems.edot-cf-gcp.current
373+
352374 update-docs-docset-collector :
353375 name : ' Update config/versions.yml edot-collector {{ source "latest-edot-collector-version" }}'
354376 scmid : githubConfig
Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ versioning_systems:
101101 edot-cf-azure :
102102 base : 0.1
103103 current : 0.6.0
104+ # edot-cf-gcp:
105+ # base: 0.1
106+ # current: 0.1.0
104107
105108 # Logging
106109 ecs-logging-dotnet :
You can’t perform that action at this time.
0 commit comments