Skip to content

Commit

Permalink
Merge branch 'main' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh authored Nov 20, 2024
2 parents babb3c1 + 5cff0f9 commit 8b8696e
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write
strategy:
fail-fast: false
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: windows-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write
steps:
- name: Checkout
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: macos-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ Traditionally, logging has been seen as a text search problem. Log volumes were

But with log data growing exponentially, today's log data challenges involve whole lot more – Data ingestion, storage, and observation, all at scale. We are building Parseable to address these challenges.

## Verify Image Build Provenance Attestation
All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action. The attestations can be verified by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command:

```sh
gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/parseable
```


## Contributing :trophy:

<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>
Expand Down
Binary file added helm-releases/parseable-1.6.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: parseable
description: Helm chart for Parseable Server
type: application
version: 1.6.1
appVersion: "v1.6.1"
version: 1.6.2
appVersion: "v1.6.2"
maintainers:
- name: Parseable Team
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parseable:
image:
repository: containers.parseable.com/parseable/parseable
tag: v1.6.1
tag: v1.6.2
pullPolicy: Always
## object store can be local, s3 or blob.
## local needs to be false if set to object store.
Expand Down
Loading

0 comments on commit 8b8696e

Please sign in to comment.