Skip to content

Commit f86e4cb

Browse files
committed
docs: versioning notes
Signed-off-by: SamMayWork <[email protected]>
1 parent 516dada commit f86e4cb

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

charts/firefly-evmconnect/Chart.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ description: |
55
Requires a running instance of FireFly and a persistent volume for managing its
66
transaction state.
77
type: application
8+
9+
# Generally we follow this practice for updates to the chart version number:
10+
# - Significant changes to the structure or purpose of the chart (major version update)
11+
# - FireFly EVM Connect major release (minor version update)
12+
# - Smaller release and updates (patch version updates)
813
version: 0.8.0
914
appVersion: "v1.3.18"
1015

charts/firefly-signer/Chart.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: firefly-signer
33
description: |
44
A Helm chart for deploying the FireFly Signer microservice to Kubernetes
55
type: application
6+
7+
# Generally we follow this practice for updates to the chart version number:
8+
# - Significant changes to the structure or purpose of the chart (major version update)
9+
# - FireFly Signer major release (minor version update)
10+
# - Smaller release and updates (patch version updates)
611
version: 0.8.0
712
appVersion: "1.1.17"
813

charts/firefly/Chart.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ description: |
2121
By default allows the user to deploy FireFly with a single multi-party namespace, with the
2222
ability to template additional multi-party or gateway namespaces.
2323
type: application
24+
2425
appVersion: "1.3.2"
26+
27+
# Generally we follow this practice for updates to the chart version number:
28+
# - Significant changes to the structure or purpose of the chart (major version update)
29+
# - FireFly major release (minor version update)
30+
# - Smaller release and updates (patch version updates)
31+
#
32+
# For example, a release of FireFly like 1.3.1 -> 1.3.2 would correlate to a patch version
33+
# update, whereas a change like 1.2.2 -> 1.3.0 would be a major version update.
2534
version: "0.9.0"
2635

2736
maintainers:

0 commit comments

Comments
 (0)