Skip to content

Commit

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


## [0.2.3](platform-0.2.2...platform-0.2.3) (2024-12-12)


### Bug Fixes

* **deps:** Update dependency cloudquery/cloud to v0.16.0 ([#506](#506)) ([14d8c98](14d8c98))
* **deps:** Update dependency cloudquery/cloud to v0.17.0 ([#508](#508)) ([a7aa06a](a7aa06a))
* **deps:** Update dependency cloudquery/cloud to v0.18.0 ([#509](#509)) ([013c569](013c569))
* **deps:** Update dependency cloudquery/cloud to v0.19.0 ([#510](#510)) ([48f49cc](48f49cc))
* **deps:** Update dependency cloudquery/cloud to v0.20.0 ([#511](#511)) ([14999c3](14999c3))
* **deps:** Update dependency cloudquery/cloud to v0.21.0 ([#513](#513)) ([0168df4](0168df4))
* **deps:** Update dependency cloudquery/cloud to v0.21.1 ([#514](#514)) ([17b19d9](17b19d9))

---
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 Dec 13, 2024
1 parent 17b19d9 commit f1f7fde
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 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.2.2",
"charts/platform": "0.2.3",
"charts/cloudquery": "35.1.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.2.3](https://github.com/cloudquery/helm-charts/compare/platform-0.2.2...platform-0.2.3) (2024-12-12)


### Bug Fixes

* **deps:** Update dependency cloudquery/cloud to v0.16.0 ([#506](https://github.com/cloudquery/helm-charts/issues/506)) ([14d8c98](https://github.com/cloudquery/helm-charts/commit/14d8c98060c7d1f0034d7ac4d2ff67f6ae33a835))
* **deps:** Update dependency cloudquery/cloud to v0.17.0 ([#508](https://github.com/cloudquery/helm-charts/issues/508)) ([a7aa06a](https://github.com/cloudquery/helm-charts/commit/a7aa06a03d296eb3aec071d20c131bd1c0292693))
* **deps:** Update dependency cloudquery/cloud to v0.18.0 ([#509](https://github.com/cloudquery/helm-charts/issues/509)) ([013c569](https://github.com/cloudquery/helm-charts/commit/013c569bb829a86f40acffa71b9cb33c425c54b5))
* **deps:** Update dependency cloudquery/cloud to v0.19.0 ([#510](https://github.com/cloudquery/helm-charts/issues/510)) ([48f49cc](https://github.com/cloudquery/helm-charts/commit/48f49cc548db4ffc6f40a1ead9a9bca9598f7f8c))
* **deps:** Update dependency cloudquery/cloud to v0.20.0 ([#511](https://github.com/cloudquery/helm-charts/issues/511)) ([14999c3](https://github.com/cloudquery/helm-charts/commit/14999c34ff3b6b730f640002f1542a9417228709))
* **deps:** Update dependency cloudquery/cloud to v0.21.0 ([#513](https://github.com/cloudquery/helm-charts/issues/513)) ([0168df4](https://github.com/cloudquery/helm-charts/commit/0168df4550fc146ef5d5a285a3e6225b2d278138))
* **deps:** Update dependency cloudquery/cloud to v0.21.1 ([#514](https://github.com/cloudquery/helm-charts/issues/514)) ([17b19d9](https://github.com/cloudquery/helm-charts/commit/17b19d9cc5c655c528e760b5aae5e386b2bbe583))

## [0.2.2](https://github.com/cloudquery/helm-charts/compare/platform-0.2.1...platform-0.2.2) (2024-12-06)


Expand Down
9 changes: 2 additions & 7 deletions charts/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ name: platform
description: Helm chart for installing the CloudQuery self-hosted platform
home: https://cloudquery.io
type: application
kubeVersion: "^1.8.0-0"
kubeVersion: ^1.8.0-0
icon: https://avatars.githubusercontent.com/u/74616112
keywords:
- cloudquery
sources:
- https://github.com/cloudquery/helm-charts/tree/main/charts/platform

maintainers:
- name: yevgenypats
email: [email protected]

version: 0.2.2

version: 0.2.3
appVersion: 0.21.1

annotations:
artifacthub.io/license: MPL-2.0
artifacthub.io/links: |
Expand All @@ -26,7 +22,6 @@ annotations:
artifacthub.io/maintainers: |
- name: yevgenypats
email: [email protected]
dependencies:
- name: redis
version: ~20.2.1
Expand Down
4 changes: 3 additions & 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.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.4](https://img.shields.io/badge/AppVersion-0.15.4-informational?style=flat-square)
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.1](https://img.shields.io/badge/AppVersion-0.21.1-informational?style=flat-square)

## Quickstart

Expand Down Expand Up @@ -186,6 +186,8 @@ $ helm install platform -n cloudquery --create-namespace cloudquery/platform --v

## Requirements

Kubernetes: `^1.8.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | ~20.2.1 |
Expand Down

0 comments on commit f1f7fde

Please sign in to comment.