Skip to content

Commit 97ef6dd

Browse files
committed
Merge branch 'main' into multi-tenancy-review
2 parents ba5d055 + 59db8fb commit 97ef6dd

6 files changed

Lines changed: 103 additions & 78 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parseable"
3-
version = "2.5.12"
3+
version = "2.5.13"
44
authors = ["Parseable Team <hi@parseable.com>"]
55
edition = "2024"
66
rust-version = "1.88.0"
@@ -183,8 +183,8 @@ arrow = "57.1.0"
183183
temp-dir = "0.1.14"
184184

185185
[package.metadata.parseable_ui]
186-
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.5.12/build.zip"
187-
assets-sha1 = "2659b4bf86fe8d6b91ad60ea94729d5f7eb3c215"
186+
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.5.13/build.zip"
187+
assets-sha1 = "0eddab25f386a252b2afa80697de7ca7ad1d5464"
188188

189189
[features]
190190
debug = []

helm-releases/parseable-2.5.13.tgz

51.4 KB
Binary file not shown.

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: parseable
33
description: Parseable Helm chart - Predictive, unified observability — faster resolution, fewer escalations, happier customers.
44
type: application
5-
version: 2.5.7
6-
appVersion: "v2.5.7"
5+
version: 2.5.13
6+
appVersion: "v2.5.13"
77
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/new-logo.svg"
88

99
maintainers:

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parseable:
22
image:
33
repository: parseable/parseable
4-
tag: "v2.5.7"
4+
tag: "v2.5.13"
55
pullPolicy: Always
66
## object store can be local-store, s3-store, blob-store or gcs-store.
77
store: local-store

0 commit comments

Comments
 (0)