Skip to content

Commit 76f6f79

Browse files
committed
Updates
1 parent 23e5324 commit 76f6f79

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/updatecli/updatecli.d/versions.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

config/versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)