Skip to content

Commit

Permalink
docs: versioning notes
Browse files Browse the repository at this point in the history
Signed-off-by: SamMayWork <[email protected]>
  • Loading branch information
SamMayWork committed Oct 4, 2024
1 parent 516dada commit f86e4cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/firefly-evmconnect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ description: |
Requires a running instance of FireFly and a persistent volume for managing its
transaction state.
type: application

# Generally we follow this practice for updates to the chart version number:
# - Significant changes to the structure or purpose of the chart (major version update)
# - FireFly EVM Connect major release (minor version update)
# - Smaller release and updates (patch version updates)
version: 0.8.0
appVersion: "v1.3.18"

Expand Down
5 changes: 5 additions & 0 deletions charts/firefly-signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: firefly-signer
description: |
A Helm chart for deploying the FireFly Signer microservice to Kubernetes
type: application

# Generally we follow this practice for updates to the chart version number:
# - Significant changes to the structure or purpose of the chart (major version update)
# - FireFly Signer major release (minor version update)
# - Smaller release and updates (patch version updates)
version: 0.8.0
appVersion: "1.1.17"

Expand Down
9 changes: 9 additions & 0 deletions charts/firefly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ description: |
By default allows the user to deploy FireFly with a single multi-party namespace, with the
ability to template additional multi-party or gateway namespaces.
type: application

appVersion: "1.3.2"

# Generally we follow this practice for updates to the chart version number:
# - Significant changes to the structure or purpose of the chart (major version update)
# - FireFly major release (minor version update)
# - Smaller release and updates (patch version updates)
#
# For example, a release of FireFly like 1.3.1 -> 1.3.2 would correlate to a patch version
# update, whereas a change like 1.2.2 -> 1.3.0 would be a major version update.
version: "0.9.0"

maintainers:
Expand Down

0 comments on commit f86e4cb

Please sign in to comment.