Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): Release platform 0.5.0 #530

Merged
merged 2 commits into from
Jan 3, 2025
Merged
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
@@ -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
Loading