Skip to content

Commit

Permalink
chore: bump chart and dependency versions
Browse files Browse the repository at this point in the history
Update console chart to v1.0.0-beta.7 and core dependency to v1.0.0-beta.5.
Update cloudprem chart to v2.0.0-beta.19, membership to v1.0.0-beta.9,
portal to v1.0.0-beta.6, and console to v1.0.0-beta.7. Update stargate,
portal, and membership charts to use core v1.0.0-beta.5.
  • Loading branch information
flemzord committed Oct 17, 2024
1 parent 4a7332b commit 17b12e9
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pre-commit:
BUILD --pass-args +validate
BUILD +template --TEMPLATE_FILE=readme.tpl --OUTPUT_FILE=README.md
BUILD +template --TEMPLATE_FILE=contributing.tpl --OUTPUT_FILE=CONTRIBUTING.md
BUILD +tests # This target could depend on updated dependencies with the env variable NO_UPDATE
BUILD +package
#BUILD +tests # This target could depend on updated dependencies with the env variable NO_UPDATE
#BUILD +package

releaser:
FROM core+builder-image
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
| Readme | Chart Version | App Version | Description | Hub |
|--------|---------------|-------------|-------------|-----|
| [Agent](./charts/agent/README.md) | v2.1.0 |v2.0.18 | Formance Membership Agent Helm Chart | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/agent)](https://artifacthub.io/packages/search?repo=agent) |
| [Cloudprem](./charts/cloudprem/README.md) | v2.0.0-beta.18 |v0.35.3 | Formance control-plane | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cloudprem)](https://artifacthub.io/packages/search?repo=cloudprem) |
| [Console](./charts/console/README.md) | v1.0.0-beta.6 |9431e5f4b4b1a03cb8f02ef1676507b9c023f2bb | Formance Console | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/console)](https://artifacthub.io/packages/search?repo=console) |
| [Core](./charts/core/README.md) | v1.0.0-beta.4 |latest | Formance Core Library | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/core)](https://artifacthub.io/packages/search?repo=core) |
| [Cloudprem](./charts/cloudprem/README.md) | v2.0.0-beta.19 |v0.35.3 | Formance control-plane | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cloudprem)](https://artifacthub.io/packages/search?repo=cloudprem) |
| [Console](./charts/console/README.md) | v1.0.0-beta.7 |9431e5f4b4b1a03cb8f02ef1676507b9c023f2bb | Formance Console | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/console)](https://artifacthub.io/packages/search?repo=console) |
| [Core](./charts/core/README.md) | v1.0.0-beta.5 |latest | Formance Core Library | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/core)](https://artifacthub.io/packages/search?repo=core) |
| [Demo](./charts/demo/README.md) | 2.0.0 |latest | Formance Private Regions Demo | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/demo)](https://artifacthub.io/packages/search?repo=demo) |
| [Membership](./charts/membership/README.md) | v1.0.0-beta.8 |v0.35.3 | Formance Membership API. Manage stacks, organizations, regions, invitations, users, roles, and permissions. | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/membership)](https://artifacthub.io/packages/search?repo=membership) |
| [Portal](./charts/portal/README.md) | v1.0.0-beta.5 |764bb7e199e1d2882e4d5cd205eada0ef0abc283 | Formance Portal | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/portal)](https://artifacthub.io/packages/search?repo=portal) |
| [Membership](./charts/membership/README.md) | v1.0.0-beta.9 |v0.35.3 | Formance Membership API. Manage stacks, organizations, regions, invitations, users, roles, and permissions. | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/membership)](https://artifacthub.io/packages/search?repo=membership) |
| [Portal](./charts/portal/README.md) | v1.0.0-beta.6 |764bb7e199e1d2882e4d5cd205eada0ef0abc283 | Formance Portal | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/portal)](https://artifacthub.io/packages/search?repo=portal) |
| [Regions](./charts/regions/README.md) | v2.1.1 |latest | Formance Private Regions Helm Chart | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/regions)](https://artifacthub.io/packages/search?repo=regions) |
| [Stargate](./charts/stargate/README.md) | 0.5.1 |latest | Formance Stargate gRPC Gateway | [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/stargate)](https://artifacthub.io/packages/search?repo=stargate) |

Expand Down
10 changes: 5 additions & 5 deletions charts/cloudprem/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: membership
repository: file://../membership
version: v1.0.0-beta.8
version: v1.0.0-beta.9
- name: portal
repository: file://../portal
version: v1.0.0-beta.5
version: v1.0.0-beta.6
- name: console
repository: file://../console
version: v1.0.0-beta.6
digest: sha256:ad9819034c8daaee72710d449712f043c1a636931067674c09073c531f614a43
generated: "2024-10-17T07:47:00.324032407Z"
version: v1.0.0-beta.7
digest: sha256:85e30730e59eb72eedc9cd08146e4827c8830e2bb3d6b07a07a29bb1f0390546
generated: "2024-10-17T08:10:22.852213038Z"
8 changes: 4 additions & 4 deletions charts/cloudprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "v2.0.0-beta.18"
version: "v2.0.0-beta.19"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -45,14 +45,14 @@ sources: []

dependencies:
- name: membership
version: v1.0.0-beta.8
version: v1.0.0-beta.9
repository: file://../membership
condition: membership.enabled
- name: portal
version: v1.0.0-beta.5
version: v1.0.0-beta.6
repository: file://../portal
condition: portal.enabled
- name: console
version: v1.0.0-beta.6
version: v1.0.0-beta.7
repository: file://../console
condition: console.enabled
2 changes: 1 addition & 1 deletion charts/cloudprem/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cloudprem)](https://artifacthub.io/packages/search?repo=cloudprem)
![Version: v2.0.0-beta.18](https://img.shields.io/badge/Version-v2.0.0--beta.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.35.3](https://img.shields.io/badge/AppVersion-v0.35.3-informational?style=flat-square)
![Version: v2.0.0-beta.19](https://img.shields.io/badge/Version-v2.0.0--beta.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.35.3](https://img.shields.io/badge/AppVersion-v0.35.3-informational?style=flat-square)

# Formance Cloudprem Helm Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/console/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: core
repository: file://../core
version: v1.0.0-beta.4
digest: sha256:7174a87db6cf49978b6561d6097f860963d7b385452f21fb8304a083234f3174
generated: "2024-10-17T07:46:47.742713423Z"
version: v1.0.0-beta.5
digest: sha256:3efa2c866297042d689359ed3afc797f6b3523ecc970fc085b5f9d039f27f5d4
generated: "2024-10-17T08:10:02.2638153Z"
4 changes: 2 additions & 2 deletions charts/console/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "v1.0.0-beta.6"
version: "v1.0.0-beta.7"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -35,5 +35,5 @@ sources:

dependencies:
- name: core
version: "v1.0.0-beta.4"
version: "v1.0.0-beta.5"
repository: file://../core
4 changes: 2 additions & 2 deletions charts/console/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# console

![Version: v1.0.0-beta.6](https://img.shields.io/badge/Version-v1.0.0--beta.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9431e5f4b4b1a03cb8f02ef1676507b9c023f2bb](https://img.shields.io/badge/AppVersion-9431e5f4b4b1a03cb8f02ef1676507b9c023f2bb-informational?style=flat-square)
![Version: v1.0.0-beta.7](https://img.shields.io/badge/Version-v1.0.0--beta.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9431e5f4b4b1a03cb8f02ef1676507b9c023f2bb](https://img.shields.io/badge/AppVersion-9431e5f4b4b1a03cb8f02ef1676507b9c023f2bb-informational?style=flat-square)

Formance Console

Expand All @@ -22,7 +22,7 @@ Kubernetes: `>=1.14.0-0`

| Repository | Name | Version |
|------------|------|---------|
| file://../core | core | v1.0.0-beta.4 |
| file://../core | core | v1.0.0-beta.5 |

## Values

Expand Down
6 changes: 3 additions & 3 deletions charts/membership/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 0.17.1
- name: core
repository: file://../core
version: v1.0.0-beta.4
digest: sha256:8c95f4f50803ead3c4fff1ca3ae0283bd378426255a5686551c8fd1dd5203ed0
generated: "2024-10-17T07:40:58.541631551Z"
version: v1.0.0-beta.5
digest: sha256:3128f4b3c98607fbf9310948a7c364b41a813226077586a2dba03813c5fb8835
generated: "2024-10-17T08:10:08.074311849Z"
4 changes: 2 additions & 2 deletions charts/membership/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "v1.0.0-beta.8"
version: "v1.0.0-beta.9"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -37,5 +37,5 @@ dependencies:
repository: https://charts.dexidp.io
condition: dex.enabled
- name: core
version: "v1.0.0-beta.4"
version: "v1.0.0-beta.5"
repository: file://../core
4 changes: 2 additions & 2 deletions charts/membership/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# membership

![Version: v1.0.0-beta.8](https://img.shields.io/badge/Version-v1.0.0--beta.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.35.3](https://img.shields.io/badge/AppVersion-v0.35.3-informational?style=flat-square)
![Version: v1.0.0-beta.9](https://img.shields.io/badge/Version-v1.0.0--beta.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.35.3](https://img.shields.io/badge/AppVersion-v0.35.3-informational?style=flat-square)

Formance Membership API. Manage stacks, organizations, regions, invitations, users, roles, and permissions.

Expand All @@ -14,7 +14,7 @@ Kubernetes: `>=1.14.0-0`

| Repository | Name | Version |
|------------|------|---------|
| file://../core | core | v1.0.0-beta.4 |
| file://../core | core | v1.0.0-beta.5 |
| https://charts.dexidp.io | dex | 0.17.X |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.X |

Expand Down
6 changes: 3 additions & 3 deletions charts/portal/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: core
repository: file://../core
version: v1.0.0-beta.4
digest: sha256:7174a87db6cf49978b6561d6097f860963d7b385452f21fb8304a083234f3174
generated: "2024-10-17T09:44:18.794514+02:00"
version: v1.0.0-beta.5
digest: sha256:3efa2c866297042d689359ed3afc797f6b3523ecc970fc085b5f9d039f27f5d4
generated: "2024-10-17T08:10:02.643207749Z"
2 changes: 1 addition & 1 deletion charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ sources:

dependencies:
- name: core
version: "v1.0.0-beta.4"
version: "v1.0.0-beta.5"
repository: file://../core
4 changes: 2 additions & 2 deletions charts/portal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# portal

![Version: v1.0.0-beta.5](https://img.shields.io/badge/Version-v1.0.0--beta.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 764bb7e199e1d2882e4d5cd205eada0ef0abc283](https://img.shields.io/badge/AppVersion-764bb7e199e1d2882e4d5cd205eada0ef0abc283-informational?style=flat-square)
![Version: v1.0.0-beta.6](https://img.shields.io/badge/Version-v1.0.0--beta.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 764bb7e199e1d2882e4d5cd205eada0ef0abc283](https://img.shields.io/badge/AppVersion-764bb7e199e1d2882e4d5cd205eada0ef0abc283-informational?style=flat-square)

Formance Portal

Expand All @@ -22,7 +22,7 @@ Kubernetes: `>=1.14.0-0`

| Repository | Name | Version |
|------------|------|---------|
| file://../core | core | v1.0.0-beta.4 |
| file://../core | core | v1.0.0-beta.5 |

## Values

Expand Down
6 changes: 3 additions & 3 deletions charts/stargate/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: core
repository: file://../core
version: v1.0.0-beta.4
version: v1.0.0-beta.5
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.38
digest: sha256:30f2bfc53a3cad1546eb257b4c403f10507effb3c421c9aa144523f543d7667a
generated: "2024-10-17T07:41:05.435064869Z"
digest: sha256:102dc3b80bc971391d762120e03fbc56e5e282480559818f4325bf961c47d672
generated: "2024-10-17T08:10:11.427386507Z"
2 changes: 1 addition & 1 deletion charts/stargate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ appVersion: "latest"

dependencies:
- name: core
version: "v1.0.0-beta.4"
version: "v1.0.0-beta.5"
repository: file://../core
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/stargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Formance Stargate gRPC Gateway

| Repository | Name | Version |
|------------|------|---------|
| file://../core | core | v1.0.0-beta.4 |
| file://../core | core | v1.0.0-beta.5 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.X |

## Values
Expand Down

0 comments on commit 17b12e9

Please sign in to comment.