Skip to content

Commit

Permalink
chore(updatecli): update datadog gpg key and re-enable doctl manife…
Browse files Browse the repository at this point in the history
…st (#1282)

* chore(updatecli): update datadog gpg key

* remove comment on scmid that shouldn't be commented
  • Loading branch information
smerle33 authored Jul 15, 2024
1 parent 52e3f1f commit 75786c8
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions updatecli/updatecli.d/datadog-gpg-key.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bump Datadog GPG public key

scms:
default:
kind: github
spec:
user: "{{ .github.user }}"
email: "{{ .github.email }}"
owner: "{{ .github.owner }}"
repository: "{{ .github.repository }}"
token: "{{ requiredEnv .github.token }}"
username: "{{ .github.username }}"
branch: "{{ .github.branch }}"

sources:
lastGPGkey:
kind: file
name: Get the latest Datadog GPG public key
spec:
file: https://keys.datadoghq.com/DATADOG_APT_KEY_CURRENT.public
targets:
updateGPGdatadog:
name: "Update the Datadog GPG public key in the local gpg file"
sourceid: lastGPGkey
scmid: default
kind: file
spec:
file: gpg-keys/datadog.gpg

actions:
default:
kind: github/pullrequest
scmid: default
title: Bump Datadog GPG public key
spec:
labels:
- enhancement
- datadog
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/doctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ targets:
spec:
file: provisioning/tools-versions.yml
key: $.doctl_version
# scmid: default
scmid: default
updateVersionInGoss:
name: Update the `DOCTL` version in the goss test
kind: yaml
spec:
file: goss/goss-linux.yaml
key: $.command.doctl.stdout[0]
# scmid: default
scmid: default

actions:
default:
Expand Down

0 comments on commit 75786c8

Please sign in to comment.