Skip to content

Commit

Permalink
chore(main): Release platform 0.5.0 (#530)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.5.0](platform-0.4.0...platform-0.5.0) (2025-01-03)


### Features

* Allow deployment to EKS ([#528](#528)) ([59d1a35](59d1a35))


### Bug Fixes

* **deps:** Update dependency cloudquery/cloud to v0.28.1 ([#527](#527)) ([d6bc844](d6bc844))
* Use a shared volume for the `CQAPI_LOCAL_AES_KEY_FILE` ([#529](#529)) ([e743add](e743add))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Jan 3, 2025
1 parent 59d1a35 commit 7d3c4e8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"charts/platform": "0.4.0",
"charts/platform": "0.5.0",
"charts/cloudquery": "36.0.0"
}
13 changes: 13 additions & 0 deletions charts/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.0](https://github.com/cloudquery/helm-charts/compare/platform-0.4.0...platform-0.5.0) (2025-01-03)


### Features

* Allow deployment to EKS ([#528](https://github.com/cloudquery/helm-charts/issues/528)) ([59d1a35](https://github.com/cloudquery/helm-charts/commit/59d1a354ed57fa518a0d7a70c8130180fec26ea0))


### Bug Fixes

* **deps:** Update dependency cloudquery/cloud to v0.28.1 ([#527](https://github.com/cloudquery/helm-charts/issues/527)) ([d6bc844](https://github.com/cloudquery/helm-charts/commit/d6bc84485d71d9794804ce0383be2369e65c8437))
* Use a shared volume for the `CQAPI_LOCAL_AES_KEY_FILE` ([#529](https://github.com/cloudquery/helm-charts/issues/529)) ([e743add](https://github.com/cloudquery/helm-charts/commit/e743addd5d6ef181d107ae84ab30f3361730c9fb))

## [0.4.0](https://github.com/cloudquery/helm-charts/compare/platform-0.3.1...platform-0.4.0) (2024-12-18)


Expand Down
2 changes: 1 addition & 1 deletion charts/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sources:
maintainers:
- name: yevgenypats
email: [email protected]
version: 0.4.0
version: 0.5.0
appVersion: 0.28.1
annotations:
artifacthub.io/license: MPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Helm chart for installing the CloudQuery self-hosted platform

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.26.0](https://img.shields.io/badge/AppVersion-0.26.0-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.28.1](https://img.shields.io/badge/AppVersion-0.28.1-informational?style=flat-square)

## Quickstart

Expand Down

0 comments on commit 7d3c4e8

Please sign in to comment.