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 @@ -2,7 +2,7 @@
"charts/backstage": "0.3.1",
"charts/crossplane-cluster-config": "0.0.2",
"charts/crossplane-keycloak-realm": "0.3.0",
"charts/cube-stack": "0.3.0",
"charts/cube-stack": "0.3.1",
"charts/cubejs": "0.3.0",
"charts/cubestore": "0.3.0",
"charts/lrsql": "0.3.1",
Expand Down
12 changes: 12 additions & 0 deletions charts/cube-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.1](https://github.com/pelotech/charts/compare/cube-stack/0.3.0...cube-stack/0.3.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 cubejs docker tag to v0.3.0 ([#45](https://github.com/pelotech/charts/issues/45)) ([7350914](https://github.com/pelotech/charts/commit/735091400294025ff0392059bcb5ebcc269ed70b))
* **deps:** update cubestore docker tag to v0.3.0 ([#46](https://github.com/pelotech/charts/issues/46)) ([1b9e1da](https://github.com/pelotech/charts/commit/1b9e1da23e36242e9d972cb13f2a711ceb64b8cd))
* **deps:** update helm release redis to 17.17.* ([#20](https://github.com/pelotech/charts/issues/20)) ([12ddcf2](https://github.com/pelotech/charts/commit/12ddcf21fb2478dd7ac623178b12722c6909fa94))
* enable updating doc version via release please ([faf992e](https://github.com/pelotech/charts/commit/faf992e8f2e2fa9725870f4069568ee215b8e04e))
* remove left over header ([e6132ff](https://github.com/pelotech/charts/commit/e6132ff0efcc9a232fbe470d541e7c2a3d7cd9f4))

## [0.3.0](https://github.com/pelotech/charts/compare/cube-stack-0.2.0...cube-stack/0.3.0) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion charts/cube-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cube-stack
description: Cube Stack is an Umbrella Chart that contains everything needed to
run Cube in production.
type: application
version: 0.3.0
version: 0.3.1
appVersion: "0.31.6"
keywords:
- cubejs
Expand Down
2 changes: 1 addition & 1 deletion charts/cube-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cube-stack

### version: 0.3.0<!-- x-release-please-version -->
### version: 0.3.1<!-- x-release-please-version -->

![AppVersion: 0.31.6](https://img.shields.io/badge/AppVersion-0.31.6-informational?style=flat-square)

Expand Down