Skip to content
Merged
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
15 changes: 3 additions & 12 deletions grafana-pyroscope-1.13.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: grafana-pyroscope-1.13
version: "1.13.5"
epoch: 2
version: "1.13.6"
epoch: 0
description: Continuous Profiling Platform. Debug performance issues down to a single line of code
copyright:
- license: AGPL-3.0-only
Expand All @@ -22,19 +22,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 73ae7cf6d4f3c6724b07f437345bd201b5382d23
expected-commit: 05cd20055b6462211e774580a09137259cb58dae
repository: https://github.com/grafana/pyroscope
tag: v${{package.version}}

- uses: patch
with:
patches: remove-oauth2-proxy.patch

- name: remove oauth2-references
runs: |
sed -i '/oauth2-proxy/d' go.mod
sed -i '/oauth2-proxy/d' go.sum

- runs: |
# https://github.com/grafana/pyroscope/blob/3da96b8e449de267d4663e14207b8b272f9edc6d/.github/workflows/release.yml#L48C14-L48C33
mkdir -p pyroscope/scripts/webpack
Expand Down
99 changes: 0 additions & 99 deletions grafana-pyroscope-1.13/remove-oauth2-proxy.patch

This file was deleted.

Loading