Skip to content

Commit 752a75f

Browse files
authored
prepare for release 1.2.0 (#812)
1 parent 3ffa9f1 commit 752a75f

File tree

9 files changed

+70
-47
lines changed

9 files changed

+70
-47
lines changed

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.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM rust:1.77.1-bookworm as builder
1818

1919
LABEL org.opencontainers.image.title="Parseable"
2020
LABEL maintainer="Parseable Team <[email protected]>"
21-
LABEL org.opencontainers.image.vendor="Cloudnatively Pvt Ltd"
21+
LABEL org.opencontainers.image.vendor="Parseable Inc"
2222
LABEL org.opencontainers.image.licenses="AGPL-3.0"
2323

2424
WORKDIR /parseable

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM rust:1.77.1-bookworm as builder
1818

1919
LABEL org.opencontainers.image.title="Parseable"
2020
LABEL maintainer="Parseable Team <[email protected]>"
21-
LABEL org.opencontainers.image.vendor="Cloudnatively Pvt Ltd"
21+
LABEL org.opencontainers.image.vendor="Parseable Inc"
2222
LABEL org.opencontainers.image.licenses="AGPL-3.0"
2323

2424
WORKDIR /parseable

helm-releases/operator-0.0.3.tgz

0 Bytes
Binary file not shown.

helm-releases/parseable-1.2.0.tgz

46.7 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: Helm chart for Parseable Server
44
type: application
5-
version: 1.1.0
6-
appVersion: "v1.1.0"
5+
version: 1.2.0
6+
appVersion: "v1.2.0"
77
maintainers:
88
- name: Parseable Team
99

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: containers.parseable.com/parseable/parseable
4-
tag: v1.1.0
4+
tag: v1.2.0
55
pullPolicy: Always
66
## Set to true if you want to deploy Parseable in local mode (store logs
77
## on local mount point instead of S3 bucket)

0 commit comments

Comments
 (0)