Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"charts/mutating-webhook": "0.2.1",
"charts/nodejs": "0.3.2",
"charts/pachyderm": "0.3.0",
"charts/postgrest": "0.7.0",
"charts/postgrest": "0.7.1",
"charts/openldap": "1.3.0"
}
11 changes: 11 additions & 0 deletions charts/postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.1](https://github.com/pelotech/charts/compare/postgrest/0.7.0...postgrest/0.7.1) (2026-07-07)


### Chores

* **deps:** pin dependencies ([#127](https://github.com/pelotech/charts/issues/127)) ([59318f2](https://github.com/pelotech/charts/commit/59318f21bc528edcd1617079337a3b9242fad8d4))
* **deps:** update dorny/paths-filter action to v4 ([#148](https://github.com/pelotech/charts/issues/148)) ([8479e02](https://github.com/pelotech/charts/commit/8479e02156cedf87c7bff471832ec9433ab47a4e))
* **deps:** update ghcr.io/pelotech/images/goose docker digest to afee303 ([#144](https://github.com/pelotech/charts/issues/144)) ([140e832](https://github.com/pelotech/charts/commit/140e83248a7a93566cb31e0a627d7be1ed506696))
* **deps:** update ghcr.io/pelotech/images/keyserver docker digest to a128a2b ([#147](https://github.com/pelotech/charts/issues/147)) ([2f687e0](https://github.com/pelotech/charts/commit/2f687e0088cb16c4c91b0ab40005caec135cb88e))
* **deps:** update helm release cluster to v0.7.0 ([#125](https://github.com/pelotech/charts/issues/125)) ([aad5d07](https://github.com/pelotech/charts/commit/aad5d07a2b73e2b165dbb6d2ba641c11bbf34084))

## [0.7.0](https://github.com/pelotech/charts/compare/postgrest/0.6.1...postgrest/0.7.0) (2026-06-04)


Expand Down
2 changes: 1 addition & 1 deletion charts/postgrest/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: postgrest
icon: https://docs.postgrest.org/en/v14/_images/postgrest.png
version: 0.7.0
version: 0.7.1
maintainers:
- name: jared-prime
email: jared.davis@pelo.tech
Expand Down
2 changes: 1 addition & 1 deletion charts/postgrest/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# postgrest

### version: 0.7.0<!-- x-release-please-version -->
### version: 0.7.1<!-- x-release-please-version -->

Helm chart for a PostgREST data api.

Expand Down