Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thanos/0.34.1 package update #13339

Merged
merged 2 commits into from
Feb 21, 2024
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
8 changes: 2 additions & 6 deletions thanos.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: thanos
version: 0.34.0
version: 0.34.1
epoch: 0
description: Highly available Prometheus setup with long term storage capabilities.
copyright:
Expand All @@ -18,14 +18,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 18d740f2921ab9dfc4fe5c4650bf21cd6d7a1c64
expected-commit: 4cf1559998bf6d8db3f9ca0fde2a00d217d4e23e
repository: https://github.com/thanos-io/thanos
tag: v${{package.version}}

- uses: patch
with:
patches: upgrade-grpc-to-1.57.2.patch

- uses: go/bump
with:
deps: golang.org/x/[email protected]
Expand Down
63 changes: 0 additions & 63 deletions thanos/upgrade-grpc-to-1.57.2.patch

This file was deleted.

Loading