Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
run: npm install --production --prefix ./actions

- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/get-vault-secrets@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
GITHUB_APP_PRIVATE_KEY=pyroscope-development-app:private-key

- name: Generate token
id: app-token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: ${{ env.GITHUB_APP_ID }}
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
go-version: 1.24.11
# login to docker hub
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/get-vault-secrets@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
common_secrets: |
DOCKERHUB_USERNAME=dockerhub:username
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
steps:
- id: "submit-argowfs-deployment"
name: "Submit Argo Workflows deployment"
uses: grafana/shared-workflows/actions/trigger-argo-workflow@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/trigger-argo-workflow@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
namespace: "phlare-cd"
workflow_template: "deploy-pyroscope-dev"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
fi

call-lint-test-pyroscope:
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6
with:
ct_configfile: operations/pyroscope/helm/ct.yaml
ct_check_version_increment: false
helm_version: v3.14.3
call-lint-test-pyroscope-monitoring:
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6
with:
ct_configfile: operations/monitoring/helm/ct.yaml
ct_check_version_increment: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call-update-helm-repo-pyroscope:
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6
permissions:
contents: "write"
id-token: "write"
Expand All @@ -20,7 +20,7 @@ jobs:
secrets:
vault_repo_secret_name: grafana-pyroscope-releases
call-update-helm-repo-pyroscope-monitoring:
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@5d1c59cf8ed277f232fd9df56c6b62dd5fca087a
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@37c5e126b0a28eefd6c18331b88f8036233853d6
permissions:
contents: "write"
id-token: "write"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- uses: grafana/writers-toolkit/publish-technical-documentation@cbf55295306306a843cde714efdd5a399d5b743e
- uses: grafana/writers-toolkit/publish-technical-documentation@9cd40a7f81073bfcad984f1e93dc89eae8a9b464
with:
website_directory: content/docs/pyroscope/next
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- uses: grafana/writers-toolkit/publish-technical-documentation-release@cbf55295306306a843cde714efdd5a399d5b743e
- uses: grafana/writers-toolkit/publish-technical-documentation-release@9cd40a7f81073bfcad984f1e93dc89eae8a9b464
with:
release_tag_regexp: "^v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"
release_branch_regexp: "^release/v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
# login to docker hub
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/get-vault-secrets@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
common_secrets: |
DOCKERHUB_USERNAME=dockerhub:username
Expand All @@ -53,7 +53,7 @@ jobs:
GRAFANA_PYROSCOPE_BOT_APP_PRIVATE_KEY=grafana-pyroscope-bot:app-private-key
- name: Get github app token (valid for an hour)
id: brew-token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: ${{ env.GRAFANA_PYROSCOPE_BOT_APP_APP_ID }}
private-key: ${{ env.GRAFANA_PYROSCOPE_BOT_APP_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: 'false'
ref: main
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/get-vault-secrets@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Generate token
id: generate_token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: ${{ env.GITHUB_APP_ID }}
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-examples-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
persist-credentials: 'false'
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/get-vault-secrets@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Generate token
id: generate_token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: ${{ env.GITHUB_APP_ID }}
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
persist-credentials: 'false'
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/get-vault-secrets@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
repo_secrets: |
GITHUB_APP_ID=pyroscope-development-app:app-id
GITHUB_APP_INSTALLATION_ID=pyroscope-development-app:app-installation-id
GITHUB_APP_PRIVATE_KEY=pyroscope-development-app:private-key
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: ${{ env.GITHUB_APP_ID }}
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
Expand All @@ -48,7 +48,7 @@ jobs:
git config --local user.name "${APP_BOT}"
git config --local user.email "${{ steps.get-user-id.outputs.user-id }}+${APP_BOT}@users.noreply.github.com"
git remote set-url "origin" https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git > /dev/null 2> /dev/null
- uses: grafana/writers-toolkit/update-make-docs@cbf55295306306a843cde714efdd5a399d5b743e
- uses: grafana/writers-toolkit/update-make-docs@9cd40a7f81073bfcad984f1e93dc89eae8a9b464
with:
pr_options: >
--label type/docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
# login to docker hub
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@eb33f84481d38701f4d2c587a4817ce332784f5f
uses: grafana/shared-workflows/actions/get-vault-secrets@ddca2aceda132464ae86fcd8bce489d11a47ee1e
with:
common_secrets: |
DOCKERHUB_USERNAME=dockerhub:username
Expand Down