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
21 changes: 4 additions & 17 deletions grafana-12.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: grafana-12.0
version: "12.0.0"
epoch: 3
version: "12.0.1"
epoch: 0
description: The open and composable observability and data visualization platform.
copyright:
- license: AGPL-3.0-or-later
Expand Down Expand Up @@ -34,26 +34,13 @@ var-transforms:
pipeline:
- uses: git-checkout
with:
expected-commit: 4c0e7045f97f356716755b47183b22e7f12bb4bf
expected-commit: 80658a73c5355e3ed318e5e021c0866285153b57
repository: https://github.com/grafana/grafana
tag: v${{vars.upstream-package-version}}

- uses: go/bump
with:
deps: |-
github.com/openfga/[email protected]
modroot: pkg/storage/unified/apistore

- uses: go/bump
with:
deps: |-
github.com/openfga/[email protected]
github.com/go-jose/go-jose/[email protected]
tidy: false

- uses: patch
with:
patches: append-buildvcs-false-to-go-build.patch fix-pkg-storage-unified-resource-health.go.patch
patches: append-buildvcs-false-to-go-build.patch

- runs: |
# Update the workspace to the Go version required by dependencies: `make
Expand Down
37 changes: 0 additions & 37 deletions grafana-12.0/fix-pkg-storage-unified-resource-health.go.patch

This file was deleted.

Loading